From 9ce8cb1ee053fb5ad4b51d724a5736e0e27ff0aa Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 23 五月 2025 09:10:52 +0800 Subject: [PATCH] 仓库 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbckDj.Designer.cs | 60 +++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 37 insertions(+), 23 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbckDj.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbckDj.Designer.cs index c3acf7d..38453eb 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbckDj.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbckDj.Designer.cs @@ -64,6 +64,7 @@ this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); @@ -75,7 +76,7 @@ this.txt_rkName = new DevExpress.XtraEditors.TextEdit(); this.txt_fBusinessType = new DevExpress.XtraEditors.TextEdit(); this.txt_fOwnerTypeOutIdHead = new DevExpress.XtraEditors.TextEdit(); - this.txt_fRemarks = new DevExpress.XtraEditors.TextEdit(); + this.txt_sqRemarks = new DevExpress.XtraEditors.TextEdit(); this.txt_taskNo = new DevExpress.XtraEditors.TextEdit(); this.txt_ftranstype = new DevExpress.XtraEditors.TextEdit(); this.txt_createDate = new DevExpress.XtraEditors.TextEdit(); @@ -177,7 +178,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_rkName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fBusinessType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fOwnerTypeOutIdHead.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_fRemarks.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_sqRemarks.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taskNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_ftranstype.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).BeginInit(); @@ -270,6 +271,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"; @@ -283,8 +285,9 @@ // split1.Panel2 // this.split1.Panel2.Text = "Panel2"; + this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1126, 570); - this.split1.SplitterPosition = 528; + this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // // gcMain1 @@ -293,7 +296,7 @@ this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Name = "gcMain1"; - this.gcMain1.Size = new System.Drawing.Size(1126, 489); + this.gcMain1.Size = new System.Drawing.Size(1126, 519); this.gcMain1.TabIndex = 2; this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); @@ -323,7 +326,8 @@ this.gridColumn33, this.gridColumn34, this.gridColumn35, - this.gridColumn36}); + this.gridColumn36, + this.gridColumn16}); this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; @@ -530,11 +534,19 @@ this.gridColumn36.VisibleIndex = 16; this.gridColumn36.Width = 94; // + // gridColumn16 + // + this.gridColumn16.Caption = "涓婚敭GUID"; + this.gridColumn16.FieldName = "guid"; + this.gridColumn16.MinWidth = 25; + this.gridColumn16.Name = "gridColumn16"; + this.gridColumn16.Width = 94; + // // pageBar1 // this.pageBar1.CurrentPage = 1; this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.pageBar1.Location = new System.Drawing.Point(0, 489); + this.pageBar1.Location = new System.Drawing.Point(0, 519); this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; @@ -565,6 +577,7 @@ // this.splitMx1.Panel2.Controls.Add(this.tabMx); this.splitMx1.Panel2.Text = "Panel2"; + this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.splitMx1.Size = new System.Drawing.Size(1126, 570); this.splitMx1.SplitterPosition = 203; this.splitMx1.TabIndex = 0; @@ -578,7 +591,7 @@ this.layoutMx1.Controls.Add(this.txt_rkName); this.layoutMx1.Controls.Add(this.txt_fBusinessType); this.layoutMx1.Controls.Add(this.txt_fOwnerTypeOutIdHead); - this.layoutMx1.Controls.Add(this.txt_fRemarks); + this.layoutMx1.Controls.Add(this.txt_sqRemarks); this.layoutMx1.Controls.Add(this.txt_taskNo); this.layoutMx1.Controls.Add(this.txt_ftranstype); this.layoutMx1.Controls.Add(this.txt_createDate); @@ -675,14 +688,14 @@ this.txt_fOwnerTypeOutIdHead.TabIndex = 431; this.txt_fOwnerTypeOutIdHead.Tag = "readonly"; // - // txt_fRemarks + // txt_sqRemarks // - this.txt_fRemarks.Location = new System.Drawing.Point(114, 132); - this.txt_fRemarks.Name = "txt_fRemarks"; - this.txt_fRemarks.Properties.Appearance.Options.UseFont = true; - this.txt_fRemarks.Size = new System.Drawing.Size(170, 24); - this.txt_fRemarks.StyleController = this.layoutMx1; - this.txt_fRemarks.TabIndex = 402; + this.txt_sqRemarks.Location = new System.Drawing.Point(114, 132); + this.txt_sqRemarks.Name = "txt_sqRemarks"; + this.txt_sqRemarks.Properties.Appearance.Options.UseFont = true; + this.txt_sqRemarks.Size = new System.Drawing.Size(170, 24); + this.txt_sqRemarks.StyleController = this.layoutMx1; + this.txt_sqRemarks.TabIndex = 402; // // txt_taskNo // @@ -950,7 +963,7 @@ this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem3.Size = new System.Drawing.Size(276, 30); - this.layoutControlItem3.Text = "鐢宠浜�"; + this.layoutControlItem3.Text = "鐢宠浜哄憳"; this.layoutControlItem3.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem4 @@ -960,7 +973,7 @@ this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem4.Size = new System.Drawing.Size(278, 30); - this.layoutControlItem4.Text = "鍒涘缓浜�"; + this.layoutControlItem4.Text = "鍒涘缓浜哄憳"; this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem5 @@ -1035,7 +1048,7 @@ this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2; this.layoutControlItem11.Size = new System.Drawing.Size(276, 30); - this.layoutControlItem11.Text = "瀹℃牳浜�"; + this.layoutControlItem11.Text = "瀹℃牳浜哄憳"; this.layoutControlItem11.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem12 @@ -1072,12 +1085,12 @@ // // layoutControlItem15 // - this.layoutControlItem15.Control = this.txt_fRemarks; + this.layoutControlItem15.Control = this.txt_sqRemarks; this.layoutControlItem15.Location = new System.Drawing.Point(0, 120); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4; this.layoutControlItem15.Size = new System.Drawing.Size(276, 30); - this.layoutControlItem15.Text = "澶囨敞"; + this.layoutControlItem15.Text = "鐢宠澶囨敞"; this.layoutControlItem15.TextSize = new System.Drawing.Size(90, 18); // // layoutControlItem16 @@ -1315,8 +1328,8 @@ this.gvMx1bld010.AppearanceCell.Options.UseForeColor = true; this.gvMx1bld010.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; this.gvMx1bld010.AppearanceHeader.Options.UseForeColor = true; - this.gvMx1bld010.Caption = "澶囨敞"; - this.gvMx1bld010.FieldName = "remark"; + this.gvMx1bld010.Caption = "鐢宠澶囨敞"; + this.gvMx1bld010.FieldName = "sqRemark"; this.gvMx1bld010.MinWidth = 50; this.gvMx1bld010.Name = "gvMx1bld010"; this.gvMx1bld010.Tag = "edit"; @@ -1585,7 +1598,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_rkName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fBusinessType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fOwnerTypeOutIdHead.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_fRemarks.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_sqRemarks.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_taskNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_ftranstype.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).EndInit(); @@ -1678,7 +1691,7 @@ private DevExpress.XtraEditors.TextEdit txt_billNo; private DevExpress.XtraEditors.TextEdit txt_fCreateDate; private DevExpress.XtraEditors.TextEdit txt_fCreatorId; - private DevExpress.XtraEditors.TextEdit txt_fRemarks; + private DevExpress.XtraEditors.TextEdit txt_sqRemarks; private DevExpress.XtraEditors.TextEdit txt_taskNo; private DevExpress.XtraEditors.TextEdit txt_djcheckdate; private DevExpress.XtraEditors.TextEdit txt_djcheckuser; @@ -1755,5 +1768,6 @@ private DevExpress.XtraEditors.TextEdit txt_djtype; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25; private DevExpress.Utils.ToolTipController tips; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn16; } } \ No newline at end of file -- Gitblit v1.9.3