123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676 |
- namespace LYFZ.Software.UI.FinancialManagement
- {
- partial class frmWageQueryConfig
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWageQueryConfig));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.dgvStatisticsList = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbEmployeeName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClosed = new LYFZ.ComponentLibrary.ButtonEx();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.dgvSetList = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column7 = new System.Windows.Forms.DataGridViewLinkColumn();
- this.Column6 = new System.Windows.Forms.DataGridViewLinkColumn();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnAddProgram = new LYFZ.ComponentLibrary.ButtonEx();
- this.bntRefresh = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnImport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnAllDel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.lbMsg = new System.Windows.Forms.Label();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.tabControlEx1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.groupBoxEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvStatisticsList)).BeginInit();
- this.panelEx2.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.groupBoxEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSetList)).BeginInit();
- this.panelEx3.SuspendLayout();
- this.flowLayoutPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(8);
- this.plExMainContainer.Size = new System.Drawing.Size(1024, 703);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1024, 703);
- //
- // 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.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.tabControlEx1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(8, 8);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(1008, 687);
- this.panelEx1.TabIndex = 0;
- //
- // tabControlEx1
- //
- this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.Controls.Add(this.tabPage1);
- this.tabControlEx1.Controls.Add(this.tabPage2);
- this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabControlEx1.ItemSize = new System.Drawing.Size(120, 36);
- this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
- this.tabControlEx1.Name = "tabControlEx1";
- this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.SelectedIndex = 0;
- this.tabControlEx1.Size = new System.Drawing.Size(1006, 685);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 1;
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage1.Controls.Add(this.groupBoxEx1);
- this.tabPage1.Controls.Add(this.panelEx2);
- this.tabPage1.Location = new System.Drawing.Point(4, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(998, 641);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "统计方案选择";
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.Controls.Add(this.dgvStatisticsList);
- 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(3, 51);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(992, 587);
- this.groupBoxEx1.TabIndex = 3;
- 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.dataGridViewCheckBoxColumn1,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn4,
- this.dataGridViewTextBoxColumn5});
- 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, 19);
- 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(986, 565);
- this.dgvStatisticsList.TabIndex = 0;
- //
- // dataGridViewCheckBoxColumn1
- //
- this.dataGridViewCheckBoxColumn1.HeaderText = "选择";
- this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
- this.dataGridViewCheckBoxColumn1.ReadOnly = true;
- this.dataGridViewCheckBoxColumn1.Width = 50;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.HeaderText = "统计方案名称";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 120;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.HeaderText = "统计项目";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Width = 120;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.HeaderText = "项目内容";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 120;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.HeaderText = "提成方案";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 120;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.HeaderText = "附加条件";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 400;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.flowLayoutPanel1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.panelEx2.Location = new System.Drawing.Point(3, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(992, 48);
- this.panelEx2.TabIndex = 2;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
- this.flowLayoutPanel1.Controls.Add(this.labelEx15);
- this.flowLayoutPanel1.Controls.Add(this.cmbEmployeeName);
- this.flowLayoutPanel1.Controls.Add(this.btnSave);
- this.flowLayoutPanel1.Controls.Add(this.btnClosed);
- this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 4);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(866, 36);
- this.flowLayoutPanel1.TabIndex = 0;
- //
- // 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(3, 8);
- this.labelEx15.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0);
- this.labelEx15.Name = "labelEx15";
- this.labelEx15.Size = new System.Drawing.Size(44, 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(53, 5);
- 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(180, 25);
- this.cmbEmployeeName.StrGetName = "";
- this.cmbEmployeeName.StrGetTagName = "";
- this.cmbEmployeeName.StrKey = null;
- this.cmbEmployeeName.TabIndex = 316;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(239, 3);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(70, 28);
- this.btnSave.TabIndex = 315;
- this.btnSave.Text = "保 存";
- this.btnSave.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(315, 3);
- this.btnClosed.Name = "btnClosed";
- this.btnClosed.Size = new System.Drawing.Size(70, 28);
- this.btnClosed.TabIndex = 315;
- this.btnClosed.Text = "关 闭";
- this.btnClosed.UseVisualStyleBackColor = false;
- //
- // tabPage2
- //
- this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage2.Controls.Add(this.groupBoxEx2);
- this.tabPage2.Controls.Add(this.panelEx3);
- this.tabPage2.Location = new System.Drawing.Point(4, 40);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(998, 641);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "统计方案设置";
- //
- // groupBoxEx2
- //
- this.groupBoxEx2.Controls.Add(this.dgvSetList);
- this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBoxEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxEx2.Location = new System.Drawing.Point(3, 51);
- this.groupBoxEx2.Name = "groupBoxEx2";
- this.groupBoxEx2.Size = new System.Drawing.Size(992, 587);
- this.groupBoxEx2.TabIndex = 5;
- this.groupBoxEx2.TabStop = false;
- this.groupBoxEx2.Text = "统计查询方案列表";
- //
- // dgvSetList
- //
- this.dgvSetList.AllowUserToAddRows = false;
- this.dgvSetList.AllowUserToDeleteRows = false;
- this.dgvSetList.AllowUserToResizeRows = false;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
- this.dgvSetList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvSetList.BackgroundColor = System.Drawing.Color.White;
- this.dgvSetList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvSetList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvSetList.ColumnHeadersHeight = 32;
- this.dgvSetList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvSetList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column3,
- this.Column1,
- this.Column2,
- this.Column4,
- this.Column5,
- this.Column7,
- this.Column6});
- this.dgvSetList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSetList.EnableHeadersVisualStyles = false;
- this.dgvSetList.EraseCell = false;
- this.dgvSetList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvSetList.GridViewUniquelyIdentify = resources.GetString("dgvSetList.GridViewUniquelyIdentify");
- this.dgvSetList.IsCompleteBonding = false;
- this.dgvSetList.IsCopyCellValue = true;
- this.dgvSetList.Location = new System.Drawing.Point(3, 19);
- this.dgvSetList.Name = "dgvSetList";
- this.dgvSetList.RowHeadersVisible = false;
- this.dgvSetList.RowTemplate.Height = 23;
- this.dgvSetList.RowTemplate.ReadOnly = true;
- this.dgvSetList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvSetList.Size = new System.Drawing.Size(986, 565);
- this.dgvSetList.TabIndex = 0;
- //
- // Column3
- //
- this.Column3.HeaderText = "统计方案名称";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- this.Column3.Width = 160;
- //
- // Column1
- //
- this.Column1.HeaderText = "统计项目";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 120;
- //
- // Column2
- //
- this.Column2.HeaderText = "项目内容";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Width = 120;
- //
- // Column4
- //
- this.Column4.HeaderText = "提成方案";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- this.Column4.Width = 120;
- //
- // Column5
- //
- this.Column5.HeaderText = "附加条件";
- this.Column5.Name = "Column5";
- this.Column5.ReadOnly = true;
- this.Column5.Width = 220;
- //
- // Column7
- //
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column7.DefaultCellStyle = dataGridViewCellStyle5;
- this.Column7.HeaderText = "编缉";
- this.Column7.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
- this.Column7.Name = "Column7";
- this.Column7.ReadOnly = true;
- this.Column7.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Column7.VisitedLinkColor = System.Drawing.Color.Blue;
- //
- // Column6
- //
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column6.DefaultCellStyle = dataGridViewCellStyle6;
- this.Column6.HeaderText = "删除";
- this.Column6.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
- this.Column6.Name = "Column6";
- this.Column6.ReadOnly = true;
- this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Column6.VisitedLinkColor = System.Drawing.Color.Blue;
- //
- // 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.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.flowLayoutPanel2);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.panelEx3.Location = new System.Drawing.Point(3, 3);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(992, 48);
- this.panelEx3.TabIndex = 4;
- //
- // flowLayoutPanel2
- //
- this.flowLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
- this.flowLayoutPanel2.Controls.Add(this.btnAddProgram);
- this.flowLayoutPanel2.Controls.Add(this.bntRefresh);
- this.flowLayoutPanel2.Controls.Add(this.btnImport);
- this.flowLayoutPanel2.Controls.Add(this.btnExport);
- this.flowLayoutPanel2.Controls.Add(this.btnAllDel);
- this.flowLayoutPanel2.Controls.Add(this.btnClose);
- this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 4);
- this.flowLayoutPanel2.Name = "flowLayoutPanel2";
- this.flowLayoutPanel2.Size = new System.Drawing.Size(866, 36);
- this.flowLayoutPanel2.TabIndex = 0;
- //
- // btnAddProgram
- //
- this.btnAddProgram.BackColor = System.Drawing.Color.Transparent;
- this.btnAddProgram.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddProgram.BackImg")));
- this.btnAddProgram.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAddProgram.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAddProgram.ForeColor = System.Drawing.Color.White;
- this.btnAddProgram.IsCustomBackImg = false;
- this.btnAddProgram.IsShowText = true;
- this.btnAddProgram.Location = new System.Drawing.Point(3, 3);
- this.btnAddProgram.Name = "btnAddProgram";
- this.btnAddProgram.Size = new System.Drawing.Size(128, 28);
- this.btnAddProgram.TabIndex = 315;
- this.btnAddProgram.Text = "添加统计方案";
- this.btnAddProgram.UseVisualStyleBackColor = false;
- //
- // bntRefresh
- //
- this.bntRefresh.BackColor = System.Drawing.Color.Transparent;
- this.bntRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntRefresh.BackImg")));
- this.bntRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.bntRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.bntRefresh.ForeColor = System.Drawing.Color.White;
- this.bntRefresh.IsCustomBackImg = false;
- this.bntRefresh.IsShowText = true;
- this.bntRefresh.Location = new System.Drawing.Point(137, 3);
- this.bntRefresh.Name = "bntRefresh";
- this.bntRefresh.Size = new System.Drawing.Size(70, 28);
- this.bntRefresh.TabIndex = 316;
- this.bntRefresh.Text = "刷 新";
- this.bntRefresh.UseVisualStyleBackColor = false;
- //
- // btnImport
- //
- this.btnImport.BackColor = System.Drawing.Color.Transparent;
- this.btnImport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImport.BackImg")));
- this.btnImport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnImport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnImport.ForeColor = System.Drawing.Color.White;
- this.btnImport.IsCustomBackImg = false;
- this.btnImport.IsShowText = true;
- this.btnImport.Location = new System.Drawing.Point(213, 3);
- this.btnImport.Name = "btnImport";
- this.btnImport.Size = new System.Drawing.Size(70, 28);
- this.btnImport.TabIndex = 315;
- this.btnImport.Text = "导 入";
- this.btnImport.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(289, 3);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(70, 28);
- this.btnExport.TabIndex = 315;
- this.btnExport.Text = "导 出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // btnAllDel
- //
- this.btnAllDel.BackColor = System.Drawing.Color.Transparent;
- this.btnAllDel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAllDel.BackImg")));
- this.btnAllDel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAllDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAllDel.ForeColor = System.Drawing.Color.White;
- this.btnAllDel.IsCustomBackImg = false;
- this.btnAllDel.IsShowText = true;
- this.btnAllDel.Location = new System.Drawing.Point(365, 3);
- this.btnAllDel.Name = "btnAllDel";
- this.btnAllDel.Size = new System.Drawing.Size(70, 28);
- this.btnAllDel.TabIndex = 315;
- this.btnAllDel.Text = "删除全部";
- this.btnAllDel.UseVisualStyleBackColor = false;
- //
- // 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(441, 3);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(70, 28);
- this.btnClose.TabIndex = 315;
- this.btnClose.Text = "关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // lbMsg
- //
- this.lbMsg.AutoSize = true;
- this.lbMsg.BackColor = System.Drawing.Color.Transparent;
- this.lbMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbMsg.ForeColor = System.Drawing.Color.Red;
- this.lbMsg.Location = new System.Drawing.Point(284, 60);
- this.lbMsg.Name = "lbMsg";
- this.lbMsg.Size = new System.Drawing.Size(490, 21);
- this.lbMsg.TabIndex = 14;
- this.lbMsg.Text = "温馨提醒:请不要设置相同或有重叠统计的方案,以免重复计算工资";
- //
- // frmWageQueryConfig
- //
- 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.Controls.Add(this.lbMsg);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmWageQueryConfig";
- 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.Controls.SetChildIndex(this.lbMsg, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.tabControlEx1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.groupBoxEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvStatisticsList)).EndInit();
- this.panelEx2.ResumeLayout(false);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.flowLayoutPanel1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.groupBoxEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSetList)).EndInit();
- this.panelEx3.ResumeLayout(false);
- this.flowLayoutPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.GroupBoxEx groupBoxEx1;
- protected ComponentLibrary.DataGridViewEx dgvStatisticsList;
- private ComponentLibrary.PanelEx panelEx2;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private ComponentLibrary.LabelEx labelEx15;
- protected ComponentLibrary.ButtonEx btnSave;
- protected ComponentLibrary.ButtonEx btnClosed;
- private ComponentLibrary.TabControlEx tabControlEx1;
- private System.Windows.Forms.TabPage tabPage1;
- protected ComponentLibrary.ComboBoxTreeViewEx cmbEmployeeName;
- private System.Windows.Forms.TabPage tabPage2;
- private ComponentLibrary.GroupBoxEx groupBoxEx2;
- protected ComponentLibrary.DataGridViewEx dgvSetList;
- private ComponentLibrary.PanelEx panelEx3;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
- protected ComponentLibrary.ButtonEx btnAddProgram;
- protected ComponentLibrary.ButtonEx btnExport;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx bntRefresh;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- private System.Windows.Forms.DataGridViewLinkColumn Column7;
- private System.Windows.Forms.DataGridViewLinkColumn Column6;
- private System.Windows.Forms.Label lbMsg;
- protected ComponentLibrary.ButtonEx btnImport;
- protected ComponentLibrary.ButtonEx btnAllDel;
- private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- }
- }
|