namespace LYFZ.Software.UI.FinancialManagement { partial class frmWageStatisticsQuery { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWageStatisticsQuery)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.lbDataStatisticsQueryInfo = new LYFZ.ComponentLibrary.LabelEx(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.txtTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.txtTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.cbxStoreList = new System.Windows.Forms.ComboBox(); this.btnDataStatisticsQuery = new LYFZ.ComponentLibrary.ButtonForm(); this.chkSatisfaction = new LYFZ.ComponentLibrary.CheckBoxEx(); this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx(); this.cmbEmployeeName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.btnExport = new LYFZ.ComponentLibrary.ButtonEx(); this.btnProgramSetting = new LYFZ.ComponentLibrary.ButtonEx(); this.btnClosed = new LYFZ.ComponentLibrary.ButtonEx(); this.btntest = new LYFZ.ComponentLibrary.ButtonEx(); this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx(); this.dgvStatisticsList = new LYFZ.ComponentLibrary.DataGridViewEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btnViews = new LYFZ.ComponentLibrary.ButtonEx(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx3.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.groupBoxEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvStatisticsList)).BeginInit(); this.panelEx2.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.groupBoxEx1); 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(1024, 663); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(1024, 703); 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(965, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(992, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.panelEx3); this.panelEx1.Controls.Add(this.flowLayoutPanel1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panelEx1.Location = new System.Drawing.Point(5, 5); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(1014, 85); this.panelEx1.TabIndex = 0; // // 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.top; this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.labelEx4); this.panelEx3.Controls.Add(this.lbDataStatisticsQueryInfo); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx3.Location = new System.Drawing.Point(0, 33); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(1012, 50); this.panelEx3.TabIndex = 2; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx4.ForeColor = System.Drawing.Color.Teal; this.labelEx4.Location = new System.Drawing.Point(2, 6); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(68, 17); this.labelEx4.TabIndex = 1; this.labelEx4.Text = "统计信息:"; // // lbDataStatisticsQueryInfo // this.lbDataStatisticsQueryInfo.AutoSize = true; this.lbDataStatisticsQueryInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lbDataStatisticsQueryInfo.ForeColor = System.Drawing.Color.Teal; this.lbDataStatisticsQueryInfo.Location = new System.Drawing.Point(76, 6); this.lbDataStatisticsQueryInfo.Name = "lbDataStatisticsQueryInfo"; this.lbDataStatisticsQueryInfo.Size = new System.Drawing.Size(68, 17); this.lbDataStatisticsQueryInfo.TabIndex = 1; this.lbDataStatisticsQueryInfo.Text = "未统计数据"; // // flowLayoutPanel1 // this.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent; this.flowLayoutPanel1.Controls.Add(this.labelEx1); this.flowLayoutPanel1.Controls.Add(this.txtTimeStart); this.flowLayoutPanel1.Controls.Add(this.labelEx2); this.flowLayoutPanel1.Controls.Add(this.txtTimeEnd); this.flowLayoutPanel1.Controls.Add(this.labelEx3); this.flowLayoutPanel1.Controls.Add(this.cbxStoreList); this.flowLayoutPanel1.Controls.Add(this.btnDataStatisticsQuery); this.flowLayoutPanel1.Controls.Add(this.chkSatisfaction); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(1012, 32); this.flowLayoutPanel1.TabIndex = 0; // // 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(3, 8); this.labelEx1.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(68, 17); this.labelEx1.TabIndex = 310; this.labelEx1.Text = "统计时间:"; // // txtTimeStart // this.txtTimeStart.CustomFormat = " "; this.txtTimeStart.DateValue = ""; this.txtTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.txtTimeStart.IsShowTime = false; this.txtTimeStart.Location = new System.Drawing.Point(77, 5); this.txtTimeStart.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.txtTimeStart.Name = "txtTimeStart"; this.txtTimeStart.Size = new System.Drawing.Size(95, 23); this.txtTimeStart.TabIndex = 312; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.BackColor = System.Drawing.Color.Transparent; 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(178, 8); this.labelEx2.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(21, 17); this.labelEx2.TabIndex = 313; this.labelEx2.Text = "—"; // // txtTimeEnd // this.txtTimeEnd.CustomFormat = " "; this.txtTimeEnd.DateValue = ""; this.txtTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.txtTimeEnd.IsShowTime = false; this.txtTimeEnd.Location = new System.Drawing.Point(205, 5); this.txtTimeEnd.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.txtTimeEnd.Name = "txtTimeEnd"; this.txtTimeEnd.Size = new System.Drawing.Size(95, 23); this.txtTimeEnd.TabIndex = 311; // // labelEx3 // this.labelEx3.AutoSize = true; this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx3.Location = new System.Drawing.Point(306, 8); this.labelEx3.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(68, 17); this.labelEx3.TabIndex = 310; this.labelEx3.Text = "统计门店:"; // // cbxStoreList // this.cbxStoreList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxStoreList.FormattingEnabled = true; this.cbxStoreList.Location = new System.Drawing.Point(380, 5); this.cbxStoreList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.cbxStoreList.Name = "cbxStoreList"; this.cbxStoreList.Size = new System.Drawing.Size(160, 25); this.cbxStoreList.TabIndex = 2; // // btnDataStatisticsQuery // this.btnDataStatisticsQuery.BackColor = System.Drawing.Color.Transparent; this.btnDataStatisticsQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDataStatisticsQuery.BackImg"))); this.btnDataStatisticsQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDataStatisticsQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDataStatisticsQuery.ForeColor = System.Drawing.Color.White; this.btnDataStatisticsQuery.IsCustomBackImg = false; this.btnDataStatisticsQuery.IsShowText = true; this.btnDataStatisticsQuery.Location = new System.Drawing.Point(546, 3); this.btnDataStatisticsQuery.Name = "btnDataStatisticsQuery"; this.btnDataStatisticsQuery.Size = new System.Drawing.Size(110, 28); this.btnDataStatisticsQuery.TabIndex = 317; this.btnDataStatisticsQuery.Text = "数据统计查询"; this.btnDataStatisticsQuery.UseVisualStyleBackColor = false; // // chkSatisfaction // this.chkSatisfaction.AutoSize = true; this.chkSatisfaction.BackColor = System.Drawing.Color.Transparent; this.chkSatisfaction.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkSatisfaction.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkSatisfaction.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkSatisfaction.Fourstates = false; this.chkSatisfaction.IsGreenTick = false; this.chkSatisfaction.Location = new System.Drawing.Point(662, 7); this.chkSatisfaction.Margin = new System.Windows.Forms.Padding(3, 7, 3, 3); this.chkSatisfaction.Name = "chkSatisfaction"; this.chkSatisfaction.Size = new System.Drawing.Size(87, 21); this.chkSatisfaction.TabIndex = 318; this.chkSatisfaction.Text = "统计满意度"; this.chkSatisfaction.UseVisualStyleBackColor = false; // // labelEx15 // this.labelEx15.AutoSize = true; this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx15.Location = new System.Drawing.Point(4, 12); this.labelEx15.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0); this.labelEx15.Name = "labelEx15"; this.labelEx15.Size = new System.Drawing.Size(68, 17); this.labelEx15.TabIndex = 310; this.labelEx15.Text = "统计员工:"; // // cmbEmployeeName // this.cmbEmployeeName.AfterSelectLevelFirstNode = true; this.cmbEmployeeName.DropDownHeight = 220; this.cmbEmployeeName.DropDownShow = false; this.cmbEmployeeName.FormattingEnabled = true; this.cmbEmployeeName.IntegralHeight = false; this.cmbEmployeeName.IsNodeMouseClick = true; this.cmbEmployeeName.IsSelectParentNode = true; this.cmbEmployeeName.Location = new System.Drawing.Point(77, 8); this.cmbEmployeeName.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.cmbEmployeeName.Name = "cmbEmployeeName"; this.cmbEmployeeName.ReadOnly = true; this.cmbEmployeeName.SelectedNode = null; this.cmbEmployeeName.Size = new System.Drawing.Size(125, 25); this.cmbEmployeeName.StrGetName = ""; this.cmbEmployeeName.StrGetTagName = ""; this.cmbEmployeeName.StrKey = null; this.cmbEmployeeName.TabIndex = 309; // // 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(207, 6); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(103, 28); this.btnQuery.TabIndex = 315; this.btnQuery.Text = "工资计算查询"; this.btnQuery.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(516, 6); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(70, 28); this.btnExport.TabIndex = 315; this.btnExport.Text = "导 出"; this.btnExport.UseVisualStyleBackColor = false; // // btnProgramSetting // this.btnProgramSetting.BackColor = System.Drawing.Color.Transparent; this.btnProgramSetting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnProgramSetting.BackImg"))); this.btnProgramSetting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnProgramSetting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnProgramSetting.ForeColor = System.Drawing.Color.White; this.btnProgramSetting.IsCustomBackImg = false; this.btnProgramSetting.IsShowText = true; this.btnProgramSetting.Location = new System.Drawing.Point(317, 6); this.btnProgramSetting.Name = "btnProgramSetting"; this.btnProgramSetting.Size = new System.Drawing.Size(100, 28); this.btnProgramSetting.TabIndex = 316; this.btnProgramSetting.Text = "设置统计方案"; this.btnProgramSetting.UseVisualStyleBackColor = false; // // btnClosed // this.btnClosed.BackColor = System.Drawing.Color.Transparent; this.btnClosed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClosed.BackImg"))); this.btnClosed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClosed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClosed.ForeColor = System.Drawing.Color.White; this.btnClosed.IsCustomBackImg = false; this.btnClosed.IsShowText = true; this.btnClosed.Location = new System.Drawing.Point(593, 6); this.btnClosed.Name = "btnClosed"; this.btnClosed.Size = new System.Drawing.Size(70, 28); this.btnClosed.TabIndex = 315; this.btnClosed.Text = "关 闭"; this.btnClosed.UseVisualStyleBackColor = false; // // btntest // this.btntest.BackColor = System.Drawing.Color.Transparent; this.btntest.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btntest.BackImg"))); this.btntest.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btntest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btntest.ForeColor = System.Drawing.Color.White; this.btntest.IsCustomBackImg = false; this.btntest.IsShowText = true; this.btntest.Location = new System.Drawing.Point(670, 6); this.btntest.Name = "btntest"; this.btntest.Size = new System.Drawing.Size(112, 28); this.btntest.TabIndex = 0; this.btntest.Text = "旧版工资统计"; this.btntest.UseVisualStyleBackColor = false; // // groupBoxEx1 // this.groupBoxEx1.Controls.Add(this.dgvStatisticsList); this.groupBoxEx1.Controls.Add(this.panelEx2); this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBoxEx1.Location = new System.Drawing.Point(5, 90); this.groupBoxEx1.Name = "groupBoxEx1"; this.groupBoxEx1.Size = new System.Drawing.Size(1014, 568); this.groupBoxEx1.TabIndex = 1; this.groupBoxEx1.TabStop = false; this.groupBoxEx1.Text = "工资计算查询 ( 提示:需要先进行\"数据统计查询\"后,才能跟据统计出的数据查询计算业绩和提成工资,否则只能统计到基本工资和奖罚金额 )"; // // dgvStatisticsList // this.dgvStatisticsList.AllowUserToAddRows = false; this.dgvStatisticsList.AllowUserToDeleteRows = false; this.dgvStatisticsList.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgvStatisticsList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvStatisticsList.BackgroundColor = System.Drawing.Color.White; this.dgvStatisticsList.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.dgvStatisticsList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvStatisticsList.ColumnHeadersHeight = 32; this.dgvStatisticsList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvStatisticsList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6, this.Column26, this.Column7, this.Column9, this.Column18, this.Column17, this.Column8}); this.dgvStatisticsList.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvStatisticsList.EnableHeadersVisualStyles = false; this.dgvStatisticsList.EraseCell = false; this.dgvStatisticsList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgvStatisticsList.GridViewUniquelyIdentify = resources.GetString("dgvStatisticsList.GridViewUniquelyIdentify"); this.dgvStatisticsList.IsCompleteBonding = false; this.dgvStatisticsList.IsCopyCellValue = true; this.dgvStatisticsList.Location = new System.Drawing.Point(3, 62); this.dgvStatisticsList.Name = "dgvStatisticsList"; this.dgvStatisticsList.RowHeadersVisible = false; this.dgvStatisticsList.RowTemplate.Height = 23; this.dgvStatisticsList.RowTemplate.ReadOnly = true; this.dgvStatisticsList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvStatisticsList.Size = new System.Drawing.Size(1008, 503); this.dgvStatisticsList.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.btnQuery); this.panelEx2.Controls.Add(this.btnExport); this.panelEx2.Controls.Add(this.labelEx15); this.panelEx2.Controls.Add(this.cmbEmployeeName); this.panelEx2.Controls.Add(this.btnProgramSetting); this.panelEx2.Controls.Add(this.btnViews); this.panelEx2.Controls.Add(this.btntest); this.panelEx2.Controls.Add(this.btnClosed); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx2.Location = new System.Drawing.Point(3, 19); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(1008, 43); this.panelEx2.TabIndex = 1; // // btnViews // this.btnViews.BackColor = System.Drawing.Color.Transparent; this.btnViews.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnViews.BackImg"))); this.btnViews.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnViews.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnViews.ForeColor = System.Drawing.Color.White; this.btnViews.IsCustomBackImg = false; this.btnViews.IsShowText = true; this.btnViews.Location = new System.Drawing.Point(424, 6); this.btnViews.Name = "btnViews"; this.btnViews.Size = new System.Drawing.Size(85, 28); this.btnViews.TabIndex = 0; this.btnViews.Text = "查看明细"; this.btnViews.UseVisualStyleBackColor = false; // // Column1 // this.Column1.HeaderText = "所属门店"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // Column2 // this.Column2.HeaderText = "所属部门"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // Column3 // this.Column3.HeaderText = "员工姓名"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column3.Width = 120; // // Column4 // this.Column4.HeaderText = "基本工资"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column4.Width = 120; // // Column5 // this.Column5.HeaderText = "奖金"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // Column6 // this.Column6.HeaderText = "罚金"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // Column26 // this.Column26.HeaderText = "合计总工资"; this.Column26.Name = "Column26"; this.Column26.ReadOnly = true; this.Column26.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column26.Width = 120; // // Column7 // this.Column7.HeaderText = "统计项目"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column7.Width = 160; // // Column9 // this.Column9.HeaderText = "统计名称"; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; this.Column9.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column9.Width = 160; // // Column18 // this.Column18.HeaderText = "业绩"; this.Column18.Name = "Column18"; this.Column18.ReadOnly = true; this.Column18.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column18.Width = 120; // // Column17 // this.Column17.HeaderText = "提成金额(元)"; this.Column17.Name = "Column17"; this.Column17.ReadOnly = true; this.Column17.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.Column17.Width = 120; // // Column8 // this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column8.HeaderText = "描述"; this.Column8.MinimumWidth = 100; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; this.Column8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // frmWageStatisticsQuery // 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(1024, 768); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsShowUcNavigationTool = true; this.Name = "frmWageStatisticsQuery"; 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.panelEx1.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.panelEx3.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.groupBoxEx1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvStatisticsList)).EndInit(); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.GroupBoxEx groupBoxEx1; public ComponentLibrary.ButtonEx btntest; protected ComponentLibrary.ComboBoxTreeViewEx cmbEmployeeName; private ComponentLibrary.LabelEx labelEx15; private ComponentLibrary.LabelEx labelEx2; protected ComponentLibrary.DateTimePickerEx txtTimeStart; protected ComponentLibrary.DateTimePickerEx txtTimeEnd; private ComponentLibrary.LabelEx labelEx1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; protected ComponentLibrary.ButtonEx btnClosed; protected ComponentLibrary.ButtonEx btnQuery; protected ComponentLibrary.ButtonEx btnExport; protected ComponentLibrary.LabelEx labelEx3; protected ComponentLibrary.DataGridViewEx dgvStatisticsList; protected System.Windows.Forms.ComboBox cbxStoreList; public ComponentLibrary.ButtonEx btnProgramSetting; private ComponentLibrary.PanelEx panelEx2; private ComponentLibrary.LabelEx labelEx4; public ComponentLibrary.ButtonForm btnDataStatisticsQuery; private ComponentLibrary.PanelEx panelEx3; public ComponentLibrary.LabelEx lbDataStatisticsQueryInfo; public ComponentLibrary.CheckBoxEx chkSatisfaction; public ComponentLibrary.ButtonEx btnViews; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column26; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column18; private System.Windows.Forms.DataGridViewTextBoxColumn Column17; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; } }