fqc
lu
2025-04-08 bbb164cca79acfd4cfb901f50e6847c84ed26b11
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs
@@ -210,6 +210,7 @@
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.btnTest1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.picCheckBox = new System.Windows.Forms.PictureBox();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
@@ -283,6 +284,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.rptDcHz)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptDrHz)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnTest1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            this.SuspendLayout();
@@ -797,13 +799,12 @@
            // 
            // txt_fOwnerTypeInIdHead
            // 
            this.txt_fOwnerTypeInIdHead.EditValue = "-请选择-";
            this.txt_fOwnerTypeInIdHead.EditValue = "组织(BD_OwnerOrg)";
            this.txt_fOwnerTypeInIdHead.Location = new System.Drawing.Point(390, 101);
            this.txt_fOwnerTypeInIdHead.Name = "txt_fOwnerTypeInIdHead";
            this.txt_fOwnerTypeInIdHead.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_fOwnerTypeInIdHead.Properties.Items.AddRange(new object[] {
            "-请选择-",
            "组织(BD_OwnerOrg)",
            "供应商(BD_Supplier)",
            "客户(BD_Customer)"});
@@ -824,13 +825,12 @@
            // 
            // txt_fOwnerTypeIdHead
            // 
            this.txt_fOwnerTypeIdHead.EditValue = "-请选择-";
            this.txt_fOwnerTypeIdHead.EditValue = "组织(BD_OwnerOrg)";
            this.txt_fOwnerTypeIdHead.Location = new System.Drawing.Point(390, 71);
            this.txt_fOwnerTypeIdHead.Name = "txt_fOwnerTypeIdHead";
            this.txt_fOwnerTypeIdHead.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_fOwnerTypeIdHead.Properties.Items.AddRange(new object[] {
            "-请选择-",
            "组织(BD_OwnerOrg)",
            "供应商(BD_Supplier)",
            "客户(BD_Customer)"});
@@ -1258,7 +1258,8 @@
            this.rptDrCk,
            this.rptDrCw,
            this.rptDrHz,
            this.rptDcHz});
            this.rptDcHz,
            this.btnTest1});
            this.gcMx1.Size = new System.Drawing.Size(1124, 357);
            this.gcMx1.TabIndex = 1;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
@@ -1373,7 +1374,7 @@
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 0;
            this.gridColumn2.Width = 50;
            this.gridColumn2.Width = 41;
            // 
            // gridColumn3
            // 
@@ -1382,7 +1383,7 @@
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 1;
            this.gridColumn3.Width = 50;
            this.gridColumn3.Width = 41;
            // 
            // gridColumn4
            // 
@@ -1391,7 +1392,7 @@
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 2;
            this.gridColumn4.Width = 110;
            this.gridColumn4.Width = 91;
            // 
            // gridColumn5
            // 
@@ -1400,7 +1401,7 @@
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 3;
            this.gridColumn5.Width = 110;
            this.gridColumn5.Width = 100;
            // 
            // gridColumn7
            // 
@@ -1409,6 +1410,7 @@
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 4;
            this.gridColumn7.Width = 56;
            // 
            // gridColumn6
            // 
@@ -1417,7 +1419,7 @@
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 5;
            this.gridColumn6.Width = 52;
            this.gridColumn6.Width = 43;
            // 
            // gvMx1bld002
            // 
@@ -1789,6 +1791,13 @@
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.Width = 94;
            // 
            // btnTest1
            //
            this.btnTest1.AutoHeight = false;
            this.btnTest1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.btnTest1.Name = "btnTest1";
            //
            // picCheckBox
            // 
            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
@@ -1889,6 +1898,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.rptDcHz)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rptDrHz)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnTest1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            this.ResumeLayout(false);
@@ -2024,5 +2034,6 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        private DevExpress.XtraGrid.Columns.GridColumn gv_id;
        private DevExpress.Utils.ToolTipController tips;
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnTest1;
    }
}