namespace LYFZ.Software.UI.Dresses
{
    partial class DressOrderReportFormMain
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DressOrderReportFormMain));
            this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
            this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
            this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
            this.cmbTextQuery = new LYFZ.ComponentLibrary.TextBoxEx();
            this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
            this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx();
            this.btnReservation = new LYFZ.ComponentLibrary.ButtonEx();
            this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
            this.btnPayment = new LYFZ.ComponentLibrary.ButtonEx();
            this.btnReturnDeposit = new LYFZ.ComponentLibrary.ButtonEx();
            this.btnReturnDress = new LYFZ.ComponentLibrary.ButtonEx();
            this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
            this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
            this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
            this.panelOutRent = new LYFZ.ComponentLibrary.PanelEx();
            this.chkOutRent = new LYFZ.ComponentLibrary.CheckBoxEx();
            this.panelOutSale = new LYFZ.ComponentLibrary.PanelEx();
            this.chkOutSale = new LYFZ.ComponentLibrary.CheckBoxEx();
            this.panelPreselected = new LYFZ.ComponentLibrary.PanelEx();
            this.chkPreselected = new LYFZ.ComponentLibrary.CheckBoxEx();
            this.panelSendWash = new LYFZ.ComponentLibrary.PanelEx();
            this.chkSendWash = new LYFZ.ComponentLibrary.CheckBoxEx();
            this.panelArrears = new LYFZ.ComponentLibrary.PanelEx();
            this.chkArrears = new LYFZ.ComponentLibrary.CheckBoxEx();
            this.panelShowCompleteOrder = new LYFZ.ComponentLibrary.PanelEx();
            this.chkShowCompleteOrder = new LYFZ.ComponentLibrary.CheckBoxEx();
            this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
            this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
            this.txtDreesDay = new LYFZ.ComponentLibrary.TextBoxEx();
            this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
            this.cmbtreevDressStatus = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
            this.plExMainContainer.SuspendLayout();
            this.plFormMainContent.SuspendLayout();
            this.panelEx1.SuspendLayout();
            this.panelEx2.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            this.panelEx3.SuspendLayout();
            this.panelOutRent.SuspendLayout();
            this.panelOutSale.SuspendLayout();
            this.panelPreselected.SuspendLayout();
            this.panelSendWash.SuspendLayout();
            this.panelArrears.SuspendLayout();
            this.panelShowCompleteOrder.SuspendLayout();
            this.panelEx4.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);
            this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 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.panelEx2);
            this.panelEx1.Controls.Add(this.flowLayoutPanel1);
            this.panelEx1.Controls.Add(this.ucPagerEx1);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx1.Location = new System.Drawing.Point(5, 5);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
            this.panelEx1.Size = new System.Drawing.Size(900, 495);
            this.panelEx1.TabIndex = 0;
            // 
            // 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.listViewData);
            this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx2.Location = new System.Drawing.Point(2, 36);
            this.panelEx2.Name = "panelEx2";
            this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
            this.panelEx2.Size = new System.Drawing.Size(896, 431);
            this.panelEx2.TabIndex = 30;
            // 
            // listViewData
            // 
            this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewData.FullRowSelect = true;
            this.listViewData.IsDefaultShowGroups = false;
            this.listViewData.Location = new System.Drawing.Point(0, 2);
            this.listViewData.Name = "listViewData";
            this.listViewData.Size = new System.Drawing.Size(896, 429);
            this.listViewData.TabIndex = 2292;
            this.listViewData.UseCompatibleStateImageBehavior = false;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Controls.Add(this.panelEx4);
            this.flowLayoutPanel1.Controls.Add(this.panelEx3);
            this.flowLayoutPanel1.Controls.Add(this.btnQuery);
            this.flowLayoutPanel1.Controls.Add(this.btnConditionQuery);
            this.flowLayoutPanel1.Controls.Add(this.btnReservation);
            this.flowLayoutPanel1.Controls.Add(this.btnDelete);
            this.flowLayoutPanel1.Controls.Add(this.btnPayment);
            this.flowLayoutPanel1.Controls.Add(this.btnReturnDeposit);
            this.flowLayoutPanel1.Controls.Add(this.btnReturnDress);
            this.flowLayoutPanel1.Controls.Add(this.btnExport);
            this.flowLayoutPanel1.Controls.Add(this.btnPrint);
            this.flowLayoutPanel1.Controls.Add(this.btnCloseed);
            this.flowLayoutPanel1.Controls.Add(this.panelOutRent);
            this.flowLayoutPanel1.Controls.Add(this.panelOutSale);
            this.flowLayoutPanel1.Controls.Add(this.panelPreselected);
            this.flowLayoutPanel1.Controls.Add(this.panelSendWash);
            this.flowLayoutPanel1.Controls.Add(this.panelArrears);
            this.flowLayoutPanel1.Controls.Add(this.panelShowCompleteOrder);
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 34);
            this.flowLayoutPanel1.TabIndex = 29;
            // 
            // panelEx3
            // 
            this.panelEx3.BackColor = System.Drawing.Color.Transparent;
            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.cmbTextQuery);
            this.panelEx3.Location = new System.Drawing.Point(189, 3);
            this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 3, 3, 3);
            this.panelEx3.Name = "panelEx3";
            this.panelEx3.Size = new System.Drawing.Size(180, 28);
            this.panelEx3.TabIndex = 30;
            // 
            // cmbTextQuery
            // 
            this.cmbTextQuery.BackColor = System.Drawing.Color.Transparent;
            this.cmbTextQuery.Icon = null;
            this.cmbTextQuery.IconIsButton = false;
            this.cmbTextQuery.IsPasswordChat = '\0';
            this.cmbTextQuery.IsSystemPasswordChar = false;
            this.cmbTextQuery.Lines = new string[0];
            this.cmbTextQuery.Location = new System.Drawing.Point(0, 0);
            this.cmbTextQuery.Margin = new System.Windows.Forms.Padding(0);
            this.cmbTextQuery.MaxLength = 32767;
            this.cmbTextQuery.MinimumSize = new System.Drawing.Size(0, 26);
            this.cmbTextQuery.MouseBack = null;
            this.cmbTextQuery.Multiline = false;
            this.cmbTextQuery.Name = "cmbTextQuery";
            this.cmbTextQuery.NormlBack = null;
            this.cmbTextQuery.Padding = new System.Windows.Forms.Padding(5);
            this.cmbTextQuery.ReadOnly = false;
            this.cmbTextQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.cmbTextQuery.Size = new System.Drawing.Size(175, 28);
            this.cmbTextQuery.TabIndex = 11;
            this.cmbTextQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.cmbTextQuery.WaterColor = System.Drawing.Color.DarkGray;
            this.cmbTextQuery.WaterText = "订单号、客户姓名、手机号码";
            this.cmbTextQuery.WordWrap = true;
            // 
            // 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(375, 3);
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Size = new System.Drawing.Size(85, 28);
            this.btnQuery.TabIndex = 28;
            this.btnQuery.Text = "  查  询";
            this.btnQuery.UseVisualStyleBackColor = false;
            // 
            // btnConditionQuery
            // 
            this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent;
            this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg")));
            this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
            this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
            this.btnConditionQuery.ForeColor = System.Drawing.Color.White;
            this.btnConditionQuery.IsCustomBackImg = false;
            this.btnConditionQuery.IsShowText = true;
            this.btnConditionQuery.Location = new System.Drawing.Point(466, 3);
            this.btnConditionQuery.Name = "btnConditionQuery";
            this.btnConditionQuery.Size = new System.Drawing.Size(85, 28);
            this.btnConditionQuery.TabIndex = 29;
            this.btnConditionQuery.Text = "  条件查询";
            this.btnConditionQuery.UseVisualStyleBackColor = false;
            this.btnConditionQuery.Visible = false;
            // 
            // btnReservation
            // 
            this.btnReservation.BackColor = System.Drawing.Color.Transparent;
            this.btnReservation.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReservation.BackImg")));
            this.btnReservation.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
            this.btnReservation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
            this.btnReservation.ForeColor = System.Drawing.Color.White;
            this.btnReservation.IsCustomBackImg = false;
            this.btnReservation.IsShowText = true;
            this.btnReservation.Location = new System.Drawing.Point(557, 3);
            this.btnReservation.Name = "btnReservation";
            this.btnReservation.Size = new System.Drawing.Size(85, 28);
            this.btnReservation.TabIndex = 31;
            this.btnReservation.Text = "  预约单";
            this.btnReservation.UseVisualStyleBackColor = false;
            // 
            // btnDelete
            // 
            this.btnDelete.BackColor = System.Drawing.Color.Transparent;
            this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
            this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
            this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
            this.btnDelete.ForeColor = System.Drawing.Color.White;
            this.btnDelete.IsCustomBackImg = false;
            this.btnDelete.IsShowText = true;
            this.btnDelete.Location = new System.Drawing.Point(648, 3);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(85, 28);
            this.btnDelete.TabIndex = 32;
            this.btnDelete.Text = "  删  除";
            this.btnDelete.UseVisualStyleBackColor = false;
            // 
            // btnPayment
            // 
            this.btnPayment.BackColor = System.Drawing.Color.Transparent;
            this.btnPayment.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPayment.BackImg")));
            this.btnPayment.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
            this.btnPayment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
            this.btnPayment.ForeColor = System.Drawing.Color.White;
            this.btnPayment.IsCustomBackImg = false;
            this.btnPayment.IsShowText = true;
            this.btnPayment.Location = new System.Drawing.Point(739, 3);
            this.btnPayment.Name = "btnPayment";
            this.btnPayment.Size = new System.Drawing.Size(85, 28);
            this.btnPayment.TabIndex = 2328;
            this.btnPayment.Text = "  收  款";
            this.btnPayment.UseVisualStyleBackColor = false;
            // 
            // btnReturnDeposit
            // 
            this.btnReturnDeposit.BackColor = System.Drawing.Color.Transparent;
            this.btnReturnDeposit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReturnDeposit.BackImg")));
            this.btnReturnDeposit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
            this.btnReturnDeposit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
            this.btnReturnDeposit.ForeColor = System.Drawing.Color.White;
            this.btnReturnDeposit.IsCustomBackImg = false;
            this.btnReturnDeposit.IsShowText = true;
            this.btnReturnDeposit.Location = new System.Drawing.Point(3, 37);
            this.btnReturnDeposit.Name = "btnReturnDeposit";
            this.btnReturnDeposit.Size = new System.Drawing.Size(85, 28);
            this.btnReturnDeposit.TabIndex = 2329;
            this.btnReturnDeposit.Text = "  退押金";
            this.btnReturnDeposit.UseVisualStyleBackColor = false;
            // 
            // btnReturnDress
            // 
            this.btnReturnDress.BackColor = System.Drawing.Color.Transparent;
            this.btnReturnDress.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReturnDress.BackImg")));
            this.btnReturnDress.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
            this.btnReturnDress.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
            this.btnReturnDress.ForeColor = System.Drawing.Color.White;
            this.btnReturnDress.IsCustomBackImg = false;
            this.btnReturnDress.IsShowText = true;
            this.btnReturnDress.Location = new System.Drawing.Point(94, 37);
            this.btnReturnDress.Name = "btnReturnDress";
            this.btnReturnDress.Size = new System.Drawing.Size(85, 28);
            this.btnReturnDress.TabIndex = 2330;
            this.btnReturnDress.Text = "  还回礼服";
            this.btnReturnDress.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(185, 37);
            this.btnExport.Name = "btnExport";
            this.btnExport.Size = new System.Drawing.Size(85, 28);
            this.btnExport.TabIndex = 35;
            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(276, 37);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(85, 28);
            this.btnPrint.TabIndex = 33;
            this.btnPrint.Text = "  打  印";
            this.btnPrint.UseVisualStyleBackColor = false;
            // 
            // btnCloseed
            // 
            this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
            this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
            this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
            this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
            this.btnCloseed.ForeColor = System.Drawing.Color.White;
            this.btnCloseed.IsCustomBackImg = false;
            this.btnCloseed.IsShowText = true;
            this.btnCloseed.Location = new System.Drawing.Point(367, 37);
            this.btnCloseed.Name = "btnCloseed";
            this.btnCloseed.Size = new System.Drawing.Size(85, 28);
            this.btnCloseed.TabIndex = 34;
            this.btnCloseed.Text = "  关  闭";
            this.btnCloseed.UseVisualStyleBackColor = false;
            // 
            // panelOutRent
            // 
            this.panelOutRent.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
            this.panelOutRent.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
            this.panelOutRent.BorderWidth = 1;
            this.panelOutRent.Controls.Add(this.chkOutRent);
            this.panelOutRent.Location = new System.Drawing.Point(456, 37);
            this.panelOutRent.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
            this.panelOutRent.Name = "panelOutRent";
            this.panelOutRent.Size = new System.Drawing.Size(60, 28);
            this.panelOutRent.TabIndex = 2328;
            // 
            // chkOutRent
            // 
            this.chkOutRent.AutoSize = true;
            this.chkOutRent.BackColor = System.Drawing.Color.Transparent;
            this.chkOutRent.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
            this.chkOutRent.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.chkOutRent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
            this.chkOutRent.Fourstates = false;
            this.chkOutRent.IsGreenTick = false;
            this.chkOutRent.Location = new System.Drawing.Point(3, 3);
            this.chkOutRent.Name = "chkOutRent";
            this.chkOutRent.Size = new System.Drawing.Size(51, 21);
            this.chkOutRent.TabIndex = 13;
            this.chkOutRent.Text = "出租";
            this.chkOutRent.UseVisualStyleBackColor = false;
            // 
            // panelOutSale
            // 
            this.panelOutSale.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
            this.panelOutSale.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
            this.panelOutSale.BorderWidth = 1;
            this.panelOutSale.Controls.Add(this.chkOutSale);
            this.panelOutSale.Location = new System.Drawing.Point(518, 37);
            this.panelOutSale.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
            this.panelOutSale.Name = "panelOutSale";
            this.panelOutSale.Size = new System.Drawing.Size(60, 28);
            this.panelOutSale.TabIndex = 2329;
            // 
            // chkOutSale
            // 
            this.chkOutSale.AutoSize = true;
            this.chkOutSale.BackColor = System.Drawing.Color.Transparent;
            this.chkOutSale.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
            this.chkOutSale.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.chkOutSale.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
            this.chkOutSale.Fourstates = false;
            this.chkOutSale.IsGreenTick = false;
            this.chkOutSale.Location = new System.Drawing.Point(3, 3);
            this.chkOutSale.Name = "chkOutSale";
            this.chkOutSale.Size = new System.Drawing.Size(51, 21);
            this.chkOutSale.TabIndex = 13;
            this.chkOutSale.Text = "出售";
            this.chkOutSale.UseVisualStyleBackColor = false;
            // 
            // panelPreselected
            // 
            this.panelPreselected.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
            this.panelPreselected.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
            this.panelPreselected.BorderWidth = 1;
            this.panelPreselected.Controls.Add(this.chkPreselected);
            this.panelPreselected.Location = new System.Drawing.Point(580, 37);
            this.panelPreselected.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
            this.panelPreselected.Name = "panelPreselected";
            this.panelPreselected.Size = new System.Drawing.Size(60, 28);
            this.panelPreselected.TabIndex = 2333;
            // 
            // chkPreselected
            // 
            this.chkPreselected.AutoSize = true;
            this.chkPreselected.BackColor = System.Drawing.Color.Transparent;
            this.chkPreselected.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
            this.chkPreselected.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.chkPreselected.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
            this.chkPreselected.Fourstates = false;
            this.chkPreselected.IsGreenTick = false;
            this.chkPreselected.Location = new System.Drawing.Point(3, 3);
            this.chkPreselected.Name = "chkPreselected";
            this.chkPreselected.Size = new System.Drawing.Size(51, 21);
            this.chkPreselected.TabIndex = 13;
            this.chkPreselected.Text = "预选";
            this.chkPreselected.UseVisualStyleBackColor = false;
            // 
            // panelSendWash
            // 
            this.panelSendWash.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
            this.panelSendWash.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
            this.panelSendWash.BorderWidth = 1;
            this.panelSendWash.Controls.Add(this.chkSendWash);
            this.panelSendWash.Location = new System.Drawing.Point(642, 37);
            this.panelSendWash.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
            this.panelSendWash.Name = "panelSendWash";
            this.panelSendWash.Size = new System.Drawing.Size(60, 28);
            this.panelSendWash.TabIndex = 2330;
            // 
            // chkSendWash
            // 
            this.chkSendWash.AutoSize = true;
            this.chkSendWash.BackColor = System.Drawing.Color.Transparent;
            this.chkSendWash.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
            this.chkSendWash.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.chkSendWash.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
            this.chkSendWash.Fourstates = false;
            this.chkSendWash.IsGreenTick = false;
            this.chkSendWash.Location = new System.Drawing.Point(3, 3);
            this.chkSendWash.Name = "chkSendWash";
            this.chkSendWash.Size = new System.Drawing.Size(51, 21);
            this.chkSendWash.TabIndex = 13;
            this.chkSendWash.Text = "送洗";
            this.chkSendWash.UseVisualStyleBackColor = false;
            // 
            // panelArrears
            // 
            this.panelArrears.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
            this.panelArrears.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
            this.panelArrears.BorderWidth = 1;
            this.panelArrears.Controls.Add(this.chkArrears);
            this.panelArrears.Location = new System.Drawing.Point(704, 37);
            this.panelArrears.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
            this.panelArrears.Name = "panelArrears";
            this.panelArrears.Size = new System.Drawing.Size(60, 28);
            this.panelArrears.TabIndex = 2331;
            // 
            // chkArrears
            // 
            this.chkArrears.AutoSize = true;
            this.chkArrears.BackColor = System.Drawing.Color.Transparent;
            this.chkArrears.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
            this.chkArrears.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.chkArrears.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
            this.chkArrears.Fourstates = false;
            this.chkArrears.IsGreenTick = false;
            this.chkArrears.Location = new System.Drawing.Point(3, 3);
            this.chkArrears.Name = "chkArrears";
            this.chkArrears.Size = new System.Drawing.Size(51, 21);
            this.chkArrears.TabIndex = 13;
            this.chkArrears.Text = "欠款";
            this.chkArrears.UseVisualStyleBackColor = false;
            // 
            // panelShowCompleteOrder
            // 
            this.panelShowCompleteOrder.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
            this.panelShowCompleteOrder.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
            this.panelShowCompleteOrder.BorderWidth = 1;
            this.panelShowCompleteOrder.Controls.Add(this.chkShowCompleteOrder);
            this.panelShowCompleteOrder.Location = new System.Drawing.Point(766, 37);
            this.panelShowCompleteOrder.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
            this.panelShowCompleteOrder.Name = "panelShowCompleteOrder";
            this.panelShowCompleteOrder.Size = new System.Drawing.Size(120, 28);
            this.panelShowCompleteOrder.TabIndex = 2332;
            // 
            // chkShowCompleteOrder
            // 
            this.chkShowCompleteOrder.AutoSize = true;
            this.chkShowCompleteOrder.BackColor = System.Drawing.Color.Transparent;
            this.chkShowCompleteOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
            this.chkShowCompleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.chkShowCompleteOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
            this.chkShowCompleteOrder.Fourstates = false;
            this.chkShowCompleteOrder.IsGreenTick = false;
            this.chkShowCompleteOrder.Location = new System.Drawing.Point(3, 3);
            this.chkShowCompleteOrder.Name = "chkShowCompleteOrder";
            this.chkShowCompleteOrder.Size = new System.Drawing.Size(111, 21);
            this.chkShowCompleteOrder.TabIndex = 13;
            this.chkShowCompleteOrder.Text = "显示已完成订单";
            this.chkShowCompleteOrder.UseVisualStyleBackColor = false;
            // 
            // ucPagerEx1
            // 
            this.ucPagerEx1.CurrentPageCount = 0;
            this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ucPagerEx1.Location = new System.Drawing.Point(2, 467);
            this.ucPagerEx1.Name = "ucPagerEx1";
            this.ucPagerEx1.NMax = 0;
            this.ucPagerEx1.PageCount = 0;
            this.ucPagerEx1.PageCurrent = 1;
            this.ucPagerEx1.PageSize = 20;
            this.ucPagerEx1.Size = new System.Drawing.Size(896, 26);
            this.ucPagerEx1.TabIndex = 28;
            this.ucPagerEx1.TbDataSource = null;
            // 
            // panelEx4
            // 
            this.panelEx4.BackColor = System.Drawing.Color.Transparent;
            this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
            this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
            this.panelEx4.BorderWidth = 1;
            this.panelEx4.Controls.Add(this.cmbtreevDressStatus);
            this.panelEx4.Controls.Add(this.txtDreesDay);
            this.panelEx4.Controls.Add(this.labelEx1);
            this.panelEx4.Location = new System.Drawing.Point(2, 3);
            this.panelEx4.Margin = new System.Windows.Forms.Padding(2, 3, 1, 3);
            this.panelEx4.Name = "panelEx4";
            this.panelEx4.Size = new System.Drawing.Size(185, 28);
            this.panelEx4.TabIndex = 2293;
            // 
            // txtDreesDay
            // 
            this.txtDreesDay.BackColor = System.Drawing.Color.Transparent;
            this.txtDreesDay.Icon = null;
            this.txtDreesDay.IconIsButton = false;
            this.txtDreesDay.IsPasswordChat = '\0';
            this.txtDreesDay.IsSystemPasswordChar = false;
            this.txtDreesDay.Lines = new string[0];
            this.txtDreesDay.Location = new System.Drawing.Point(23, 0);
            this.txtDreesDay.Margin = new System.Windows.Forms.Padding(0);
            this.txtDreesDay.MaxLength = 32767;
            this.txtDreesDay.MinimumSize = new System.Drawing.Size(0, 26);
            this.txtDreesDay.MouseBack = null;
            this.txtDreesDay.Multiline = false;
            this.txtDreesDay.Name = "txtDreesDay";
            this.txtDreesDay.NormlBack = null;
            this.txtDreesDay.Padding = new System.Windows.Forms.Padding(5);
            this.txtDreesDay.ReadOnly = false;
            this.txtDreesDay.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.txtDreesDay.Size = new System.Drawing.Size(50, 28);
            this.txtDreesDay.TabIndex = 11;
            this.txtDreesDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.txtDreesDay.WaterColor = System.Drawing.Color.DarkGray;
            this.txtDreesDay.WaterText = "";
            this.txtDreesDay.WordWrap = true;
            // 
            // labelEx1
            // 
            this.labelEx1.AutoSize = true;
            this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
            this.labelEx1.Location = new System.Drawing.Point(4, 6);
            this.labelEx1.Name = "labelEx1";
            this.labelEx1.Size = new System.Drawing.Size(92, 17);
            this.labelEx1.TabIndex = 12;
            this.labelEx1.Text = "近               天";
            // 
            // cmbtreevDressStatus
            // 
            this.cmbtreevDressStatus.AfterSelectLevelFirstNode = true;
            this.cmbtreevDressStatus.DropDownHeight = 220;
            this.cmbtreevDressStatus.DropDownShow = false;
            this.cmbtreevDressStatus.FormattingEnabled = true;
            this.cmbtreevDressStatus.IntegralHeight = false;
            this.cmbtreevDressStatus.IsNodeMouseClick = true;
            this.cmbtreevDressStatus.IsSelectParentNode = false;
            this.cmbtreevDressStatus.Location = new System.Drawing.Point(98, 4);
            this.cmbtreevDressStatus.Name = "cmbtreevDressStatus";
            this.cmbtreevDressStatus.ReadOnly = true;
            this.cmbtreevDressStatus.SelectedNode = null;
            this.cmbtreevDressStatus.Size = new System.Drawing.Size(80, 20);
            this.cmbtreevDressStatus.StrGetName = "";
            this.cmbtreevDressStatus.StrGetTagName = "";
            this.cmbtreevDressStatus.StrKey = null;
            this.cmbtreevDressStatus.TabIndex = 13;
            // 
            // DressOrderReportFormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
            this.ClientSize = new System.Drawing.Size(910, 610);
            this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
            this.IsShowUcNavigationTool = true;
            this.Name = "DressOrderReportFormMain";
            this.Text = "礼服订单报表";
            this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
            this.plExMainContainer.ResumeLayout(false);
            this.plFormMainContent.ResumeLayout(false);
            this.panelEx1.ResumeLayout(false);
            this.panelEx2.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.panelEx3.ResumeLayout(false);
            this.panelOutRent.ResumeLayout(false);
            this.panelOutRent.PerformLayout();
            this.panelOutSale.ResumeLayout(false);
            this.panelOutSale.PerformLayout();
            this.panelPreselected.ResumeLayout(false);
            this.panelPreselected.PerformLayout();
            this.panelSendWash.ResumeLayout(false);
            this.panelSendWash.PerformLayout();
            this.panelArrears.ResumeLayout(false);
            this.panelArrears.PerformLayout();
            this.panelShowCompleteOrder.ResumeLayout(false);
            this.panelShowCompleteOrder.PerformLayout();
            this.panelEx4.ResumeLayout(false);
            this.panelEx4.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private ComponentLibrary.PanelEx panelEx1;
        private ComponentLibrary.PanelEx panelEx3;
        private ComponentLibrary.PanelEx panelEx2;
        protected internal UCPager.ucPagerEx ucPagerEx1;
        protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
        protected internal ComponentLibrary.TextBoxEx cmbTextQuery;
        protected internal ComponentLibrary.ButtonEx btnQuery;
        protected internal ComponentLibrary.ButtonEx btnConditionQuery;
        protected internal ComponentLibrary.ButtonEx btnReservation;
        protected internal ComponentLibrary.ButtonEx btnDelete;
        protected internal ComponentLibrary.ButtonEx btnPrint;
        protected internal ComponentLibrary.ButtonEx btnCloseed;
        protected internal ComponentLibrary.ButtonEx btnExport;
        protected internal ComponentLibrary.PanelEx panelSendWash;
        protected internal ComponentLibrary.PanelEx panelOutSale;
        protected internal ComponentLibrary.PanelEx panelOutRent;
        protected internal ComponentLibrary.CheckBoxEx chkOutRent;
        protected internal ComponentLibrary.CheckBoxEx chkOutSale;
        protected internal ComponentLibrary.CheckBoxEx chkSendWash;
        protected internal ComponentLibrary.PanelEx panelArrears;
        protected internal ComponentLibrary.CheckBoxEx chkArrears;
        protected internal ComponentLibrary.ButtonEx btnReturnDress;
        protected internal ComponentLibrary.ButtonEx btnReturnDeposit;
        protected internal ComponentLibrary.ButtonEx btnPayment;
        protected internal ComponentLibrary.PanelEx panelShowCompleteOrder;
        protected internal ComponentLibrary.CheckBoxEx chkShowCompleteOrder;
        protected internal ComponentLibrary.PanelEx panelPreselected;
        protected internal ComponentLibrary.CheckBoxEx chkPreselected;
        protected internal ComponentLibrary.ListViewEx listViewData;
        private ComponentLibrary.PanelEx panelEx4;
        protected internal ComponentLibrary.TextBoxEx txtDreesDay;
        private ComponentLibrary.LabelEx labelEx1;
        protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDressStatus;
    }
}