| | |
| | | // 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); |
| | |
| | | // 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); |
| | |
| | | // 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); |
| | |
| | | // 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); |
| | |
| | | // 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); |
| | |
| | | // 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); |
| | |
| | | // 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); |
| | |
| | | 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 |
| | | // |
| | |
| | | // |
| | | // gridColumn20 |
| | | // |
| | | this.gridColumn20.Caption = "结果"; |
| | | this.gridColumn20.Caption = "维修结果"; |
| | | this.gridColumn20.FieldName = "checkResult"; |
| | | this.gridColumn20.MinWidth = 25; |
| | | this.gridColumn20.Name = "gridColumn20"; |
| | |
| | | // |
| | | // gridColumn23 |
| | | // |
| | | this.gridColumn23.Caption = "不良项目"; |
| | | this.gridColumn23.Caption = "不良原因"; |
| | | this.gridColumn23.FieldName = "badReson"; |
| | | this.gridColumn23.MinWidth = 25; |
| | | this.gridColumn23.Name = "gridColumn23"; |
| | |
| | | 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 |