| | |
| | | { |
| | | this.gcMx1 = new DevExpress.XtraGrid.GridControl(); |
| | | this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // gcMx1 |
| | |
| | | this.gvMx1.GridControl = this.gcMx1; |
| | | this.gvMx1.Name = "gvMx1"; |
| | | // |
| | | // textEdit1 |
| | | // |
| | | this.textEdit1.Location = new System.Drawing.Point(230, 13); |
| | | this.textEdit1.Name = "textEdit1"; |
| | | this.textEdit1.Properties.ReadOnly = true; |
| | | this.textEdit1.Size = new System.Drawing.Size(125, 24); |
| | | this.textEdit1.TabIndex = 1; |
| | | // |
| | | // Frm_MesQaItemsDetect01Input |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(918, 549); |
| | | this.Controls.Add(this.gcMx1); |
| | | this.Controls.Add(this.textEdit1); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.MinimizeBox = false; |
| | | this.Name = "Frm_MesQaItemsDetect01Input"; |
| | |
| | | this.WindowState = System.Windows.Forms.FormWindowState.Maximized; |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | |
| | | |
| | | private DevExpress.XtraGrid.GridControl gcMx1; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gvMx1; |
| | | private DevExpress.XtraEditors.TextEdit textEdit1; |
| | | } |
| | | } |