From b084bd77d01a94c8f0a2d20c86a1f45ba7c8a23c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 19 四月 2025 14:08:05 +0800 Subject: [PATCH] 页面跳转 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs | 125 +++++++++++++++++++++++++++-------------- 1 files changed, 81 insertions(+), 44 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs index 148fc26..13e3062 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs @@ -118,16 +118,18 @@ this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.panelMx1 = new DevExpress.XtraEditors.PanelControl(); + this.radOut = new DevExpress.XtraEditors.RadioGroup(); this.txt_iCount_1 = new DevExpress.XtraEditors.TextEdit(); this.txt_psnQty_1 = new DevExpress.XtraEditors.TextEdit(); this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint(); this.lbMxGuid = new DevExpress.XtraEditors.LabelControl(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); - this.txtKdy = new DevExpress.XtraEditors.TextEdit(); + this.txt_kQty = new DevExpress.XtraEditors.TextEdit(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); - this.txtYdy = new DevExpress.XtraEditors.TextEdit(); + this.txt_yQty = new DevExpress.XtraEditors.TextEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.txtQuantity = new DevExpress.XtraEditors.TextEdit(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); @@ -210,10 +212,11 @@ ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelMx1)).BeginInit(); this.panelMx1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.radOut.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_iCount_1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_psnQty_1.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtKdy.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtYdy.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_kQty.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_yQty.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWlgg.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWlmc.Properties)).BeginInit(); @@ -274,10 +277,13 @@ // // split1.Panel2 // - this.split1.Panel2.Text = "Panel2"; + this.split1.Panel2.Text = "Panel2"; + this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; + this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1344, 570); - this.split1.SplitterPosition = 558; + this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; + // // gcMain1 // @@ -539,7 +545,9 @@ this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMx1.Horizontal = false; this.splitMx1.Location = new System.Drawing.Point(0, 0); - this.splitMx1.Name = "splitMx1"; + this.splitMx1.Name = "splitMx1"; + this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; + // // splitMx1.Panel1 // @@ -955,7 +963,8 @@ this.gridColumn9, this.gridColumn7, this.gridColumn15, - this.gridColumn19}); + this.gridColumn19, + this.gridColumn12}); this.gvMx1.GridControl = this.gcMx1; this.gvMx1.Name = "gvMx1"; this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False; @@ -1129,7 +1138,7 @@ // gridColumn15 // this.gridColumn15.Caption = "妫�楠岀姸鎬�"; - this.gridColumn15.FieldName = "checkStates"; + this.gridColumn15.FieldName = "jyzt"; this.gridColumn15.MinWidth = 50; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.Visible = true; @@ -1139,24 +1148,35 @@ // gridColumn19 // this.gridColumn19.Caption = "妫�楠岀粨鏋�"; - this.gridColumn19.FieldName = "checkRes"; + this.gridColumn19.FieldName = "jyjg"; this.gridColumn19.MinWidth = 50; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; this.gridColumn19.VisibleIndex = 13; this.gridColumn19.Width = 91; // + // gridColumn12 + // + this.gridColumn12.Caption = "鍒ゅ畾缁撴灉"; + this.gridColumn12.FieldName = "pdjg"; + this.gridColumn12.MinWidth = 25; + this.gridColumn12.Name = "gridColumn12"; + this.gridColumn12.Visible = true; + this.gridColumn12.VisibleIndex = 14; + this.gridColumn12.Width = 94; + // // panelMx1 // + this.panelMx1.Controls.Add(this.radOut); this.panelMx1.Controls.Add(this.txt_iCount_1); this.panelMx1.Controls.Add(this.txt_psnQty_1); this.panelMx1.Controls.Add(this.ucBtnPrint1); this.panelMx1.Controls.Add(this.lbMxGuid); this.panelMx1.Controls.Add(this.labelControl14); this.panelMx1.Controls.Add(this.labelControl12); - this.panelMx1.Controls.Add(this.txtKdy); + this.panelMx1.Controls.Add(this.txt_kQty); this.panelMx1.Controls.Add(this.labelControl13); - this.panelMx1.Controls.Add(this.txtYdy); + this.panelMx1.Controls.Add(this.txt_yQty); this.panelMx1.Controls.Add(this.labelControl11); this.panelMx1.Controls.Add(this.txtQuantity); this.panelMx1.Controls.Add(this.labelControl10); @@ -1172,11 +1192,25 @@ this.panelMx1.Size = new System.Drawing.Size(1342, 98); this.panelMx1.TabIndex = 0; // + // radOut + // + this.radOut.Location = new System.Drawing.Point(775, 26); + this.radOut.Margin = new System.Windows.Forms.Padding(0); + this.radOut.Name = "radOut"; + this.radOut.Properties.ItemHorzAlignment = DevExpress.XtraEditors.RadioItemHorzAlignment.Near; + this.radOut.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { + new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鍏ㄨ嚜鍔�"), + new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鍗婅嚜鍔�"), + new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鎵嬪姩")}); + this.radOut.Size = new System.Drawing.Size(248, 31); + this.radOut.TabIndex = 476; + // // txt_iCount_1 // - this.txt_iCount_1.Location = new System.Drawing.Point(656, 4); + this.txt_iCount_1.Location = new System.Drawing.Point(656, 67); this.txt_iCount_1.Name = "txt_iCount_1"; this.txt_iCount_1.Properties.Appearance.Options.UseFont = true; + this.txt_iCount_1.Properties.ReadOnly = true; this.txt_iCount_1.Properties.UseMaskAsDisplayFormat = true; this.txt_iCount_1.Size = new System.Drawing.Size(94, 24); this.txt_iCount_1.TabIndex = 264; @@ -1185,7 +1219,7 @@ // // txt_psnQty_1 // - this.txt_psnQty_1.Location = new System.Drawing.Point(656, 34); + this.txt_psnQty_1.Location = new System.Drawing.Point(656, 36); this.txt_psnQty_1.Name = "txt_psnQty_1"; this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true; this.txt_psnQty_1.Properties.UseMaskAsDisplayFormat = true; @@ -1197,16 +1231,16 @@ // ucBtnPrint1 // this.ucBtnPrint1.guidKey = null; - this.ucBtnPrint1.Location = new System.Drawing.Point(547, 65); + this.ucBtnPrint1.Location = new System.Drawing.Point(774, 63); this.ucBtnPrint1.Margin = new System.Windows.Forms.Padding(0); this.ucBtnPrint1.Name = "ucBtnPrint1"; this.ucBtnPrint1.rptParameter = "rpt_daa"; - this.ucBtnPrint1.Size = new System.Drawing.Size(203, 30); + this.ucBtnPrint1.Size = new System.Drawing.Size(203, 32); this.ucBtnPrint1.TabIndex = 232; // // lbMxGuid // - this.lbMxGuid.Location = new System.Drawing.Point(845, 7); + this.lbMxGuid.Location = new System.Drawing.Point(1036, 10); this.lbMxGuid.Name = "lbMxGuid"; this.lbMxGuid.Size = new System.Drawing.Size(58, 18); this.lbMxGuid.TabIndex = 229; @@ -1215,7 +1249,7 @@ // // labelControl14 // - this.labelControl14.Location = new System.Drawing.Point(545, 9); + this.labelControl14.Location = new System.Drawing.Point(545, 70); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(105, 18); this.labelControl14.TabIndex = 227; @@ -1229,33 +1263,33 @@ this.labelControl12.TabIndex = 225; this.labelControl12.Text = "姣忓紶鏉$爜鏁伴噺锛�"; // - // txtKdy + // txt_kQty // - this.txtKdy.Location = new System.Drawing.Point(430, 65); - this.txtKdy.Name = "txtKdy"; - this.txtKdy.Properties.Appearance.ForeColor = System.Drawing.Color.Blue; - this.txtKdy.Properties.Appearance.Options.UseFont = true; - this.txtKdy.Properties.Appearance.Options.UseForeColor = true; - this.txtKdy.Properties.ReadOnly = true; - this.txtKdy.Size = new System.Drawing.Size(96, 24); - this.txtKdy.TabIndex = 224; + this.txt_kQty.Location = new System.Drawing.Point(656, 6); + this.txt_kQty.Name = "txt_kQty"; + this.txt_kQty.Properties.Appearance.ForeColor = System.Drawing.Color.Blue; + this.txt_kQty.Properties.Appearance.Options.UseFont = true; + this.txt_kQty.Properties.Appearance.Options.UseForeColor = true; + this.txt_kQty.Properties.ReadOnly = true; + this.txt_kQty.Size = new System.Drawing.Size(96, 24); + this.txt_kQty.TabIndex = 224; // // labelControl13 // - this.labelControl13.Location = new System.Drawing.Point(332, 70); + this.labelControl13.Location = new System.Drawing.Point(560, 9); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(90, 18); this.labelControl13.TabIndex = 223; this.labelControl13.Text = "鍙墦鍗版�绘暟锛�"; // - // txtYdy + // txt_yQty // - this.txtYdy.Location = new System.Drawing.Point(430, 34); - this.txtYdy.Name = "txtYdy"; - this.txtYdy.Properties.Appearance.Options.UseFont = true; - this.txtYdy.Properties.ReadOnly = true; - this.txtYdy.Size = new System.Drawing.Size(96, 24); - this.txtYdy.TabIndex = 222; + this.txt_yQty.Location = new System.Drawing.Point(430, 36); + this.txt_yQty.Name = "txt_yQty"; + this.txt_yQty.Properties.Appearance.Options.UseFont = true; + this.txt_yQty.Properties.ReadOnly = true; + this.txt_yQty.Size = new System.Drawing.Size(96, 24); + this.txt_yQty.TabIndex = 222; // // labelControl11 // @@ -1267,7 +1301,7 @@ // // txtQuantity // - this.txtQuantity.Location = new System.Drawing.Point(430, 4); + this.txtQuantity.Location = new System.Drawing.Point(430, 6); this.txtQuantity.Name = "txtQuantity"; this.txtQuantity.Properties.Appearance.Options.UseFont = true; this.txtQuantity.Properties.ReadOnly = true; @@ -1284,11 +1318,11 @@ // // txtWlgg // - this.txtWlgg.Location = new System.Drawing.Point(90, 65); + this.txtWlgg.Location = new System.Drawing.Point(90, 67); this.txtWlgg.Name = "txtWlgg"; this.txtWlgg.Properties.Appearance.Options.UseFont = true; this.txtWlgg.Properties.ReadOnly = true; - this.txtWlgg.Size = new System.Drawing.Size(215, 24); + this.txtWlgg.Size = new System.Drawing.Size(436, 24); this.txtWlgg.TabIndex = 218; // // labelControl9 @@ -1301,7 +1335,7 @@ // // txtWlmc // - this.txtWlmc.Location = new System.Drawing.Point(90, 34); + this.txtWlmc.Location = new System.Drawing.Point(90, 36); this.txtWlmc.Name = "txtWlmc"; this.txtWlmc.Properties.Appearance.Options.UseFont = true; this.txtWlmc.Properties.ReadOnly = true; @@ -1318,7 +1352,7 @@ // // txtWlid // - this.txtWlid.Location = new System.Drawing.Point(90, 4); + this.txtWlid.Location = new System.Drawing.Point(90, 6); this.txtWlid.Name = "txtWlid"; this.txtWlid.Properties.Appearance.Options.UseFont = true; this.txtWlid.Properties.ReadOnly = true; @@ -1602,10 +1636,11 @@ ((System.ComponentModel.ISupportInitialize)(this.panelMx1)).EndInit(); this.panelMx1.ResumeLayout(false); this.panelMx1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.radOut.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_iCount_1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_psnQty_1.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtKdy.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtYdy.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_kQty.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_yQty.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWlgg.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWlmc.Properties)).EndInit(); @@ -1691,9 +1726,9 @@ private DevExpress.XtraEditors.LabelControl lbMxGuid; private DevExpress.XtraEditors.LabelControl labelControl14; private DevExpress.XtraEditors.LabelControl labelControl12; - private DevExpress.XtraEditors.TextEdit txtKdy; + private DevExpress.XtraEditors.TextEdit txt_kQty; private DevExpress.XtraEditors.LabelControl labelControl13; - private DevExpress.XtraEditors.TextEdit txtYdy; + private DevExpress.XtraEditors.TextEdit txt_yQty; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraEditors.TextEdit txtQuantity; private DevExpress.XtraEditors.LabelControl labelControl10; @@ -1731,5 +1766,7 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn26; private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.Utils.ToolTipController tips; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn12; + private DevExpress.XtraEditors.RadioGroup radOut; } } \ No newline at end of file -- Gitblit v1.9.3