From 69ec7e59f74d0797a1350fbb5ef1d800dfdb8185 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 29 三月 2025 15:28:38 +0800 Subject: [PATCH] 工艺 --- DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.resx | 117 +++++++++++ DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.cs | 21 + DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs | 420 +++++++++++++++++++++++++++++------------ 3 files changed, 425 insertions(+), 133 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs index 7ae501f..441bb4e 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.Designer.cs @@ -31,6 +31,7 @@ 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(); @@ -43,6 +44,7 @@ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_WorkTechnique)); this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); @@ -76,6 +78,12 @@ this.txt_orgName = new DevExpress.XtraEditors.TextEdit(); this.txt_fType = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnSelect = new DevExpress.XtraEditors.SimpleButton(); + this.txt_guid = new DevExpress.XtraEditors.TextEdit(); + this.txt_lastUpdateBy = new DevExpress.XtraEditors.TextEdit(); + this.txt_lastUpdateDate = new DevExpress.XtraEditors.TextEdit(); + this.txt_checkBy = new DevExpress.XtraEditors.TextEdit(); + this.txt_checkDate = new DevExpress.XtraEditors.TextEdit(); + this.txt_isCheck = new DevExpress.XtraEditors.CheckEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -96,12 +104,16 @@ this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView(); - this.gvMx1guid = new DevExpress.XtraGrid.Columns.GridColumn(); - this.caaGuid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1daa002 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1daa010 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1daa005 = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -113,6 +125,7 @@ this.gvMx1reporttime = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); + this.picCheckBox = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -151,6 +164,12 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_fStatus.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_orgName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fType.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateBy.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_checkBy.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_isCheck.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); @@ -171,6 +190,12 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -179,6 +204,7 @@ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 @@ -192,7 +218,7 @@ this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); this.toolBarMenu1.Name = "toolBarMenu1"; this.toolBarMenu1.rptParameter = null; - this.toolBarMenu1.Size = new System.Drawing.Size(1160, 80); + this.toolBarMenu1.Size = new System.Drawing.Size(1238, 80); this.toolBarMenu1.TabIndex = 0; this.toolBarMenu1.xlsInService = null; this.toolBarMenu1.xlsOutParameter = "xlsOut_items{}"; @@ -215,7 +241,7 @@ this.xtraTabControl1.Location = new System.Drawing.Point(0, 80); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; - this.xtraTabControl1.Size = new System.Drawing.Size(1160, 664); + this.xtraTabControl1.Size = new System.Drawing.Size(1238, 664); this.xtraTabControl1.TabIndex = 3; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1}); @@ -224,7 +250,7 @@ // this.xtraTabPage1.Controls.Add(this.split1); this.xtraTabPage1.Name = "xtraTabPage1"; - this.xtraTabPage1.Size = new System.Drawing.Size(1158, 632); + this.xtraTabPage1.Size = new System.Drawing.Size(1236, 632); this.xtraTabPage1.Text = "鏁版嵁鍒楄〃"; // // split1 @@ -243,7 +269,7 @@ // this.split1.Panel2.Controls.Add(this.splitMx1); this.split1.Panel2.Text = "Panel2"; - this.split1.Size = new System.Drawing.Size(1158, 632); + this.split1.Size = new System.Drawing.Size(1236, 632); this.split1.SplitterPosition = 504; this.split1.TabIndex = 0; // @@ -365,7 +391,7 @@ // this.splitMx1.Panel2.Controls.Add(this.tabMx); this.splitMx1.Panel2.Text = "Panel2"; - this.splitMx1.Size = new System.Drawing.Size(642, 632); + this.splitMx1.Size = new System.Drawing.Size(720, 632); this.splitMx1.SplitterPosition = 244; this.splitMx1.TabIndex = 1; // @@ -390,141 +416,147 @@ this.layoutMx1.Controls.Add(this.txt_orgName); this.layoutMx1.Controls.Add(this.txt_fType); this.layoutMx1.Controls.Add(this.btnSelect); + this.layoutMx1.Controls.Add(this.txt_guid); + this.layoutMx1.Controls.Add(this.txt_lastUpdateBy); + this.layoutMx1.Controls.Add(this.txt_lastUpdateDate); + this.layoutMx1.Controls.Add(this.txt_checkBy); + this.layoutMx1.Controls.Add(this.txt_checkDate); + this.layoutMx1.Controls.Add(this.txt_isCheck); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.Location = new System.Drawing.Point(0, 0); this.layoutMx1.Name = "layoutMx1"; this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500); this.layoutMx1.Root = this.Root; - this.layoutMx1.Size = new System.Drawing.Size(642, 244); + this.layoutMx1.Size = new System.Drawing.Size(720, 244); this.layoutMx1.TabIndex = 0; this.layoutMx1.Text = "layoutControl1"; // // lbGuid // - this.lbGuid.Location = new System.Drawing.Point(426, 204); + this.lbGuid.Location = new System.Drawing.Point(362, 204); this.lbGuid.Name = "lbGuid"; - this.lbGuid.Size = new System.Drawing.Size(204, 28); + this.lbGuid.Size = new System.Drawing.Size(171, 28); this.lbGuid.TabIndex = 1; this.lbGuid.Text = "lbGuid"; this.lbGuid.Visible = false; // // txt_fMaxWeight // - this.txt_fMaxWeight.Location = new System.Drawing.Point(498, 76); + this.txt_fMaxWeight.Location = new System.Drawing.Point(449, 76); this.txt_fMaxWeight.Name = "txt_fMaxWeight"; this.txt_fMaxWeight.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fMaxWeight.Properties.Appearance.Options.UseFont = true; - this.txt_fMaxWeight.Size = new System.Drawing.Size(132, 28); + this.txt_fMaxWeight.Size = new System.Drawing.Size(84, 28); this.txt_fMaxWeight.StyleController = this.layoutMx1; this.txt_fMaxWeight.TabIndex = 378; this.txt_fMaxWeight.Tag = "fissueType"; // // txt_fMinWeight // - this.txt_fMinWeight.Location = new System.Drawing.Point(498, 108); + this.txt_fMinWeight.Location = new System.Drawing.Point(449, 108); this.txt_fMinWeight.Name = "txt_fMinWeight"; this.txt_fMinWeight.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fMinWeight.Properties.Appearance.Options.UseFont = true; - this.txt_fMinWeight.Size = new System.Drawing.Size(132, 28); + this.txt_fMinWeight.Size = new System.Drawing.Size(84, 28); this.txt_fMinWeight.StyleController = this.layoutMx1; this.txt_fMinWeight.TabIndex = 370; this.txt_fMinWeight.Tag = "finishRate"; // // txt_itemName // - this.txt_itemName.Location = new System.Drawing.Point(84, 76); + this.txt_itemName.Location = new System.Drawing.Point(99, 76); this.txt_itemName.Name = "txt_itemName"; this.txt_itemName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_itemName.Properties.Appearance.Options.UseFont = true; - this.txt_itemName.Size = new System.Drawing.Size(131, 28); + this.txt_itemName.Size = new System.Drawing.Size(84, 28); this.txt_itemName.StyleController = this.layoutMx1; this.txt_itemName.TabIndex = 216; this.txt_itemName.Tag = "itemName"; // // txt_itemModel // - this.txt_itemModel.Location = new System.Drawing.Point(84, 108); + this.txt_itemModel.Location = new System.Drawing.Point(99, 108); this.txt_itemModel.Name = "txt_itemModel"; this.txt_itemModel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_itemModel.Properties.Appearance.Options.UseFont = true; - this.txt_itemModel.Size = new System.Drawing.Size(131, 28); + this.txt_itemModel.Size = new System.Drawing.Size(84, 28); this.txt_itemModel.StyleController = this.layoutMx1; this.txt_itemModel.TabIndex = 219; this.txt_itemModel.Tag = "itemModel"; // // txt_itemNo // - this.txt_itemNo.Location = new System.Drawing.Point(84, 44); + this.txt_itemNo.Location = new System.Drawing.Point(99, 44); this.txt_itemNo.Name = "txt_itemNo"; this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_itemNo.Properties.Appearance.Options.UseFont = true; - this.txt_itemNo.Size = new System.Drawing.Size(131, 28); + this.txt_itemNo.Size = new System.Drawing.Size(84, 28); this.txt_itemNo.StyleController = this.layoutMx1; this.txt_itemNo.TabIndex = 213; this.txt_itemNo.Tag = "itemNo"; // // txt_fSumPeople // - this.txt_fSumPeople.Location = new System.Drawing.Point(291, 76); + this.txt_fSumPeople.Location = new System.Drawing.Point(274, 76); this.txt_fSumPeople.Name = "txt_fSumPeople"; this.txt_fSumPeople.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fSumPeople.Properties.Appearance.Options.UseFont = true; - this.txt_fSumPeople.Size = new System.Drawing.Size(131, 28); + this.txt_fSumPeople.Size = new System.Drawing.Size(84, 28); this.txt_fSumPeople.StyleController = this.layoutMx1; this.txt_fSumPeople.TabIndex = 231; this.txt_fSumPeople.Tag = "itemVersion"; // // txt_fCapacity // - this.txt_fCapacity.Location = new System.Drawing.Point(291, 108); + this.txt_fCapacity.Location = new System.Drawing.Point(274, 108); this.txt_fCapacity.Name = "txt_fCapacity"; this.txt_fCapacity.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fCapacity.Properties.Appearance.Options.UseFont = true; - this.txt_fCapacity.Size = new System.Drawing.Size(131, 28); + this.txt_fCapacity.Size = new System.Drawing.Size(84, 28); this.txt_fCapacity.StyleController = this.layoutMx1; this.txt_fCapacity.TabIndex = 319; this.txt_fCapacity.Tag = "bomNo"; // // txt_fNo // - this.txt_fNo.Location = new System.Drawing.Point(291, 140); + this.txt_fNo.Location = new System.Drawing.Point(274, 140); this.txt_fNo.Name = "txt_fNo"; this.txt_fNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fNo.Properties.Appearance.Options.UseFont = true; - this.txt_fNo.Size = new System.Drawing.Size(131, 28); + this.txt_fNo.Size = new System.Drawing.Size(84, 28); this.txt_fNo.StyleController = this.layoutMx1; this.txt_fNo.TabIndex = 336; this.txt_fNo.Tag = "produceWorkNo"; // // txt_fLayer // - this.txt_fLayer.Location = new System.Drawing.Point(498, 140); + this.txt_fLayer.Location = new System.Drawing.Point(449, 140); this.txt_fLayer.Name = "txt_fLayer"; this.txt_fLayer.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fLayer.Properties.Appearance.Options.UseFont = true; - this.txt_fLayer.Size = new System.Drawing.Size(132, 28); + this.txt_fLayer.Size = new System.Drawing.Size(84, 28); this.txt_fLayer.StyleController = this.layoutMx1; this.txt_fLayer.TabIndex = 262; this.txt_fLayer.Tag = "highLimt"; // // txt_remark // - this.txt_remark.Location = new System.Drawing.Point(291, 172); + this.txt_remark.Location = new System.Drawing.Point(274, 172); 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(339, 28); + this.txt_remark.Size = new System.Drawing.Size(259, 28); this.txt_remark.StyleController = this.layoutMx1; this.txt_remark.TabIndex = 258; this.txt_remark.Tag = "lowLimt"; // // txt_fVersion // - this.txt_fVersion.Location = new System.Drawing.Point(84, 140); + this.txt_fVersion.Location = new System.Drawing.Point(99, 140); this.txt_fVersion.Name = "txt_fVersion"; this.txt_fVersion.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_fVersion.Properties.Appearance.Options.UseFont = true; - this.txt_fVersion.Size = new System.Drawing.Size(131, 28); + this.txt_fVersion.Size = new System.Drawing.Size(84, 28); this.txt_fVersion.StyleController = this.layoutMx1; this.txt_fVersion.TabIndex = 267; this.txt_fVersion.Tag = "prdPack"; @@ -532,7 +564,7 @@ // txt_fJingDu // this.txt_fJingDu.EditValue = "PSC娴�"; - this.txt_fJingDu.Location = new System.Drawing.Point(291, 44); + this.txt_fJingDu.Location = new System.Drawing.Point(274, 44); this.txt_fJingDu.Name = "txt_fJingDu"; this.txt_fJingDu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -540,33 +572,33 @@ "PSC娴�", "LOT娴�"}); this.txt_fJingDu.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_fJingDu.Size = new System.Drawing.Size(131, 24); + this.txt_fJingDu.Size = new System.Drawing.Size(84, 24); this.txt_fJingDu.StyleController = this.layoutMx1; this.txt_fJingDu.TabIndex = 413; // // txt_fBegDate // this.txt_fBegDate.EditValue = null; - this.txt_fBegDate.Location = new System.Drawing.Point(498, 12); + this.txt_fBegDate.Location = new System.Drawing.Point(449, 12); this.txt_fBegDate.Name = "txt_fBegDate"; this.txt_fBegDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fBegDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.txt_fBegDate.Size = new System.Drawing.Size(132, 24); + this.txt_fBegDate.Size = new System.Drawing.Size(84, 24); this.txt_fBegDate.StyleController = this.layoutMx1; this.txt_fBegDate.TabIndex = 414; // // txt_fEndDate // this.txt_fEndDate.EditValue = null; - this.txt_fEndDate.Location = new System.Drawing.Point(498, 44); + this.txt_fEndDate.Location = new System.Drawing.Point(449, 44); this.txt_fEndDate.Name = "txt_fEndDate"; this.txt_fEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_fEndDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.txt_fEndDate.Size = new System.Drawing.Size(132, 24); + this.txt_fEndDate.Size = new System.Drawing.Size(84, 24); this.txt_fEndDate.StyleController = this.layoutMx1; this.txt_fEndDate.TabIndex = 415; // @@ -575,22 +607,22 @@ this.txt_fStatus.Location = new System.Drawing.Point(12, 172); this.txt_fStatus.Name = "txt_fStatus"; this.txt_fStatus.Properties.Caption = "鍚敤鐘舵��"; - this.txt_fStatus.Size = new System.Drawing.Size(203, 24); + this.txt_fStatus.Size = new System.Drawing.Size(171, 24); this.txt_fStatus.StyleController = this.layoutMx1; this.txt_fStatus.TabIndex = 416; // // txt_orgName // - this.txt_orgName.Location = new System.Drawing.Point(84, 12); + this.txt_orgName.Location = new System.Drawing.Point(99, 12); this.txt_orgName.Name = "txt_orgName"; - this.txt_orgName.Size = new System.Drawing.Size(131, 24); + this.txt_orgName.Size = new System.Drawing.Size(84, 24); this.txt_orgName.StyleController = this.layoutMx1; this.txt_orgName.TabIndex = 417; // // txt_fType // this.txt_fType.EditValue = "-璇烽�夋嫨-"; - this.txt_fType.Location = new System.Drawing.Point(291, 12); + this.txt_fType.Location = new System.Drawing.Point(274, 12); this.txt_fType.Name = "txt_fType"; this.txt_fType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -599,7 +631,7 @@ "F-閲忎骇", "S-璇曚綔"}); this.txt_fType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_fType.Size = new System.Drawing.Size(131, 24); + this.txt_fType.Size = new System.Drawing.Size(84, 24); this.txt_fType.StyleController = this.layoutMx1; this.txt_fType.TabIndex = 418; // @@ -614,6 +646,55 @@ this.btnSelect.StyleController = this.layoutMx1; this.btnSelect.TabIndex = 419; this.btnSelect.Text = "閫夋嫨宸ュ簭"; + // + // txt_guid + // + this.txt_guid.Location = new System.Drawing.Point(274, 204); + this.txt_guid.Name = "txt_guid"; + this.txt_guid.Size = new System.Drawing.Size(84, 24); + this.txt_guid.StyleController = this.layoutMx1; + this.txt_guid.TabIndex = 420; + // + // txt_lastUpdateBy + // + this.txt_lastUpdateBy.Location = new System.Drawing.Point(624, 12); + this.txt_lastUpdateBy.Name = "txt_lastUpdateBy"; + this.txt_lastUpdateBy.Size = new System.Drawing.Size(84, 24); + this.txt_lastUpdateBy.StyleController = this.layoutMx1; + this.txt_lastUpdateBy.TabIndex = 421; + // + // txt_lastUpdateDate + // + this.txt_lastUpdateDate.Location = new System.Drawing.Point(624, 44); + this.txt_lastUpdateDate.Name = "txt_lastUpdateDate"; + this.txt_lastUpdateDate.Size = new System.Drawing.Size(84, 24); + this.txt_lastUpdateDate.StyleController = this.layoutMx1; + this.txt_lastUpdateDate.TabIndex = 422; + // + // txt_checkBy + // + this.txt_checkBy.Location = new System.Drawing.Point(624, 76); + this.txt_checkBy.Name = "txt_checkBy"; + this.txt_checkBy.Size = new System.Drawing.Size(84, 24); + this.txt_checkBy.StyleController = this.layoutMx1; + this.txt_checkBy.TabIndex = 423; + // + // txt_checkDate + // + this.txt_checkDate.Location = new System.Drawing.Point(624, 108); + this.txt_checkDate.Name = "txt_checkDate"; + this.txt_checkDate.Size = new System.Drawing.Size(84, 24); + this.txt_checkDate.StyleController = this.layoutMx1; + this.txt_checkDate.TabIndex = 424; + // + // txt_isCheck + // + this.txt_isCheck.Location = new System.Drawing.Point(537, 140); + this.txt_isCheck.Name = "txt_isCheck"; + this.txt_isCheck.Properties.Caption = "瀹℃牳鐘舵��"; + this.txt_isCheck.Size = new System.Drawing.Size(171, 24); + this.txt_isCheck.StyleController = this.layoutMx1; + this.txt_isCheck.TabIndex = 425; // // Root // @@ -638,7 +719,13 @@ this.layoutControlItem11, this.layoutControlItem12, this.layoutControlItem15, - this.layoutControlItem24}); + this.layoutControlItem24, + this.layoutControlItem16, + this.layoutControlItem20, + this.layoutControlItem21, + this.layoutControlItem22, + this.layoutControlItem23, + this.layoutControlItem25}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -647,10 +734,13 @@ columnDefinition2.Width = 100D; columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition3.Width = 100D; + columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent; + columnDefinition4.Width = 100D; this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1, columnDefinition2, - columnDefinition3}); + columnDefinition3, + columnDefinition4}); rowDefinition1.Height = 100D; rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition2.Height = 100D; @@ -673,96 +763,96 @@ rowDefinition5, rowDefinition6, rowDefinition7}); - this.Root.Size = new System.Drawing.Size(642, 244); + this.Root.Size = new System.Drawing.Size(720, 244); this.Root.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.txt_fBegDate; - this.layoutControlItem4.Location = new System.Drawing.Point(414, 0); + this.layoutControlItem4.Location = new System.Drawing.Point(350, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem4.Size = new System.Drawing.Size(208, 32); + this.layoutControlItem4.Size = new System.Drawing.Size(175, 32); this.layoutControlItem4.Text = "鐢熸晥鏃ユ湡"; - this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem9 // this.layoutControlItem9.Control = this.txt_fEndDate; - this.layoutControlItem9.Location = new System.Drawing.Point(414, 32); + this.layoutControlItem9.Location = new System.Drawing.Point(350, 32); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem9.Size = new System.Drawing.Size(208, 32); + this.layoutControlItem9.Size = new System.Drawing.Size(175, 32); this.layoutControlItem9.Text = "澶辨晥鏃ユ湡"; - this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem18 // this.layoutControlItem18.Control = this.txt_fMaxWeight; - this.layoutControlItem18.Location = new System.Drawing.Point(414, 64); + this.layoutControlItem18.Location = new System.Drawing.Point(350, 64); this.layoutControlItem18.Name = "layoutControlItem18"; this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem18.Size = new System.Drawing.Size(208, 32); + this.layoutControlItem18.Size = new System.Drawing.Size(175, 32); this.layoutControlItem18.Text = "閲嶉噺涓婇檺"; - this.layoutControlItem18.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem18.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem19 // this.layoutControlItem19.Control = this.txt_fMinWeight; - this.layoutControlItem19.Location = new System.Drawing.Point(414, 96); + this.layoutControlItem19.Location = new System.Drawing.Point(350, 96); this.layoutControlItem19.Name = "layoutControlItem19"; this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem19.Size = new System.Drawing.Size(208, 32); + this.layoutControlItem19.Size = new System.Drawing.Size(175, 32); this.layoutControlItem19.Text = "閲嶉噺涓嬮檺"; - this.layoutControlItem19.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem19.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem8 // this.layoutControlItem8.Control = this.txt_fCapacity; this.layoutControlItem8.CustomizationFormText = "鏍囧噯浜ц兘(PCS?H)"; - this.layoutControlItem8.Location = new System.Drawing.Point(207, 96); + this.layoutControlItem8.Location = new System.Drawing.Point(175, 96); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem8.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem8.Size = new System.Drawing.Size(175, 32); this.layoutControlItem8.Text = "鏍囧噯浜ц兘"; - this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem7 // this.layoutControlItem7.Control = this.txt_fSumPeople; - this.layoutControlItem7.Location = new System.Drawing.Point(207, 64); + this.layoutControlItem7.Location = new System.Drawing.Point(175, 64); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem7.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem7.Size = new System.Drawing.Size(175, 32); this.layoutControlItem7.Text = "鎬诲畾鍛�"; - this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem7.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem3 // this.layoutControlItem3.Control = this.txt_fJingDu; - this.layoutControlItem3.Location = new System.Drawing.Point(207, 32); + this.layoutControlItem3.Location = new System.Drawing.Point(175, 32); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem3.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem3.Size = new System.Drawing.Size(175, 32); this.layoutControlItem3.Text = "绠$悊绮惧害"; - this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem3.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem10 // this.layoutControlItem10.Control = this.txt_fNo; - this.layoutControlItem10.Location = new System.Drawing.Point(207, 128); + this.layoutControlItem10.Location = new System.Drawing.Point(175, 128); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem10.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem10.Size = new System.Drawing.Size(175, 32); this.layoutControlItem10.Text = "娴佺▼缂栧彿"; - this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem10.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem2 // @@ -770,9 +860,9 @@ this.layoutControlItem2.Location = new System.Drawing.Point(0, 96); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem2.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem2.Size = new System.Drawing.Size(175, 32); this.layoutControlItem2.Text = "瑙勬牸鍨嬪彿"; - this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem1 // @@ -780,9 +870,9 @@ this.layoutControlItem1.Location = new System.Drawing.Point(0, 64); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem1.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem1.Size = new System.Drawing.Size(175, 32); this.layoutControlItem1.Text = "鐗╂枡鍚嶇О"; - this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem5 // @@ -790,18 +880,18 @@ this.layoutControlItem5.Location = new System.Drawing.Point(0, 32); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem5.Size = new System.Drawing.Size(175, 32); this.layoutControlItem5.Text = "鐗╂枡缂栫爜"; - this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem14 // this.layoutControlItem14.Control = this.txt_orgName; this.layoutControlItem14.Location = new System.Drawing.Point(0, 0); this.layoutControlItem14.Name = "layoutControlItem14"; - this.layoutControlItem14.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem14.Size = new System.Drawing.Size(175, 32); this.layoutControlItem14.Text = "浣跨敤缁勭粐"; - this.layoutControlItem14.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem17 // @@ -809,19 +899,19 @@ this.layoutControlItem17.Location = new System.Drawing.Point(0, 128); this.layoutControlItem17.Name = "layoutControlItem17"; this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem17.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem17.Size = new System.Drawing.Size(175, 32); this.layoutControlItem17.Text = "鐗堟湰鍙�"; - this.layoutControlItem17.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem17.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem6 // this.layoutControlItem6.Control = this.txt_fType; - this.layoutControlItem6.Location = new System.Drawing.Point(207, 0); + this.layoutControlItem6.Location = new System.Drawing.Point(175, 0); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem6.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem6.Size = new System.Drawing.Size(175, 32); this.layoutControlItem6.Text = "鐢熶骇绫诲瀷"; - this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem6.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem13 // @@ -829,7 +919,7 @@ this.layoutControlItem13.Location = new System.Drawing.Point(0, 160); this.layoutControlItem13.Name = "layoutControlItem13"; this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 5; - this.layoutControlItem13.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem13.Size = new System.Drawing.Size(175, 32); this.layoutControlItem13.Text = "绂佺敤鐘舵��"; this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem13.TextVisible = false; @@ -837,25 +927,25 @@ // layoutControlItem11 // this.layoutControlItem11.Control = this.txt_fLayer; - this.layoutControlItem11.Location = new System.Drawing.Point(414, 128); + this.layoutControlItem11.Location = new System.Drawing.Point(350, 128); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 4; - this.layoutControlItem11.Size = new System.Drawing.Size(208, 32); + this.layoutControlItem11.Size = new System.Drawing.Size(175, 32); this.layoutControlItem11.Text = "娴佺▼绾у埆"; - this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem11.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem12 // this.layoutControlItem12.Control = this.txt_remark; - this.layoutControlItem12.Location = new System.Drawing.Point(207, 160); + this.layoutControlItem12.Location = new System.Drawing.Point(175, 160); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem12.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 5; - this.layoutControlItem12.Size = new System.Drawing.Size(415, 32); + this.layoutControlItem12.Size = new System.Drawing.Size(350, 32); this.layoutControlItem12.Text = "娴佺▼鎻忚堪"; - this.layoutControlItem12.TextSize = new System.Drawing.Size(60, 18); + this.layoutControlItem12.TextSize = new System.Drawing.Size(75, 18); // // layoutControlItem15 // @@ -865,7 +955,7 @@ this.layoutControlItem15.MinSize = new System.Drawing.Size(90, 31); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 6; - this.layoutControlItem15.Size = new System.Drawing.Size(207, 32); + this.layoutControlItem15.Size = new System.Drawing.Size(175, 32); this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem15.Text = "閫夋嫨宸ュ簭"; this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0); @@ -874,14 +964,79 @@ // layoutControlItem24 // this.layoutControlItem24.Control = this.lbGuid; - this.layoutControlItem24.Location = new System.Drawing.Point(414, 192); + this.layoutControlItem24.Location = new System.Drawing.Point(350, 192); this.layoutControlItem24.Name = "layoutControlItem24"; this.layoutControlItem24.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem24.OptionsTableLayoutItem.RowIndex = 6; - this.layoutControlItem24.Size = new System.Drawing.Size(208, 32); + this.layoutControlItem24.Size = new System.Drawing.Size(175, 32); this.layoutControlItem24.Text = "lbGuid"; this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem24.TextVisible = false; + // + // layoutControlItem16 + // + this.layoutControlItem16.Control = this.txt_guid; + this.layoutControlItem16.Location = new System.Drawing.Point(175, 192); + this.layoutControlItem16.Name = "layoutControlItem16"; + this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 6; + this.layoutControlItem16.Size = new System.Drawing.Size(175, 32); + this.layoutControlItem16.Text = "浜у搧GUID"; + this.layoutControlItem16.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem20 + // + this.layoutControlItem20.Control = this.txt_lastUpdateBy; + this.layoutControlItem20.Location = new System.Drawing.Point(525, 0); + this.layoutControlItem20.Name = "layoutControlItem20"; + this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem20.Size = new System.Drawing.Size(175, 32); + this.layoutControlItem20.Text = "鏈�鍚庢洿鏂颁汉"; + this.layoutControlItem20.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem21 + // + this.layoutControlItem21.Control = this.txt_lastUpdateDate; + this.layoutControlItem21.Location = new System.Drawing.Point(525, 32); + this.layoutControlItem21.Name = "layoutControlItem21"; + this.layoutControlItem21.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem21.Size = new System.Drawing.Size(175, 32); + this.layoutControlItem21.Text = "鏇存柊鏃堕棿"; + this.layoutControlItem21.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem22 + // + this.layoutControlItem22.Control = this.txt_checkBy; + this.layoutControlItem22.Location = new System.Drawing.Point(525, 64); + this.layoutControlItem22.Name = "layoutControlItem22"; + this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2; + this.layoutControlItem22.Size = new System.Drawing.Size(175, 32); + this.layoutControlItem22.Text = "瀹℃牳浜�"; + this.layoutControlItem22.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem23 + // + this.layoutControlItem23.Control = this.txt_checkDate; + this.layoutControlItem23.Location = new System.Drawing.Point(525, 96); + this.layoutControlItem23.Name = "layoutControlItem23"; + this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 3; + this.layoutControlItem23.Size = new System.Drawing.Size(175, 32); + this.layoutControlItem23.Text = "瀹℃牳鏃堕棿"; + this.layoutControlItem23.TextSize = new System.Drawing.Size(75, 18); + // + // layoutControlItem25 + // + this.layoutControlItem25.Control = this.txt_isCheck; + this.layoutControlItem25.Location = new System.Drawing.Point(525, 128); + this.layoutControlItem25.Name = "layoutControlItem25"; + this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 4; + this.layoutControlItem25.Size = new System.Drawing.Size(175, 32); + this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem25.TextVisible = false; // // tabMx // @@ -889,7 +1044,7 @@ this.tabMx.Location = new System.Drawing.Point(0, 0); this.tabMx.Name = "tabMx"; this.tabMx.SelectedTabPage = this.tabMxPage1; - this.tabMx.Size = new System.Drawing.Size(642, 376); + this.tabMx.Size = new System.Drawing.Size(720, 376); this.tabMx.TabIndex = 4; this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabMxPage1}); @@ -898,7 +1053,7 @@ // this.tabMxPage1.Controls.Add(this.gcMx1); this.tabMxPage1.Name = "tabMxPage1"; - this.tabMxPage1.Size = new System.Drawing.Size(640, 344); + this.tabMxPage1.Size = new System.Drawing.Size(718, 344); this.tabMxPage1.Text = "宸ュ簭淇℃伅"; // // gcMx1 @@ -911,7 +1066,7 @@ this.repositoryItemButtonEdit1, this.repositoryItemComboBox1, this.repositoryItemComboBox2}); - this.gcMx1.Size = new System.Drawing.Size(640, 344); + this.gcMx1.Size = new System.Drawing.Size(718, 344); this.gcMx1.TabIndex = 0; this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx1}); @@ -922,8 +1077,6 @@ this.gvMx1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gvMx1.ColumnPanelRowHeight = 50; this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { - this.gvMx1guid, - this.caaGuid, this.gvMx1daa002, this.gvMx1daa010, this.gvMx1daa005, @@ -938,27 +1091,6 @@ this.gvMx1.OptionsFind.ShowSearchNavButtons = false; this.gvMx1.OptionsView.ShowGroupPanel = false; // - // gvMx1guid - // - this.gvMx1guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gvMx1guid.AppearanceCell.Options.UseFont = true; - this.gvMx1guid.Caption = "guid"; - this.gvMx1guid.FieldName = "guid"; - this.gvMx1guid.MinWidth = 50; - this.gvMx1guid.Name = "gvMx1guid"; - this.gvMx1guid.OptionsColumn.ReadOnly = true; - this.gvMx1guid.Tag = "query_a.guid"; - this.gvMx1guid.Width = 94; - // - // caaGuid - // - this.caaGuid.Caption = "pGuid"; - this.caaGuid.FieldName = "pGuid"; - this.caaGuid.MinWidth = 25; - this.caaGuid.Name = "caaGuid"; - this.caaGuid.OptionsColumn.ReadOnly = true; - this.caaGuid.Width = 94; - // // gvMx1daa002 // this.gvMx1daa002.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); @@ -967,7 +1099,6 @@ this.gvMx1daa002.FieldName = "fSeq"; this.gvMx1daa002.MinWidth = 50; this.gvMx1daa002.Name = "gvMx1daa002"; - this.gvMx1daa002.OptionsColumn.ReadOnly = true; this.gvMx1daa002.Tag = "query_a.daa002"; this.gvMx1daa002.Visible = true; this.gvMx1daa002.VisibleIndex = 0; @@ -1086,12 +1217,11 @@ // gvMxDel // this.gvMxDel.Caption = "绉诲嚭"; - this.gvMxDel.ColumnEdit = this.repositoryItemButtonEdit1; - this.gvMxDel.MinWidth = 80; + this.gvMxDel.MinWidth = 25; this.gvMxDel.Name = "gvMxDel"; this.gvMxDel.Visible = true; this.gvMxDel.VisibleIndex = 7; - this.gvMxDel.Width = 84; + this.gvMxDel.Width = 94; // // repositoryItemButtonEdit1 // @@ -1103,11 +1233,23 @@ this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // + // picCheckBox + // + this.picCheckBox.Image = ((System.Drawing.Image)(resources.GetObject("picCheckBox.Image"))); + this.picCheckBox.Location = new System.Drawing.Point(1006, 55); + this.picCheckBox.Name = "picCheckBox"; + this.picCheckBox.Size = new System.Drawing.Size(100, 50); + this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.picCheckBox.TabIndex = 9; + this.picCheckBox.TabStop = false; + this.picCheckBox.Visible = false; + // // Frm_WorkTechnique // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1160, 744); + this.ClientSize = new System.Drawing.Size(1238, 744); + this.Controls.Add(this.picCheckBox); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "Frm_WorkTechnique"; @@ -1150,6 +1292,12 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_fStatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_orgName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fType.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateBy.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_checkBy.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_isCheck.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); @@ -1170,6 +1318,12 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -1178,6 +1332,7 @@ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); this.ResumeLayout(false); } @@ -1213,15 +1368,12 @@ private DevExpress.XtraTab.XtraTabPage tabMxPage1; private DevExpress.XtraGrid.GridControl gcMx1; private DevExpress.XtraGrid.Views.Grid.GridView gvMx1; - private DevExpress.XtraGrid.Columns.GridColumn gvMx1guid; - private DevExpress.XtraGrid.Columns.GridColumn caaGuid; private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa002; private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa010; private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa005; private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa003; private DevExpress.XtraGrid.Columns.GridColumn gvMx1daa004; private DevExpress.XtraGrid.Columns.GridColumn gvMx1reporttime; - private DevExpress.XtraGrid.Columns.GridColumn gvMxDel; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraEditors.ComboBoxEdit txt_fJingDu; private DevExpress.XtraEditors.DateEdit txt_fBegDate; @@ -1252,5 +1404,19 @@ private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1; private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24; + private DevExpress.XtraGrid.Columns.GridColumn gvMxDel; + private DevExpress.XtraEditors.TextEdit txt_guid; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16; + private DevExpress.XtraEditors.TextEdit txt_lastUpdateBy; + private DevExpress.XtraEditors.TextEdit txt_lastUpdateDate; + private DevExpress.XtraEditors.TextEdit txt_checkBy; + private DevExpress.XtraEditors.TextEdit txt_checkDate; + private DevExpress.XtraEditors.CheckEdit txt_isCheck; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25; + private System.Windows.Forms.PictureBox picCheckBox; } } \ No newline at end of file diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.cs index 0c55abc..b122963 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.cs +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.cs @@ -16,7 +16,7 @@ public partial class Frm_WorkTechnique : DevExpress.XtraEditors.XtraForm { private List<FilterEntity> _filterList = new List<FilterEntity>(); - private readonly string _webServiceName = "MesItemsManager/"; + private readonly string _webServiceName = "WorkTechnique/"; public Frm_WorkTechnique() { InitializeComponent(); @@ -48,7 +48,6 @@ btnSelect.Click += (s, e) => { var frm = new SelectProcess(); - //璧嬪�肩粰鏄庣粏琛� frm.UpdateParent += (ss, ee) => { try @@ -58,8 +57,9 @@ foreach (dynamic dym in lst) { DataRow _row = _Table.NewRow(); - _row["guid"] = ""; - _row["pGuid"] = ""; + _row["fSeq"] = "001"; + _row["statStatus"] = "Y-鏄�"; + _row["collectionName"] = "绌�"; _row["processNo"] = dym.processNo; _row["processName"] = dym.processName; _Table.Rows.Add(_row); @@ -70,6 +70,7 @@ gvMx1.CloseEditor(); gvMx1.PostEditor(); gvMx1.UpdateCurrentRow(); + gvMx1.BestFitColumns(); } catch (Exception ex) { @@ -159,7 +160,7 @@ try { var strReturn = UtilityHelper.HttpPost("", - _webServiceName + "GetListPage", json); + "MesItemsManager/GetListPage", json); var dd = UtilityHelper.ReturnToTablePage(strReturn); if (dd.rtnCode > 0) { @@ -268,6 +269,14 @@ /// <param name="e"></param> private void ToolBarMenu1_btnEdtClick(object sender, EventArgs e) { + string rowGuid = "", rowName = ""; + (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_itemNo, gridView1); + if (string.IsNullOrEmpty(rowGuid)) + { + ToolBox.MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�"); + return; + } + getModel(rowGuid); List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); gvList.Add(gvMx1); UtilityHelper.ChangeEnableByControl(this.layoutMx1.Controls, true, gvList); @@ -289,7 +298,7 @@ try { var strJson = UtilityHelper.HttpPost("", - "WorkTechnique/GetModel", + _webServiceName+ "GetModel", JsonConvert.SerializeObject(_obj)); var _rtn = UtilityHelper.ReturnToDynamic(strJson); if (_rtn.rtnCode > 0) diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.resx b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.resx index 1af7de1..2451ecf 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.resx +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkTechnique.resx @@ -117,4 +117,121 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> + <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <data name="picCheckBox.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value> + 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 + 2OyW1yHZAAAAAElFTkSuQmCC +</value> + </data> </root> \ No newline at end of file -- Gitblit v1.9.3