namespace LYFZ.Software.UI.FinancialManagement { partial class FrmFrmOrdersReceivables { /// /// 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(FrmFrmOrdersReceivables)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc(); this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx(); this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx14 = new LYFZ.ComponentLibrary.PanelEx(); this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx(); this.btnPrePayment = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx(); this.btnLatePayment = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx12 = new LYFZ.ComponentLibrary.PanelEx(); this.btnExport = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx13 = new LYFZ.ComponentLibrary.PanelEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx(); this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx(); this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx(); this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx(); this.chkFw = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx(); this.chkHQ = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx(); this.chkQJ = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelArrears = new LYFZ.ComponentLibrary.PanelEx(); this.chkArrears = new LYFZ.ComponentLibrary.CheckBoxEx(); this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); this.panelStoreName.SuspendLayout(); this.panelEx2.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx14.SuspendLayout(); this.panelEx5.SuspendLayout(); this.panelEx11.SuspendLayout(); this.panelEx12.SuspendLayout(); this.panelEx13.SuspendLayout(); this.panelEx7.SuspendLayout(); this.panelEx8.SuspendLayout(); this.panelEx9.SuspendLayout(); this.panelEx6.SuspendLayout(); this.panelEx10.SuspendLayout(); this.panelEx4.SuspendLayout(); this.panelArrears.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx3); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); this.plExMainContainer.Size = new System.Drawing.Size(910, 505); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); // // panelEx3 // this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.dgvData); this.panelEx3.Controls.Add(this.ucPagerEx1); this.panelEx3.Controls.Add(this.dataGridViewStatisticsCount1); this.panelEx3.Controls.Add(this.flowLayoutPanel1); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx3.Location = new System.Drawing.Point(5, 10); this.panelEx3.Name = "panelEx3"; this.panelEx3.Padding = new System.Windows.Forms.Padding(3); this.panelEx3.Size = new System.Drawing.Size(900, 485); this.panelEx3.TabIndex = 5; // // 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 = ""; 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 = false; this.dgvData.IsCompleteBonding = false; this.dgvData.IsCopyCellValue = true; this.dgvData.IsShowSerialNumber = true; this.dgvData.IsSortedRedraw = true; this.dgvData.IsSortMode = false; this.dgvData.Location = new System.Drawing.Point(3, 41); 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 = 40; 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(892, 383); this.dgvData.StrSecondStageNull = ""; this.dgvData.StrValueNullColumn = ""; this.dgvData.TabIndex = 205; this.dgvData.ViceCount = 1; // // dataGridViewStatisticsCount1 // this.dataGridViewStatisticsCount1.CurrenQuantity = 0; this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom; this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 454); this.dataGridViewStatisticsCount1.LocationX = 1; this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1"; this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(892, 26); this.dataGridViewStatisticsCount1.StrUnit = "单"; this.dataGridViewStatisticsCount1.TabIndex = 206; this.dataGridViewStatisticsCount1.TotalQuantity = 0; this.dataGridViewStatisticsCount1.Visible = false; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.panelStoreName); this.flowLayoutPanel1.Controls.Add(this.panelEx2); this.flowLayoutPanel1.Controls.Add(this.panelEx1); this.flowLayoutPanel1.Controls.Add(this.panelEx14); this.flowLayoutPanel1.Controls.Add(this.panelEx5); this.flowLayoutPanel1.Controls.Add(this.panelEx11); this.flowLayoutPanel1.Controls.Add(this.panelEx12); this.flowLayoutPanel1.Controls.Add(this.panelEx13); this.flowLayoutPanel1.Controls.Add(this.panelEx7); this.flowLayoutPanel1.Controls.Add(this.panelEx8); this.flowLayoutPanel1.Controls.Add(this.panelEx9); this.flowLayoutPanel1.Controls.Add(this.panelEx6); this.flowLayoutPanel1.Controls.Add(this.panelEx10); this.flowLayoutPanel1.Controls.Add(this.panelEx4); this.flowLayoutPanel1.Controls.Add(this.panelArrears); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0); this.flowLayoutPanel1.Size = new System.Drawing.Size(892, 38); this.flowLayoutPanel1.TabIndex = 204; // // 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.Location = new System.Drawing.Point(1, 4); this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelStoreName.Name = "panelStoreName"; this.panelStoreName.Size = new System.Drawing.Size(170, 30); this.panelStoreName.TabIndex = 208; // // 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(3, 5); this.cmbtreevStoreName.Name = "cmbtreevStoreName"; this.cmbtreevStoreName.ReadOnly = true; this.cmbtreevStoreName.SelectedNode = null; this.cmbtreevStoreName.Size = new System.Drawing.Size(160, 20); this.cmbtreevStoreName.StrGetName = ""; this.cmbtreevStoreName.StrGetTagName = ""; this.cmbtreevStoreName.StrKey = null; this.cmbtreevStoreName.TabIndex = 274; // // 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.cmbQueryText); this.panelEx2.Location = new System.Drawing.Point(173, 4); this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(155, 30); this.panelEx2.TabIndex = 205; // // cmbQueryText // this.cmbQueryText.BackColor = System.Drawing.Color.Transparent; this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.cmbQueryText.Icon = null; this.cmbQueryText.IconIsButton = false; this.cmbQueryText.IsPasswordChat = '\0'; this.cmbQueryText.IsSystemPasswordChar = false; this.cmbQueryText.Lines = new string[0]; this.cmbQueryText.Location = new System.Drawing.Point(1, 3); this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0); this.cmbQueryText.MaxLength = 30; this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24); this.cmbQueryText.MouseBack = null; this.cmbQueryText.Multiline = false; this.cmbQueryText.Name = "cmbQueryText"; this.cmbQueryText.NormlBack = null; this.cmbQueryText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.cmbQueryText.ReadOnly = false; this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None; this.cmbQueryText.Size = new System.Drawing.Size(150, 25); this.cmbQueryText.TabIndex = 2247; this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.cmbQueryText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.cmbQueryText.WaterText = "订单号、客户姓名、电话"; this.cmbQueryText.WordWrap = true; // // 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.btnSlect); this.panelEx1.Location = new System.Drawing.Point(330, 4); this.panelEx1.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(85, 30); this.panelEx1.TabIndex = 209; // // btnSlect // this.btnSlect.BackColor = System.Drawing.Color.Transparent; this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg"))); this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSlect.ForeColor = System.Drawing.Color.White; this.btnSlect.IsCustomBackImg = false; this.btnSlect.IsShowText = true; this.btnSlect.Location = new System.Drawing.Point(1, 1); this.btnSlect.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.btnSlect.Name = "btnSlect"; this.btnSlect.Size = new System.Drawing.Size(80, 28); this.btnSlect.TabIndex = 65; this.btnSlect.Text = " 查 询"; this.btnSlect.UseVisualStyleBackColor = false; // // 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.btnConditionQuery); this.panelEx14.Location = new System.Drawing.Point(417, 4); this.panelEx14.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx14.Name = "panelEx14"; this.panelEx14.Size = new System.Drawing.Size(85, 30); this.panelEx14.TabIndex = 210; // // 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(1, 1); this.btnConditionQuery.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.btnConditionQuery.Name = "btnConditionQuery"; this.btnConditionQuery.Size = new System.Drawing.Size(80, 28); this.btnConditionQuery.TabIndex = 65; this.btnConditionQuery.Text = " 条件查询"; this.btnConditionQuery.UseVisualStyleBackColor = false; // // panelEx5 // this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx5.BorderWidth = 1; this.panelEx5.Controls.Add(this.btnPrePayment); this.panelEx5.Location = new System.Drawing.Point(504, 4); this.panelEx5.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(85, 30); this.panelEx5.TabIndex = 210; // // btnPrePayment // this.btnPrePayment.BackColor = System.Drawing.Color.Transparent; this.btnPrePayment.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrePayment.BackImg"))); this.btnPrePayment.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPrePayment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnPrePayment.ForeColor = System.Drawing.Color.White; this.btnPrePayment.IsCustomBackImg = false; this.btnPrePayment.IsShowText = true; this.btnPrePayment.Location = new System.Drawing.Point(1, 1); this.btnPrePayment.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.btnPrePayment.Name = "btnPrePayment"; this.btnPrePayment.Size = new System.Drawing.Size(80, 28); this.btnPrePayment.TabIndex = 67; this.btnPrePayment.Text = " 前期收款"; this.btnPrePayment.UseVisualStyleBackColor = false; // // panelEx11 // this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx11.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx11.BorderWidth = 1; this.panelEx11.Controls.Add(this.btnLatePayment); this.panelEx11.Location = new System.Drawing.Point(591, 4); this.panelEx11.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx11.Name = "panelEx11"; this.panelEx11.Size = new System.Drawing.Size(85, 30); this.panelEx11.TabIndex = 211; // // btnLatePayment // this.btnLatePayment.BackColor = System.Drawing.Color.Transparent; this.btnLatePayment.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLatePayment.BackImg"))); this.btnLatePayment.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnLatePayment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnLatePayment.ForeColor = System.Drawing.Color.White; this.btnLatePayment.IsCustomBackImg = false; this.btnLatePayment.IsShowText = true; this.btnLatePayment.Location = new System.Drawing.Point(1, 1); this.btnLatePayment.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.btnLatePayment.Name = "btnLatePayment"; this.btnLatePayment.Size = new System.Drawing.Size(80, 28); this.btnLatePayment.TabIndex = 68; this.btnLatePayment.Text = " 后期收款"; this.btnLatePayment.UseVisualStyleBackColor = false; // // panelEx12 // this.panelEx12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx12.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx12.BorderWidth = 1; this.panelEx12.Controls.Add(this.btnExport); this.panelEx12.Location = new System.Drawing.Point(678, 4); this.panelEx12.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx12.Name = "panelEx12"; this.panelEx12.Size = new System.Drawing.Size(85, 30); this.panelEx12.TabIndex = 212; // // 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(1, 1); this.btnExport.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(80, 28); this.btnExport.TabIndex = 202; this.btnExport.Text = " 导 出"; this.btnExport.UseVisualStyleBackColor = false; // // 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.Controls.Add(this.btnClose); this.panelEx13.Location = new System.Drawing.Point(765, 4); this.panelEx13.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx13.Name = "panelEx13"; this.panelEx13.Size = new System.Drawing.Size(85, 30); this.panelEx13.TabIndex = 213; // // 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(1, 1); this.btnClose.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(80, 28); this.btnClose.TabIndex = 69; this.btnClose.Text = " 关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // panelEx7 // this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx7.BorderWidth = 1; this.panelEx7.Controls.Add(this.chkDressVersion); this.panelEx7.Location = new System.Drawing.Point(1, 38); this.panelEx7.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx7.Name = "panelEx7"; this.panelEx7.Size = new System.Drawing.Size(65, 30); this.panelEx7.TabIndex = 206; // // chkDressVersion // this.chkDressVersion.AutoSize = true; this.chkDressVersion.BackColor = System.Drawing.Color.Transparent; this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkDressVersion.Fourstates = false; this.chkDressVersion.IsGreenTick = false; this.chkDressVersion.Location = new System.Drawing.Point(4, 5); this.chkDressVersion.Name = "chkDressVersion"; this.chkDressVersion.Size = new System.Drawing.Size(51, 21); this.chkDressVersion.TabIndex = 198; this.chkDressVersion.Text = "婚纱"; this.chkDressVersion.UseVisualStyleBackColor = false; // // panelEx8 // this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx8.BorderWidth = 1; this.panelEx8.Controls.Add(this.chkKidsVersion); this.panelEx8.Location = new System.Drawing.Point(68, 38); this.panelEx8.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx8.Name = "panelEx8"; this.panelEx8.Size = new System.Drawing.Size(65, 30); this.panelEx8.TabIndex = 206; // // chkKidsVersion // this.chkKidsVersion.AutoSize = true; this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent; this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkKidsVersion.Fourstates = false; this.chkKidsVersion.IsGreenTick = false; this.chkKidsVersion.Location = new System.Drawing.Point(4, 5); this.chkKidsVersion.Name = "chkKidsVersion"; this.chkKidsVersion.Size = new System.Drawing.Size(51, 21); this.chkKidsVersion.TabIndex = 199; this.chkKidsVersion.Text = "儿童"; this.chkKidsVersion.UseVisualStyleBackColor = false; // // panelEx9 // this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx9.BorderWidth = 1; this.panelEx9.Controls.Add(this.chkPortraitVersion); this.panelEx9.Location = new System.Drawing.Point(135, 38); this.panelEx9.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx9.Name = "panelEx9"; this.panelEx9.Size = new System.Drawing.Size(65, 30); this.panelEx9.TabIndex = 206; // // chkPortraitVersion // this.chkPortraitVersion.AutoSize = true; this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent; this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkPortraitVersion.Fourstates = false; this.chkPortraitVersion.IsGreenTick = false; this.chkPortraitVersion.Location = new System.Drawing.Point(4, 5); this.chkPortraitVersion.Name = "chkPortraitVersion"; this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21); this.chkPortraitVersion.TabIndex = 200; this.chkPortraitVersion.Text = "写真"; this.chkPortraitVersion.UseVisualStyleBackColor = false; // // panelEx6 // this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx6.BorderWidth = 1; this.panelEx6.Controls.Add(this.chkFw); this.panelEx6.Location = new System.Drawing.Point(202, 38); this.panelEx6.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx6.Name = "panelEx6"; this.panelEx6.Size = new System.Drawing.Size(65, 30); this.panelEx6.TabIndex = 206; // // chkFw // this.chkFw.AutoSize = true; this.chkFw.BackColor = System.Drawing.Color.Transparent; this.chkFw.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkFw.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkFw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkFw.Fourstates = false; this.chkFw.IsGreenTick = false; this.chkFw.Location = new System.Drawing.Point(4, 5); this.chkFw.Name = "chkFw"; this.chkFw.Size = new System.Drawing.Size(51, 21); this.chkFw.TabIndex = 201; this.chkFw.Text = "服务"; this.chkFw.UseVisualStyleBackColor = false; // // panelEx10 // this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx10.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx10.BorderWidth = 1; this.panelEx10.Controls.Add(this.chkHQ); this.panelEx10.Location = new System.Drawing.Point(269, 38); this.panelEx10.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx10.Name = "panelEx10"; this.panelEx10.Size = new System.Drawing.Size(65, 30); this.panelEx10.TabIndex = 207; // // chkHQ // this.chkHQ.AutoSize = true; this.chkHQ.BackColor = System.Drawing.Color.Transparent; this.chkHQ.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkHQ.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkHQ.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkHQ.Fourstates = false; this.chkHQ.IsGreenTick = false; this.chkHQ.Location = new System.Drawing.Point(4, 5); this.chkHQ.Name = "chkHQ"; this.chkHQ.Size = new System.Drawing.Size(51, 21); this.chkHQ.TabIndex = 201; this.chkHQ.Text = "婚庆"; this.chkHQ.UseVisualStyleBackColor = false; // // panelEx4 // 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.chkQJ); this.panelEx4.Location = new System.Drawing.Point(336, 38); this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(75, 30); this.panelEx4.TabIndex = 206; // // chkQJ // this.chkQJ.AutoSize = true; this.chkQJ.BackColor = System.Drawing.Color.Transparent; this.chkQJ.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkQJ.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkQJ.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkQJ.Fourstates = false; this.chkQJ.IsGreenTick = false; this.chkQJ.Location = new System.Drawing.Point(4, 5); this.chkQJ.Name = "chkQJ"; this.chkQJ.Size = new System.Drawing.Size(63, 21); this.chkQJ.TabIndex = 72; this.chkQJ.Text = "已取件"; this.chkQJ.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(413, 38); this.panelArrears.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3); this.panelArrears.Name = "panelArrears"; this.panelArrears.Size = new System.Drawing.Size(65, 30); this.panelArrears.TabIndex = 206; // // 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(4, 5); this.chkArrears.Name = "chkArrears"; this.chkArrears.Size = new System.Drawing.Size(51, 21); this.chkArrears.TabIndex = 73; this.chkArrears.Text = "欠款"; this.chkArrears.UseVisualStyleBackColor = false; // // ucPagerEx1 // this.ucPagerEx1.CurrentPageCount = 0; this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ucPagerEx1.Location = new System.Drawing.Point(3, 424); 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(892, 30); this.ucPagerEx1.TabIndex = 207; this.ucPagerEx1.TbDataSource = null; // // FrmFrmOrdersReceivables // 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 = "FrmFrmOrdersReceivables"; 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.panelEx3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); this.panelStoreName.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx14.ResumeLayout(false); this.panelEx5.ResumeLayout(false); this.panelEx11.ResumeLayout(false); this.panelEx12.ResumeLayout(false); this.panelEx13.ResumeLayout(false); this.panelEx7.ResumeLayout(false); this.panelEx7.PerformLayout(); this.panelEx8.ResumeLayout(false); this.panelEx8.PerformLayout(); this.panelEx9.ResumeLayout(false); this.panelEx9.PerformLayout(); this.panelEx6.ResumeLayout(false); this.panelEx6.PerformLayout(); this.panelEx10.ResumeLayout(false); this.panelEx10.PerformLayout(); this.panelEx4.ResumeLayout(false); this.panelEx4.PerformLayout(); this.panelArrears.ResumeLayout(false); this.panelArrears.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx3; protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private ComponentLibrary.PanelEx panelEx2; protected internal ComponentLibrary.TextBoxEx cmbQueryText; protected ComponentLibrary.ButtonEx btnSlect; protected ComponentLibrary.ButtonEx btnPrePayment; protected ComponentLibrary.ButtonEx btnLatePayment; protected internal ComponentLibrary.ButtonEx btnExport; protected ComponentLibrary.ButtonEx btnClose; private ComponentLibrary.PanelEx panelEx4; protected ComponentLibrary.CheckBoxEx chkQJ; protected ComponentLibrary.CheckBoxEx chkDressVersion; protected ComponentLibrary.CheckBoxEx chkKidsVersion; protected ComponentLibrary.CheckBoxEx chkPortraitVersion; private ComponentLibrary.PanelEx panelEx6; protected ComponentLibrary.CheckBoxEx chkFw; private ComponentLibrary.PanelEx panelEx10; protected internal ComponentLibrary.CheckBoxEx chkHQ; protected internal ComponentLibrary.PanelEx panelStoreName; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName; protected internal ComponentLibrary.CheckBoxEx chkArrears; protected internal ComponentLibrary.PanelEx panelArrears; private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.PanelEx panelEx5; private ComponentLibrary.PanelEx panelEx11; private ComponentLibrary.PanelEx panelEx12; private ComponentLibrary.PanelEx panelEx13; protected internal ComponentLibrary.DataGridViewEc dgvData; protected internal ComponentLibrary.PanelEx panelEx9; protected internal ComponentLibrary.PanelEx panelEx8; protected internal ComponentLibrary.PanelEx panelEx7; protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1; private ComponentLibrary.PanelEx panelEx14; protected ComponentLibrary.ButtonEx btnConditionQuery; protected UCPager.ucPagerEx ucPagerEx1; } }