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

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

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmArrearsOfDayReport));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
            this.btn_Search = new LYFZ.ComponentLibrary.ButtonEx();
            this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
            this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
            this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
            this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
            this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
            this.订单号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.客户名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.联系电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.业绩款 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.付款 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.欠款 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.门店名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.plExMainContainer.SuspendLayout();
            this.plFormMainContent.SuspendLayout();
            this.panelEx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
            this.SuspendLayout();
            // 
            // plExMainContainer
            // 
            this.plExMainContainer.Controls.Add(this.dgv);
            this.plExMainContainer.Controls.Add(this.panelEx1);
            this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
            this.plExMainContainer.Size = new System.Drawing.Size(1064, 580);
            // 
            // plFormMainContent
            // 
            this.plFormMainContent.Size = new System.Drawing.Size(1064, 580);
            // 
            // btnAppFormMaximize
            // 
            this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
            this.btnAppFormMaximize.Location = new System.Drawing.Point(1005, 0);
            // 
            // btnAppFormExit
            // 
            this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
            this.btnAppFormExit.Location = new System.Drawing.Point(1032, 0);
            // 
            // btnAppFormMinimize
            // 
            this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
            this.btnAppFormMinimize.Location = new System.Drawing.Point(978, 0);
            // 
            // 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.btn_Search);
            this.panelEx1.Controls.Add(this.labelEx2);
            this.panelEx1.Controls.Add(this.dtpEnd);
            this.panelEx1.Controls.Add(this.dtpStart);
            this.panelEx1.Controls.Add(this.labelEx1);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelEx1.Location = new System.Drawing.Point(5, 5);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(1054, 40);
            this.panelEx1.TabIndex = 0;
            this.panelEx1.Visible = false;
            // 
            // btn_Search
            // 
            this.btn_Search.BackColor = System.Drawing.Color.Transparent;
            this.btn_Search.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Search.BackImg")));
            this.btn_Search.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
            this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
            this.btn_Search.ForeColor = System.Drawing.Color.White;
            this.btn_Search.IsCustomBackImg = false;
            this.btn_Search.IsShowText = true;
            this.btn_Search.Location = new System.Drawing.Point(300, 6);
            this.btn_Search.Name = "btn_Search";
            this.btn_Search.Size = new System.Drawing.Size(85, 28);
            this.btn_Search.TabIndex = 3;
            this.btn_Search.Text = "查询";
            this.btn_Search.UseVisualStyleBackColor = false;
            // 
            // 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(167, 12);
            this.labelEx2.Name = "labelEx2";
            this.labelEx2.Size = new System.Drawing.Size(17, 17);
            this.labelEx2.TabIndex = 2;
            this.labelEx2.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(186, 10);
            this.dtpEnd.Name = "dtpEnd";
            this.dtpEnd.Size = new System.Drawing.Size(95, 21);
            this.dtpEnd.TabIndex = 1;
            // 
            // 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(69, 10);
            this.dtpStart.Name = "dtpStart";
            this.dtpStart.Size = new System.Drawing.Size(95, 21);
            this.dtpStart.TabIndex = 1;
            // 
            // 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(13, 12);
            this.labelEx1.Name = "labelEx1";
            this.labelEx1.Size = new System.Drawing.Size(56, 17);
            this.labelEx1.TabIndex = 0;
            this.labelEx1.Text = "时间段:";
            // 
            // dgv
            // 
            this.dgv.AllowUserToAddRows = false;
            this.dgv.AllowUserToDeleteRows = false;
            this.dgv.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
            this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dgv.BackgroundColor = System.Drawing.Color.White;
            this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dgv.ColumnHeadersHeight = 24;
            this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.订单号,
            this.客户名称,
            this.联系电话,
            this.业绩款,
            this.付款,
            this.欠款,
            this.时间,
            this.门店名称});
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
            this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgv.EnableHeadersVisualStyles = false;
            this.dgv.EraseCell = false;
            this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
            this.dgv.IsCompleteBonding = false;
            this.dgv.IsCopyCellValue = true;
            this.dgv.Location = new System.Drawing.Point(5, 45);
            this.dgv.Margin = new System.Windows.Forms.Padding(0);
            this.dgv.Name = "dgv";
            this.dgv.ReadOnly = true;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.dgv.RowHeadersVisible = false;
            this.dgv.RowTemplate.Height = 23;
            this.dgv.RowTemplate.ReadOnly = true;
            this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgv.Size = new System.Drawing.Size(1054, 530);
            this.dgv.TabIndex = 233;
            // 
            // 订单号
            // 
            this.订单号.HeaderText = "订单号";
            this.订单号.Name = "订单号";
            this.订单号.ReadOnly = true;
            this.订单号.Width = 200;
            // 
            // 客户名称
            // 
            this.客户名称.HeaderText = "客户名称";
            this.客户名称.Name = "客户名称";
            this.客户名称.ReadOnly = true;
            // 
            // 联系电话
            // 
            this.联系电话.HeaderText = "联系电话";
            this.联系电话.Name = "联系电话";
            this.联系电话.ReadOnly = true;
            // 
            // 业绩款
            // 
            this.业绩款.HeaderText = "业绩款";
            this.业绩款.Name = "业绩款";
            this.业绩款.ReadOnly = true;
            // 
            // 付款
            // 
            this.付款.HeaderText = "付款";
            this.付款.Name = "付款";
            this.付款.ReadOnly = true;
            // 
            // 欠款
            // 
            this.欠款.HeaderText = "欠款";
            this.欠款.Name = "欠款";
            this.欠款.ReadOnly = true;
            this.欠款.Width = 150;
            // 
            // 时间
            // 
            this.时间.HeaderText = "时间";
            this.时间.Name = "时间";
            this.时间.ReadOnly = true;
            this.时间.Width = 200;
            // 
            // 门店名称
            // 
            this.门店名称.HeaderText = "门店名称";
            this.门店名称.Name = "门店名称";
            this.门店名称.ReadOnly = true;
            // 
            // FrmArrearsOfDayReport
            // 
            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(1064, 645);
            this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
            this.Name = "FrmArrearsOfDayReport";
            this.Text = "FrmArrearsOfDayReport";
            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.panelEx1.ResumeLayout(false);
            this.panelEx1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private ComponentLibrary.PanelEx panelEx1;
        private ComponentLibrary.LabelEx labelEx1;
        private ComponentLibrary.LabelEx labelEx2;
        protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
        protected internal ComponentLibrary.DateTimePickerEx dtpStart;
        protected internal ComponentLibrary.ButtonEx btn_Search;
        public ComponentLibrary.DataGridViewEx dgv;
        private System.Windows.Forms.DataGridViewTextBoxColumn 订单号;
        private System.Windows.Forms.DataGridViewTextBoxColumn 客户名称;
        private System.Windows.Forms.DataGridViewTextBoxColumn 联系电话;
        private System.Windows.Forms.DataGridViewTextBoxColumn 业绩款;
        private System.Windows.Forms.DataGridViewTextBoxColumn 付款;
        private System.Windows.Forms.DataGridViewTextBoxColumn 欠款;
        private System.Windows.Forms.DataGridViewTextBoxColumn 时间;
        private System.Windows.Forms.DataGridViewTextBoxColumn 门店名称;
    }
}