lu
2025-01-17 fcf4cce31003a06301bff902f14eb2f94a2567e1
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs
@@ -29,11 +29,11 @@
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
            this.gvMx2oldqty = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx2itemBarcode = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -44,6 +44,8 @@
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvBtnAlawys = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
@@ -258,6 +260,8 @@
            this.gridColumn18,
            this.gridColumn14,
            this.gvMx2oldqty,
            this.gridColumn21,
            this.gridColumn20,
            this.gridColumn17,
            this.gvBtnAlawys});
            this.gvMx2.GridControl = this.gcMx2;
@@ -296,14 +300,34 @@
            this.gridColumn14.VisibleIndex = 4;
            this.gridColumn14.Width = 150;
            // 
            // gridColumn21
            //
            this.gridColumn21.Caption = "单位";
            this.gridColumn21.FieldName = "dwName";
            this.gridColumn21.MinWidth = 25;
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Visible = true;
            this.gridColumn21.VisibleIndex = 6;
            this.gridColumn21.Width = 94;
            //
            // gridColumn20
            //
            this.gridColumn20.Caption = "打印人";
            this.gridColumn20.FieldName = "createBy";
            this.gridColumn20.MinWidth = 25;
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.Visible = true;
            this.gridColumn20.VisibleIndex = 7;
            this.gridColumn20.Width = 94;
            //
            // gridColumn17
            // 
            this.gridColumn17.Caption = "打印日期";
            this.gridColumn17.FieldName = "createDate";
            this.gridColumn17.MinWidth = 180;
            this.gridColumn17.MinWidth = 10;
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 6;
            this.gridColumn17.VisibleIndex = 8;
            this.gridColumn17.Width = 180;
            // 
            // gvBtnAlawys
@@ -313,16 +337,16 @@
            this.gvBtnAlawys.MinWidth = 25;
            this.gvBtnAlawys.Name = "gvBtnAlawys";
            this.gvBtnAlawys.Visible = true;
            this.gvBtnAlawys.VisibleIndex = 7;
            this.gvBtnAlawys.VisibleIndex = 9;
            this.gvBtnAlawys.Width = 94;
            // 
            // repositoryItemButtonEdit1
            // 
            this.repositoryItemButtonEdit1.AutoHeight = false;
            editorButtonImageOptions3.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
            editorButtonImageOptions3.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            editorButtonImageOptions2.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
            editorButtonImageOptions2.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "移出", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "移出", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
            this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
@@ -332,7 +356,7 @@
            this.tabMxPage1.Controls.Add(this.gcMx1);
            this.tabMxPage1.Controls.Add(this.panelMx1);
            this.tabMxPage1.Name = "tabMxPage1";
            this.tabMxPage1.Size = new System.Drawing.Size(1342, 383);
            this.tabMxPage1.Size = new System.Drawing.Size(1342, 395);
            this.tabMxPage1.Text = "来料信息明细";
            // 
            // gcMx1
@@ -341,7 +365,7 @@
            this.gcMx1.Location = new System.Drawing.Point(0, 98);
            this.gcMx1.MainView = this.gvMx1;
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.Size = new System.Drawing.Size(1342, 285);
            this.gcMx1.Size = new System.Drawing.Size(1342, 297);
            this.gcMx1.TabIndex = 1;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});
@@ -1067,10 +1091,10 @@
            // tabMx
            // 
            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabMx.Location = new System.Drawing.Point(0, 155);
            this.tabMx.Location = new System.Drawing.Point(0, 143);
            this.tabMx.Name = "tabMx";
            this.tabMx.SelectedTabPage = this.tabMxPage1;
            this.tabMx.Size = new System.Drawing.Size(1344, 415);
            this.tabMx.Size = new System.Drawing.Size(1344, 427);
            this.tabMx.TabIndex = 2;
            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMxPage1,
