From c884c789edec46084c81ee500a404da2f0685e7d Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期三, 27 八月 2025 14:18:13 +0800 Subject: [PATCH] 生产部分优化 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs | 222 +++++++++++++++++++++++++++++++++---------------------- 1 files changed, 133 insertions(+), 89 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs index 31f1af3..4b60202 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs @@ -80,6 +80,7 @@ this.gv_fstatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_checkDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn106 = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage(); @@ -314,6 +315,9 @@ this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.tips = new DevExpress.Utils.ToolTipController(this.components); + this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components); + this.ucBtnPrintOne1 = new Gs.DevApp.UserControl.UcBtnPrintOne(); + this.layoutControlItem40 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -465,6 +469,8 @@ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).BeginInit(); this.SuspendLayout(); // // toolBarMenu1 @@ -566,7 +572,8 @@ this.gv_remark, this.gv_fstatus, this.gridColumn11, - this.gv_checkDate}); + this.gv_checkDate, + this.gridColumn106}); this.gridView1.DetailHeight = 272; this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 44; @@ -659,7 +666,7 @@ this.gv_createBy.OptionsColumn.AllowEdit = false; this.gv_createBy.Tag = "query_a.create_by"; this.gv_createBy.Visible = true; - this.gv_createBy.VisibleIndex = 6; + this.gv_createBy.VisibleIndex = 7; this.gv_createBy.Width = 82; // // gridColumn26 @@ -669,7 +676,7 @@ this.gridColumn26.MinWidth = 22; this.gridColumn26.Name = "gridColumn26"; this.gridColumn26.Visible = true; - this.gridColumn26.VisibleIndex = 7; + this.gridColumn26.VisibleIndex = 8; this.gridColumn26.Width = 82; // // gv_suppNo @@ -682,7 +689,7 @@ this.gv_suppNo.OptionsColumn.AllowEdit = false; this.gv_suppNo.Tag = "query_a.supp_no"; this.gv_suppNo.Visible = true; - this.gv_suppNo.VisibleIndex = 8; + this.gv_suppNo.VisibleIndex = 9; this.gv_suppNo.Width = 82; // // gridColumn2 @@ -693,7 +700,7 @@ this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.Visible = true; - this.gridColumn2.VisibleIndex = 9; + this.gridColumn2.VisibleIndex = 10; this.gridColumn2.Width = 175; // // gv_depotsCode @@ -706,7 +713,7 @@ this.gv_depotsCode.OptionsColumn.AllowEdit = false; this.gv_depotsCode.Tag = "query_a.depots_code"; this.gv_depotsCode.Visible = true; - this.gv_depotsCode.VisibleIndex = 10; + this.gv_depotsCode.VisibleIndex = 11; this.gv_depotsCode.Width = 82; // // gridColumn3 @@ -717,7 +724,7 @@ this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowEdit = false; this.gridColumn3.Visible = true; - this.gridColumn3.VisibleIndex = 11; + this.gridColumn3.VisibleIndex = 12; this.gridColumn3.Width = 82; // // gv_remark @@ -730,7 +737,7 @@ this.gv_remark.OptionsColumn.AllowEdit = false; this.gv_remark.Tag = "query_a.remark"; this.gv_remark.Visible = true; - this.gv_remark.VisibleIndex = 12; + this.gv_remark.VisibleIndex = 13; this.gv_remark.Width = 82; // // gv_fstatus @@ -752,7 +759,7 @@ this.gridColumn11.MinWidth = 22; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; - this.gridColumn11.VisibleIndex = 13; + this.gridColumn11.VisibleIndex = 14; this.gridColumn11.Width = 82; // // gv_checkDate @@ -765,8 +772,16 @@ this.gv_checkDate.OptionsColumn.AllowEdit = false; this.gv_checkDate.Tag = "query_a.check_date"; this.gv_checkDate.Visible = true; - this.gv_checkDate.VisibleIndex = 14; + this.gv_checkDate.VisibleIndex = 15; this.gv_checkDate.Width = 157; + // + // gridColumn106 + // + this.gridColumn106.Caption = "鍏ュ簱姣斾緥"; + this.gridColumn106.FieldName = "rkbl"; + this.gridColumn106.Name = "gridColumn106"; + this.gridColumn106.Visible = true; + this.gridColumn106.VisibleIndex = 6; // // pageBar1 // @@ -1638,11 +1653,11 @@ // // txt_dptName // - this.txt_dptName.Location = new System.Drawing.Point(385, 36); + this.txt_dptName.Location = new System.Drawing.Point(380, 36); this.txt_dptName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_dptName.Name = "txt_dptName"; this.txt_dptName.Properties.Appearance.Options.UseFont = true; - this.txt_dptName.Size = new System.Drawing.Size(201, 20); + this.txt_dptName.Size = new System.Drawing.Size(197, 20); this.txt_dptName.StyleController = this.layoutMx1; this.txt_dptName.TabIndex = 468; // @@ -1652,37 +1667,37 @@ this.txt_gysNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_gysNo.Name = "txt_gysNo"; this.txt_gysNo.Properties.Appearance.Options.UseFont = true; - this.txt_gysNo.Size = new System.Drawing.Size(201, 20); + this.txt_gysNo.Size = new System.Drawing.Size(196, 20); this.txt_gysNo.StyleController = this.layoutMx1; this.txt_gysNo.TabIndex = 467; // // txt_depotsCode // - this.txt_depotsCode.Location = new System.Drawing.Point(385, 60); + this.txt_depotsCode.Location = new System.Drawing.Point(380, 60); this.txt_depotsCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_depotsCode.Name = "txt_depotsCode"; this.txt_depotsCode.Properties.Appearance.Options.UseFont = true; - this.txt_depotsCode.Size = new System.Drawing.Size(201, 20); + this.txt_depotsCode.Size = new System.Drawing.Size(197, 20); this.txt_depotsCode.StyleController = this.layoutMx1; this.txt_depotsCode.TabIndex = 462; // // txt_barcodeProgress // - this.txt_barcodeProgress.Location = new System.Drawing.Point(674, 60); + this.txt_barcodeProgress.Location = new System.Drawing.Point(665, 60); this.txt_barcodeProgress.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_barcodeProgress.Name = "txt_barcodeProgress"; this.txt_barcodeProgress.Properties.Appearance.Options.UseFont = true; - this.txt_barcodeProgress.Size = new System.Drawing.Size(201, 20); + this.txt_barcodeProgress.Size = new System.Drawing.Size(197, 20); this.txt_barcodeProgress.StyleController = this.layoutMx1; this.txt_barcodeProgress.TabIndex = 342; // // txt_paperBillNo // - this.txt_paperBillNo.Location = new System.Drawing.Point(385, 12); + this.txt_paperBillNo.Location = new System.Drawing.Point(380, 12); this.txt_paperBillNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_paperBillNo.Name = "txt_paperBillNo"; this.txt_paperBillNo.Properties.Appearance.Options.UseFont = true; - this.txt_paperBillNo.Size = new System.Drawing.Size(201, 20); + this.txt_paperBillNo.Size = new System.Drawing.Size(197, 20); this.txt_paperBillNo.StyleController = this.layoutMx1; this.txt_paperBillNo.TabIndex = 463; // @@ -1692,7 +1707,7 @@ this.txt_billNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_billNo.Name = "txt_billNo"; this.txt_billNo.Properties.Appearance.Options.UseFont = true; - this.txt_billNo.Size = new System.Drawing.Size(201, 20); + this.txt_billNo.Size = new System.Drawing.Size(196, 20); this.txt_billNo.StyleController = this.layoutMx1; this.txt_billNo.TabIndex = 211; // @@ -1702,17 +1717,17 @@ this.txt_gysName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_gysName.Name = "txt_gysName"; this.txt_gysName.Properties.Appearance.Options.UseFont = true; - this.txt_gysName.Size = new System.Drawing.Size(201, 20); + this.txt_gysName.Size = new System.Drawing.Size(196, 20); this.txt_gysName.StyleController = this.layoutMx1; this.txt_gysName.TabIndex = 459; // // txt_createBy // - this.txt_createBy.Location = new System.Drawing.Point(674, 12); + this.txt_createBy.Location = new System.Drawing.Point(665, 12); this.txt_createBy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_createBy.Name = "txt_createBy"; this.txt_createBy.Properties.Appearance.Options.UseFont = true; - this.txt_createBy.Size = new System.Drawing.Size(201, 20); + this.txt_createBy.Size = new System.Drawing.Size(197, 20); this.txt_createBy.StyleController = this.layoutMx1; this.txt_createBy.TabIndex = 217; // @@ -1722,37 +1737,37 @@ this.txt_remark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_remark.Name = "txt_remark"; this.txt_remark.Properties.Appearance.Options.UseFont = true; - this.txt_remark.Size = new System.Drawing.Size(490, 20); + this.txt_remark.Size = new System.Drawing.Size(481, 20); this.txt_remark.StyleController = this.layoutMx1; this.txt_remark.TabIndex = 235; // // txt_createDate // - this.txt_createDate.Location = new System.Drawing.Point(674, 36); + this.txt_createDate.Location = new System.Drawing.Point(665, 36); this.txt_createDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_createDate.Name = "txt_createDate"; this.txt_createDate.Properties.Appearance.Options.UseFont = true; - this.txt_createDate.Size = new System.Drawing.Size(201, 20); + this.txt_createDate.Size = new System.Drawing.Size(197, 20); this.txt_createDate.StyleController = this.layoutMx1; this.txt_createDate.TabIndex = 252; // // txt_fType // - this.txt_fType.Location = new System.Drawing.Point(879, 12); + this.txt_fType.Location = new System.Drawing.Point(866, 12); this.txt_fType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_fType.Name = "txt_fType"; this.txt_fType.Properties.Caption = "濮斿鏍囪瘑"; - this.txt_fType.Size = new System.Drawing.Size(285, 20); + this.txt_fType.Size = new System.Drawing.Size(281, 20); this.txt_fType.StyleController = this.layoutMx1; this.txt_fType.TabIndex = 469; // // txt_urgentFlag // - this.txt_urgentFlag.Location = new System.Drawing.Point(879, 36); + this.txt_urgentFlag.Location = new System.Drawing.Point(866, 36); this.txt_urgentFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_urgentFlag.Name = "txt_urgentFlag"; this.txt_urgentFlag.Properties.Caption = "鎬ユ枡鏍囪瘑"; - this.txt_urgentFlag.Size = new System.Drawing.Size(285, 20); + this.txt_urgentFlag.Size = new System.Drawing.Size(281, 20); this.txt_urgentFlag.StyleController = this.layoutMx1; this.txt_urgentFlag.TabIndex = 470; // @@ -1813,7 +1828,7 @@ rowDefinition2, rowDefinition3, rowDefinition4}); - this.Root.Size = new System.Drawing.Size(1176, 116); + this.Root.Size = new System.Drawing.Size(1159, 116); this.Root.TextVisible = false; // // layoutControlItem1 @@ -1821,7 +1836,7 @@ this.layoutControlItem1.Control = this.txt_billNo; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem1.Size = new System.Drawing.Size(284, 24); this.layoutControlItem1.Text = "鍒拌揣鍗曞彿"; this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14); // @@ -1831,7 +1846,7 @@ this.layoutControlItem2.Location = new System.Drawing.Point(0, 24); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem2.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem2.Size = new System.Drawing.Size(284, 24); this.layoutControlItem2.Text = "渚涘簲鍟嗗悕绉�"; this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14); // @@ -1841,49 +1856,49 @@ this.layoutControlItem3.Location = new System.Drawing.Point(0, 48); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem3.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem3.Size = new System.Drawing.Size(284, 24); this.layoutControlItem3.Text = "渚涘簲鍟嗙紪鍙�"; this.layoutControlItem3.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.txt_paperBillNo; - this.layoutControlItem4.Location = new System.Drawing.Point(289, 0); + this.layoutControlItem4.Location = new System.Drawing.Point(284, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem4.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem4.Size = new System.Drawing.Size(285, 24); this.layoutControlItem4.Text = "閫佽揣鍗曞彿"; this.layoutControlItem4.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem5 // this.layoutControlItem5.Control = this.txt_dptName; - this.layoutControlItem5.Location = new System.Drawing.Point(289, 24); + this.layoutControlItem5.Location = new System.Drawing.Point(284, 24); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem5.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem5.Size = new System.Drawing.Size(285, 24); this.layoutControlItem5.Text = "浠撳簱鍚嶇О"; this.layoutControlItem5.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem6 // this.layoutControlItem6.Control = this.txt_depotsCode; - this.layoutControlItem6.Location = new System.Drawing.Point(289, 48); + this.layoutControlItem6.Location = new System.Drawing.Point(284, 48); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem6.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem6.Size = new System.Drawing.Size(285, 24); this.layoutControlItem6.Text = "浠撳簱缂栧彿"; this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem7 // this.layoutControlItem7.Control = this.txt_createBy; - this.layoutControlItem7.Location = new System.Drawing.Point(578, 0); + this.layoutControlItem7.Location = new System.Drawing.Point(569, 0); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem7.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem7.Size = new System.Drawing.Size(285, 24); this.layoutControlItem7.Text = "鍒涘缓浜哄憳"; this.layoutControlItem7.TextSize = new System.Drawing.Size(72, 14); // @@ -1891,11 +1906,11 @@ // this.layoutControlItem8.Control = this.txt_createDate; this.layoutControlItem8.CustomizationFormText = "鍒涘缓鏃ユ湡"; - this.layoutControlItem8.Location = new System.Drawing.Point(578, 24); + this.layoutControlItem8.Location = new System.Drawing.Point(569, 24); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem8.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem8.Size = new System.Drawing.Size(285, 24); this.layoutControlItem8.Text = "鍒涘缓鏃ユ湡"; this.layoutControlItem8.TextSize = new System.Drawing.Size(72, 14); // @@ -1906,17 +1921,17 @@ this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.OptionsTableLayoutItem.ColumnSpan = 2; this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 3; - this.layoutControlItem12.Size = new System.Drawing.Size(578, 24); + this.layoutControlItem12.Size = new System.Drawing.Size(569, 24); this.layoutControlItem12.Text = "鏀舵枡澶囨敞"; this.layoutControlItem12.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem10 // this.layoutControlItem10.Control = this.txt_fType; - this.layoutControlItem10.Location = new System.Drawing.Point(867, 0); + this.layoutControlItem10.Location = new System.Drawing.Point(854, 0); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3; - this.layoutControlItem10.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem10.Size = new System.Drawing.Size(285, 24); this.layoutControlItem10.Text = "鎻愪氦鐘舵��"; this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextVisible = false; @@ -1924,11 +1939,11 @@ // layoutControlItem11 // this.layoutControlItem11.Control = this.txt_urgentFlag; - this.layoutControlItem11.Location = new System.Drawing.Point(867, 24); + this.layoutControlItem11.Location = new System.Drawing.Point(854, 24); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem11.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem11.Size = new System.Drawing.Size(285, 24); this.layoutControlItem11.Text = "鎬ユ枡鏍囪瘑"; this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem11.TextVisible = false; @@ -1936,11 +1951,11 @@ // layoutControlItem13 // this.layoutControlItem13.Control = this.txt_barcodeProgress; - this.layoutControlItem13.Location = new System.Drawing.Point(578, 48); + this.layoutControlItem13.Location = new System.Drawing.Point(569, 48); this.layoutControlItem13.Name = "layoutControlItem13"; this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem13.Size = new System.Drawing.Size(289, 24); + this.layoutControlItem13.Size = new System.Drawing.Size(285, 24); this.layoutControlItem13.Text = "鏉$爜鎵撳嵃姣旂巼"; this.layoutControlItem13.TextSize = new System.Drawing.Size(72, 14); // @@ -2917,11 +2932,12 @@ this.splitContainerControl1.Panel2.Controls.Add(this.gcMx3); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1174, 524); - this.splitContainerControl1.SplitterPosition = 109; + this.splitContainerControl1.SplitterPosition = 130; this.splitContainerControl1.TabIndex = 0; // // lay99 // + this.lay99.Controls.Add(this.ucBtnPrintOne1); this.lay99.Controls.Add(this.layoutControl2); this.lay99.Controls.Add(this.radOut2); this.lay99.Controls.Add(this.ucBtnPrint2); @@ -2938,7 +2954,7 @@ this.lay99.Name = "lay99"; this.lay99.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(684, 503, 650, 400); this.lay99.Root = this.layoutControlGroup3; - this.lay99.Size = new System.Drawing.Size(1174, 109); + this.lay99.Size = new System.Drawing.Size(1174, 130); this.lay99.TabIndex = 0; this.lay99.Text = "layoutControl2"; // @@ -2946,11 +2962,11 @@ // this.layoutControl2.Controls.Add(this.txt_iCount_2); this.layoutControl2.Controls.Add(this.txt_yuliang_2); - this.layoutControl2.Location = new System.Drawing.Point(588, 42); + this.layoutControl2.Location = new System.Drawing.Point(588, 48); this.layoutControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.layoutControl2.Name = "layoutControl2"; this.layoutControl2.Root = this.layoutControlGroup4; - this.layoutControl2.Size = new System.Drawing.Size(284, 26); + this.layoutControl2.Size = new System.Drawing.Size(284, 33); this.layoutControl2.TabIndex = 478; this.layoutControl2.Text = "layoutControl2"; // @@ -2999,7 +3015,7 @@ this.layoutControlGroup4.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition9}); this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - this.layoutControlGroup4.Size = new System.Drawing.Size(284, 26); + this.layoutControlGroup4.Size = new System.Drawing.Size(284, 33); this.layoutControlGroup4.TextVisible = false; // // layoutControlItem31 @@ -3007,7 +3023,7 @@ this.layoutControlItem31.Control = this.txt_iCount_2; this.layoutControlItem31.Location = new System.Drawing.Point(0, 0); this.layoutControlItem31.Name = "layoutControlItem26"; - this.layoutControlItem31.Size = new System.Drawing.Size(142, 26); + this.layoutControlItem31.Size = new System.Drawing.Size(142, 33); this.layoutControlItem31.Text = "鎵撳嵃鏁村紶鏁板��"; this.layoutControlItem31.TextSize = new System.Drawing.Size(72, 14); // @@ -3017,13 +3033,13 @@ this.layoutControlItem32.Location = new System.Drawing.Point(142, 0); this.layoutControlItem32.Name = "layoutControlItem27"; this.layoutControlItem32.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem32.Size = new System.Drawing.Size(142, 26); + this.layoutControlItem32.Size = new System.Drawing.Size(142, 33); this.layoutControlItem32.Text = "鎵撳嵃浣欐暟"; this.layoutControlItem32.TextSize = new System.Drawing.Size(72, 14); // // radOut2 // - this.radOut2.Location = new System.Drawing.Point(876, 42); + this.radOut2.Location = new System.Drawing.Point(876, 48); this.radOut2.Margin = new System.Windows.Forms.Padding(0); this.radOut2.Name = "radOut2"; this.radOut2.Properties.ItemHorzAlignment = DevExpress.XtraEditors.RadioItemHorzAlignment.Near; @@ -3032,7 +3048,7 @@ new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鍙墦鏁村紶"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "鎵嬪姩鎵�")}); this.radOut2.Properties.Padding = new System.Windows.Forms.Padding(0); - this.radOut2.Size = new System.Drawing.Size(286, 26); + this.radOut2.Size = new System.Drawing.Size(286, 33); this.radOut2.StyleController = this.lay99; this.radOut2.TabIndex = 477; // @@ -3040,11 +3056,11 @@ // this.ucBtnPrint2.allClickKey = null; this.ucBtnPrint2.guidKey = null; - this.ucBtnPrint2.Location = new System.Drawing.Point(876, 72); + this.ucBtnPrint2.Location = new System.Drawing.Point(876, 85); this.ucBtnPrint2.Margin = new System.Windows.Forms.Padding(0); this.ucBtnPrint2.Name = "ucBtnPrint2"; this.ucBtnPrint2.rptParameter = null; - this.ucBtnPrint2.Size = new System.Drawing.Size(286, 26); + this.ucBtnPrint2.Size = new System.Drawing.Size(286, 33); this.ucBtnPrint2.TabIndex = 6; // // txtItemNo @@ -3059,7 +3075,7 @@ // // txtItemName // - this.txtItemName.Location = new System.Drawing.Point(96, 42); + this.txtItemName.Location = new System.Drawing.Point(96, 48); this.txtItemName.Name = "txtItemName"; this.txtItemName.Properties.ReadOnly = true; this.txtItemName.Size = new System.Drawing.Size(200, 20); @@ -3079,7 +3095,7 @@ // // txt_psnQty_2 // - this.txt_psnQty_2.Location = new System.Drawing.Point(672, 72); + this.txt_psnQty_2.Location = new System.Drawing.Point(672, 85); this.txt_psnQty_2.Name = "txt_psnQty_2"; this.txt_psnQty_2.Size = new System.Drawing.Size(200, 20); this.txt_psnQty_2.StyleController = this.lay99; @@ -3087,7 +3103,7 @@ // // txtItemModel // - this.txtItemModel.Location = new System.Drawing.Point(96, 72); + this.txtItemModel.Location = new System.Drawing.Point(96, 85); this.txtItemModel.Name = "txtItemModel"; this.txtItemModel.Properties.ReadOnly = true; this.txtItemModel.Size = new System.Drawing.Size(200, 20); @@ -3105,7 +3121,7 @@ // // txt_yQtyHb // - this.txt_yQtyHb.Location = new System.Drawing.Point(384, 42); + this.txt_yQtyHb.Location = new System.Drawing.Point(384, 48); this.txt_yQtyHb.Name = "txt_yQtyHb"; this.txt_yQtyHb.Properties.ReadOnly = true; this.txt_yQtyHb.Size = new System.Drawing.Size(200, 20); @@ -3114,7 +3130,7 @@ // // txt_releaseNo // - this.txt_releaseNo.Location = new System.Drawing.Point(384, 72); + this.txt_releaseNo.Location = new System.Drawing.Point(384, 85); this.txt_releaseNo.Name = "txt_releaseNo"; this.txt_releaseNo.Properties.ReadOnly = true; this.txt_releaseNo.Size = new System.Drawing.Size(200, 20); @@ -3136,7 +3152,8 @@ this.layoutControlItem37, this.layoutControlItem38, this.layoutControlItem39, - this.layoutControlItem35}); + this.layoutControlItem35, + this.layoutControlItem40}); this.layoutControlGroup3.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.layoutControlGroup3.Name = "Root"; columnDefinition13.SizeType = System.Windows.Forms.SizeType.Percent; @@ -3162,17 +3179,17 @@ rowDefinition10, rowDefinition11, rowDefinition12}); - this.layoutControlGroup3.Size = new System.Drawing.Size(1174, 110); + this.layoutControlGroup3.Size = new System.Drawing.Size(1174, 130); this.layoutControlGroup3.TextVisible = false; // // layoutControlItem33 // this.layoutControlItem33.Control = this.layoutControl2; - this.layoutControlItem33.Location = new System.Drawing.Point(576, 30); + this.layoutControlItem33.Location = new System.Drawing.Point(576, 36); this.layoutControlItem33.Name = "layoutControlItem33"; this.layoutControlItem33.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem33.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem33.Size = new System.Drawing.Size(288, 30); + this.layoutControlItem33.Size = new System.Drawing.Size(288, 37); this.layoutControlItem33.Text = "鎵撳嵃寮犳暟"; this.layoutControlItem33.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem33.TextVisible = false; @@ -3181,22 +3198,22 @@ // this.layoutControlItem30.Control = this.radOut2; this.layoutControlItem30.CustomizationFormText = "鎵撳嵃妯″紡"; - this.layoutControlItem30.Location = new System.Drawing.Point(864, 30); + this.layoutControlItem30.Location = new System.Drawing.Point(864, 36); this.layoutControlItem30.Name = "layoutControlItem30"; this.layoutControlItem30.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem30.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem30.Size = new System.Drawing.Size(290, 30); + this.layoutControlItem30.Size = new System.Drawing.Size(290, 37); this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem30.TextVisible = false; // // layoutControlItem29 // this.layoutControlItem29.Control = this.ucBtnPrint2; - this.layoutControlItem29.Location = new System.Drawing.Point(864, 60); + this.layoutControlItem29.Location = new System.Drawing.Point(864, 73); this.layoutControlItem29.Name = "layoutControlItem29"; this.layoutControlItem29.OptionsTableLayoutItem.ColumnIndex = 3; this.layoutControlItem29.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem29.Size = new System.Drawing.Size(290, 30); + this.layoutControlItem29.Size = new System.Drawing.Size(290, 37); this.layoutControlItem29.Text = "鎵撳嵃鎸夐挳"; this.layoutControlItem29.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem29.TextVisible = false; @@ -3204,10 +3221,10 @@ // layoutControlItem28 // this.layoutControlItem28.Control = this.txtItemName; - this.layoutControlItem28.Location = new System.Drawing.Point(0, 30); + this.layoutControlItem28.Location = new System.Drawing.Point(0, 36); this.layoutControlItem28.Name = "layoutControlItem28"; this.layoutControlItem28.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem28.Size = new System.Drawing.Size(288, 30); + this.layoutControlItem28.Size = new System.Drawing.Size(288, 37); this.layoutControlItem28.Text = "鐗╂枡鍚嶇О"; this.layoutControlItem28.TextSize = new System.Drawing.Size(72, 14); // @@ -3216,7 +3233,7 @@ this.layoutControlItem9.Control = this.txtItemNo; this.layoutControlItem9.Location = new System.Drawing.Point(0, 0); this.layoutControlItem9.Name = "layoutControlItem9"; - this.layoutControlItem9.Size = new System.Drawing.Size(288, 30); + this.layoutControlItem9.Size = new System.Drawing.Size(288, 36); this.layoutControlItem9.Text = "鐗╂枡缂栧彿"; this.layoutControlItem9.TextSize = new System.Drawing.Size(72, 14); // @@ -3226,17 +3243,17 @@ this.layoutControlItem34.Location = new System.Drawing.Point(576, 0); this.layoutControlItem34.Name = "layoutControlItem34"; this.layoutControlItem34.OptionsTableLayoutItem.ColumnIndex = 2; - this.layoutControlItem34.Size = new System.Drawing.Size(288, 30); + this.layoutControlItem34.Size = new System.Drawing.Size(288, 36); this.layoutControlItem34.Text = "鍙墦鍗版暟"; this.layoutControlItem34.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem36 // this.layoutControlItem36.Control = this.txtItemModel; - this.layoutControlItem36.Location = new System.Drawing.Point(0, 60); + this.layoutControlItem36.Location = new System.Drawing.Point(0, 73); this.layoutControlItem36.Name = "layoutControlItem36"; this.layoutControlItem36.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem36.Size = new System.Drawing.Size(288, 30); + this.layoutControlItem36.Size = new System.Drawing.Size(288, 37); this.layoutControlItem36.Text = "鐗╂枡瑙勬牸"; this.layoutControlItem36.TextSize = new System.Drawing.Size(72, 14); // @@ -3246,40 +3263,40 @@ this.layoutControlItem37.Location = new System.Drawing.Point(288, 0); this.layoutControlItem37.Name = "layoutControlItem37"; this.layoutControlItem37.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem37.Size = new System.Drawing.Size(288, 30); + this.layoutControlItem37.Size = new System.Drawing.Size(288, 36); this.layoutControlItem37.Text = "鏀惰揣鎬绘暟"; this.layoutControlItem37.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem38 // this.layoutControlItem38.Control = this.txt_yQtyHb; - this.layoutControlItem38.Location = new System.Drawing.Point(288, 30); + this.layoutControlItem38.Location = new System.Drawing.Point(288, 36); this.layoutControlItem38.Name = "layoutControlItem38"; this.layoutControlItem38.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem38.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem38.Size = new System.Drawing.Size(288, 30); + this.layoutControlItem38.Size = new System.Drawing.Size(288, 37); this.layoutControlItem38.Text = "宸叉墦鍗版�婚噺"; this.layoutControlItem38.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem39 // this.layoutControlItem39.Control = this.txt_releaseNo; - this.layoutControlItem39.Location = new System.Drawing.Point(288, 60); + this.layoutControlItem39.Location = new System.Drawing.Point(288, 73); this.layoutControlItem39.Name = "layoutControlItem39"; this.layoutControlItem39.OptionsTableLayoutItem.ColumnIndex = 1; this.layoutControlItem39.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem39.Size = new System.Drawing.Size(288, 30); + this.layoutControlItem39.Size = new System.Drawing.Size(288, 37); this.layoutControlItem39.Text = "妫�楠屽崟鍙�"; this.layoutControlItem39.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem35 // this.layoutControlItem35.Control = this.txt_psnQty_2; - this.layoutControlItem35.Location = new System.Drawing.Point(576, 60); + this.layoutControlItem35.Location = new System.Drawing.Point(576, 73); this.layoutControlItem35.Name = "layoutControlItem35"; this.layoutControlItem35.OptionsTableLayoutItem.ColumnIndex = 2; this.layoutControlItem35.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem35.Size = new System.Drawing.Size(288, 30); + this.layoutControlItem35.Size = new System.Drawing.Size(288, 37); this.layoutControlItem35.Text = "姣忓紶鏉$爜鏁伴噺"; this.layoutControlItem35.TextSize = new System.Drawing.Size(72, 14); // @@ -3295,7 +3312,7 @@ this.repositoryItemButtonEdit3, this.repositoryItemButtonEdit4, this.repositoryItemComboBox2}); - this.gcMx3.Size = new System.Drawing.Size(1174, 405); + this.gcMx3.Size = new System.Drawing.Size(1174, 384); this.gcMx3.TabIndex = 2; this.gcMx3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMx3}); @@ -3536,6 +3553,27 @@ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemComboBox2.Name = "repositoryItemComboBox2"; // + // ucBtnPrintOne1 + // + this.ucBtnPrintOne1.allClickKey = null; + this.ucBtnPrintOne1.guidKey = null; + this.ucBtnPrintOne1.Location = new System.Drawing.Point(876, 12); + this.ucBtnPrintOne1.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnPrintOne1.Name = "ucBtnPrintOne1"; + this.ucBtnPrintOne1.rptParameter = null; + this.ucBtnPrintOne1.Size = new System.Drawing.Size(286, 32); + this.ucBtnPrintOne1.TabIndex = 485; + // + // layoutControlItem40 + // + this.layoutControlItem40.Control = this.ucBtnPrintOne1; + this.layoutControlItem40.Location = new System.Drawing.Point(864, 0); + this.layoutControlItem40.Name = "layoutControlItem40"; + this.layoutControlItem40.OptionsTableLayoutItem.ColumnIndex = 3; + this.layoutControlItem40.Size = new System.Drawing.Size(290, 36); + this.layoutControlItem40.TextSize = new System.Drawing.Size(0, 0); + this.layoutControlItem40.TextVisible = false; + // // Frm_ArrivalBarcode // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); @@ -3697,6 +3735,8 @@ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).EndInit(); this.ResumeLayout(false); } @@ -3957,5 +3997,9 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn85; private DevExpress.XtraGrid.Columns.GridColumn gridColumn86; private DevExpress.XtraGrid.Columns.GridColumn gridColumn87; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn106; + private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1; + private UserControl.UcBtnPrintOne ucBtnPrintOne1; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem40; } } \ No newline at end of file -- Gitblit v1.9.3