From 3ee759fb8ca911b0fa3c4ccb82d318ca8ee559ad Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期一, 18 八月 2025 11:00:54 +0800
Subject: [PATCH] bug
---
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Staff.Designer.cs | 225 ++++++++++++++++++++++++++++---------------------------
1 files changed, 115 insertions(+), 110 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Staff.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Staff.Designer.cs
index 962211f..63f19b0 100644
--- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Staff.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Staff.Designer.cs
@@ -30,13 +30,14 @@
/// </summary>
private void InitializeComponent()
{
- DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
+ this.components = new System.ComponentModel.Container();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition7 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition8 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -51,10 +52,11 @@
this.gv_positionCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_positionName = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_phoneNumber = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_startDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_fforbidStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -82,6 +84,8 @@
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.tips = new DevExpress.Utils.ToolTipController(this.components);
+ this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -162,6 +166,7 @@
// split1
//
this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
this.split1.Horizontal = false;
this.split1.Location = new System.Drawing.Point(0, 0);
this.split1.Name = "split1";
@@ -175,14 +180,14 @@
// split1.Panel2
//
this.split1.Panel2.Text = "Panel2";
+ this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.split1.Size = new System.Drawing.Size(1001, 570);
- this.split1.SplitterPosition = 558;
+ this.split1.SplitterPosition = 0;
this.split1.TabIndex = 4;
//
// gcMain1
//
this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F);
this.gcMain1.Location = new System.Drawing.Point(0, 0);
this.gcMain1.MainView = this.gridView1;
this.gcMain1.Name = "gcMain1";
@@ -195,7 +200,6 @@
//
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
- this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.ColumnPanelRowHeight = 50;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -207,10 +211,12 @@
this.gv_positionCode,
this.gv_positionName,
this.gv_phoneNumber,
- this.gv_startDate,
this.gv_remark,
this.gv_fforbidStatus,
- this.gridColumn2});
+ this.gridColumn2,
+ this.gridColumn3,
+ this.gridColumn4,
+ this.gridColumn5});
this.gridView1.GridControl = this.gcMain1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -232,7 +238,6 @@
//
// gv_staffNo
//
- this.gv_staffNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_staffNo.AppearanceCell.Options.UseFont = true;
this.gv_staffNo.Caption = "鍛樺伐缂栫爜";
this.gv_staffNo.FieldName = "staffNo";
@@ -246,7 +251,6 @@
//
// gv_staffName
//
- this.gv_staffName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_staffName.AppearanceCell.Options.UseFont = true;
this.gv_staffName.Caption = "鍛樺伐濮撳悕";
this.gv_staffName.FieldName = "staffName";
@@ -260,7 +264,6 @@
//
// gv_departmentNo
//
- this.gv_departmentNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_departmentNo.AppearanceCell.Options.UseFont = true;
this.gv_departmentNo.Caption = "閮ㄩ棬缂栫爜";
this.gv_departmentNo.FieldName = "departmentNo";
@@ -274,7 +277,6 @@
//
// gv_departmentName
//
- this.gv_departmentName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_departmentName.AppearanceCell.Options.UseFont = true;
this.gv_departmentName.Caption = "閮ㄩ棬鍚嶇О";
this.gv_departmentName.FieldName = "departmentName";
@@ -288,7 +290,6 @@
//
// gv_positionCode
//
- this.gv_positionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_positionCode.AppearanceCell.Options.UseFont = true;
this.gv_positionCode.Caption = "宀椾綅缂栫爜";
this.gv_positionCode.FieldName = "positionCode";
@@ -300,7 +301,6 @@
//
// gv_positionName
//
- this.gv_positionName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_positionName.AppearanceCell.Options.UseFont = true;
this.gv_positionName.Caption = "宀椾綅鍚嶇О";
this.gv_positionName.FieldName = "positionName";
@@ -312,7 +312,6 @@
//
// gv_phoneNumber
//
- this.gv_phoneNumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_phoneNumber.AppearanceCell.Options.UseFont = true;
this.gv_phoneNumber.Caption = "鎵嬫満鍙�";
this.gv_phoneNumber.FieldName = "phoneNumber";
@@ -324,23 +323,8 @@
this.gv_phoneNumber.VisibleIndex = 5;
this.gv_phoneNumber.Width = 94;
//
- // gv_startDate
- //
- this.gv_startDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_startDate.AppearanceCell.Options.UseFont = true;
- this.gv_startDate.Caption = "浠诲矖寮�濮嬫棩鏈�";
- this.gv_startDate.FieldName = "startDate";
- this.gv_startDate.MinWidth = 50;
- this.gv_startDate.Name = "gv_startDate";
- this.gv_startDate.OptionsColumn.AllowEdit = false;
- this.gv_startDate.Tag = "query_a.start_date";
- this.gv_startDate.Visible = true;
- this.gv_startDate.VisibleIndex = 6;
- this.gv_startDate.Width = 180;
- //
// gv_remark
//
- this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_remark.AppearanceCell.Options.UseFont = true;
this.gv_remark.Caption = "澶囨敞";
this.gv_remark.FieldName = "remark";
@@ -349,12 +333,11 @@
this.gv_remark.OptionsColumn.AllowEdit = false;
this.gv_remark.Tag = "query_a.remark";
this.gv_remark.Visible = true;
- this.gv_remark.VisibleIndex = 7;
+ this.gv_remark.VisibleIndex = 6;
this.gv_remark.Width = 94;
//
// gv_fforbidStatus
//
- this.gv_fforbidStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fforbidStatus.AppearanceCell.Options.UseFont = true;
this.gv_fforbidStatus.Caption = "绂佺敤鐘舵��";
this.gv_fforbidStatus.FieldName = "fforbidStatus";
@@ -364,7 +347,7 @@
this.gv_fforbidStatus.OptionsColumn.AllowEdit = false;
this.gv_fforbidStatus.Tag = "query_a.fforbid_status";
this.gv_fforbidStatus.Visible = true;
- this.gv_fforbidStatus.VisibleIndex = 8;
+ this.gv_fforbidStatus.VisibleIndex = 7;
this.gv_fforbidStatus.Width = 50;
//
// gridColumn2
@@ -375,8 +358,26 @@
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Tag = "query_a.lastupdate_date";
this.gridColumn2.Visible = true;
- this.gridColumn2.VisibleIndex = 9;
+ this.gridColumn2.VisibleIndex = 10;
this.gridColumn2.Width = 180;
+ //
+ // gridColumn3
+ //
+ this.gridColumn3.Caption = "涓婚敭Guid";
+ this.gridColumn3.FieldName = "guid";
+ this.gridColumn3.MinWidth = 25;
+ this.gridColumn3.Name = "gridColumn3";
+ this.gridColumn3.Width = 94;
+ //
+ // gridColumn4
+ //
+ this.gridColumn4.Caption = "鍛樺伐ID";
+ this.gridColumn4.FieldName = "id";
+ this.gridColumn4.MinWidth = 25;
+ this.gridColumn4.Name = "gridColumn4";
+ this.gridColumn4.Visible = true;
+ this.gridColumn4.VisibleIndex = 8;
+ this.gridColumn4.Width = 94;
//
// pageBar1
//
@@ -412,6 +413,7 @@
// splitMx1.Panel2
//
this.splitMx1.Panel2.Text = "Panel2";
+ this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.splitMx1.Size = new System.Drawing.Size(1001, 570);
this.splitMx1.SplitterPosition = 111;
this.splitMx1.TabIndex = 0;
@@ -451,21 +453,19 @@
//
// txt_fforbidStatus
//
- this.txt_fforbidStatus.Location = new System.Drawing.Point(834, 44);
+ this.txt_fforbidStatus.Location = new System.Drawing.Point(849, 42);
this.txt_fforbidStatus.Name = "txt_fforbidStatus";
- this.txt_fforbidStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fforbidStatus.Properties.Appearance.Options.UseFont = true;
- this.txt_fforbidStatus.Size = new System.Drawing.Size(134, 28);
+ this.txt_fforbidStatus.Size = new System.Drawing.Size(140, 24);
this.txt_fforbidStatus.StyleController = this.layoutMx1;
this.txt_fforbidStatus.TabIndex = 306;
//
// txt_remark
//
- this.txt_remark.Location = new System.Drawing.Point(354, 76);
+ this.txt_remark.Location = new System.Drawing.Point(359, 72);
this.txt_remark.Name = "txt_remark";
- this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_remark.Properties.Appearance.Options.UseFont = true;
- this.txt_remark.Size = new System.Drawing.Size(134, 28);
+ this.txt_remark.Size = new System.Drawing.Size(139, 24);
this.txt_remark.StyleController = this.layoutMx1;
this.txt_remark.TabIndex = 235;
//
@@ -473,79 +473,71 @@
//
this.txt_id.Location = new System.Drawing.Point(114, 12);
this.txt_id.Name = "txt_id";
- this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_id.Properties.Appearance.Options.UseFont = true;
- this.txt_id.Size = new System.Drawing.Size(134, 28);
+ this.txt_id.Size = new System.Drawing.Size(139, 24);
this.txt_id.StyleController = this.layoutMx1;
this.txt_id.TabIndex = 211;
//
// txt_lastupdateDate
//
- this.txt_lastupdateDate.Location = new System.Drawing.Point(834, 12);
+ this.txt_lastupdateDate.Location = new System.Drawing.Point(849, 12);
this.txt_lastupdateDate.Name = "txt_lastupdateDate";
- this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true;
- this.txt_lastupdateDate.Size = new System.Drawing.Size(134, 28);
+ this.txt_lastupdateDate.Size = new System.Drawing.Size(140, 24);
this.txt_lastupdateDate.StyleController = this.layoutMx1;
this.txt_lastupdateDate.TabIndex = 280;
//
// txt_departmentNo
//
- this.txt_departmentNo.Location = new System.Drawing.Point(114, 44);
+ this.txt_departmentNo.Location = new System.Drawing.Point(114, 42);
this.txt_departmentNo.Name = "txt_departmentNo";
- this.txt_departmentNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_departmentNo.Properties.Appearance.Options.UseFont = true;
- this.txt_departmentNo.Size = new System.Drawing.Size(134, 28);
+ this.txt_departmentNo.Size = new System.Drawing.Size(139, 24);
this.txt_departmentNo.StyleController = this.layoutMx1;
this.txt_departmentNo.TabIndex = 217;
//
// txt_phoneNumber
//
- this.txt_phoneNumber.Location = new System.Drawing.Point(114, 76);
+ this.txt_phoneNumber.Location = new System.Drawing.Point(114, 72);
this.txt_phoneNumber.Name = "txt_phoneNumber";
- this.txt_phoneNumber.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_phoneNumber.Properties.Appearance.Options.UseFont = true;
- this.txt_phoneNumber.Size = new System.Drawing.Size(134, 28);
+ this.txt_phoneNumber.Size = new System.Drawing.Size(139, 24);
this.txt_phoneNumber.StyleController = this.layoutMx1;
this.txt_phoneNumber.TabIndex = 228;
//
// txt_staffNo
//
- this.txt_staffNo.Location = new System.Drawing.Point(354, 12);
+ this.txt_staffNo.Location = new System.Drawing.Point(359, 12);
this.txt_staffNo.Name = "txt_staffNo";
- this.txt_staffNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_staffNo.Properties.Appearance.Options.UseFont = true;
- this.txt_staffNo.Size = new System.Drawing.Size(134, 28);
+ this.txt_staffNo.Size = new System.Drawing.Size(139, 24);
this.txt_staffNo.StyleController = this.layoutMx1;
this.txt_staffNo.TabIndex = 213;
//
// txt_departmentName
//
- this.txt_departmentName.Location = new System.Drawing.Point(354, 44);
+ this.txt_departmentName.Location = new System.Drawing.Point(359, 42);
this.txt_departmentName.Name = "txt_departmentName";
- this.txt_departmentName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_departmentName.Properties.Appearance.Options.UseFont = true;
- this.txt_departmentName.Size = new System.Drawing.Size(134, 28);
+ this.txt_departmentName.Size = new System.Drawing.Size(139, 24);
this.txt_departmentName.StyleController = this.layoutMx1;
this.txt_departmentName.TabIndex = 219;
//
// txt_staffName
//
- this.txt_staffName.Location = new System.Drawing.Point(594, 12);
+ this.txt_staffName.Location = new System.Drawing.Point(604, 12);
this.txt_staffName.Name = "txt_staffName";
- this.txt_staffName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_staffName.Properties.Appearance.Options.UseFont = true;
- this.txt_staffName.Size = new System.Drawing.Size(134, 28);
+ this.txt_staffName.Size = new System.Drawing.Size(139, 24);
this.txt_staffName.StyleController = this.layoutMx1;
this.txt_staffName.TabIndex = 216;
//
// txt_startDate
//
- this.txt_startDate.Location = new System.Drawing.Point(594, 44);
+ this.txt_startDate.Location = new System.Drawing.Point(604, 42);
this.txt_startDate.Name = "txt_startDate";
- this.txt_startDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_startDate.Properties.Appearance.Options.UseFont = true;
- this.txt_startDate.Size = new System.Drawing.Size(134, 28);
+ this.txt_startDate.Size = new System.Drawing.Size(139, 24);
this.txt_startDate.StyleController = this.layoutMx1;
this.txt_startDate.TabIndex = 231;
//
@@ -578,30 +570,30 @@
this.layoutControlItem10});
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
this.Root.Name = "Root";
- columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition1.Width = 100D;
- columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition2.Width = 100D;
- columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition3.Width = 100D;
- columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition4.Width = 100D;
+ columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition5.Width = 100D;
+ columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition6.Width = 100D;
+ columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition7.Width = 100D;
+ columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition8.Width = 100D;
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
- columnDefinition1,
- columnDefinition2,
- columnDefinition3,
- columnDefinition4});
- rowDefinition1.Height = 100D;
- rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition2.Height = 100D;
- rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition3.Height = 100D;
- rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition5,
+ columnDefinition6,
+ columnDefinition7,
+ columnDefinition8});
+ rowDefinition4.Height = 100D;
+ rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition5.Height = 100D;
+ rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition6.Height = 100D;
+ rowDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
- rowDefinition1,
- rowDefinition2,
- rowDefinition3});
- this.Root.Size = new System.Drawing.Size(980, 116);
+ rowDefinition4,
+ rowDefinition5,
+ rowDefinition6});
+ this.Root.Size = new System.Drawing.Size(1001, 111);
this.Root.TextVisible = false;
//
// layoutControlItem1
@@ -609,103 +601,113 @@
this.layoutControlItem1.Control = this.txt_id;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem1.Size = new System.Drawing.Size(245, 30);
this.layoutControlItem1.Text = "鍛樺伐ID";
this.layoutControlItem1.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txt_departmentNo;
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 32);
+ this.layoutControlItem2.Location = new System.Drawing.Point(0, 30);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem2.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem2.Size = new System.Drawing.Size(245, 30);
this.layoutControlItem2.Text = "閮ㄩ棬缂栫爜";
this.layoutControlItem2.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txt_staffNo;
- this.layoutControlItem3.Location = new System.Drawing.Point(240, 0);
+ this.layoutControlItem3.Location = new System.Drawing.Point(245, 0);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
- this.layoutControlItem3.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem3.Size = new System.Drawing.Size(245, 30);
this.layoutControlItem3.Text = "鍛樺伐缂栫爜";
this.layoutControlItem3.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txt_departmentName;
- this.layoutControlItem4.Location = new System.Drawing.Point(240, 32);
+ this.layoutControlItem4.Location = new System.Drawing.Point(245, 30);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem4.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem4.Size = new System.Drawing.Size(245, 30);
this.layoutControlItem4.Text = "閮ㄩ棬鍚嶇О";
this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txt_staffName;
- this.layoutControlItem5.Location = new System.Drawing.Point(480, 0);
+ this.layoutControlItem5.Location = new System.Drawing.Point(490, 0);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 2;
- this.layoutControlItem5.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem5.Size = new System.Drawing.Size(245, 30);
this.layoutControlItem5.Text = "鍛樺伐濮撳悕";
this.layoutControlItem5.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txt_startDate;
- this.layoutControlItem6.Location = new System.Drawing.Point(480, 32);
+ this.layoutControlItem6.Location = new System.Drawing.Point(490, 30);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem6.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem6.Size = new System.Drawing.Size(245, 30);
this.layoutControlItem6.Text = "浠诲矖寮�濮嬫棩鏈�";
this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.txt_lastupdateDate;
- this.layoutControlItem7.Location = new System.Drawing.Point(720, 0);
+ this.layoutControlItem7.Location = new System.Drawing.Point(735, 0);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 3;
- this.layoutControlItem7.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem7.Size = new System.Drawing.Size(246, 30);
this.layoutControlItem7.Text = "鍚屾鏃堕棿";
this.layoutControlItem7.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.txt_fforbidStatus;
- this.layoutControlItem8.Location = new System.Drawing.Point(720, 32);
+ this.layoutControlItem8.Location = new System.Drawing.Point(735, 30);
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem8.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem8.Size = new System.Drawing.Size(246, 30);
this.layoutControlItem8.Text = "鏄惁绂佺敤";
this.layoutControlItem8.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.txt_phoneNumber;
- this.layoutControlItem9.Location = new System.Drawing.Point(0, 64);
+ this.layoutControlItem9.Location = new System.Drawing.Point(0, 60);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem9.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem9.Size = new System.Drawing.Size(245, 31);
this.layoutControlItem9.Text = "鎵嬫満鍙�";
this.layoutControlItem9.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem10
//
this.layoutControlItem10.Control = this.txt_remark;
- this.layoutControlItem10.Location = new System.Drawing.Point(240, 64);
+ this.layoutControlItem10.Location = new System.Drawing.Point(245, 60);
this.layoutControlItem10.Name = "layoutControlItem10";
this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem10.Size = new System.Drawing.Size(240, 32);
+ this.layoutControlItem10.Size = new System.Drawing.Size(245, 31);
this.layoutControlItem10.Text = "澶囨敞";
this.layoutControlItem10.TextSize = new System.Drawing.Size(90, 18);
+ //
+ // gridColumn5
+ //
+ this.gridColumn5.Caption = "鍗曟嵁鐘舵��";
+ this.gridColumn5.FieldName = "dataType";
+ this.gridColumn5.MinWidth = 25;
+ this.gridColumn5.Name = "gridColumn5";
+ this.gridColumn5.Visible = true;
+ this.gridColumn5.VisibleIndex = 9;
+ this.gridColumn5.Width = 94;
//
// Frm_Staff
//
@@ -774,7 +776,6 @@
private DevExpress.XtraGrid.Columns.GridColumn gv_positionCode;
private DevExpress.XtraGrid.Columns.GridColumn gv_positionName;
private DevExpress.XtraGrid.Columns.GridColumn gv_phoneNumber;
- private DevExpress.XtraGrid.Columns.GridColumn gv_startDate;
private DevExpress.XtraGrid.Columns.GridColumn gv_remark;
private DevExpress.XtraGrid.Columns.GridColumn gv_fforbidStatus;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
@@ -805,5 +806,9 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
+ private DevExpress.Utils.ToolTipController tips;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
}
}
\ No newline at end of file
--
Gitblit v1.9.3