/* Create By GS EasyCode */ namespace Gs.DevApp.DevFrm { partial class YS_bgjlb { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); this.tips = new DevExpress.Utils.ToolTipController(this.components); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.split1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gcMain1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.guid = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.gdh = new DevExpress.XtraGrid.Columns.GridColumn(); this.gdsl = new DevExpress.XtraGrid.Columns.GridColumn(); this.qitsl = new DevExpress.XtraGrid.Columns.GridColumn(); this.yscl = new DevExpress.XtraGrid.Columns.GridColumn(); this.bgsl = new DevExpress.XtraGrid.Columns.GridColumn(); this.jysl = new DevExpress.XtraGrid.Columns.GridColumn(); this.rksl = new DevExpress.XtraGrid.Columns.GridColumn(); this.rktssl = new DevExpress.XtraGrid.Columns.GridColumn(); this.scjd = new DevExpress.XtraGrid.Columns.GridColumn(); this.wlbm = new DevExpress.XtraGrid.Columns.GridColumn(); this.yjkgsj = new DevExpress.XtraGrid.Columns.GridColumn(); this.yjwcsj = new DevExpress.XtraGrid.Columns.GridColumn(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit(); this.split1.Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit(); this.split1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.SuspendLayout(); // // toolBarMenu1 // this.toolBarMenu1.chkParameter = null; this.toolBarMenu1.currentAction = null; this.toolBarMenu1.defaultActions = "查询"; this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.guidKey = null; this.toolBarMenu1.isSetBtn = false; this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(5); this.toolBarMenu1.Name = "toolBarMenu1"; this.toolBarMenu1.rptParameter = null; this.toolBarMenu1.Size = new System.Drawing.Size(1410, 98); this.toolBarMenu1.TabIndex = 0; this.toolBarMenu1.xlsInService = null; this.toolBarMenu1.xlsOutParameter = null; // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.split1); this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(1408, 698); this.xtraTabPage1.Text = "数据列表"; // // split1 // this.split1.Dock = System.Windows.Forms.DockStyle.Fill; this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.split1.Horizontal = false; this.split1.Location = new System.Drawing.Point(0, 0); this.split1.Margin = new System.Windows.Forms.Padding(4); this.split1.Name = "split1"; // // split1.Panel1 // this.split1.Panel1.Controls.Add(this.gcMain1); this.split1.Panel1.Controls.Add(this.pageBar1); this.split1.Panel1.Text = "Panel1"; // // split1.Panel2 // this.split1.Panel2.Text = "Panel2"; this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1408, 698); this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // // gcMain1 // this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4); this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Margin = new System.Windows.Forms.Padding(4); this.gcMain1.Name = "gcMain1"; this.gcMain1.Size = new System.Drawing.Size(1408, 635); this.gcMain1.TabIndex = 2; this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.guid, this.gdh, this.gdsl, this.qitsl, this.yscl, this.bgsl, this.jysl, this.rksl, this.rktssl, this.scjd, this.wlbm, this.yjkgsj, this.yjwcsj}); this.gridView1.DetailHeight = 428; this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 62; this.gridView1.Name = "gridView1"; this.gridView1.OptionsFind.ShowSearchNavButtons = false; this.gridView1.OptionsView.ShowAutoFilterRow = true; this.gridView1.OptionsView.ShowGroupPanel = false; // // guid // this.guid.Caption = "guid"; this.guid.FieldName = "guid"; this.guid.MinWidth = 30; this.guid.Name = "guid"; this.guid.Tag = "guid"; this.guid.Width = 94; // // pageBar1 // this.pageBar1.CurrentPage = 1; this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageBar1.Location = new System.Drawing.Point(0, 635); this.pageBar1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; this.pageBar1.Size = new System.Drawing.Size(1408, 48); this.pageBar1.TabIndex = 4; this.pageBar1.TotalPages = 0; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.Location = new System.Drawing.Point(0, 98); this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(1410, 736); this.xtraTabControl1.TabIndex = 3; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1}); // // gdh // this.gdh.Caption = "工单号"; this.gdh.FieldName = "gdh"; this.gdh.MinWidth = 30; this.gdh.Name = "gdh"; this.gdh.Tag = "gdh"; this.gdh.Visible = true; this.gdh.VisibleIndex = 0; this.gdh.Width = 112; // // gdsl // this.gdsl.Caption = "工单数量"; this.gdsl.FieldName = "gdsl"; this.gdsl.MinWidth = 30; this.gdsl.Name = "gdsl"; this.gdsl.Tag = "gdsl"; this.gdsl.Visible = true; this.gdsl.VisibleIndex = 1; this.gdsl.Width = 112; // // qitsl // this.qitsl.Caption = "齐套数量"; this.qitsl.FieldName = "qitsl"; this.qitsl.MinWidth = 30; this.qitsl.Name = "qitsl"; this.qitsl.Tag = "qitsl"; this.qitsl.Visible = true; this.qitsl.VisibleIndex = 2; this.qitsl.Width = 112; // // yscl // this.yscl.Caption = "已生产量"; this.yscl.FieldName = "yscl"; this.yscl.MinWidth = 30; this.yscl.Name = "yscl"; this.yscl.Tag = "yscl"; this.yscl.Visible = true; this.yscl.VisibleIndex = 3; this.yscl.Width = 112; // // bgsl // this.bgsl.Caption = "报工数量"; this.bgsl.FieldName = "bgsl"; this.bgsl.MinWidth = 30; this.bgsl.Name = "bgsl"; this.bgsl.Tag = "bgsl"; this.bgsl.Visible = true; this.bgsl.VisibleIndex = 4; this.bgsl.Width = 112; // // jysl // this.jysl.Caption = "检验数量"; this.jysl.FieldName = "jysl"; this.jysl.MinWidth = 30; this.jysl.Name = "jysl"; this.jysl.Tag = "jysl"; this.jysl.Visible = true; this.jysl.VisibleIndex = 5; this.jysl.Width = 112; // // rksl // this.rksl.Caption = "入库数量"; this.rksl.FieldName = "rksl"; this.rksl.MinWidth = 30; this.rksl.Name = "rksl"; this.rksl.Tag = "rksl"; this.rksl.Visible = true; this.rksl.VisibleIndex = 6; this.rksl.Width = 112; // // rktssl // this.rktssl.Caption = "入库推送数量"; this.rktssl.FieldName = "rktssl"; this.rktssl.MinWidth = 30; this.rktssl.Name = "rktssl"; this.rktssl.Tag = "rktssl"; this.rktssl.Visible = true; this.rktssl.VisibleIndex = 7; this.rktssl.Width = 112; // // scjd // this.scjd.Caption = "生产进度"; this.scjd.FieldName = "scjd"; this.scjd.MinWidth = 30; this.scjd.Name = "scjd"; this.scjd.Tag = "scjd"; this.scjd.Visible = true; this.scjd.VisibleIndex = 8; this.scjd.Width = 112; // // wlbm // this.wlbm.Caption = "物料编码"; this.wlbm.FieldName = "wlbm"; this.wlbm.MinWidth = 30; this.wlbm.Name = "wlbm"; this.wlbm.Tag = "wlbm"; this.wlbm.Visible = true; this.wlbm.VisibleIndex = 9; this.wlbm.Width = 112; // // yjkgsj // this.yjkgsj.Caption = "预计开工时间"; this.yjkgsj.FieldName = "yjkgsj"; this.yjkgsj.MinWidth = 30; this.yjkgsj.Name = "yjkgsj"; this.yjkgsj.Tag = "yjkgsj"; this.yjkgsj.Visible = true; this.yjkgsj.VisibleIndex = 10; this.yjkgsj.Width = 112; // // yjwcsj // this.yjwcsj.Caption = "预计完成时间"; this.yjwcsj.FieldName = "yjwcsj"; this.yjwcsj.MinWidth = 30; this.yjwcsj.Name = "yjwcsj"; this.yjwcsj.Tag = "yjwcsj"; this.yjwcsj.Visible = true; this.yjwcsj.VisibleIndex = 11; this.yjwcsj.Width = 112; // // YS_bgjlb // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1410, 834); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "YS_bgjlb"; this.Text = "报工记录表"; this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).EndInit(); this.split1.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit(); this.split1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private UserControl.UcToolBarMenu toolBarMenu1; private DevExpress.Utils.ToolTipController tips; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraEditors.SplitContainerControl split1; private DevExpress.XtraGrid.GridControl gcMain1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn guid; private UserControls.Data.UcPageBar pageBar1; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraGrid.Columns.GridColumn gdh; private DevExpress.XtraGrid.Columns.GridColumn gdsl; private DevExpress.XtraGrid.Columns.GridColumn qitsl; private DevExpress.XtraGrid.Columns.GridColumn yscl; private DevExpress.XtraGrid.Columns.GridColumn bgsl; private DevExpress.XtraGrid.Columns.GridColumn jysl; private DevExpress.XtraGrid.Columns.GridColumn rksl; private DevExpress.XtraGrid.Columns.GridColumn rktssl; private DevExpress.XtraGrid.Columns.GridColumn scjd; private DevExpress.XtraGrid.Columns.GridColumn wlbm; private DevExpress.XtraGrid.Columns.GridColumn yjkgsj; private DevExpress.XtraGrid.Columns.GridColumn yjwcsj; } }