bug
lu
6 天以前 c1ddac72637f73b87610974e69704f5497019ba3
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwGd.Designer.cs
@@ -73,7 +73,7 @@
            this.txt_remark = new DevExpress.XtraEditors.TextEdit();
            this.txt_daa001 = new DevExpress.XtraEditors.TextEdit();
            this.txt_wgTime = new DevExpress.XtraEditors.TextEdit();
            this.txt_wgUser = new DevExpress.XtraEditors.TextEdit();
            this.txt_kgTime = new DevExpress.XtraEditors.TextEdit();
            this.txt_daa014 = new DevExpress.XtraEditors.TextEdit();
            this.txt_daa018 = new DevExpress.XtraEditors.TextEdit();
            this.txt_blStateTxt = new DevExpress.XtraEditors.TextEdit();
@@ -96,6 +96,8 @@
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tabMx = new DevExpress.XtraTab.XtraTabControl();
            this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.gcMx1 = new DevExpress.XtraGrid.GridControl();
@@ -117,8 +119,6 @@
            this.gvMx1dab012 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvMx1dab002 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -141,7 +141,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_daa001.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wgTime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wgUser.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kgTime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_daa014.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_daa018.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_blStateTxt.Properties)).BeginInit();
@@ -164,13 +164,13 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
            this.tabMx.SuspendLayout();
            this.tabMxPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            this.SuspendLayout();
            // 
            // toolBarMenu1
@@ -554,7 +554,7 @@
            this.layoutMx1.Controls.Add(this.txt_remark);
            this.layoutMx1.Controls.Add(this.txt_daa001);
            this.layoutMx1.Controls.Add(this.txt_wgTime);
            this.layoutMx1.Controls.Add(this.txt_wgUser);
            this.layoutMx1.Controls.Add(this.txt_kgTime);
            this.layoutMx1.Controls.Add(this.txt_daa014);
            this.layoutMx1.Controls.Add(this.txt_daa018);
            this.layoutMx1.Controls.Add(this.txt_blStateTxt);
@@ -614,15 +614,15 @@
            this.txt_wgTime.StyleController = this.layoutMx1;
            this.txt_wgTime.TabIndex = 258;
            // 
            // txt_wgUser
            // txt_kgTime
            // 
            this.txt_wgUser.Location = new System.Drawing.Point(927, 40);
            this.txt_wgUser.Name = "txt_wgUser";
            this.txt_wgUser.Properties.Appearance.Options.UseFont = true;
            this.txt_wgUser.Properties.ReadOnly = true;
            this.txt_wgUser.Size = new System.Drawing.Size(187, 24);
            this.txt_wgUser.StyleController = this.layoutMx1;
            this.txt_wgUser.TabIndex = 262;
            this.txt_kgTime.Location = new System.Drawing.Point(927, 40);
            this.txt_kgTime.Name = "txt_kgTime";
            this.txt_kgTime.Properties.Appearance.Options.UseFont = true;
            this.txt_kgTime.Properties.ReadOnly = true;
            this.txt_kgTime.Size = new System.Drawing.Size(187, 24);
            this.txt_kgTime.StyleController = this.layoutMx1;
            this.txt_kgTime.TabIndex = 262;
            // 
            // txt_daa014
            // 
@@ -832,13 +832,13 @@
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.txt_wgUser;
            this.layoutControlItem7.Control = this.txt_kgTime;
            this.layoutControlItem7.Location = new System.Drawing.Point(828, 28);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem7.Size = new System.Drawing.Size(278, 29);
            this.layoutControlItem7.Text = "完工人员";
            this.layoutControlItem7.Text = "开工时间";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem12
@@ -883,6 +883,28 @@
            this.layoutControlItem13.Size = new System.Drawing.Size(552, 29);
            this.layoutControlItem13.Text = "备注备注";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem19
            //
            this.layoutControlItem19.Control = this.txt_erpProductionOrderNo;
            this.layoutControlItem19.Location = new System.Drawing.Point(552, 57);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem19.Size = new System.Drawing.Size(276, 29);
            this.layoutControlItem19.Text = "任务单号";
            this.layoutControlItem19.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem10
            //
            this.layoutControlItem10.Control = this.txt_dwName;
            this.layoutControlItem10.Location = new System.Drawing.Point(552, 28);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem10.Size = new System.Drawing.Size(276, 29);
            this.layoutControlItem10.Text = "单位";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(75, 18);
            // 
            // tabMx
            // 
@@ -1116,28 +1138,6 @@
            this.gvMx1dab002.VisibleIndex = 9;
            this.gvMx1dab002.Width = 50;
            // 
            // layoutControlItem19
            //
            this.layoutControlItem19.Control = this.txt_erpProductionOrderNo;
            this.layoutControlItem19.Location = new System.Drawing.Point(552, 57);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem19.Size = new System.Drawing.Size(276, 29);
            this.layoutControlItem19.Text = "任务单号";
            this.layoutControlItem19.TextSize = new System.Drawing.Size(75, 18);
            //
            // layoutControlItem10
            //
            this.layoutControlItem10.Control = this.txt_dwName;
            this.layoutControlItem10.Location = new System.Drawing.Point(552, 28);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem10.Size = new System.Drawing.Size(276, 29);
            this.layoutControlItem10.Text = "单位";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(75, 18);
            //
            // Frm_WwGd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -1169,7 +1169,7 @@
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_daa001.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wgTime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_wgUser.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_kgTime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_daa014.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_daa018.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_blStateTxt.Properties)).EndInit();
@@ -1192,13 +1192,13 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
            this.tabMx.ResumeLayout(false);
            this.tabMxPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            this.ResumeLayout(false);
        }
@@ -1229,7 +1229,7 @@
        private DevExpress.XtraEditors.SplitContainerControl splitMx1;
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraEditors.TextEdit txt_remark;
        private DevExpress.XtraEditors.TextEdit txt_wgUser;
        private DevExpress.XtraEditors.TextEdit txt_kgTime;
        private DevExpress.XtraEditors.TextEdit txt_wgTime;
        private DevExpress.XtraEditors.TextEdit txt_daa018;
        private DevExpress.XtraEditors.TextEdit txt_blStateTxt;