From c115ac388af5a6928716f0146a75a2a42fb27d8e Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期日, 22 九月 2024 20:52:16 +0800 Subject: [PATCH] 仓库管理 --- DevApp/Gs.DevApp/DevFrm/Warehouse/FrmDepot.Designer.cs | 150 +++++++++++++++++++++++++++---------------------- 1 files changed, 82 insertions(+), 68 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/FrmDepot.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/FrmDepot.Designer.cs index 96ec057..8c4c221 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/FrmDepot.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/FrmDepot.Designer.cs @@ -45,12 +45,13 @@ this.groupBox1 = new System.Windows.Forms.GroupBox(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView(); - this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colSectionCode = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colSectionName = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colIsStatus = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colGuid = new DevExpress.XtraGrid.Columns.GridColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.txt_itemNo = new DevExpress.XtraEditors.TextEdit(); this.lb_itemNo = new DevExpress.XtraEditors.LabelControl(); @@ -138,7 +139,7 @@ // // tlcMenuName // - this.tlcMenuName.Caption = "浠撳簱鍚嶇О"; + this.tlcMenuName.Caption = "浠撳簱(搴撲綅)鍚嶇О"; this.tlcMenuName.FieldName = "name"; this.tlcMenuName.MinWidth = 38; this.tlcMenuName.Name = "tlcMenuName"; @@ -148,7 +149,7 @@ // // tlcMenuCaption // - this.tlcMenuCaption.Caption = "浠撳簱缂栧彿"; + this.tlcMenuCaption.Caption = "浠撳簱(搴撲綅)缂栧彿"; this.tlcMenuCaption.FieldName = "itemNo"; this.tlcMenuCaption.MinWidth = 23; this.tlcMenuCaption.Name = "tlcMenuCaption"; @@ -221,9 +222,9 @@ // this.groupBox1.Controls.Add(this.gridControl1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; - this.groupBox1.Location = new System.Drawing.Point(0, 166); + this.groupBox1.Location = new System.Drawing.Point(0, 160); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(1126, 429); + this.groupBox1.Size = new System.Drawing.Size(1126, 435); this.groupBox1.TabIndex = 235; this.groupBox1.TabStop = false; this.groupBox1.Text = "浠撲綅淇℃伅"; @@ -234,7 +235,7 @@ this.gridControl1.Location = new System.Drawing.Point(3, 22); this.gridControl1.MainView = this.gvMx1; this.gridControl1.Name = "gridControl1"; - this.gridControl1.Size = new System.Drawing.Size(1120, 404); + this.gridControl1.Size = new System.Drawing.Size(1120, 410); this.gridControl1.TabIndex = 2; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx1}); @@ -242,12 +243,13 @@ // gvMx1 // this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { - this.gridColumn1, - this.gridColumn2, - this.gridColumn3, + this.colSectionCode, + this.colSectionName, + this.colRemark, this.gridColumn4, this.gridColumn5, - this.gridColumn6}); + this.colIsStatus, + this.colGuid}); this.gvMx1.GridControl = this.gridControl1; this.gvMx1.Name = "gvMx1"; this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; @@ -255,35 +257,35 @@ this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.gvMx1.OptionsView.ShowGroupPanel = false; // - // gridColumn1 + // colSectionCode // - this.gridColumn1.Caption = "浠撲綅缂栧彿"; - this.gridColumn1.FieldName = "sectionCode"; - this.gridColumn1.MinWidth = 25; - this.gridColumn1.Name = "gridColumn1"; - this.gridColumn1.Visible = true; - this.gridColumn1.VisibleIndex = 0; - this.gridColumn1.Width = 94; + this.colSectionCode.Caption = "浠撲綅缂栧彿"; + this.colSectionCode.FieldName = "sectionCode"; + this.colSectionCode.MinWidth = 25; + this.colSectionCode.Name = "colSectionCode"; + this.colSectionCode.Visible = true; + this.colSectionCode.VisibleIndex = 0; + this.colSectionCode.Width = 94; // - // gridColumn2 + // colSectionName // - this.gridColumn2.Caption = "浠撲綅鍚嶇О"; - this.gridColumn2.FieldName = "sectionName"; - this.gridColumn2.MinWidth = 25; - this.gridColumn2.Name = "gridColumn2"; - this.gridColumn2.Visible = true; - this.gridColumn2.VisibleIndex = 1; - this.gridColumn2.Width = 94; + this.colSectionName.Caption = "浠撲綅鍚嶇О"; + this.colSectionName.FieldName = "sectionName"; + this.colSectionName.MinWidth = 25; + this.colSectionName.Name = "colSectionName"; + this.colSectionName.Visible = true; + this.colSectionName.VisibleIndex = 1; + this.colSectionName.Width = 94; // - // gridColumn3 + // colRemark // - this.gridColumn3.Caption = "澶囨敞"; - this.gridColumn3.FieldName = "remark"; - this.gridColumn3.MinWidth = 25; - this.gridColumn3.Name = "gridColumn3"; - this.gridColumn3.Visible = true; - this.gridColumn3.VisibleIndex = 2; - this.gridColumn3.Width = 94; + this.colRemark.Caption = "澶囨敞"; + this.colRemark.FieldName = "remark"; + this.colRemark.MinWidth = 25; + this.colRemark.Name = "colRemark"; + this.colRemark.Visible = true; + this.colRemark.VisibleIndex = 2; + this.colRemark.Width = 94; // // gridColumn4 // @@ -291,8 +293,9 @@ this.gridColumn4.FieldName = "createBy"; this.gridColumn4.MinWidth = 25; this.gridColumn4.Name = "gridColumn4"; + this.gridColumn4.OptionsColumn.ReadOnly = true; this.gridColumn4.Visible = true; - this.gridColumn4.VisibleIndex = 3; + this.gridColumn4.VisibleIndex = 4; this.gridColumn4.Width = 94; // // gridColumn5 @@ -301,19 +304,29 @@ this.gridColumn5.FieldName = "createTime"; this.gridColumn5.MinWidth = 25; this.gridColumn5.Name = "gridColumn5"; + this.gridColumn5.OptionsColumn.ReadOnly = true; this.gridColumn5.Visible = true; - this.gridColumn5.VisibleIndex = 4; + this.gridColumn5.VisibleIndex = 5; this.gridColumn5.Width = 94; // - // gridColumn6 + // colIsStatus // - this.gridColumn6.Caption = "鐘舵��"; - this.gridColumn6.FieldName = "isStatusTxt"; - this.gridColumn6.MinWidth = 25; - this.gridColumn6.Name = "gridColumn6"; - this.gridColumn6.Visible = true; - this.gridColumn6.VisibleIndex = 5; - this.gridColumn6.Width = 94; + this.colIsStatus.Caption = "鐘舵��"; + this.colIsStatus.FieldName = "isStatusTxt"; + this.colIsStatus.MinWidth = 25; + this.colIsStatus.Name = "colIsStatus"; + this.colIsStatus.Visible = true; + this.colIsStatus.VisibleIndex = 3; + this.colIsStatus.Width = 94; + // + // colGuid + // + this.colGuid.Caption = "gridColumn1"; + this.colGuid.FieldName = "guid"; + this.colGuid.MinWidth = 25; + this.colGuid.Name = "colGuid"; + this.colGuid.OptionsColumn.ReadOnly = true; + this.colGuid.Width = 94; // // panel1 // @@ -336,12 +349,12 @@ this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1126, 166); + this.panel1.Size = new System.Drawing.Size(1126, 160); this.panel1.TabIndex = 1; // // txt_itemNo // - this.txt_itemNo.Location = new System.Drawing.Point(105, 35); + this.txt_itemNo.Location = new System.Drawing.Point(105, 30); 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; @@ -353,7 +366,7 @@ // this.lb_itemNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_itemNo.Appearance.Options.UseFont = true; - this.lb_itemNo.Location = new System.Drawing.Point(14, 39); + this.lb_itemNo.Location = new System.Drawing.Point(14, 34); this.lb_itemNo.Name = "lb_itemNo"; this.lb_itemNo.Size = new System.Drawing.Size(85, 21); this.lb_itemNo.TabIndex = 211; @@ -363,7 +376,7 @@ // txt_category // this.txt_category.EditValue = "-璇烽�夋嫨-"; - this.txt_category.Location = new System.Drawing.Point(105, 115); + this.txt_category.Location = new System.Drawing.Point(105, 110); this.txt_category.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_category.Name = "txt_category"; this.txt_category.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); @@ -381,7 +394,7 @@ // txt_isStatus // this.txt_isStatus.EditValue = "-璇烽�夋嫨-"; - this.txt_isStatus.Location = new System.Drawing.Point(389, 77); + this.txt_isStatus.Location = new System.Drawing.Point(389, 72); this.txt_isStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_isStatus.Name = "txt_isStatus"; this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); @@ -393,12 +406,12 @@ "姝e父", "閿佸畾"}); this.txt_isStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_isStatus.Size = new System.Drawing.Size(127, 28); + this.txt_isStatus.Size = new System.Drawing.Size(150, 28); this.txt_isStatus.TabIndex = 232; // // txt_name // - this.txt_name.Location = new System.Drawing.Point(105, 77); + this.txt_name.Location = new System.Drawing.Point(105, 72); this.txt_name.Name = "txt_name"; this.txt_name.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_name.Properties.Appearance.Options.UseFont = true; @@ -410,7 +423,7 @@ // this.lb_isWy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_isWy.Appearance.Options.UseFont = true; - this.lb_isWy.Location = new System.Drawing.Point(298, 39); + this.lb_isWy.Location = new System.Drawing.Point(298, 34); this.lb_isWy.Name = "lb_isWy"; this.lb_isWy.Size = new System.Drawing.Size(85, 21); this.lb_isWy.TabIndex = 220; @@ -420,7 +433,7 @@ // txt_isWy // this.txt_isWy.EditValue = "-璇烽�夋嫨-"; - this.txt_isWy.Location = new System.Drawing.Point(389, 35); + this.txt_isWy.Location = new System.Drawing.Point(389, 30); this.txt_isWy.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_isWy.Name = "txt_isWy"; this.txt_isWy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); @@ -432,14 +445,14 @@ "鏄澶栦粨", "涓嶆槸濮斿浠�"}); this.txt_isWy.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txt_isWy.Size = new System.Drawing.Size(127, 28); + this.txt_isWy.Size = new System.Drawing.Size(150, 28); this.txt_isWy.TabIndex = 233; // // lb_isStatus // this.lb_isStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_isStatus.Appearance.Options.UseFont = true; - this.lb_isStatus.Location = new System.Drawing.Point(332, 81); + this.lb_isStatus.Location = new System.Drawing.Point(332, 76); this.lb_isStatus.Name = "lb_isStatus"; this.lb_isStatus.Size = new System.Drawing.Size(51, 21); this.lb_isStatus.TabIndex = 231; @@ -450,7 +463,7 @@ // this.lb_name.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_name.Appearance.Options.UseFont = true; - this.lb_name.Location = new System.Drawing.Point(14, 81); + this.lb_name.Location = new System.Drawing.Point(14, 76); this.lb_name.Name = "lb_name"; this.lb_name.Size = new System.Drawing.Size(85, 21); this.lb_name.TabIndex = 216; @@ -461,7 +474,7 @@ // this.lb_category.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_category.Appearance.Options.UseFont = true; - this.lb_category.Location = new System.Drawing.Point(48, 118); + this.lb_category.Location = new System.Drawing.Point(48, 113); this.lb_category.Name = "lb_category"; this.lb_category.Size = new System.Drawing.Size(51, 21); this.lb_category.TabIndex = 226; @@ -471,14 +484,14 @@ // lbGuid // this.lbGuid.AutoSize = true; - this.lbGuid.Location = new System.Drawing.Point(708, 35); + this.lbGuid.Location = new System.Drawing.Point(708, 30); this.lbGuid.Name = "lbGuid"; this.lbGuid.Size = new System.Drawing.Size(0, 21); this.lbGuid.TabIndex = 1; // // txt_remark // - this.txt_remark.Location = new System.Drawing.Point(389, 115); + this.txt_remark.Location = new System.Drawing.Point(389, 110); 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; @@ -490,7 +503,7 @@ // this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_remark.Appearance.Options.UseFont = true; - this.lb_remark.Location = new System.Drawing.Point(332, 119); + this.lb_remark.Location = new System.Drawing.Point(332, 114); this.lb_remark.Name = "lb_remark"; this.lb_remark.Size = new System.Drawing.Size(51, 21); this.lb_remark.TabIndex = 217; @@ -499,7 +512,7 @@ // // labelControl11 // - this.labelControl11.Location = new System.Drawing.Point(657, 38); + this.labelControl11.Location = new System.Drawing.Point(657, 33); this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(45, 18); @@ -564,11 +577,12 @@ private DevExpress.XtraEditors.LabelControl lb_isWy; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gvMx1; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; + private DevExpress.XtraGrid.Columns.GridColumn colSectionCode; + private DevExpress.XtraGrid.Columns.GridColumn colSectionName; + private DevExpress.XtraGrid.Columns.GridColumn colRemark; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; + private DevExpress.XtraGrid.Columns.GridColumn colIsStatus; + private DevExpress.XtraGrid.Columns.GridColumn colGuid; } } \ No newline at end of file -- Gitblit v1.9.3