namespace LYFZ.Software.UI.FinancialManagement { partial class FrmPieceCommissionRecords { /// /// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPieceCommissionRecords)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxEx(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.dtpDateTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.dtpDateTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.panelQuery = new LYFZ.ComponentLibrary.PanelEx(); this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.panelConditionQuery = new LYFZ.ComponentLibrary.PanelEx(); this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEntry = new LYFZ.ComponentLibrary.PanelEx(); this.btnEntry = new LYFZ.ComponentLibrary.ButtonEx(); this.panelDelete = new LYFZ.ComponentLibrary.PanelEx(); this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx(); this.panelClose = new LYFZ.ComponentLibrary.PanelEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.panelDress = new LYFZ.ComponentLibrary.PanelEx(); this.chkDress = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelChild = new LYFZ.ComponentLibrary.PanelEx(); this.chkChild = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelPortrait = new LYFZ.ComponentLibrary.PanelEx(); this.chkPortrait = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelService = new LYFZ.ComponentLibrary.PanelEx(); this.chkService = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelWeddingCelebration = new LYFZ.ComponentLibrary.PanelEx(); this.chkWeddingCelebration = new LYFZ.ComponentLibrary.CheckBoxEx(); this.panelExport = new LYFZ.ComponentLibrary.PanelEx(); this.btnExport = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); this.panelEx3.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelQuery.SuspendLayout(); this.panelConditionQuery.SuspendLayout(); this.panelEntry.SuspendLayout(); this.panelDelete.SuspendLayout(); this.panelClose.SuspendLayout(); this.panelDress.SuspendLayout(); this.panelChild.SuspendLayout(); this.panelPortrait.SuspendLayout(); this.panelService.SuspendLayout(); this.panelWeddingCelebration.SuspendLayout(); this.panelExport.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.AutoScroll = true; this.plExMainContainer.Controls.Add(this.panelEx2); 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(879, 505); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(879, 545); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(820, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(847, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(793, 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.dgvData); this.panelEx2.Controls.Add(this.flowLayoutPanel1); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx2.Location = new System.Drawing.Point(5, 10); this.panelEx2.Name = "panelEx2"; this.panelEx2.Padding = new System.Windows.Forms.Padding(2); this.panelEx2.Size = new System.Drawing.Size(869, 485); this.panelEx2.TabIndex = 194; // // 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; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; 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 = true; 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(2, 42); this.dgvData.Name = "dgvData"; 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.Padding = new System.Windows.Forms.Padding(41); dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; 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(865, 441); this.dgvData.StrSecondStageNull = ""; this.dgvData.StrValueNullColumn = ""; this.dgvData.TabIndex = 232; this.dgvData.ViceCount = 1; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.panelEx3); this.flowLayoutPanel1.Controls.Add(this.panelEx1); this.flowLayoutPanel1.Controls.Add(this.panelQuery); this.flowLayoutPanel1.Controls.Add(this.panelConditionQuery); this.flowLayoutPanel1.Controls.Add(this.panelEntry); this.flowLayoutPanel1.Controls.Add(this.panelExport); this.flowLayoutPanel1.Controls.Add(this.panelDelete); this.flowLayoutPanel1.Controls.Add(this.panelClose); this.flowLayoutPanel1.Controls.Add(this.panelDress); this.flowLayoutPanel1.Controls.Add(this.panelChild); this.flowLayoutPanel1.Controls.Add(this.panelPortrait); this.flowLayoutPanel1.Controls.Add(this.panelService); this.flowLayoutPanel1.Controls.Add(this.panelWeddingCelebration); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0); this.flowLayoutPanel1.Size = new System.Drawing.Size(865, 40); this.flowLayoutPanel1.TabIndex = 231; // // 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.txtkeyword); this.panelEx3.Location = new System.Drawing.Point(1, 5); this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(150, 30); this.panelEx3.TabIndex = 212; // // txtkeyword // this.txtkeyword.BackColor = System.Drawing.Color.Transparent; this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtkeyword.Icon = null; this.txtkeyword.IconIsButton = false; this.txtkeyword.IsPasswordChat = '\0'; this.txtkeyword.IsSystemPasswordChar = false; this.txtkeyword.Lines = new string[0]; this.txtkeyword.Location = new System.Drawing.Point(2, 3); this.txtkeyword.Margin = new System.Windows.Forms.Padding(0); this.txtkeyword.MaxLength = 32767; this.txtkeyword.MinimumSize = new System.Drawing.Size(0, 24); this.txtkeyword.MouseBack = null; this.txtkeyword.Multiline = false; this.txtkeyword.Name = "txtkeyword"; this.txtkeyword.NormlBack = null; this.txtkeyword.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtkeyword.ReadOnly = false; this.txtkeyword.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtkeyword.Size = new System.Drawing.Size(140, 25); this.txtkeyword.TabIndex = 2231; this.txtkeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtkeyword.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtkeyword.WaterText = "客户姓名、电话"; this.txtkeyword.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.dtpDateTimeEnd); this.panelEx1.Controls.Add(this.labelEx1); this.panelEx1.Controls.Add(this.dtpDateTimeStart); this.panelEx1.Location = new System.Drawing.Point(153, 5); this.panelEx1.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(230, 30); this.panelEx1.TabIndex = 232; // // dtpDateTimeEnd // this.dtpDateTimeEnd.CustomFormat = " "; this.dtpDateTimeEnd.DateValue = ""; this.dtpDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpDateTimeEnd.IsShowTime = false; this.dtpDateTimeEnd.Location = new System.Drawing.Point(124, 5); this.dtpDateTimeEnd.Name = "dtpDateTimeEnd"; this.dtpDateTimeEnd.Size = new System.Drawing.Size(95, 21); this.dtpDateTimeEnd.TabIndex = 2; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(101, 7); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(21, 17); this.labelEx1.TabIndex = 1; this.labelEx1.Text = "—"; // // dtpDateTimeStart // this.dtpDateTimeStart.CustomFormat = " "; this.dtpDateTimeStart.DateValue = ""; this.dtpDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpDateTimeStart.IsShowTime = false; this.dtpDateTimeStart.Location = new System.Drawing.Point(4, 5); this.dtpDateTimeStart.Name = "dtpDateTimeStart"; this.dtpDateTimeStart.Size = new System.Drawing.Size(95, 21); this.dtpDateTimeStart.TabIndex = 0; // // panelQuery // this.panelQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelQuery.BorderWidth = 1; this.panelQuery.Controls.Add(this.btnQuery); this.panelQuery.Location = new System.Drawing.Point(385, 5); this.panelQuery.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelQuery.Name = "panelQuery"; this.panelQuery.Size = new System.Drawing.Size(90, 30); this.panelQuery.TabIndex = 232; // // 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(1, 2); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(85, 26); this.btnQuery.TabIndex = 211; this.btnQuery.Text = " 查 询"; this.btnQuery.UseVisualStyleBackColor = false; // // panelConditionQuery // this.panelConditionQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelConditionQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelConditionQuery.BorderWidth = 1; this.panelConditionQuery.Controls.Add(this.btnConditionQuery); this.panelConditionQuery.Location = new System.Drawing.Point(477, 5); this.panelConditionQuery.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelConditionQuery.Name = "panelConditionQuery"; this.panelConditionQuery.Size = new System.Drawing.Size(90, 30); this.panelConditionQuery.TabIndex = 233; // // 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, 2); this.btnConditionQuery.Name = "btnConditionQuery"; this.btnConditionQuery.Size = new System.Drawing.Size(85, 26); this.btnConditionQuery.TabIndex = 211; this.btnConditionQuery.Text = " 条件查询"; this.btnConditionQuery.UseVisualStyleBackColor = false; // // panelEntry // this.panelEntry.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEntry.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEntry.BorderWidth = 1; this.panelEntry.Controls.Add(this.btnEntry); this.panelEntry.Location = new System.Drawing.Point(569, 5); this.panelEntry.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelEntry.Name = "panelEntry"; this.panelEntry.Size = new System.Drawing.Size(90, 30); this.panelEntry.TabIndex = 216; // // btnEntry // this.btnEntry.BackColor = System.Drawing.Color.Transparent; this.btnEntry.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEntry.BackImg"))); this.btnEntry.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnEntry.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnEntry.ForeColor = System.Drawing.Color.White; this.btnEntry.IsCustomBackImg = false; this.btnEntry.IsShowText = true; this.btnEntry.Location = new System.Drawing.Point(1, 2); this.btnEntry.Name = "btnEntry"; this.btnEntry.Size = new System.Drawing.Size(85, 26); this.btnEntry.TabIndex = 211; this.btnEntry.Text = " 录 入"; this.btnEntry.UseVisualStyleBackColor = false; // // panelDelete // this.panelDelete.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelDelete.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelDelete.BorderWidth = 1; this.panelDelete.Controls.Add(this.btnDelete); this.panelDelete.Location = new System.Drawing.Point(753, 5); this.panelDelete.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelDelete.Name = "panelDelete"; this.panelDelete.Size = new System.Drawing.Size(90, 30); this.panelDelete.TabIndex = 217; // // 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(1, 2); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(85, 26); this.btnDelete.TabIndex = 212; this.btnDelete.Text = " 删 除"; this.btnDelete.UseVisualStyleBackColor = false; // // panelClose // this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelClose.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelClose.BorderWidth = 1; this.panelClose.Controls.Add(this.btnClose); this.panelClose.Location = new System.Drawing.Point(1, 39); this.panelClose.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelClose.Name = "panelClose"; this.panelClose.Size = new System.Drawing.Size(90, 30); this.panelClose.TabIndex = 218; // // 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, 2); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 26); this.btnClose.TabIndex = 213; this.btnClose.Text = " 关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // panelDress // this.panelDress.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelDress.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelDress.BorderWidth = 1; this.panelDress.Controls.Add(this.chkDress); this.panelDress.Location = new System.Drawing.Point(93, 39); this.panelDress.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelDress.Name = "panelDress"; this.panelDress.Size = new System.Drawing.Size(65, 30); this.panelDress.TabIndex = 219; // // chkDress // this.chkDress.AutoSize = true; this.chkDress.BackColor = System.Drawing.Color.Transparent; this.chkDress.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkDress.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkDress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkDress.Fourstates = false; this.chkDress.IsGreenTick = false; this.chkDress.Location = new System.Drawing.Point(3, 5); this.chkDress.Name = "chkDress"; this.chkDress.Size = new System.Drawing.Size(51, 21); this.chkDress.TabIndex = 226; this.chkDress.Text = "婚纱"; this.chkDress.UseVisualStyleBackColor = false; // // panelChild // this.panelChild.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelChild.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelChild.BorderWidth = 1; this.panelChild.Controls.Add(this.chkChild); this.panelChild.Location = new System.Drawing.Point(160, 39); this.panelChild.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelChild.Name = "panelChild"; this.panelChild.Size = new System.Drawing.Size(65, 30); this.panelChild.TabIndex = 219; // // chkChild // this.chkChild.AutoSize = true; this.chkChild.BackColor = System.Drawing.Color.Transparent; this.chkChild.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkChild.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkChild.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkChild.Fourstates = false; this.chkChild.IsGreenTick = false; this.chkChild.Location = new System.Drawing.Point(3, 5); this.chkChild.Name = "chkChild"; this.chkChild.Size = new System.Drawing.Size(51, 21); this.chkChild.TabIndex = 227; this.chkChild.Text = "儿童"; this.chkChild.UseVisualStyleBackColor = false; // // panelPortrait // this.panelPortrait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelPortrait.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelPortrait.BorderWidth = 1; this.panelPortrait.Controls.Add(this.chkPortrait); this.panelPortrait.Location = new System.Drawing.Point(227, 39); this.panelPortrait.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelPortrait.Name = "panelPortrait"; this.panelPortrait.Size = new System.Drawing.Size(65, 30); this.panelPortrait.TabIndex = 219; // // chkPortrait // this.chkPortrait.AutoSize = true; this.chkPortrait.BackColor = System.Drawing.Color.Transparent; this.chkPortrait.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkPortrait.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkPortrait.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkPortrait.Fourstates = false; this.chkPortrait.IsGreenTick = false; this.chkPortrait.Location = new System.Drawing.Point(3, 5); this.chkPortrait.Name = "chkPortrait"; this.chkPortrait.Size = new System.Drawing.Size(51, 21); this.chkPortrait.TabIndex = 228; this.chkPortrait.Text = "写真"; this.chkPortrait.UseVisualStyleBackColor = false; // // panelService // this.panelService.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelService.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelService.BorderWidth = 1; this.panelService.Controls.Add(this.chkService); this.panelService.Location = new System.Drawing.Point(294, 39); this.panelService.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelService.Name = "panelService"; this.panelService.Size = new System.Drawing.Size(65, 30); this.panelService.TabIndex = 219; // // chkService // this.chkService.AutoSize = true; this.chkService.BackColor = System.Drawing.Color.Transparent; this.chkService.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkService.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkService.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkService.Fourstates = false; this.chkService.IsGreenTick = false; this.chkService.Location = new System.Drawing.Point(3, 5); this.chkService.Name = "chkService"; this.chkService.Size = new System.Drawing.Size(51, 21); this.chkService.TabIndex = 229; this.chkService.Text = "服务"; this.chkService.UseVisualStyleBackColor = false; // // panelWeddingCelebration // this.panelWeddingCelebration.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelWeddingCelebration.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelWeddingCelebration.BorderWidth = 1; this.panelWeddingCelebration.Controls.Add(this.chkWeddingCelebration); this.panelWeddingCelebration.Location = new System.Drawing.Point(361, 39); this.panelWeddingCelebration.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelWeddingCelebration.Name = "panelWeddingCelebration"; this.panelWeddingCelebration.Size = new System.Drawing.Size(65, 30); this.panelWeddingCelebration.TabIndex = 220; // // chkWeddingCelebration // this.chkWeddingCelebration.AutoSize = true; this.chkWeddingCelebration.BackColor = System.Drawing.Color.Transparent; this.chkWeddingCelebration.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkWeddingCelebration.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkWeddingCelebration.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkWeddingCelebration.Fourstates = false; this.chkWeddingCelebration.IsGreenTick = false; this.chkWeddingCelebration.Location = new System.Drawing.Point(3, 5); this.chkWeddingCelebration.Name = "chkWeddingCelebration"; this.chkWeddingCelebration.Size = new System.Drawing.Size(51, 21); this.chkWeddingCelebration.TabIndex = 230; this.chkWeddingCelebration.Text = "婚庆"; this.chkWeddingCelebration.UseVisualStyleBackColor = false; // // panelExport // this.panelExport.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelExport.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelExport.BorderWidth = 1; this.panelExport.Controls.Add(this.btnExport); this.panelExport.Location = new System.Drawing.Point(661, 5); this.panelExport.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2); this.panelExport.Name = "panelExport"; this.panelExport.Size = new System.Drawing.Size(90, 30); this.panelExport.TabIndex = 217; // // 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, 2); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(85, 26); this.btnExport.TabIndex = 211; this.btnExport.Text = " 导 出"; this.btnExport.UseVisualStyleBackColor = false; // // FrmPieceCommissionRecords // 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(879, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsShowUcNavigationTool = true; this.Name = "FrmPieceCommissionRecords"; 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.panelEx2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.panelQuery.ResumeLayout(false); this.panelConditionQuery.ResumeLayout(false); this.panelEntry.ResumeLayout(false); this.panelDelete.ResumeLayout(false); this.panelClose.ResumeLayout(false); this.panelDress.ResumeLayout(false); this.panelDress.PerformLayout(); this.panelChild.ResumeLayout(false); this.panelChild.PerformLayout(); this.panelPortrait.ResumeLayout(false); this.panelPortrait.PerformLayout(); this.panelService.ResumeLayout(false); this.panelService.PerformLayout(); this.panelWeddingCelebration.ResumeLayout(false); this.panelWeddingCelebration.PerformLayout(); this.panelExport.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.CheckBoxEx chkPortrait; protected ComponentLibrary.CheckBoxEx chkChild; protected ComponentLibrary.CheckBoxEx chkDress; protected internal ComponentLibrary.CheckBoxEx chkWeddingCelebration; private ComponentLibrary.PanelEx panelEx3; protected ComponentLibrary.TextBoxEx txtkeyword; protected internal ComponentLibrary.PanelEx panelEntry; protected internal ComponentLibrary.PanelEx panelDelete; protected internal ComponentLibrary.PanelEx panelClose; protected internal ComponentLibrary.PanelEx panelService; protected ComponentLibrary.CheckBoxEx chkService; protected internal ComponentLibrary.PanelEx panelDress; protected internal ComponentLibrary.PanelEx panelChild; protected internal ComponentLibrary.PanelEx panelPortrait; protected internal ComponentLibrary.PanelEx panelWeddingCelebration; private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.PanelEx panelQuery; protected internal ComponentLibrary.ButtonEx btnQuery; protected internal ComponentLibrary.PanelEx panelConditionQuery; protected internal ComponentLibrary.ButtonEx btnConditionQuery; protected internal ComponentLibrary.ButtonEx btnClose; protected internal ComponentLibrary.ButtonEx btnDelete; protected internal ComponentLibrary.ButtonEx btnEntry; protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeEnd; protected internal ComponentLibrary.DateTimePickerEx dtpDateTimeStart; protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; protected internal ComponentLibrary.DataGridViewEc dgvData; protected internal ComponentLibrary.PanelEx panelExport; protected internal ComponentLibrary.ButtonEx btnExport; } }