| | |
| | | // |
| | | // gv_itemId |
| | | // |
| | | this.gv_itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_itemId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_itemId.Caption = "物料ID"; |
| | | this.gv_itemId.FieldName = "itemId"; |
| | |
| | | // |
| | | // gv_workshop |
| | | // |
| | | this.gv_workshop.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_workshop.AppearanceCell.Options.UseFont = true; |
| | | this.gv_workshop.Caption = "车间ID"; |
| | | this.gv_workshop.FieldName = "workshop"; |
| | |
| | | // gcMain |
| | | // |
| | | this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gcMain.Location = new System.Drawing.Point(0, 54); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Name = "gcMain"; |
| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gridColumn1, |
| | |
| | | this.panel1.Controls.Add(this.lb_itemId); |
| | | this.panel1.Controls.Add(this.lb_workshop); |
| | | this.panel1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.panel1.Location = new System.Drawing.Point(0, 0); |
| | | this.panel1.Name = "panel1"; |
| | | this.panel1.Size = new System.Drawing.Size(1126, 54); |
| | |
| | | // |
| | | // lb_itemId |
| | | // |
| | | this.lb_itemId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.lb_itemId.Appearance.Options.UseFont = true; |
| | | this.lb_itemId.Location = new System.Drawing.Point(305, 15); |
| | | this.lb_itemId.Name = "lb_itemId"; |
| | |
| | | // |
| | | // lb_workshop |
| | | // |
| | | this.lb_workshop.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.lb_workshop.Appearance.Options.UseFont = true; |
| | | this.lb_workshop.Location = new System.Drawing.Point(15, 15); |
| | | this.lb_workshop.Name = "lb_workshop"; |