| | |
| | | this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); |
| | | this.gcMx2 = new DevExpress.XtraGrid.GridControl(); |
| | | this.gvMx2 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panMsg = new DevExpress.XtraEditors.PanelControl(); |
| | | this.labCurrentItem = new DevExpress.XtraEditors.LabelControl(); |
| | | this.btnLoad = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.txtJianYan = new DevExpress.XtraEditors.TextEdit(); |
| | | this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); |
| | |
| | | this.txt_modify1Flag = new DevExpress.XtraEditors.TextEdit(); |
| | | this.lb_lotNo = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_lotNo = new DevExpress.XtraEditors.TextEdit(); |
| | | this.labCurrentGuid = new DevExpress.XtraEditors.LabelControl(); |
| | | this.tabMxPage1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit(); |
| | |
| | | // gvMx2 |
| | | // |
| | | this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gridColumn4, |
| | | this.gridColumn3, |
| | | this.gridColumn2, |
| | | this.gridColumn1}); |
| | | this.gvMx2.GridControl = this.gcMx2; |
| | | this.gvMx2.Name = "gvMx2"; |
| | | // |
| | | // gridColumn4 |
| | | // |
| | | this.gridColumn4.Caption = "guid不能删除"; |
| | | this.gridColumn4.FieldName = "guid"; |
| | | this.gridColumn4.MinWidth = 25; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 3; |
| | | this.gridColumn4.Width = 94; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | |
| | | // |
| | | // panMsg |
| | | // |
| | | this.panMsg.Controls.Add(this.labCurrentGuid); |
| | | this.panMsg.Controls.Add(this.labCurrentItem); |
| | | this.panMsg.Controls.Add(this.btnLoad); |
| | | this.panMsg.Controls.Add(this.txtJianYan); |
| | | this.panMsg.Controls.Add(this.labelControl3); |
| | |
| | | this.panMsg.Size = new System.Drawing.Size(1340, 68); |
| | | this.panMsg.TabIndex = 1; |
| | | // |
| | | // labCurrentItem |
| | | // |
| | | this.labCurrentItem.Location = new System.Drawing.Point(141, 30); |
| | | this.labCurrentItem.Name = "labCurrentItem"; |
| | | this.labCurrentItem.Size = new System.Drawing.Size(81, 18); |
| | | this.labCurrentItem.TabIndex = 4; |
| | | this.labCurrentItem.Text = "labelControl4"; |
| | | // |
| | | // btnLoad |
| | | // |
| | | this.btnLoad.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.refresh_32x321; |
| | | this.btnLoad.Location = new System.Drawing.Point(810, 16); |
| | | this.btnLoad.Location = new System.Drawing.Point(889, 16); |
| | | this.btnLoad.Name = "btnLoad"; |
| | | this.btnLoad.Size = new System.Drawing.Size(180, 34); |
| | | this.btnLoad.TabIndex = 3; |
| | |
| | | // |
| | | // txtJianYan |
| | | // |
| | | this.txtJianYan.Location = new System.Drawing.Point(569, 16); |
| | | this.txtJianYan.Location = new System.Drawing.Point(648, 16); |
| | | this.txtJianYan.Name = "txtJianYan"; |
| | | this.txtJianYan.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14F); |
| | | this.txtJianYan.Properties.Appearance.Options.UseFont = true; |
| | |
| | | // |
| | | this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 14F); |
| | | this.labelControl3.Appearance.Options.UseFont = true; |
| | | this.labelControl3.Location = new System.Drawing.Point(161, 19); |
| | | this.labelControl3.Location = new System.Drawing.Point(240, 19); |
| | | this.labelControl3.Name = "labelControl3"; |
| | | this.labelControl3.Size = new System.Drawing.Size(398, 29); |
| | | this.labelControl3.TabIndex = 1; |
| | |
| | | // |
| | | this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 14F); |
| | | this.labelControl2.Appearance.Options.UseFont = true; |
| | | this.labelControl2.Location = new System.Drawing.Point(35, 19); |
| | | this.labelControl2.Location = new System.Drawing.Point(24, 19); |
| | | this.labelControl2.Name = "labelControl2"; |
| | | this.labelControl2.Size = new System.Drawing.Size(120, 29); |
| | | this.labelControl2.TabIndex = 0; |
| | |
| | | this.txt_lotNo.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_lotNo.TabIndex = 262; |
| | | // |
| | | // labCurrentGuid |
| | | // |
| | | this.labCurrentGuid.Location = new System.Drawing.Point(86, 3); |
| | | this.labCurrentGuid.Name = "labCurrentGuid"; |
| | | this.labCurrentGuid.Size = new System.Drawing.Size(81, 18); |
| | | this.labCurrentGuid.TabIndex = 5; |
| | | this.labCurrentGuid.Text = "labelControl4"; |
| | | // |
| | | // Frm_MesQaItemsDetect01 |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; |
| | | private DevExpress.XtraEditors.SimpleButton btnLoad; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; |
| | | private DevExpress.XtraEditors.LabelControl labCurrentItem; |
| | | private DevExpress.XtraEditors.LabelControl labCurrentGuid; |
| | | } |
| | | } |