123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751 |
- namespace LYFZ.Software.UI.StatisticalInquiry
- {
- partial class FrmMonthFinance
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMonthFinance));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExPort = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvMonth = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.DayNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.TotalPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrdersPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.FundsPaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LatePaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OtherIncome = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Mcrr_RechargeAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PreliminaryResults = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LateResults = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.TotalPerformance = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Expenditure = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
- this.CtvTsorder_Name = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cmbPay_PaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.txtNetIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbProjectSearch = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtTotalExpenditure = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.txtLateResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.txtOperatingIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtTotalRevenue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.txtPreliminaryResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSeeDetails = new LYFZ.ComponentLibrary.ButtonEx();
- this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.labelEx1);
- this.plFormMainContent.Controls.Add(this.dtpEnd);
- this.plFormMainContent.Controls.Add(this.dtpStart);
- this.plFormMainContent.Controls.Add(this.btnQuery);
- this.plFormMainContent.Controls.Add(this.btnSeeDetails);
- this.plFormMainContent.Controls.Add(this.btnClose);
- this.plFormMainContent.Controls.Add(this.btnPrint);
- this.plFormMainContent.Controls.Add(this.btnExPort);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnExPort, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnSeeDetails, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.dtpStart, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.dtpEnd, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(789, 7);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 26);
- this.btnClose.TabIndex = 212;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnPrint
- //
- this.btnPrint.BackColor = System.Drawing.Color.Transparent;
- this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
- this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPrint.ForeColor = System.Drawing.Color.White;
- this.btnPrint.IsCustomBackImg = false;
- this.btnPrint.IsShowText = true;
- this.btnPrint.Location = new System.Drawing.Point(607, 7);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(85, 26);
- this.btnPrint.TabIndex = 211;
- this.btnPrint.Text = " 打 印";
- this.btnPrint.UseVisualStyleBackColor = false;
- //
- // btnExPort
- //
- this.btnExPort.BackColor = System.Drawing.Color.Transparent;
- this.btnExPort.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExPort.BackImg")));
- this.btnExPort.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExPort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExPort.ForeColor = System.Drawing.Color.White;
- this.btnExPort.IsCustomBackImg = false;
- this.btnExPort.IsShowText = true;
- this.btnExPort.Location = new System.Drawing.Point(516, 7);
- this.btnExPort.Name = "btnExPort";
- this.btnExPort.Size = new System.Drawing.Size(85, 26);
- this.btnExPort.TabIndex = 210;
- this.btnExPort.Text = " 导 出";
- this.btnExPort.UseVisualStyleBackColor = false;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dgvMonth);
- this.panelEx2.Controls.Add(this.panelEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(3, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(904, 499);
- this.panelEx2.TabIndex = 195;
- //
- // dgvMonth
- //
- this.dgvMonth.AllowUserToAddRows = false;
- this.dgvMonth.AllowUserToDeleteRows = false;
- this.dgvMonth.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgvMonth.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvMonth.BackgroundColor = System.Drawing.Color.White;
- this.dgvMonth.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgvMonth.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvMonth.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvMonth.ColumnHeadersHeight = 24;
- this.dgvMonth.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvMonth.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.DayNumber,
- this.TotalPaid,
- this.OrdersPaid,
- this.FundsPaid,
- this.LatePaid,
- this.OtherIncome,
- this.Mcrr_RechargeAmount,
- this.Column1,
- this.PreliminaryResults,
- this.LateResults,
- this.TotalPerformance,
- this.Expenditure});
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvMonth.DefaultCellStyle = dataGridViewCellStyle4;
- this.dgvMonth.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvMonth.EnableHeadersVisualStyles = false;
- this.dgvMonth.EraseCell = false;
- this.dgvMonth.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvMonth.GridViewUniquelyIdentify = resources.GetString("dgvMonth.GridViewUniquelyIdentify");
- this.dgvMonth.IsCompleteBonding = false;
- this.dgvMonth.IsCopyCellValue = true;
- this.dgvMonth.Location = new System.Drawing.Point(0, 115);
- this.dgvMonth.MultiSelect = false;
- this.dgvMonth.Name = "dgvMonth";
- this.dgvMonth.ReadOnly = true;
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvMonth.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvMonth.RowHeadersVisible = false;
- this.dgvMonth.RowTemplate.Height = 23;
- this.dgvMonth.RowTemplate.ReadOnly = true;
- this.dgvMonth.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvMonth.Size = new System.Drawing.Size(902, 382);
- this.dgvMonth.TabIndex = 198;
- //
- // DayNumber
- //
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.DayNumber.DefaultCellStyle = dataGridViewCellStyle3;
- this.DayNumber.FillWeight = 1.433349F;
- this.DayNumber.HeaderText = "日期";
- this.DayNumber.Name = "DayNumber";
- this.DayNumber.ReadOnly = true;
- //
- // TotalPaid
- //
- this.TotalPaid.FillWeight = 2.815883F;
- this.TotalPaid.HeaderText = "日总收入";
- this.TotalPaid.Name = "TotalPaid";
- this.TotalPaid.ReadOnly = true;
- this.TotalPaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // OrdersPaid
- //
- this.OrdersPaid.FillWeight = 5.652044F;
- this.OrdersPaid.HeaderText = "日订单收入";
- this.OrdersPaid.Name = "OrdersPaid";
- this.OrdersPaid.ReadOnly = true;
- this.OrdersPaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // FundsPaid
- //
- this.FundsPaid.FillWeight = 11.42549F;
- this.FundsPaid.HeaderText = "日补款收入";
- this.FundsPaid.Name = "FundsPaid";
- this.FundsPaid.ReadOnly = true;
- this.FundsPaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // LatePaid
- //
- this.LatePaid.FillWeight = 23.16447F;
- this.LatePaid.HeaderText = "日后期收入";
- this.LatePaid.Name = "LatePaid";
- this.LatePaid.ReadOnly = true;
- this.LatePaid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // OtherIncome
- //
- this.OtherIncome.HeaderText = "日其它收入";
- this.OtherIncome.Name = "OtherIncome";
- this.OtherIncome.ReadOnly = true;
- this.OtherIncome.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // Mcrr_RechargeAmount
- //
- this.Mcrr_RechargeAmount.HeaderText = "日会员充值";
- this.Mcrr_RechargeAmount.Name = "Mcrr_RechargeAmount";
- this.Mcrr_RechargeAmount.ReadOnly = true;
- //
- // Column1
- //
- this.Column1.HeaderText = "日服务卡充值";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // PreliminaryResults
- //
- this.PreliminaryResults.FillWeight = 93.98867F;
- this.PreliminaryResults.HeaderText = "日前期业绩";
- this.PreliminaryResults.Name = "PreliminaryResults";
- this.PreliminaryResults.ReadOnly = true;
- this.PreliminaryResults.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // LateResults
- //
- this.LateResults.FillWeight = 190.7058F;
- this.LateResults.HeaderText = "日后期业绩";
- this.LateResults.Name = "LateResults";
- this.LateResults.ReadOnly = true;
- this.LateResults.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // TotalPerformance
- //
- this.TotalPerformance.FillWeight = 46.50473F;
- this.TotalPerformance.HeaderText = "日总业绩";
- this.TotalPerformance.Name = "TotalPerformance";
- this.TotalPerformance.ReadOnly = true;
- this.TotalPerformance.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // Expenditure
- //
- this.Expenditure.HeaderText = "日总支出";
- this.Expenditure.Name = "Expenditure";
- this.Expenditure.ReadOnly = true;
- this.Expenditure.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.lblCount);
- this.panelEx1.Controls.Add(this.CtvTsorder_Name);
- this.panelEx1.Controls.Add(this.cmbPay_PaymentMethod);
- this.panelEx1.Controls.Add(this.txtNetIncome);
- this.panelEx1.Controls.Add(this.labelEx14);
- this.panelEx1.Controls.Add(this.cmbProjectSearch);
- this.panelEx1.Controls.Add(this.labelEx7);
- this.panelEx1.Controls.Add(this.labelEx9);
- this.panelEx1.Controls.Add(this.txtTotalExpenditure);
- this.panelEx1.Controls.Add(this.txtLateResults);
- this.panelEx1.Controls.Add(this.txtOperatingIncome);
- this.panelEx1.Controls.Add(this.labelEx16);
- this.panelEx1.Controls.Add(this.labelEx5);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.txtTotalRevenue);
- this.panelEx1.Controls.Add(this.txtPreliminaryResults);
- this.panelEx1.Controls.Add(this.labelEx15);
- this.panelEx1.Controls.Add(this.labelEx10);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx1.Location = new System.Drawing.Point(0, 0);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(902, 115);
- this.panelEx1.TabIndex = 301;
- //
- // lblCount
- //
- this.lblCount.AutoSize = true;
- this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblCount.Location = new System.Drawing.Point(5, 70);
- this.lblCount.Name = "lblCount";
- this.lblCount.Size = new System.Drawing.Size(56, 17);
- this.lblCount.TabIndex = 323;
- this.lblCount.Text = "订单数:";
- //
- // CtvTsorder_Name
- //
- this.CtvTsorder_Name.AfterSelectLevelFirstNode = true;
- this.CtvTsorder_Name.DropDownHeight = 220;
- this.CtvTsorder_Name.DropDownShow = false;
- this.CtvTsorder_Name.FormattingEnabled = true;
- this.CtvTsorder_Name.IntegralHeight = false;
- this.CtvTsorder_Name.IsNodeMouseClick = true;
- this.CtvTsorder_Name.IsSelectParentNode = true;
- this.CtvTsorder_Name.Location = new System.Drawing.Point(748, 43);
- this.CtvTsorder_Name.Name = "CtvTsorder_Name";
- this.CtvTsorder_Name.ReadOnly = true;
- this.CtvTsorder_Name.SelectedNode = null;
- this.CtvTsorder_Name.Size = new System.Drawing.Size(120, 20);
- this.CtvTsorder_Name.StrGetName = "";
- this.CtvTsorder_Name.StrGetTagName = "";
- this.CtvTsorder_Name.StrKey = null;
- this.CtvTsorder_Name.TabIndex = 321;
- this.CtvTsorder_Name.Visible = false;
- //
- // cmbPay_PaymentMethod
- //
- this.cmbPay_PaymentMethod.AfterSelectLevelFirstNode = true;
- this.cmbPay_PaymentMethod.DropDownHeight = 220;
- this.cmbPay_PaymentMethod.DropDownShow = false;
- this.cmbPay_PaymentMethod.FormattingEnabled = true;
- this.cmbPay_PaymentMethod.IntegralHeight = false;
- this.cmbPay_PaymentMethod.IsNodeMouseClick = true;
- this.cmbPay_PaymentMethod.IsSelectParentNode = true;
- this.cmbPay_PaymentMethod.Location = new System.Drawing.Point(582, 12);
- this.cmbPay_PaymentMethod.Name = "cmbPay_PaymentMethod";
- this.cmbPay_PaymentMethod.ReadOnly = true;
- this.cmbPay_PaymentMethod.SelectedNode = null;
- this.cmbPay_PaymentMethod.Size = new System.Drawing.Size(156, 20);
- this.cmbPay_PaymentMethod.StrGetName = "";
- this.cmbPay_PaymentMethod.StrGetTagName = "";
- this.cmbPay_PaymentMethod.StrKey = null;
- this.cmbPay_PaymentMethod.TabIndex = 322;
- //
- // txtNetIncome
- //
- this.txtNetIncome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtNetIncome.EmptyTextTip = null;
- this.txtNetIncome.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtNetIncome.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtNetIncome.Location = new System.Drawing.Point(403, 42);
- this.txtNetIncome.Name = "txtNetIncome";
- this.txtNetIncome.ReadOnly = true;
- this.txtNetIncome.Size = new System.Drawing.Size(97, 23);
- this.txtNetIncome.TabIndex = 309;
- //
- // labelEx14
- //
- this.labelEx14.AutoSize = true;
- this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx14.Location = new System.Drawing.Point(512, 14);
- this.labelEx14.Name = "labelEx14";
- this.labelEx14.Size = new System.Drawing.Size(68, 17);
- this.labelEx14.TabIndex = 310;
- this.labelEx14.Text = "付款方式:";
- //
- // cmbProjectSearch
- //
- this.cmbProjectSearch.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbProjectSearch.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbProjectSearch.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbProjectSearch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbProjectSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.cmbProjectSearch.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cmbProjectSearch.FormattingEnabled = true;
- this.cmbProjectSearch.IsCustomColor = false;
- this.cmbProjectSearch.Items.AddRange(new object[] {
- "全部",
- "订单前期收入",
- "订单后期收入",
- "其它消费收入",
- "其它收入",
- "会员充值收入",
- "服务卡消费收入",
- "礼服租售收入",
- "店面支出",
- "财务支出"});
- this.cmbProjectSearch.Location = new System.Drawing.Point(582, 42);
- this.cmbProjectSearch.Name = "cmbProjectSearch";
- this.cmbProjectSearch.ReadOnly = false;
- this.cmbProjectSearch.Size = new System.Drawing.Size(157, 22);
- this.cmbProjectSearch.TabIndex = 320;
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(356, 45);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(44, 17);
- this.labelEx7.TabIndex = 308;
- this.labelEx7.Text = "净收:";
- //
- // labelEx9
- //
- this.labelEx9.AutoSize = true;
- this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx9.Location = new System.Drawing.Point(512, 45);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(68, 17);
- this.labelEx9.TabIndex = 319;
- this.labelEx9.Text = "项目查询:";
- //
- // txtTotalExpenditure
- //
- this.txtTotalExpenditure.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtTotalExpenditure.EmptyTextTip = null;
- this.txtTotalExpenditure.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtTotalExpenditure.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtTotalExpenditure.Location = new System.Drawing.Point(403, 11);
- this.txtTotalExpenditure.Name = "txtTotalExpenditure";
- this.txtTotalExpenditure.ReadOnly = true;
- this.txtTotalExpenditure.Size = new System.Drawing.Size(96, 23);
- this.txtTotalExpenditure.TabIndex = 307;
- //
- // txtLateResults
- //
- this.txtLateResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLateResults.EmptyTextTip = null;
- this.txtLateResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtLateResults.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtLateResults.Location = new System.Drawing.Point(251, 42);
- this.txtLateResults.Name = "txtLateResults";
- this.txtLateResults.ReadOnly = true;
- this.txtLateResults.Size = new System.Drawing.Size(98, 23);
- this.txtLateResults.TabIndex = 314;
- //
- // txtOperatingIncome
- //
- this.txtOperatingIncome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtOperatingIncome.EmptyTextTip = null;
- this.txtOperatingIncome.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtOperatingIncome.Location = new System.Drawing.Point(251, 11);
- this.txtOperatingIncome.Name = "txtOperatingIncome";
- this.txtOperatingIncome.ReadOnly = true;
- this.txtOperatingIncome.Size = new System.Drawing.Size(98, 23);
- this.txtOperatingIncome.TabIndex = 305;
- //
- // labelEx16
- //
- this.labelEx16.AutoSize = true;
- this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx16.Location = new System.Drawing.Point(180, 45);
- this.labelEx16.Name = "labelEx16";
- this.labelEx16.Size = new System.Drawing.Size(68, 17);
- this.labelEx16.TabIndex = 313;
- this.labelEx16.Text = "订单后期:";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(180, 14);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(68, 17);
- this.labelEx5.TabIndex = 304;
- this.labelEx5.Text = "营业收入:";
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(356, 14);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(44, 17);
- this.labelEx4.TabIndex = 306;
- this.labelEx4.Text = "支出:";
- //
- // txtTotalRevenue
- //
- this.txtTotalRevenue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtTotalRevenue.EmptyTextTip = null;
- this.txtTotalRevenue.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtTotalRevenue.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtTotalRevenue.Location = new System.Drawing.Point(76, 11);
- this.txtTotalRevenue.Name = "txtTotalRevenue";
- this.txtTotalRevenue.ReadOnly = true;
- this.txtTotalRevenue.Size = new System.Drawing.Size(98, 23);
- this.txtTotalRevenue.TabIndex = 303;
- //
- // txtPreliminaryResults
- //
- this.txtPreliminaryResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtPreliminaryResults.EmptyTextTip = null;
- this.txtPreliminaryResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtPreliminaryResults.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtPreliminaryResults.Location = new System.Drawing.Point(76, 42);
- this.txtPreliminaryResults.Name = "txtPreliminaryResults";
- this.txtPreliminaryResults.ReadOnly = true;
- this.txtPreliminaryResults.Size = new System.Drawing.Size(98, 23);
- this.txtPreliminaryResults.TabIndex = 312;
- //
- // labelEx15
- //
- this.labelEx15.AutoSize = true;
- this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx15.Location = new System.Drawing.Point(5, 45);
- this.labelEx15.Name = "labelEx15";
- this.labelEx15.Size = new System.Drawing.Size(68, 17);
- this.labelEx15.TabIndex = 311;
- this.labelEx15.Text = "订单前期:";
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx10.Location = new System.Drawing.Point(29, 14);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(44, 17);
- this.labelEx10.TabIndex = 302;
- this.labelEx10.Text = "收入:";
- //
- // btnSeeDetails
- //
- this.btnSeeDetails.BackColor = System.Drawing.Color.Transparent;
- this.btnSeeDetails.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSeeDetails.BackImg")));
- this.btnSeeDetails.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSeeDetails.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSeeDetails.ForeColor = System.Drawing.Color.White;
- this.btnSeeDetails.IsCustomBackImg = false;
- this.btnSeeDetails.IsShowText = true;
- this.btnSeeDetails.Location = new System.Drawing.Point(698, 7);
- this.btnSeeDetails.Name = "btnSeeDetails";
- this.btnSeeDetails.Size = new System.Drawing.Size(85, 26);
- this.btnSeeDetails.TabIndex = 224;
- this.btnSeeDetails.Text = " 查看详情";
- this.btnSeeDetails.UseVisualStyleBackColor = false;
- //
- // dtpStart
- //
- this.dtpStart.CustomFormat = " ";
- this.dtpStart.DateValue = "";
- this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStart.IsShowTime = false;
- this.dtpStart.Location = new System.Drawing.Point(191, 10);
- this.dtpStart.Name = "dtpStart";
- this.dtpStart.Size = new System.Drawing.Size(100, 21);
- this.dtpStart.TabIndex = 226;
- //
- // dtpEnd
- //
- this.dtpEnd.CustomFormat = " ";
- this.dtpEnd.DateValue = "";
- this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpEnd.IsShowTime = false;
- this.dtpEnd.Location = new System.Drawing.Point(316, 10);
- this.dtpEnd.Name = "dtpEnd";
- this.dtpEnd.Size = new System.Drawing.Size(100, 21);
- this.dtpEnd.TabIndex = 227;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(293, 12);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(21, 17);
- this.labelEx1.TabIndex = 228;
- this.labelEx1.Text = "—";
- //
- // btnQuery
- //
- this.btnQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
- this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQuery.ForeColor = System.Drawing.Color.White;
- this.btnQuery.IsCustomBackImg = false;
- this.btnQuery.IsShowText = true;
- this.btnQuery.Location = new System.Drawing.Point(425, 7);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(85, 26);
- this.btnQuery.TabIndex = 229;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // FrmMonthFinance
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "FrmMonthFinance";
- this.Text = "月财务表";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.plFormMainContent.PerformLayout();
- this.panelEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvMonth)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnPrint;
- protected ComponentLibrary.ButtonEx btnExPort;
- private ComponentLibrary.PanelEx panelEx2;
- public ComponentLibrary.DataGridViewEx dgvMonth;
- private ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.ComboBoxTreeViewEx cmbPay_PaymentMethod;
- protected ComponentLibrary.ComboBoxTreeViewEx CtvTsorder_Name;
- protected ComponentLibrary.ComboBoxEx cmbProjectSearch;
- private ComponentLibrary.LabelEx labelEx9;
- protected ComponentLibrary.TextBoxBasicEx txtLateResults;
- private ComponentLibrary.LabelEx labelEx16;
- private ComponentLibrary.LabelEx labelEx4;
- protected ComponentLibrary.TextBoxBasicEx txtPreliminaryResults;
- private ComponentLibrary.LabelEx labelEx10;
- private ComponentLibrary.LabelEx labelEx15;
- protected ComponentLibrary.TextBoxBasicEx txtTotalRevenue;
- private ComponentLibrary.LabelEx labelEx5;
- protected ComponentLibrary.TextBoxBasicEx txtOperatingIncome;
- protected ComponentLibrary.TextBoxBasicEx txtTotalExpenditure;
- private ComponentLibrary.LabelEx labelEx7;
- private ComponentLibrary.LabelEx labelEx14;
- protected ComponentLibrary.TextBoxBasicEx txtNetIncome;
- protected ComponentLibrary.LabelEx lblCount;
- protected ComponentLibrary.ButtonEx btnSeeDetails;
- private System.Windows.Forms.DataGridViewTextBoxColumn DayNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn TotalPaid;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrdersPaid;
- private System.Windows.Forms.DataGridViewTextBoxColumn FundsPaid;
- private System.Windows.Forms.DataGridViewTextBoxColumn LatePaid;
- private System.Windows.Forms.DataGridViewTextBoxColumn OtherIncome;
- private System.Windows.Forms.DataGridViewTextBoxColumn Mcrr_RechargeAmount;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn PreliminaryResults;
- private System.Windows.Forms.DataGridViewTextBoxColumn LateResults;
- private System.Windows.Forms.DataGridViewTextBoxColumn TotalPerformance;
- private System.Windows.Forms.DataGridViewTextBoxColumn Expenditure;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
- protected internal ComponentLibrary.DateTimePickerEx dtpStart;
- }
- }
|