123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986 |
- namespace LYFZ.Software.UI.StatisticalInquiry
- {
- partial class FinanceYearReportSmallForm
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FinanceYearReportSmallForm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelEx14 = new LYFZ.ComponentLibrary.PanelEx();
- this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelTotalIncome = new LYFZ.ComponentLibrary.PanelEx();
- this.txtTotalIncome = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblTotalIncome = new LYFZ.ComponentLibrary.LabelEx();
- this.panelOperatingIncome = new LYFZ.ComponentLibrary.PanelEx();
- this.txtOperatingIncome = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblOperatingIncome = new LYFZ.ComponentLibrary.LabelEx();
- this.panelTotalOutlay = new LYFZ.ComponentLibrary.PanelEx();
- this.txtTotalOutlay = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblTotalOutlay = new LYFZ.ComponentLibrary.LabelEx();
- this.panelNetIncome = new LYFZ.ComponentLibrary.PanelEx();
- this.txtNetIncome = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblNetIncome = new LYFZ.ComponentLibrary.LabelEx();
- this.panelOrderEarly = new LYFZ.ComponentLibrary.PanelEx();
- this.txtOrderEarly = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblOrderEarly = new LYFZ.ComponentLibrary.LabelEx();
- this.panelOrderLate = new LYFZ.ComponentLibrary.PanelEx();
- this.txtOrderLate = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblOrderLate = new LYFZ.ComponentLibrary.LabelEx();
- this.panelVoucher = new LYFZ.ComponentLibrary.PanelEx();
- this.txtVoucher = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lblVoucher = new LYFZ.ComponentLibrary.LabelEx();
- this.panelPaymentMethod = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevPaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.lblPaymentMethod = new LYFZ.ComponentLibrary.LabelEx();
- this.panelQueryItem = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevQueryItem = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cmbtreevSecondOption = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.lblQueryItem = new LYFZ.ComponentLibrary.LabelEx();
- this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx13 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.numYear = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelOrderType = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevOrderType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.panelEx2.SuspendLayout();
- this.panelEx14.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelTotalIncome.SuspendLayout();
- this.panelOperatingIncome.SuspendLayout();
- this.panelTotalOutlay.SuspendLayout();
- this.panelNetIncome.SuspendLayout();
- this.panelOrderEarly.SuspendLayout();
- this.panelOrderLate.SuspendLayout();
- this.panelVoucher.SuspendLayout();
- this.panelPaymentMethod.SuspendLayout();
- this.panelQueryItem.SuspendLayout();
- this.panelStoreName.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numYear)).BeginInit();
- this.panelOrderType.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.btnExport);
- this.plFormMainContent.Controls.Add(this.btnPrint);
- this.plFormMainContent.Controls.Add(this.btnClose);
- this.plFormMainContent.Controls.Add(this.numYear);
- this.plFormMainContent.Controls.Add(this.labelEx6);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx6, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.numYear, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnExport, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.dgvData);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 5);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(900, 495);
- this.panelEx1.TabIndex = 2;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvData.ColumnHeadersHeight = 24;
- this.dgvData.dgvColumnHeadersHeight = 24;
- this.dgvData.dgvCurrentColumnOriginalSet = "";
- this.dgvData.dgvCurrentColumnWidth = "";
- this.dgvData.dgvCurrentHideColumn = null;
- this.dgvData.dgvFixedHideColumn = null;
- this.dgvData.dgvGuidName = null;
- this.dgvData.dgvUserEmployeeID = null;
- this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.ImageHeight = 15;
- this.dgvData.ImageWidth = 15;
- this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
- this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
- this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = true;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = true;
- this.dgvData.Location = new System.Drawing.Point(0, 52);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvData.RowHeadersWidth = 30;
- this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(900, 443);
- this.dgvData.TabIndex = 1;
- this.dgvData.ViceCount = 1;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.panelEx14);
- this.panelEx2.Controls.Add(this.flowLayoutPanel1);
- this.panelEx2.Controls.Add(this.panelEx13);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Location = new System.Drawing.Point(0, 0);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
- this.panelEx2.Size = new System.Drawing.Size(900, 52);
- this.panelEx2.TabIndex = 0;
- //
- // panelEx14
- //
- this.panelEx14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx14.BorderWidth = 1;
- this.panelEx14.Controls.Add(this.lblCount);
- this.panelEx14.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx14.Location = new System.Drawing.Point(0, 30);
- this.panelEx14.Name = "panelEx14";
- this.panelEx14.Size = new System.Drawing.Size(900, 21);
- this.panelEx14.TabIndex = 4;
- //
- // 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(15, 2);
- this.lblCount.Name = "lblCount";
- this.lblCount.Size = new System.Drawing.Size(56, 17);
- this.lblCount.TabIndex = 281;
- this.lblCount.Text = "订单数:";
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelTotalIncome);
- this.flowLayoutPanel1.Controls.Add(this.panelOperatingIncome);
- this.flowLayoutPanel1.Controls.Add(this.panelTotalOutlay);
- this.flowLayoutPanel1.Controls.Add(this.panelNetIncome);
- this.flowLayoutPanel1.Controls.Add(this.panelOrderEarly);
- this.flowLayoutPanel1.Controls.Add(this.panelOrderLate);
- this.flowLayoutPanel1.Controls.Add(this.panelVoucher);
- this.flowLayoutPanel1.Controls.Add(this.panelPaymentMethod);
- this.flowLayoutPanel1.Controls.Add(this.panelQueryItem);
- this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
- this.flowLayoutPanel1.Controls.Add(this.panelOrderType);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 3);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(900, 27);
- this.flowLayoutPanel1.TabIndex = 3;
- //
- // panelTotalIncome
- //
- this.panelTotalIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelTotalIncome.BorderWidth = 1;
- this.panelTotalIncome.Controls.Add(this.txtTotalIncome);
- this.panelTotalIncome.Controls.Add(this.lblTotalIncome);
- this.panelTotalIncome.Location = new System.Drawing.Point(0, 0);
- this.panelTotalIncome.Margin = new System.Windows.Forms.Padding(0);
- this.panelTotalIncome.Name = "panelTotalIncome";
- this.panelTotalIncome.Size = new System.Drawing.Size(175, 27);
- this.panelTotalIncome.TabIndex = 0;
- //
- // txtTotalIncome
- //
- this.txtTotalIncome.BackColor = System.Drawing.Color.Transparent;
- this.txtTotalIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTotalIncome.Icon = null;
- this.txtTotalIncome.IconIsButton = false;
- this.txtTotalIncome.IsPasswordChat = '\0';
- this.txtTotalIncome.IsSystemPasswordChar = false;
- this.txtTotalIncome.Lines = new string[0];
- this.txtTotalIncome.Location = new System.Drawing.Point(67, 1);
- this.txtTotalIncome.Margin = new System.Windows.Forms.Padding(0);
- this.txtTotalIncome.MaxLength = 15;
- this.txtTotalIncome.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtTotalIncome.MouseBack = null;
- this.txtTotalIncome.Multiline = false;
- this.txtTotalIncome.Name = "txtTotalIncome";
- this.txtTotalIncome.NormlBack = null;
- this.txtTotalIncome.Padding = new System.Windows.Forms.Padding(5);
- this.txtTotalIncome.ReadOnly = true;
- this.txtTotalIncome.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTotalIncome.Size = new System.Drawing.Size(100, 25);
- this.txtTotalIncome.TabIndex = 35;
- this.txtTotalIncome.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTotalIncome.WaterColor = System.Drawing.Color.DarkGray;
- this.txtTotalIncome.WaterText = "";
- this.txtTotalIncome.WordWrap = true;
- //
- // lblTotalIncome
- //
- this.lblTotalIncome.AutoSize = true;
- this.lblTotalIncome.Cursor = System.Windows.Forms.Cursors.Default;
- this.lblTotalIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblTotalIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblTotalIncome.Location = new System.Drawing.Point(15, 5);
- this.lblTotalIncome.Name = "lblTotalIncome";
- this.lblTotalIncome.Size = new System.Drawing.Size(56, 17);
- this.lblTotalIncome.TabIndex = 241;
- this.lblTotalIncome.Text = "总收入:";
- //
- // panelOperatingIncome
- //
- this.panelOperatingIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelOperatingIncome.BorderWidth = 1;
- this.panelOperatingIncome.Controls.Add(this.txtOperatingIncome);
- this.panelOperatingIncome.Controls.Add(this.lblOperatingIncome);
- this.panelOperatingIncome.Location = new System.Drawing.Point(175, 0);
- this.panelOperatingIncome.Margin = new System.Windows.Forms.Padding(0);
- this.panelOperatingIncome.Name = "panelOperatingIncome";
- this.panelOperatingIncome.Size = new System.Drawing.Size(175, 27);
- this.panelOperatingIncome.TabIndex = 1;
- //
- // txtOperatingIncome
- //
- this.txtOperatingIncome.BackColor = System.Drawing.Color.Transparent;
- this.txtOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOperatingIncome.Icon = null;
- this.txtOperatingIncome.IconIsButton = false;
- this.txtOperatingIncome.IsPasswordChat = '\0';
- this.txtOperatingIncome.IsSystemPasswordChar = false;
- this.txtOperatingIncome.Lines = new string[0];
- this.txtOperatingIncome.Location = new System.Drawing.Point(67, 1);
- this.txtOperatingIncome.Margin = new System.Windows.Forms.Padding(0);
- this.txtOperatingIncome.MaxLength = 15;
- this.txtOperatingIncome.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOperatingIncome.MouseBack = null;
- this.txtOperatingIncome.Multiline = false;
- this.txtOperatingIncome.Name = "txtOperatingIncome";
- this.txtOperatingIncome.NormlBack = null;
- this.txtOperatingIncome.Padding = new System.Windows.Forms.Padding(5);
- this.txtOperatingIncome.ReadOnly = true;
- this.txtOperatingIncome.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOperatingIncome.Size = new System.Drawing.Size(100, 25);
- this.txtOperatingIncome.TabIndex = 242;
- this.txtOperatingIncome.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOperatingIncome.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOperatingIncome.WaterText = "";
- this.txtOperatingIncome.WordWrap = true;
- //
- // lblOperatingIncome
- //
- this.lblOperatingIncome.AutoSize = true;
- this.lblOperatingIncome.Cursor = System.Windows.Forms.Cursors.Default;
- this.lblOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblOperatingIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblOperatingIncome.Location = new System.Drawing.Point(3, 5);
- this.lblOperatingIncome.Name = "lblOperatingIncome";
- this.lblOperatingIncome.Size = new System.Drawing.Size(68, 17);
- this.lblOperatingIncome.TabIndex = 243;
- this.lblOperatingIncome.Text = "营业收入:";
- //
- // panelTotalOutlay
- //
- this.panelTotalOutlay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelTotalOutlay.BorderWidth = 1;
- this.panelTotalOutlay.Controls.Add(this.txtTotalOutlay);
- this.panelTotalOutlay.Controls.Add(this.lblTotalOutlay);
- this.panelTotalOutlay.Location = new System.Drawing.Point(350, 0);
- this.panelTotalOutlay.Margin = new System.Windows.Forms.Padding(0);
- this.panelTotalOutlay.Name = "panelTotalOutlay";
- this.panelTotalOutlay.Size = new System.Drawing.Size(175, 27);
- this.panelTotalOutlay.TabIndex = 2;
- //
- // txtTotalOutlay
- //
- this.txtTotalOutlay.BackColor = System.Drawing.Color.Transparent;
- this.txtTotalOutlay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTotalOutlay.Icon = null;
- this.txtTotalOutlay.IconIsButton = false;
- this.txtTotalOutlay.IsPasswordChat = '\0';
- this.txtTotalOutlay.IsSystemPasswordChar = false;
- this.txtTotalOutlay.Lines = new string[0];
- this.txtTotalOutlay.Location = new System.Drawing.Point(67, 1);
- this.txtTotalOutlay.Margin = new System.Windows.Forms.Padding(0);
- this.txtTotalOutlay.MaxLength = 15;
- this.txtTotalOutlay.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtTotalOutlay.MouseBack = null;
- this.txtTotalOutlay.Multiline = false;
- this.txtTotalOutlay.Name = "txtTotalOutlay";
- this.txtTotalOutlay.NormlBack = null;
- this.txtTotalOutlay.Padding = new System.Windows.Forms.Padding(5);
- this.txtTotalOutlay.ReadOnly = true;
- this.txtTotalOutlay.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtTotalOutlay.Size = new System.Drawing.Size(100, 25);
- this.txtTotalOutlay.TabIndex = 36;
- this.txtTotalOutlay.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtTotalOutlay.WaterColor = System.Drawing.Color.DarkGray;
- this.txtTotalOutlay.WaterText = "";
- this.txtTotalOutlay.WordWrap = true;
- //
- // lblTotalOutlay
- //
- this.lblTotalOutlay.AutoSize = true;
- this.lblTotalOutlay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblTotalOutlay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblTotalOutlay.Location = new System.Drawing.Point(27, 5);
- this.lblTotalOutlay.Name = "lblTotalOutlay";
- this.lblTotalOutlay.Size = new System.Drawing.Size(44, 17);
- this.lblTotalOutlay.TabIndex = 245;
- this.lblTotalOutlay.Text = "支出:";
- //
- // panelNetIncome
- //
- this.panelNetIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelNetIncome.BorderWidth = 1;
- this.panelNetIncome.Controls.Add(this.txtNetIncome);
- this.panelNetIncome.Controls.Add(this.lblNetIncome);
- this.panelNetIncome.Location = new System.Drawing.Point(525, 0);
- this.panelNetIncome.Margin = new System.Windows.Forms.Padding(0);
- this.panelNetIncome.Name = "panelNetIncome";
- this.panelNetIncome.Size = new System.Drawing.Size(175, 27);
- this.panelNetIncome.TabIndex = 2;
- //
- // txtNetIncome
- //
- this.txtNetIncome.BackColor = System.Drawing.Color.Transparent;
- this.txtNetIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtNetIncome.Icon = null;
- this.txtNetIncome.IconIsButton = false;
- this.txtNetIncome.IsPasswordChat = '\0';
- this.txtNetIncome.IsSystemPasswordChar = false;
- this.txtNetIncome.Lines = new string[0];
- this.txtNetIncome.Location = new System.Drawing.Point(67, 1);
- this.txtNetIncome.Margin = new System.Windows.Forms.Padding(0);
- this.txtNetIncome.MaxLength = 15;
- this.txtNetIncome.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtNetIncome.MouseBack = null;
- this.txtNetIncome.Multiline = false;
- this.txtNetIncome.Name = "txtNetIncome";
- this.txtNetIncome.NormlBack = null;
- this.txtNetIncome.Padding = new System.Windows.Forms.Padding(5);
- this.txtNetIncome.ReadOnly = true;
- this.txtNetIncome.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtNetIncome.Size = new System.Drawing.Size(100, 25);
- this.txtNetIncome.TabIndex = 37;
- this.txtNetIncome.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtNetIncome.WaterColor = System.Drawing.Color.DarkGray;
- this.txtNetIncome.WaterText = "";
- this.txtNetIncome.WordWrap = true;
- //
- // lblNetIncome
- //
- this.lblNetIncome.AutoSize = true;
- this.lblNetIncome.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblNetIncome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblNetIncome.Location = new System.Drawing.Point(15, 5);
- this.lblNetIncome.Name = "lblNetIncome";
- this.lblNetIncome.Size = new System.Drawing.Size(56, 17);
- this.lblNetIncome.TabIndex = 255;
- this.lblNetIncome.Text = "净收入:";
- //
- // panelOrderEarly
- //
- this.panelOrderEarly.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelOrderEarly.BorderWidth = 1;
- this.panelOrderEarly.Controls.Add(this.txtOrderEarly);
- this.panelOrderEarly.Controls.Add(this.lblOrderEarly);
- this.panelOrderEarly.Location = new System.Drawing.Point(700, 0);
- this.panelOrderEarly.Margin = new System.Windows.Forms.Padding(0);
- this.panelOrderEarly.Name = "panelOrderEarly";
- this.panelOrderEarly.Size = new System.Drawing.Size(175, 27);
- this.panelOrderEarly.TabIndex = 2;
- //
- // txtOrderEarly
- //
- this.txtOrderEarly.BackColor = System.Drawing.Color.Transparent;
- this.txtOrderEarly.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOrderEarly.Icon = null;
- this.txtOrderEarly.IconIsButton = false;
- this.txtOrderEarly.IsPasswordChat = '\0';
- this.txtOrderEarly.IsSystemPasswordChar = false;
- this.txtOrderEarly.Lines = new string[0];
- this.txtOrderEarly.Location = new System.Drawing.Point(67, 1);
- this.txtOrderEarly.Margin = new System.Windows.Forms.Padding(0);
- this.txtOrderEarly.MaxLength = 15;
- this.txtOrderEarly.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOrderEarly.MouseBack = null;
- this.txtOrderEarly.Multiline = false;
- this.txtOrderEarly.Name = "txtOrderEarly";
- this.txtOrderEarly.NormlBack = null;
- this.txtOrderEarly.Padding = new System.Windows.Forms.Padding(5);
- this.txtOrderEarly.ReadOnly = true;
- this.txtOrderEarly.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOrderEarly.Size = new System.Drawing.Size(100, 25);
- this.txtOrderEarly.TabIndex = 39;
- this.txtOrderEarly.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOrderEarly.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOrderEarly.WaterText = "";
- this.txtOrderEarly.WordWrap = true;
- //
- // lblOrderEarly
- //
- this.lblOrderEarly.AutoSize = true;
- this.lblOrderEarly.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblOrderEarly.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblOrderEarly.Location = new System.Drawing.Point(3, 5);
- this.lblOrderEarly.Name = "lblOrderEarly";
- this.lblOrderEarly.Size = new System.Drawing.Size(68, 17);
- this.lblOrderEarly.TabIndex = 267;
- this.lblOrderEarly.Text = "订单前期:";
- //
- // panelOrderLate
- //
- this.panelOrderLate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelOrderLate.BorderWidth = 1;
- this.panelOrderLate.Controls.Add(this.txtOrderLate);
- this.panelOrderLate.Controls.Add(this.lblOrderLate);
- this.panelOrderLate.Location = new System.Drawing.Point(0, 27);
- this.panelOrderLate.Margin = new System.Windows.Forms.Padding(0);
- this.panelOrderLate.Name = "panelOrderLate";
- this.panelOrderLate.Size = new System.Drawing.Size(175, 27);
- this.panelOrderLate.TabIndex = 2;
- //
- // txtOrderLate
- //
- this.txtOrderLate.BackColor = System.Drawing.Color.Transparent;
- this.txtOrderLate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOrderLate.Icon = null;
- this.txtOrderLate.IconIsButton = false;
- this.txtOrderLate.IsPasswordChat = '\0';
- this.txtOrderLate.IsSystemPasswordChar = false;
- this.txtOrderLate.Lines = new string[0];
- this.txtOrderLate.Location = new System.Drawing.Point(67, 1);
- this.txtOrderLate.Margin = new System.Windows.Forms.Padding(0);
- this.txtOrderLate.MaxLength = 15;
- this.txtOrderLate.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOrderLate.MouseBack = null;
- this.txtOrderLate.Multiline = false;
- this.txtOrderLate.Name = "txtOrderLate";
- this.txtOrderLate.NormlBack = null;
- this.txtOrderLate.Padding = new System.Windows.Forms.Padding(5);
- this.txtOrderLate.ReadOnly = true;
- this.txtOrderLate.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOrderLate.Size = new System.Drawing.Size(100, 25);
- this.txtOrderLate.TabIndex = 40;
- this.txtOrderLate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOrderLate.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOrderLate.WaterText = "";
- this.txtOrderLate.WordWrap = true;
- //
- // lblOrderLate
- //
- this.lblOrderLate.AutoSize = true;
- this.lblOrderLate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblOrderLate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblOrderLate.Location = new System.Drawing.Point(3, 5);
- this.lblOrderLate.Name = "lblOrderLate";
- this.lblOrderLate.Size = new System.Drawing.Size(68, 17);
- this.lblOrderLate.TabIndex = 268;
- this.lblOrderLate.Text = "订单后期:";
- //
- // panelVoucher
- //
- this.panelVoucher.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelVoucher.BorderWidth = 1;
- this.panelVoucher.Controls.Add(this.txtVoucher);
- this.panelVoucher.Controls.Add(this.lblVoucher);
- this.panelVoucher.Location = new System.Drawing.Point(175, 27);
- this.panelVoucher.Margin = new System.Windows.Forms.Padding(0);
- this.panelVoucher.Name = "panelVoucher";
- this.panelVoucher.Size = new System.Drawing.Size(175, 27);
- this.panelVoucher.TabIndex = 3;
- //
- // txtVoucher
- //
- this.txtVoucher.BackColor = System.Drawing.Color.Transparent;
- this.txtVoucher.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtVoucher.Icon = null;
- this.txtVoucher.IconIsButton = false;
- this.txtVoucher.IsPasswordChat = '\0';
- this.txtVoucher.IsSystemPasswordChar = false;
- this.txtVoucher.Lines = new string[0];
- this.txtVoucher.Location = new System.Drawing.Point(67, 1);
- this.txtVoucher.Margin = new System.Windows.Forms.Padding(0);
- this.txtVoucher.MaxLength = 15;
- this.txtVoucher.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtVoucher.MouseBack = null;
- this.txtVoucher.Multiline = false;
- this.txtVoucher.Name = "txtVoucher";
- this.txtVoucher.NormlBack = null;
- this.txtVoucher.Padding = new System.Windows.Forms.Padding(5);
- this.txtVoucher.ReadOnly = true;
- this.txtVoucher.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtVoucher.Size = new System.Drawing.Size(100, 25);
- this.txtVoucher.TabIndex = 42;
- this.txtVoucher.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtVoucher.WaterColor = System.Drawing.Color.DarkGray;
- this.txtVoucher.WaterText = "";
- this.txtVoucher.WordWrap = true;
- //
- // lblVoucher
- //
- this.lblVoucher.AutoSize = true;
- this.lblVoucher.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblVoucher.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblVoucher.Location = new System.Drawing.Point(15, 5);
- this.lblVoucher.Name = "lblVoucher";
- this.lblVoucher.Size = new System.Drawing.Size(56, 17);
- this.lblVoucher.TabIndex = 269;
- this.lblVoucher.Text = "代金券:";
- //
- // panelPaymentMethod
- //
- this.panelPaymentMethod.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelPaymentMethod.BorderWidth = 1;
- this.panelPaymentMethod.Controls.Add(this.cmbtreevPaymentMethod);
- this.panelPaymentMethod.Controls.Add(this.lblPaymentMethod);
- this.panelPaymentMethod.Location = new System.Drawing.Point(350, 27);
- this.panelPaymentMethod.Margin = new System.Windows.Forms.Padding(0);
- this.panelPaymentMethod.Name = "panelPaymentMethod";
- this.panelPaymentMethod.Size = new System.Drawing.Size(240, 27);
- this.panelPaymentMethod.TabIndex = 2;
- //
- // cmbtreevPaymentMethod
- //
- this.cmbtreevPaymentMethod.AfterSelectLevelFirstNode = true;
- this.cmbtreevPaymentMethod.DropDownHeight = 220;
- this.cmbtreevPaymentMethod.DropDownShow = false;
- this.cmbtreevPaymentMethod.FormattingEnabled = true;
- this.cmbtreevPaymentMethod.IntegralHeight = false;
- this.cmbtreevPaymentMethod.IsNodeMouseClick = true;
- this.cmbtreevPaymentMethod.IsSelectParentNode = true;
- this.cmbtreevPaymentMethod.Location = new System.Drawing.Point(67, 4);
- this.cmbtreevPaymentMethod.Name = "cmbtreevPaymentMethod";
- this.cmbtreevPaymentMethod.ReadOnly = true;
- this.cmbtreevPaymentMethod.SelectedNode = null;
- this.cmbtreevPaymentMethod.Size = new System.Drawing.Size(160, 20);
- this.cmbtreevPaymentMethod.StrGetName = "";
- this.cmbtreevPaymentMethod.StrGetTagName = "";
- this.cmbtreevPaymentMethod.StrKey = null;
- this.cmbtreevPaymentMethod.TabIndex = 274;
- //
- // lblPaymentMethod
- //
- this.lblPaymentMethod.AutoSize = true;
- this.lblPaymentMethod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblPaymentMethod.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblPaymentMethod.Location = new System.Drawing.Point(3, 5);
- this.lblPaymentMethod.Name = "lblPaymentMethod";
- this.lblPaymentMethod.Size = new System.Drawing.Size(68, 17);
- this.lblPaymentMethod.TabIndex = 256;
- this.lblPaymentMethod.Text = "付款方式:";
- //
- // panelQueryItem
- //
- this.panelQueryItem.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelQueryItem.BorderWidth = 1;
- this.panelQueryItem.Controls.Add(this.cmbtreevQueryItem);
- this.panelQueryItem.Controls.Add(this.cmbtreevSecondOption);
- this.panelQueryItem.Controls.Add(this.lblQueryItem);
- this.panelQueryItem.Location = new System.Drawing.Point(0, 54);
- this.panelQueryItem.Margin = new System.Windows.Forms.Padding(0);
- this.panelQueryItem.Name = "panelQueryItem";
- this.panelQueryItem.Size = new System.Drawing.Size(370, 27);
- this.panelQueryItem.TabIndex = 2;
- //
- // cmbtreevQueryItem
- //
- this.cmbtreevQueryItem.AfterSelectLevelFirstNode = true;
- this.cmbtreevQueryItem.DropDownHeight = 220;
- this.cmbtreevQueryItem.DropDownShow = false;
- this.cmbtreevQueryItem.FormattingEnabled = true;
- this.cmbtreevQueryItem.IntegralHeight = false;
- this.cmbtreevQueryItem.IsNodeMouseClick = true;
- this.cmbtreevQueryItem.IsSelectParentNode = true;
- this.cmbtreevQueryItem.Location = new System.Drawing.Point(67, 4);
- this.cmbtreevQueryItem.Name = "cmbtreevQueryItem";
- this.cmbtreevQueryItem.ReadOnly = true;
- this.cmbtreevQueryItem.SelectedNode = null;
- this.cmbtreevQueryItem.Size = new System.Drawing.Size(160, 20);
- this.cmbtreevQueryItem.StrGetName = "";
- this.cmbtreevQueryItem.StrGetTagName = "";
- this.cmbtreevQueryItem.StrKey = null;
- this.cmbtreevQueryItem.TabIndex = 273;
- //
- // cmbtreevSecondOption
- //
- this.cmbtreevSecondOption.AfterSelectLevelFirstNode = true;
- this.cmbtreevSecondOption.DropDownHeight = 220;
- this.cmbtreevSecondOption.DropDownShow = false;
- this.cmbtreevSecondOption.FormattingEnabled = true;
- this.cmbtreevSecondOption.IntegralHeight = false;
- this.cmbtreevSecondOption.IsNodeMouseClick = true;
- this.cmbtreevSecondOption.IsSelectParentNode = false;
- this.cmbtreevSecondOption.Location = new System.Drawing.Point(233, 4);
- this.cmbtreevSecondOption.Name = "cmbtreevSecondOption";
- this.cmbtreevSecondOption.ReadOnly = true;
- this.cmbtreevSecondOption.SelectedNode = null;
- this.cmbtreevSecondOption.Size = new System.Drawing.Size(125, 20);
- this.cmbtreevSecondOption.StrGetName = "";
- this.cmbtreevSecondOption.StrGetTagName = "";
- this.cmbtreevSecondOption.StrKey = null;
- this.cmbtreevSecondOption.TabIndex = 272;
- //
- // lblQueryItem
- //
- this.lblQueryItem.AutoSize = true;
- this.lblQueryItem.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblQueryItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblQueryItem.Location = new System.Drawing.Point(3, 5);
- this.lblQueryItem.Name = "lblQueryItem";
- this.lblQueryItem.Size = new System.Drawing.Size(68, 17);
- this.lblQueryItem.TabIndex = 270;
- this.lblQueryItem.Text = "项目查询:";
- //
- // panelStoreName
- //
- this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelStoreName.BorderWidth = 1;
- this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
- this.panelStoreName.Controls.Add(this.labelEx3);
- this.panelStoreName.Location = new System.Drawing.Point(370, 54);
- this.panelStoreName.Margin = new System.Windows.Forms.Padding(0);
- this.panelStoreName.Name = "panelStoreName";
- this.panelStoreName.Size = new System.Drawing.Size(265, 27);
- this.panelStoreName.TabIndex = 210;
- //
- // cmbtreevStoreName
- //
- this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
- this.cmbtreevStoreName.DropDownHeight = 220;
- this.cmbtreevStoreName.DropDownShow = false;
- this.cmbtreevStoreName.FormattingEnabled = true;
- this.cmbtreevStoreName.IntegralHeight = false;
- this.cmbtreevStoreName.IsNodeMouseClick = true;
- this.cmbtreevStoreName.IsSelectParentNode = false;
- this.cmbtreevStoreName.Location = new System.Drawing.Point(45, 3);
- this.cmbtreevStoreName.Name = "cmbtreevStoreName";
- this.cmbtreevStoreName.ReadOnly = true;
- this.cmbtreevStoreName.SelectedNode = null;
- this.cmbtreevStoreName.Size = new System.Drawing.Size(210, 20);
- this.cmbtreevStoreName.StrGetName = "";
- this.cmbtreevStoreName.StrGetTagName = "";
- this.cmbtreevStoreName.StrKey = null;
- this.cmbtreevStoreName.TabIndex = 274;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(4, 5);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(44, 17);
- this.labelEx3.TabIndex = 275;
- this.labelEx3.Text = "分店:";
- //
- // panelEx13
- //
- this.panelEx13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx13.BorderWidth = 1;
- this.panelEx13.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx13.Location = new System.Drawing.Point(0, 51);
- this.panelEx13.Name = "panelEx13";
- this.panelEx13.Size = new System.Drawing.Size(900, 1);
- this.panelEx13.TabIndex = 1;
- //
- // 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(461, 8);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(85, 26);
- this.btnExport.TabIndex = 205;
- this.btnExport.Text = " 导 出";
- this.btnExport.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(552, 8);
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(85, 26);
- this.btnPrint.TabIndex = 206;
- this.btnPrint.Text = " 打 印";
- this.btnPrint.UseVisualStyleBackColor = false;
- //
- // 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(643, 8);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 26);
- this.btnClose.TabIndex = 207;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // numYear
- //
- this.numYear.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numYear.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numYear.Font = new System.Drawing.Font("宋体", 12F);
- this.numYear.IsCustomColor = false;
- this.numYear.Location = new System.Drawing.Point(295, 8);
- this.numYear.Maximum = new decimal(new int[] {
- 3000,
- 0,
- 0,
- 0});
- this.numYear.Minimum = new decimal(new int[] {
- 1900,
- 0,
- 0,
- 0});
- this.numYear.Name = "numYear";
- this.numYear.Size = new System.Drawing.Size(78, 26);
- this.numYear.TabIndex = 203;
- this.numYear.Value = new decimal(new int[] {
- 2014,
- 0,
- 0,
- 0});
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(246)))), ((int)(((byte)(248)))));
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(376, 12);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(23, 19);
- this.labelEx6.TabIndex = 204;
- this.labelEx6.Text = "年";
- //
- // panelOrderType
- //
- this.panelOrderType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelOrderType.BorderWidth = 1;
- this.panelOrderType.Controls.Add(this.cmbtreevOrderType);
- this.panelOrderType.Controls.Add(this.labelEx4);
- this.panelOrderType.Location = new System.Drawing.Point(635, 54);
- this.panelOrderType.Margin = new System.Windows.Forms.Padding(0);
- this.panelOrderType.Name = "panelOrderType";
- this.panelOrderType.Size = new System.Drawing.Size(175, 27);
- this.panelOrderType.TabIndex = 212;
- //
- // cmbtreevOrderType
- //
- this.cmbtreevOrderType.AfterSelectLevelFirstNode = true;
- this.cmbtreevOrderType.DropDownHeight = 220;
- this.cmbtreevOrderType.DropDownShow = false;
- this.cmbtreevOrderType.FormattingEnabled = true;
- this.cmbtreevOrderType.IntegralHeight = false;
- this.cmbtreevOrderType.IsNodeMouseClick = true;
- this.cmbtreevOrderType.IsSelectParentNode = false;
- this.cmbtreevOrderType.Location = new System.Drawing.Point(67, 3);
- this.cmbtreevOrderType.Name = "cmbtreevOrderType";
- this.cmbtreevOrderType.ReadOnly = true;
- this.cmbtreevOrderType.SelectedNode = null;
- this.cmbtreevOrderType.Size = new System.Drawing.Size(100, 20);
- this.cmbtreevOrderType.StrGetName = "";
- this.cmbtreevOrderType.StrGetTagName = "";
- this.cmbtreevOrderType.StrKey = null;
- this.cmbtreevOrderType.TabIndex = 274;
- //
- // 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(4, 5);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 275;
- this.labelEx4.Text = "订单类型:";
- //
- // FinanceYearReportSmallForm
- //
- 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.ImeMode = System.Windows.Forms.ImeMode.On;
- this.IsShowUcNavigationTool = true;
- this.IsUserControlsSize = false;
- this.Name = "FinanceYearReportSmallForm";
- this.Text = "年财务报表";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.plFormMainContent.PerformLayout();
- this.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.panelEx2.ResumeLayout(false);
- this.panelEx14.ResumeLayout(false);
- this.panelEx14.PerformLayout();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelTotalIncome.ResumeLayout(false);
- this.panelTotalIncome.PerformLayout();
- this.panelOperatingIncome.ResumeLayout(false);
- this.panelOperatingIncome.PerformLayout();
- this.panelTotalOutlay.ResumeLayout(false);
- this.panelTotalOutlay.PerformLayout();
- this.panelNetIncome.ResumeLayout(false);
- this.panelNetIncome.PerformLayout();
- this.panelOrderEarly.ResumeLayout(false);
- this.panelOrderEarly.PerformLayout();
- this.panelOrderLate.ResumeLayout(false);
- this.panelOrderLate.PerformLayout();
- this.panelVoucher.ResumeLayout(false);
- this.panelVoucher.PerformLayout();
- this.panelPaymentMethod.ResumeLayout(false);
- this.panelPaymentMethod.PerformLayout();
- this.panelQueryItem.ResumeLayout(false);
- this.panelQueryItem.PerformLayout();
- this.panelStoreName.ResumeLayout(false);
- this.panelStoreName.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numYear)).EndInit();
- this.panelOrderType.ResumeLayout(false);
- this.panelOrderType.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.DataGridViewEc dgvData;
- protected internal ComponentLibrary.PanelEx panelEx2;
- protected internal ComponentLibrary.PanelEx panelEx14;
- protected ComponentLibrary.LabelEx lblCount;
- protected internal ComponentLibrary.PanelEx panelEx13;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private ComponentLibrary.PanelEx panelTotalIncome;
- protected internal ComponentLibrary.TextBoxEx txtTotalIncome;
- protected internal ComponentLibrary.LabelEx lblTotalIncome;
- private ComponentLibrary.PanelEx panelOperatingIncome;
- protected internal ComponentLibrary.TextBoxEx txtOperatingIncome;
- protected internal ComponentLibrary.LabelEx lblOperatingIncome;
- private ComponentLibrary.PanelEx panelTotalOutlay;
- protected internal ComponentLibrary.TextBoxEx txtTotalOutlay;
- private ComponentLibrary.LabelEx lblTotalOutlay;
- protected internal ComponentLibrary.PanelEx panelNetIncome;
- protected internal ComponentLibrary.TextBoxEx txtNetIncome;
- private ComponentLibrary.LabelEx lblNetIncome;
- private ComponentLibrary.PanelEx panelOrderEarly;
- protected internal ComponentLibrary.TextBoxEx txtOrderEarly;
- private ComponentLibrary.LabelEx lblOrderEarly;
- private ComponentLibrary.PanelEx panelOrderLate;
- protected internal ComponentLibrary.TextBoxEx txtOrderLate;
- private ComponentLibrary.LabelEx lblOrderLate;
- protected internal ComponentLibrary.PanelEx panelVoucher;
- protected internal ComponentLibrary.TextBoxEx txtVoucher;
- private ComponentLibrary.LabelEx lblVoucher;
- private ComponentLibrary.PanelEx panelPaymentMethod;
- protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevPaymentMethod;
- private ComponentLibrary.LabelEx lblPaymentMethod;
- protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevQueryItem;
- protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevSecondOption;
- private ComponentLibrary.LabelEx lblQueryItem;
- protected ComponentLibrary.NumericUpDownEx numYear;
- private ComponentLibrary.LabelEx labelEx6;
- protected internal ComponentLibrary.ButtonEx btnExport;
- protected internal ComponentLibrary.ButtonEx btnPrint;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.PanelEx panelStoreName;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
- protected internal ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.PanelEx panelQueryItem;
- protected internal ComponentLibrary.PanelEx panelOrderType;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderType;
- protected internal ComponentLibrary.LabelEx labelEx4;
- }
- }
|