lu
5 天以前 86829d19c1c87e25eef04eedcc009ef09cbbb5c7
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
@@ -408,7 +408,9 @@
            // btnGood
            // 
            this.btnGood.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
            this.btnGood.Appearance.Font = new System.Drawing.Font("Tahoma", 20F);
            this.btnGood.Appearance.Options.UseBackColor = true;
            this.btnGood.Appearance.Options.UseFont = true;
            this.btnGood.Location = new System.Drawing.Point(416, 116);
            this.btnGood.Name = "btnGood";
            this.btnGood.Size = new System.Drawing.Size(198, 96);
@@ -419,7 +421,9 @@
            // btnBad
            // 
            this.btnBad.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
            this.btnBad.Appearance.Font = new System.Drawing.Font("Tahoma", 20F);
            this.btnBad.Appearance.Options.UseBackColor = true;
            this.btnBad.Appearance.Options.UseFont = true;
            this.btnBad.Location = new System.Drawing.Point(618, 116);
            this.btnBad.Name = "btnBad";
            this.btnBad.Size = new System.Drawing.Size(198, 96);
@@ -691,7 +695,9 @@
            // simpleButton7
            // 
            this.simpleButton7.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            this.simpleButton7.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
            this.simpleButton7.Appearance.Options.UseBackColor = true;
            this.simpleButton7.Appearance.Options.UseFont = true;
            this.simpleButton7.Location = new System.Drawing.Point(122, 154);
            this.simpleButton7.Name = "simpleButton7";
            this.simpleButton7.Size = new System.Drawing.Size(86, 56);
@@ -701,7 +707,9 @@
            // simpleButton6
            // 
            this.simpleButton6.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            this.simpleButton6.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
            this.simpleButton6.Appearance.Options.UseBackColor = true;
            this.simpleButton6.Appearance.Options.UseFont = true;
            this.simpleButton6.Location = new System.Drawing.Point(425, 154);
            this.simpleButton6.Name = "simpleButton6";
            this.simpleButton6.Size = new System.Drawing.Size(86, 56);
@@ -711,7 +719,9 @@
            // simpleButton5
            // 
            this.simpleButton5.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            this.simpleButton5.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
            this.simpleButton5.Appearance.Options.UseBackColor = true;
            this.simpleButton5.Appearance.Options.UseFont = true;
            this.simpleButton5.Location = new System.Drawing.Point(223, 154);
            this.simpleButton5.Name = "simpleButton5";
            this.simpleButton5.Size = new System.Drawing.Size(86, 56);
@@ -721,7 +731,9 @@
            // simpleButton4
            // 
            this.simpleButton4.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            this.simpleButton4.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
            this.simpleButton4.Appearance.Options.UseBackColor = true;
            this.simpleButton4.Appearance.Options.UseFont = true;
            this.simpleButton4.Location = new System.Drawing.Point(324, 154);
            this.simpleButton4.Name = "simpleButton4";
            this.simpleButton4.Size = new System.Drawing.Size(86, 56);
@@ -731,7 +743,9 @@
            // simpleButton3
            // 
            this.simpleButton3.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            this.simpleButton3.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
            this.simpleButton3.Appearance.Options.UseBackColor = true;
            this.simpleButton3.Appearance.Options.UseFont = true;
            this.simpleButton3.Location = new System.Drawing.Point(21, 154);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(86, 56);
@@ -883,7 +897,7 @@
            this.tabMxPage1.Controls.Add(this.gcMx1);
            this.tabMxPage1.Name = "tabMxPage1";
            this.tabMxPage1.Size = new System.Drawing.Size(1365, 346);
            this.tabMxPage1.Text = "良品名称";
            this.tabMxPage1.Text = "良品明细";
            // 
            // gcMx1
            // 
@@ -1227,7 +1241,7 @@
            // 
            // gridColumn20
            // 
            this.gridColumn20.Caption = "结果";
            this.gridColumn20.Caption = "维修结果";
            this.gridColumn20.FieldName = "checkResult";
            this.gridColumn20.MinWidth = 25;
            this.gridColumn20.Name = "gridColumn20";
@@ -1260,7 +1274,7 @@
            // 
            // gridColumn23
            // 
            this.gridColumn23.Caption = "不良项目";
            this.gridColumn23.Caption = "不良原因";
            this.gridColumn23.FieldName = "badReson";
            this.gridColumn23.MinWidth = 25;
            this.gridColumn23.Name = "gridColumn23";
@@ -1274,8 +1288,6 @@
            this.gridColumn25.MinWidth = 25;
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.OptionsColumn.ReadOnly = true;
            this.gridColumn25.Visible = true;
            this.gridColumn25.VisibleIndex = 12;
            this.gridColumn25.Width = 94;
            // 
            // Frm_Work01