| | |
| | | /* Create By GS EasyCode */ |
| | | namespace Gs.DevApp.DevFrm |
| | | { |
| | | partial class Frm_MesDaaDirectOut |
| | | partial class Frm_MesDaaDirectOut |
| | | { |
| | | /// <summary> |
| | | /// Required designer variable. |
| | |
| | | // |
| | | // 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"; |
| | |
| | | |
| | | } |
| | | #endregion |
| | | private UserControl.UcToolBarMenu toolBarMenu1; |
| | | private UserControl.UcToolBarMenu toolBarMenu1; |
| | | private DevExpress.XtraGrid.GridControl gcMain; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraTab.XtraTabControl xtraTabControl1; |
| | | private DevExpress.XtraTab.XtraTabPage xtraTabPage1; |
| | | private UserControls.Data.UcPageBar pageBar1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_workshop; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_workshop; |
| | | private System.Windows.Forms.Panel panel1; |
| | | private DevExpress.XtraEditors.LabelControl labelControl11; |
| | | private System.Windows.Forms.Label lbGuid; |