namespace LYFZ.Software.UI.StatisticalInquiry
{
partial class FinanceMonthReportSmallForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FinanceMonthReportSmallForm));
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.lblPaymentStatistic = new LYFZ.ComponentLibrary.LabelEx();
this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx13 = new LYFZ.ComponentLibrary.PanelEx();
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.panelOrderType = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreevOrderType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
this.btnViewDetail = new LYFZ.ComponentLibrary.ButtonEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbtreevOrderClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx2 = 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();
this.panelOrderType.SuspendLayout();
this.panelEx3.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.labelEx1);
this.plFormMainContent.Controls.Add(this.dtpEnd);
this.plFormMainContent.Controls.Add(this.dtpStart);
this.plFormMainContent.Controls.Add(this.btnQuery);
this.plFormMainContent.Controls.Add(this.btnViewDetail);
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.btnViewDetail, 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);
//
// 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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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 = 1;
//
// 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.IsCompleteBonding = false;
this.dgvData.IsCopyCellValue = true;
this.dgvData.IsShowSerialNumber = true;
this.dgvData.IsSortedRedraw = true;
this.dgvData.IsSortMode = true;
this.dgvData.Location = new System.Drawing.Point(0, 145);
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, 350);
this.dgvData.StrSecondStageNull = "";
this.dgvData.StrValueNullColumn = "";
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.panelEx14);
this.panelEx2.Controls.Add(this.panelEx13);
this.panelEx2.Controls.Add(this.flowLayoutPanel1);
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, 145);
this.panelEx2.TabIndex = 0;
//
// panelEx14
//
this.panelEx14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx14.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx14.BorderWidth = 1;
this.panelEx14.Controls.Add(this.lblPaymentStatistic);
this.panelEx14.Controls.Add(this.lblCount);
this.panelEx14.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx14.Location = new System.Drawing.Point(0, 111);
this.panelEx14.Name = "panelEx14";
this.panelEx14.Size = new System.Drawing.Size(900, 33);
this.panelEx14.TabIndex = 4;
//
// lblPaymentStatistic
//
this.lblPaymentStatistic.AutoSize = true;
this.lblPaymentStatistic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lblPaymentStatistic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lblPaymentStatistic.Location = new System.Drawing.Point(3, 24);
this.lblPaymentStatistic.Name = "lblPaymentStatistic";
this.lblPaymentStatistic.Size = new System.Drawing.Size(68, 17);
this.lblPaymentStatistic.TabIndex = 282;
this.lblPaymentStatistic.Text = "收款金额:";
//
// 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 = "订单数:";
//
// panelEx13
//
this.panelEx13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx13.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx13.BorderWidth = 1;
this.panelEx13.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx13.Location = new System.Drawing.Point(0, 144);
this.panelEx13.Name = "panelEx13";
this.panelEx13.Size = new System.Drawing.Size(900, 1);
this.panelEx13.TabIndex = 1;
//
// 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.Controls.Add(this.panelEx3);
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, 108);
this.flowLayoutPanel1.TabIndex = 3;
//
// panelTotalIncome
//
this.panelTotalIncome.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelTotalIncome.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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 = "分店:";
//
// panelOrderType
//
this.panelOrderType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelOrderType.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
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 = 211;
//
// 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 = "订单类型:";
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.BackColor = System.Drawing.Color.Transparent;
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(291, 13);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(21, 17);
this.labelEx1.TabIndex = 236;
this.labelEx1.Text = "—";
//
// 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(314, 11);
this.dtpEnd.Name = "dtpEnd";
this.dtpEnd.Size = new System.Drawing.Size(100, 21);
this.dtpEnd.TabIndex = 235;
//
// 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(189, 11);
this.dtpStart.Name = "dtpStart";
this.dtpStart.Size = new System.Drawing.Size(100, 21);
this.dtpStart.TabIndex = 234;
//
// 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(423, 8);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(85, 26);
this.btnQuery.TabIndex = 237;
this.btnQuery.Text = " 查 询";
this.btnQuery.UseVisualStyleBackColor = false;
//
// btnViewDetail
//
this.btnViewDetail.BackColor = System.Drawing.Color.Transparent;
this.btnViewDetail.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnViewDetail.BackImg")));
this.btnViewDetail.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnViewDetail.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnViewDetail.ForeColor = System.Drawing.Color.White;
this.btnViewDetail.IsCustomBackImg = false;
this.btnViewDetail.IsShowText = true;
this.btnViewDetail.Location = new System.Drawing.Point(696, 8);
this.btnViewDetail.Name = "btnViewDetail";
this.btnViewDetail.Size = new System.Drawing.Size(85, 26);
this.btnViewDetail.TabIndex = 233;
this.btnViewDetail.Text = " 查看详情";
this.btnViewDetail.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(787, 8);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 26);
this.btnClose.TabIndex = 232;
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(605, 8);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(85, 26);
this.btnPrint.TabIndex = 231;
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(514, 8);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(85, 26);
this.btnExport.TabIndex = 230;
this.btnExport.Text = " 导 出";
this.btnExport.UseVisualStyleBackColor = false;
//
// panelEx3
//
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.cmbtreevOrderClass);
this.panelEx3.Controls.Add(this.labelEx2);
this.panelEx3.Location = new System.Drawing.Point(0, 81);
this.panelEx3.Margin = new System.Windows.Forms.Padding(0);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(175, 27);
this.panelEx3.TabIndex = 212;
//
// cmbtreevOrderClass
//
this.cmbtreevOrderClass.AfterSelectLevelFirstNode = true;
this.cmbtreevOrderClass.DropDownHeight = 220;
this.cmbtreevOrderClass.DropDownShow = false;
this.cmbtreevOrderClass.FormattingEnabled = true;
this.cmbtreevOrderClass.IntegralHeight = false;
this.cmbtreevOrderClass.IsNodeMouseClick = true;
this.cmbtreevOrderClass.IsSelectParentNode = false;
this.cmbtreevOrderClass.Location = new System.Drawing.Point(67, 3);
this.cmbtreevOrderClass.Name = "cmbtreevOrderClass";
this.cmbtreevOrderClass.ReadOnly = true;
this.cmbtreevOrderClass.SelectedNode = null;
this.cmbtreevOrderClass.Size = new System.Drawing.Size(100, 20);
this.cmbtreevOrderClass.StrGetName = "";
this.cmbtreevOrderClass.StrGetTagName = "";
this.cmbtreevOrderClass.StrKey = null;
this.cmbtreevOrderClass.TabIndex = 274;
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx2.Location = new System.Drawing.Point(4, 5);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 275;
this.labelEx2.Text = "订单类别:";
//
// FinanceMonthReportSmallForm
//
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.IsUserControlsSize = false;
this.Name = "FinanceMonthReportSmallForm";
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.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();
this.panelOrderType.ResumeLayout(false);
this.panelOrderType.PerformLayout();
this.panelEx3.ResumeLayout(false);
this.panelEx3.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 lblPaymentStatistic;
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;
private ComponentLibrary.LabelEx labelEx1;
protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
protected internal ComponentLibrary.DateTimePickerEx dtpStart;
protected internal ComponentLibrary.ButtonEx btnQuery;
protected internal ComponentLibrary.ButtonEx btnViewDetail;
protected internal ComponentLibrary.ButtonEx btnClose;
protected internal ComponentLibrary.ButtonEx btnPrint;
protected internal ComponentLibrary.ButtonEx btnExport;
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;
protected internal ComponentLibrary.PanelEx panelEx3;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrderClass;
protected internal ComponentLibrary.LabelEx labelEx2;
}
}