@@ -1110,12 +1134,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(1344, 155);
            this.panel1.Size = new System.Drawing.Size(1344, 143);
            this.panel1.TabIndex = 1;
            // 
            // txt_dptName
            // 
            this.txt_dptName.Location = new System.Drawing.Point(413, 48);
            this.txt_dptName.Location = new System.Drawing.Point(419, 47);
            this.txt_dptName.Name = "txt_dptName";
            this.txt_dptName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_dptName.Properties.Appearance.Options.UseFont = true;
@@ -1124,11 +1148,11 @@
            // 
            // txt_gysNo
            // 
            this.txt_gysNo.Location = new System.Drawing.Point(111, 83);
            this.txt_gysNo.Location = new System.Drawing.Point(107, 79);
            this.txt_gysNo.Name = "txt_gysNo";
            this.txt_gysNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_gysNo.Properties.Appearance.Options.UseFont = true;
            this.txt_gysNo.Size = new System.Drawing.Size(215, 28);
            this.txt_gysNo.Size = new System.Drawing.Size(230, 28);
            this.txt_gysNo.TabIndex = 467;
            // 
            // txt_fstatus
@@ -1151,7 +1175,7 @@
            // 
            this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl5.Appearance.Options.UseFont = true;
            this.labelControl5.Location = new System.Drawing.Point(337, 19);
            this.labelControl5.Location = new System.Drawing.Point(347, 19);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(68, 21);
            this.labelControl5.TabIndex = 464;
@@ -1159,7 +1183,7 @@
            // 
            // txt_paperBillNo
            // 
            this.txt_paperBillNo.Location = new System.Drawing.Point(413, 15);
            this.txt_paperBillNo.Location = new System.Drawing.Point(419, 15);
            this.txt_paperBillNo.Name = "txt_paperBillNo";
            this.txt_paperBillNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_paperBillNo.Properties.Appearance.Options.UseFont = true;
@@ -1168,7 +1192,7 @@
            // 
            // txt_depotsCode
            // 
            this.txt_depotsCode.Location = new System.Drawing.Point(413, 83);
            this.txt_depotsCode.Location = new System.Drawing.Point(419, 79);
            this.txt_depotsCode.Name = "txt_depotsCode";
            this.txt_depotsCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_depotsCode.Properties.Appearance.Options.UseFont = true;
@@ -1179,7 +1203,7 @@
            // 
            this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl4.Appearance.Options.UseFont = true;
            this.labelControl4.Location = new System.Drawing.Point(337, 87);
            this.labelControl4.Location = new System.Drawing.Point(347, 83);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(68, 21);
            this.labelControl4.TabIndex = 461;
@@ -1188,7 +1212,7 @@
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(8, 87);
            this.label1.Location = new System.Drawing.Point(7, 83);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(95, 21);
            this.label1.TabIndex = 460;
@@ -1196,18 +1220,18 @@
            // 
            // txt_gysName
            // 
            this.txt_gysName.Location = new System.Drawing.Point(111, 48);
            this.txt_gysName.Location = new System.Drawing.Point(107, 47);
            this.txt_gysName.Name = "txt_gysName";
            this.txt_gysName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_gysName.Properties.Appearance.Options.UseFont = true;
            this.txt_gysName.Size = new System.Drawing.Size(215, 28);
            this.txt_gysName.Size = new System.Drawing.Size(230, 28);
            this.txt_gysName.TabIndex = 459;
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl1.Appearance.Options.UseFont = true;
            this.labelControl1.Location = new System.Drawing.Point(337, 52);
            this.labelControl1.Location = new System.Drawing.Point(347, 51);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(68, 21);
            this.labelControl1.TabIndex = 457;
@@ -1217,7 +1241,7 @@
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl2.Appearance.Options.UseFont = true;
            this.labelControl2.Location = new System.Drawing.Point(16, 52);
            this.labelControl2.Location = new System.Drawing.Point(17, 51);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(85, 21);
            this.labelControl2.TabIndex = 455;
