huawei
4 天以前 a4ec52af9a131953a48b396723c63c5b2afd7f08
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
@@ -82,7 +82,7 @@
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
            this.chkAllUrgent = new DevExpress.XtraEditors.CheckEdit();
            this.txt_chkAllUrgent = new DevExpress.XtraEditors.CheckEdit();
            this.lbGuid = new System.Windows.Forms.Label();
            this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
            this.txt_remark = new DevExpress.XtraEditors.TextEdit();
@@ -199,7 +199,7 @@
            this.splitMx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
            this.layoutMx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkAllUrgent.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_chkAllUrgent.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSupplierCode.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).BeginInit();
@@ -626,7 +626,7 @@
            // 
            // layoutMx1
            // 
            this.layoutMx1.Controls.Add(this.chkAllUrgent);
            this.layoutMx1.Controls.Add(this.txt_chkAllUrgent);
            this.layoutMx1.Controls.Add(this.lbGuid);
            this.layoutMx1.Controls.Add(this.btnSelect);
            this.layoutMx1.Controls.Add(this.txt_remark);
@@ -656,14 +656,15 @@
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            // 
            // chkAllUrgent
            // txt_chkAllUrgent
            // 
            this.chkAllUrgent.Location = new System.Drawing.Point(498, 132);
            this.chkAllUrgent.Name = "chkAllUrgent";
            this.chkAllUrgent.Properties.Caption = "急料标识";
            this.chkAllUrgent.Size = new System.Drawing.Size(483, 27);
            this.chkAllUrgent.StyleController = this.layoutMx1;
            this.chkAllUrgent.TabIndex = 469;
            this.txt_chkAllUrgent.Location = new System.Drawing.Point(498, 132);
            this.txt_chkAllUrgent.Name = "txt_chkAllUrgent";
            this.txt_chkAllUrgent.Properties.Caption = "急料标识";
            this.txt_chkAllUrgent.Size = new System.Drawing.Size(483, 27);
            this.txt_chkAllUrgent.StyleController = this.layoutMx1;
            this.txt_chkAllUrgent.TabIndex = 469;
            this.txt_chkAllUrgent.Tag = "";
            // 
            // lbGuid
            // 
@@ -1062,7 +1063,7 @@
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.chkAllUrgent;
            this.layoutControlItem10.Control = this.txt_chkAllUrgent;
            this.layoutControlItem10.Location = new System.Drawing.Point(486, 120);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
@@ -1835,7 +1836,7 @@
            this.splitMx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
            this.layoutMx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chkAllUrgent.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_chkAllUrgent.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSupplierCode.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).EndInit();
@@ -2007,7 +2008,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn33;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn34;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn36;
        private DevExpress.XtraEditors.CheckEdit chkAllUrgent;
        private DevExpress.XtraEditors.CheckEdit txt_chkAllUrgent;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
        private DevExpress.XtraGrid.Columns.GridColumn gvMx1urgentFlag;
    }