|
|
@@ -48,18 +48,6 @@
|
|
|
this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.lblStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
|
|
|
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.tsbtnUpdate = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.tsbtnDown = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.sfDialogTemplet = new System.Windows.Forms.SaveFileDialog();
|
|
|
- this.oFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
this.Organizationname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -90,6 +78,20 @@
|
|
|
this.AccountNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
|
|
|
+ this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.enableButton = new System.Windows.Forms.ToolStripLabel();
|
|
|
+ this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnUpdate = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnDown = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.sfDialogTemplet = new System.Windows.Forms.SaveFileDialog();
|
|
|
+ this.oFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox(true,false);
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
@@ -107,6 +109,7 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
|
|
|
+ this.gbxCondition.Controls.Add(this.chkValueFlag);
|
|
|
this.gbxCondition.Controls.Add(this.txtStaffCode);
|
|
|
this.gbxCondition.Controls.Add(this.SelStaffStatus);
|
|
|
this.gbxCondition.Controls.Add(this.txtOther);
|
|
|
@@ -122,7 +125,7 @@
|
|
|
this.gbxCondition.Location = new System.Drawing.Point(0, 38);
|
|
|
this.gbxCondition.Name = "gbxCondition";
|
|
|
this.gbxCondition.OriginalHeight = -1;
|
|
|
- this.gbxCondition.Size = new System.Drawing.Size(989, 119);
|
|
|
+ this.gbxCondition.Size = new System.Drawing.Size(1098, 119);
|
|
|
this.gbxCondition.TabIndex = 0;
|
|
|
this.gbxCondition.TabStop = false;
|
|
|
this.gbxCondition.Text = "查询条件 ▼";
|
|
|
@@ -151,7 +154,7 @@
|
|
|
this.SelStaffStatus.DisplayMember = "StaffStatusName";
|
|
|
this.SelStaffStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.SelStaffStatus.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
|
|
|
- this.SelStaffStatus.Location = new System.Drawing.Point(553, 19);
|
|
|
+ this.SelStaffStatus.Location = new System.Drawing.Point(697, 18);
|
|
|
this.SelStaffStatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SelStaffStatus.Name = "SelStaffStatus";
|
|
|
this.SelStaffStatus.SelectedIndex = -1;
|
|
|
@@ -183,7 +186,7 @@
|
|
|
this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
|
|
|
this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnClearCondition.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnClearCondition.Location = new System.Drawing.Point(899, 83);
|
|
|
+ this.btnClearCondition.Location = new System.Drawing.Point(1008, 83);
|
|
|
this.btnClearCondition.Name = "btnClearCondition";
|
|
|
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnClearCondition.TabIndex = 8;
|
|
|
@@ -210,7 +213,7 @@
|
|
|
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
|
|
|
this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnSearch.Location = new System.Drawing.Point(808, 83);
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(917, 83);
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnSearch.TabIndex = 7;
|
|
|
@@ -358,7 +361,7 @@
|
|
|
this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.dgvStaff.RowTemplate.Height = 21;
|
|
|
this.dgvStaff.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgvStaff.Size = new System.Drawing.Size(989, 456);
|
|
|
+ this.dgvStaff.Size = new System.Drawing.Size(1098, 456);
|
|
|
this.dgvStaff.SortOrderColumnName = null;
|
|
|
this.dgvStaff.TabIndex = 13;
|
|
|
this.dgvStaff.Tag = true;
|
|
|
@@ -367,129 +370,6 @@
|
|
|
this.dgvStaff.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaff_CellEnter);
|
|
|
this.dgvStaff.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaff_CellMouseDoubleClick);
|
|
|
//
|
|
|
- // tsrOperate
|
|
|
- //
|
|
|
- this.tsrOperate.AutoSize = false;
|
|
|
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
|
|
|
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
- this.tsbtnAdd,
|
|
|
- this.tsbtnEdit,
|
|
|
- this.tsbtnDisable,
|
|
|
- this.tsbtnUpdate,
|
|
|
- this.tsbtnDown,
|
|
|
- this.tsbtnMoreCondition,
|
|
|
- this.toolStripSeparator1,
|
|
|
- this.tsbtnAdaptive,
|
|
|
- this.tsbtnClose});
|
|
|
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.tsrOperate.Name = "tsrOperate";
|
|
|
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
- this.tsrOperate.ShowItemToolTips = false;
|
|
|
- this.tsrOperate.Size = new System.Drawing.Size(1001, 35);
|
|
|
- this.tsrOperate.TabIndex = 23;
|
|
|
- this.tsrOperate.Text = "toolStrip1";
|
|
|
- //
|
|
|
- // tsbtnAdd
|
|
|
- //
|
|
|
- this.tsbtnAdd.AutoSize = false;
|
|
|
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnAdd.Name = "tsbtnAdd";
|
|
|
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
|
|
|
- this.tsbtnAdd.Text = "新建(&N)";
|
|
|
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
|
|
|
- //
|
|
|
- // tsbtnEdit
|
|
|
- //
|
|
|
- this.tsbtnEdit.AutoSize = false;
|
|
|
- this.tsbtnEdit.Enabled = false;
|
|
|
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnEdit.Name = "tsbtnEdit";
|
|
|
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
|
|
|
- this.tsbtnEdit.Text = "编辑(&E)";
|
|
|
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
|
|
|
- //
|
|
|
- // tsbtnDisable
|
|
|
- //
|
|
|
- this.tsbtnDisable.AutoSize = false;
|
|
|
- this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnDisable.Name = "tsbtnDisable";
|
|
|
- this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
|
|
|
- this.tsbtnDisable.Text = "停用(&S)";
|
|
|
- this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
|
|
|
- //
|
|
|
- // tsbtnUpdate
|
|
|
- //
|
|
|
- this.tsbtnUpdate.AutoSize = false;
|
|
|
- this.tsbtnUpdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnUpdate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnUpdate.Name = "tsbtnUpdate";
|
|
|
- this.tsbtnUpdate.Size = new System.Drawing.Size(60, 25);
|
|
|
- this.tsbtnUpdate.Text = "导入(&I)";
|
|
|
- this.tsbtnUpdate.Click += new System.EventHandler(this.tsbtnUpdate_Click);
|
|
|
- //
|
|
|
- // tsbtnDown
|
|
|
- //
|
|
|
- this.tsbtnDown.AutoSize = false;
|
|
|
- this.tsbtnDown.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnDown.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnDown.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnDown.Name = "tsbtnDown";
|
|
|
- this.tsbtnDown.Size = new System.Drawing.Size(80, 25);
|
|
|
- this.tsbtnDown.Text = "下载模板(&D)";
|
|
|
- this.tsbtnDown.Click += new System.EventHandler(this.tsbtnDown_Click);
|
|
|
- //
|
|
|
- // tsbtnMoreCondition
|
|
|
- //
|
|
|
- this.tsbtnMoreCondition.AutoSize = false;
|
|
|
- this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnMoreCondition.Name = "tsbtnMoreCondition";
|
|
|
- this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25);
|
|
|
- this.tsbtnMoreCondition.Text = "更多条件(&M)";
|
|
|
- this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click);
|
|
|
- //
|
|
|
- // toolStripSeparator1
|
|
|
- //
|
|
|
- this.toolStripSeparator1.AutoSize = false;
|
|
|
- this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
|
- //
|
|
|
- // tsbtnAdaptive
|
|
|
- //
|
|
|
- this.tsbtnAdaptive.AutoSize = false;
|
|
|
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
|
|
|
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
|
|
|
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
|
|
|
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
|
|
|
- //
|
|
|
- // tsbtnClose
|
|
|
- //
|
|
|
- this.tsbtnClose.AutoSize = false;
|
|
|
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnClose.Name = "tsbtnClose";
|
|
|
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
|
|
|
- this.tsbtnClose.Text = "关闭(&X)";
|
|
|
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
- //
|
|
|
- // oFileDialog
|
|
|
- //
|
|
|
- this.oFileDialog.FileName = "openFileDialog1";
|
|
|
- //
|
|
|
// Organizationname
|
|
|
//
|
|
|
this.Organizationname.DataPropertyName = "Organizationname";
|
|
|
@@ -702,11 +582,157 @@
|
|
|
this.OrganizationID.ReadOnly = true;
|
|
|
this.OrganizationID.Visible = false;
|
|
|
//
|
|
|
+ // tsrOperate
|
|
|
+ //
|
|
|
+ this.tsrOperate.AutoSize = false;
|
|
|
+ this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
|
|
|
+ this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.tsbtnAdd,
|
|
|
+ this.tsbtnEdit,
|
|
|
+ this.enableButton,
|
|
|
+ this.tsbtnDisable,
|
|
|
+ this.tsbtnUpdate,
|
|
|
+ this.tsbtnDown,
|
|
|
+ this.tsbtnMoreCondition,
|
|
|
+ this.toolStripSeparator1,
|
|
|
+ this.tsbtnAdaptive,
|
|
|
+ this.tsbtnClose});
|
|
|
+ this.tsrOperate.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tsrOperate.Name = "tsrOperate";
|
|
|
+ this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
+ this.tsrOperate.ShowItemToolTips = false;
|
|
|
+ this.tsrOperate.Size = new System.Drawing.Size(1110, 35);
|
|
|
+ this.tsrOperate.TabIndex = 23;
|
|
|
+ this.tsrOperate.Text = "toolStrip1";
|
|
|
+ //
|
|
|
+ // tsbtnAdd
|
|
|
+ //
|
|
|
+ this.tsbtnAdd.AutoSize = false;
|
|
|
+ this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnAdd.Name = "tsbtnAdd";
|
|
|
+ this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnAdd.Text = "新建(&N)";
|
|
|
+ this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
|
|
|
+ //
|
|
|
+ // tsbtnEdit
|
|
|
+ //
|
|
|
+ this.tsbtnEdit.AutoSize = false;
|
|
|
+ this.tsbtnEdit.Enabled = false;
|
|
|
+ this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnEdit.Name = "tsbtnEdit";
|
|
|
+ this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnEdit.Text = "编辑(&E)";
|
|
|
+ this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
|
|
|
+ //
|
|
|
+ // enableButton
|
|
|
+ //
|
|
|
+ this.enableButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
+ this.enableButton.Name = "enableButton";
|
|
|
+ this.enableButton.Size = new System.Drawing.Size(29, 32);
|
|
|
+ this.enableButton.Text = "启用";
|
|
|
+ this.enableButton.Click += new System.EventHandler(this.enableButton_Click);
|
|
|
+ //
|
|
|
+ // tsbtnDisable
|
|
|
+ //
|
|
|
+ this.tsbtnDisable.AutoSize = false;
|
|
|
+ this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnDisable.Name = "tsbtnDisable";
|
|
|
+ this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnDisable.Text = "停用(&S)";
|
|
|
+ this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
|
|
|
+ //
|
|
|
+ // tsbtnUpdate
|
|
|
+ //
|
|
|
+ this.tsbtnUpdate.AutoSize = false;
|
|
|
+ this.tsbtnUpdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnUpdate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnUpdate.Name = "tsbtnUpdate";
|
|
|
+ this.tsbtnUpdate.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnUpdate.Text = "导入(&I)";
|
|
|
+ this.tsbtnUpdate.Click += new System.EventHandler(this.tsbtnUpdate_Click);
|
|
|
+ //
|
|
|
+ // tsbtnDown
|
|
|
+ //
|
|
|
+ this.tsbtnDown.AutoSize = false;
|
|
|
+ this.tsbtnDown.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnDown.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnDown.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnDown.Name = "tsbtnDown";
|
|
|
+ this.tsbtnDown.Size = new System.Drawing.Size(80, 25);
|
|
|
+ this.tsbtnDown.Text = "下载模板(&D)";
|
|
|
+ this.tsbtnDown.Click += new System.EventHandler(this.tsbtnDown_Click);
|
|
|
+ //
|
|
|
+ // tsbtnMoreCondition
|
|
|
+ //
|
|
|
+ this.tsbtnMoreCondition.AutoSize = false;
|
|
|
+ this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnMoreCondition.Name = "tsbtnMoreCondition";
|
|
|
+ this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25);
|
|
|
+ this.tsbtnMoreCondition.Text = "更多条件(&M)";
|
|
|
+ this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click);
|
|
|
+ //
|
|
|
+ // toolStripSeparator1
|
|
|
+ //
|
|
|
+ this.toolStripSeparator1.AutoSize = false;
|
|
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // tsbtnAdaptive
|
|
|
+ //
|
|
|
+ this.tsbtnAdaptive.AutoSize = false;
|
|
|
+ this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnAdaptive.Name = "tsbtnAdaptive";
|
|
|
+ this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
|
|
|
+ this.tsbtnAdaptive.Text = "自适应列宽(&A)";
|
|
|
+ this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
|
|
|
+ //
|
|
|
+ // tsbtnClose
|
|
|
+ //
|
|
|
+ this.tsbtnClose.AutoSize = false;
|
|
|
+ this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnClose.Name = "tsbtnClose";
|
|
|
+ this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnClose.Text = "关闭(&X)";
|
|
|
+ this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
+ //
|
|
|
+ // oFileDialog
|
|
|
+ //
|
|
|
+ this.oFileDialog.FileName = "openFileDialog1";
|
|
|
+ //
|
|
|
+ // chkValueFlag
|
|
|
+ //
|
|
|
+ this.chkValueFlag.BackColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
|
|
|
+ this.chkValueFlag.FalseText = "否";
|
|
|
+ this.chkValueFlag.Location = new System.Drawing.Point(555, 19);
|
|
|
+ this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
|
+ this.chkValueFlag.Name = "chkValueFlag";
|
|
|
+ this.chkValueFlag.Size = new System.Drawing.Size(136, 20);
|
|
|
+ this.chkValueFlag.TabIndex = 24;
|
|
|
+ this.chkValueFlag.Title = "有效";
|
|
|
+ this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.chkValueFlag.TrueText = "是";
|
|
|
+ //
|
|
|
// F_HR_0101
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1001, 618);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1110, 618);
|
|
|
this.Controls.Add(this.tsrOperate);
|
|
|
this.Controls.Add(this.gbxCondition);
|
|
|
this.Controls.Add(this.dgvStaff);
|
|
|
@@ -786,6 +812,8 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AccountNo;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
|
|
|
+ private System.Windows.Forms.ToolStripLabel enableButton;
|
|
|
+ private Basics.BaseControls.C_StatusCheckBox chkValueFlag;
|
|
|
//private Controls.dkOrganizationSearchBox sbxOrganization;
|
|
|
//private Basics.BaseControls.C_ValidCheckedBoxList c_ValidCheckedBoxList1;
|
|
|
|