@@ -1274,7 +1298,7 @@
            // 
            this.lb_insDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_insDate.Appearance.Options.UseFont = true;
            this.lb_insDate.Location = new System.Drawing.Point(644, 87);
            this.lb_insDate.Location = new System.Drawing.Point(653, 83);
            this.lb_insDate.Name = "lb_insDate";
            this.lb_insDate.Size = new System.Drawing.Size(68, 21);
            this.lb_insDate.TabIndex = 258;
@@ -1282,7 +1306,7 @@
            // 
            // txt_insDate
            // 
            this.txt_insDate.Location = new System.Drawing.Point(724, 83);
            this.txt_insDate.Location = new System.Drawing.Point(724, 79);
            this.txt_insDate.Name = "txt_insDate";
            this.txt_insDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_insDate.Properties.Appearance.Options.UseFont = true;
@@ -1293,7 +1317,7 @@
            // 
            this.lb_checkDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_checkDate.Appearance.Options.UseFont = true;
            this.lb_checkDate.Location = new System.Drawing.Point(644, 52);
            this.lb_checkDate.Location = new System.Drawing.Point(653, 51);
            this.lb_checkDate.Name = "lb_checkDate";
            this.lb_checkDate.Size = new System.Drawing.Size(68, 21);
            this.lb_checkDate.TabIndex = 252;
@@ -1301,7 +1325,7 @@
            // 
            // txt_checkDate
            // 
            this.txt_checkDate.Location = new System.Drawing.Point(724, 48);
            this.txt_checkDate.Location = new System.Drawing.Point(724, 47);
            this.txt_checkDate.Name = "txt_checkDate";
            this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
@@ -1312,26 +1336,26 @@
            // 
            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(62, 120);
            this.lb_remark.Location = new System.Drawing.Point(68, 116);
            this.lb_remark.Name = "lb_remark";
            this.lb_remark.Size = new System.Drawing.Size(39, 21);
            this.lb_remark.Size = new System.Drawing.Size(34, 21);
            this.lb_remark.TabIndex = 235;
            this.lb_remark.Text = "备注 ";
            this.lb_remark.Text = "备注";
            // 
            // txt_remark
            // 
            this.txt_remark.Location = new System.Drawing.Point(111, 116);
            this.txt_remark.Location = new System.Drawing.Point(107, 112);
            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(215, 28);
            this.txt_remark.Size = new System.Drawing.Size(527, 28);
            this.txt_remark.TabIndex = 235;
            // 
            // lb_createBy
            // 
            this.lb_createBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_createBy.Appearance.Options.UseFont = true;
            this.lb_createBy.Location = new System.Drawing.Point(644, 19);
            this.lb_createBy.Location = new System.Drawing.Point(653, 19);
            this.lb_createBy.Name = "lb_createBy";
            this.lb_createBy.Size = new System.Drawing.Size(68, 21);
            this.lb_createBy.TabIndex = 217;
@@ -1350,7 +1374,7 @@
            // 
            this.lb_billNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_billNo.Appearance.Options.UseFont = true;
            this.lb_billNo.Location = new System.Drawing.Point(33, 19);
            this.lb_billNo.Location = new System.Drawing.Point(34, 19);
            this.lb_billNo.Name = "lb_billNo";
            this.lb_billNo.Size = new System.Drawing.Size(68, 21);
            this.lb_billNo.TabIndex = 211;
@@ -1358,11 +1382,11 @@
            // 
            // txt_billNo
            // 
            this.txt_billNo.Location = new System.Drawing.Point(111, 15);
            this.txt_billNo.Location = new System.Drawing.Point(107, 15);
            this.txt_billNo.Name = "txt_billNo";
            this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_billNo.Properties.Appearance.Options.UseFont = true;
            this.txt_billNo.Size = new System.Drawing.Size(215, 28);
            this.txt_billNo.Size = new System.Drawing.Size(230, 28);
            this.txt_billNo.TabIndex = 211;
            // 
            // Frm_ArrivalBarcode
@@ -1522,5 +1546,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
        private DevExpress.XtraEditors.TextEdit txt_iCount_1;
        private DevExpress.XtraEditors.TextEdit txt_psnQty_1;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
    }
}