/* Create By GS EasyCode */ namespace Gs.DevApp.DevFrm { partial class YS_iqcdjy { /// /// 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.mesBillNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.erpBillNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.inspectNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.poNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.suppCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.suppName = new DevExpress.XtraGrid.Columns.GridColumn(); this.itemCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.itemName = new DevExpress.XtraGrid.Columns.GridColumn(); this.itemModel = new DevExpress.XtraGrid.Columns.GridColumn(); this.qty = new DevExpress.XtraGrid.Columns.GridColumn(); this.unit = new DevExpress.XtraGrid.Columns.GridColumn(); this.submitTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.waitHours = new DevExpress.XtraGrid.Columns.GridColumn(); this.deadline = new DevExpress.XtraGrid.Columns.GridColumn(); this.isOverdue = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.overdueHours = new DevExpress.XtraGrid.Columns.GridColumn(); this.inspectStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.inspecto = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); 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.repositoryItemCheckEdit1)).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.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); 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.OptionsBehavior.Editable = false; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.mesBillNo, this.erpBillNo, this.inspectNo, this.poNo, this.suppCode, this.suppName, this.itemCode, this.itemName, this.itemModel, this.qty, this.unit, this.submitTime, this.waitHours, this.deadline, this.isOverdue, this.overdueHours, this.inspectStatus, this.inspecto}); 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; // // mesBillNo // this.mesBillNo.Caption = "MES收料单号"; this.mesBillNo.FieldName = "mesBillNo"; this.mesBillNo.MinWidth = 30; this.mesBillNo.Name = "mesBillNo"; this.mesBillNo.Tag = "mesBillNo"; this.mesBillNo.Visible = true; this.mesBillNo.VisibleIndex = 0; this.mesBillNo.Width = 120; // // erpBillNo // this.erpBillNo.Caption = "ERP收料单号"; this.erpBillNo.FieldName = "erpBillNo"; this.erpBillNo.MinWidth = 30; this.erpBillNo.Name = "erpBillNo"; this.erpBillNo.Tag = "erpBillNo"; this.erpBillNo.Visible = true; this.erpBillNo.VisibleIndex = 1; this.erpBillNo.Width = 120; // // inspectNo // this.inspectNo.Caption = "检验单号"; this.inspectNo.FieldName = "inspectNo"; this.inspectNo.MinWidth = 30; this.inspectNo.Name = "inspectNo"; this.inspectNo.Tag = "inspectNo"; this.inspectNo.Visible = true; this.inspectNo.VisibleIndex = 2; this.inspectNo.Width = 120; // // poNo // this.poNo.Caption = "采购订单"; this.poNo.FieldName = "poNo"; this.poNo.MinWidth = 30; this.poNo.Name = "poNo"; this.poNo.Tag = "poNo"; this.poNo.Visible = true; this.poNo.VisibleIndex = 3; this.poNo.Width = 120; // // suppCode // this.suppCode.Caption = "供应商编码"; this.suppCode.FieldName = "suppCode"; this.suppCode.MinWidth = 30; this.suppCode.Name = "suppCode"; this.suppCode.Tag = "suppCode"; this.suppCode.Visible = true; this.suppCode.VisibleIndex = 4; this.suppCode.Width = 120; // // suppName // this.suppName.Caption = "供应商名称"; this.suppName.FieldName = "suppName"; this.suppName.MinWidth = 30; this.suppName.Name = "suppName"; this.suppName.Tag = "suppName"; this.suppName.Visible = true; this.suppName.VisibleIndex = 5; this.suppName.Width = 150; // // itemCode // this.itemCode.Caption = "物料编码"; this.itemCode.FieldName = "itemCode"; this.itemCode.MinWidth = 30; this.itemCode.Name = "itemCode"; this.itemCode.Tag = "itemCode"; this.itemCode.Visible = true; this.itemCode.VisibleIndex = 6; this.itemCode.Width = 120; // // itemName // this.itemName.Caption = "物料名称"; this.itemName.FieldName = "itemName"; this.itemName.MinWidth = 30; this.itemName.Name = "itemName"; this.itemName.Tag = "itemName"; this.itemName.Visible = true; this.itemName.VisibleIndex = 7; this.itemName.Width = 150; // // itemModel // this.itemModel.Caption = "物料规格"; this.itemModel.FieldName = "itemModel"; this.itemModel.MinWidth = 30; this.itemModel.Name = "itemModel"; this.itemModel.Tag = "itemModel"; this.itemModel.Visible = true; this.itemModel.VisibleIndex = 8; this.itemModel.Width = 120; // // qty // this.qty.Caption = "数量"; this.qty.FieldName = "qty"; this.qty.MinWidth = 30; this.qty.Name = "qty"; this.qty.Tag = "qty"; this.qty.Visible = true; this.qty.VisibleIndex = 9; this.qty.Width = 100; // // unit // this.unit.Caption = "单位"; this.unit.FieldName = "unit"; this.unit.MinWidth = 30; this.unit.Name = "unit"; this.unit.Tag = "unit"; this.unit.Visible = true; this.unit.VisibleIndex = 10; this.unit.Width = 80; // // submitTime // this.submitTime.Caption = "送检时间"; this.submitTime.FieldName = "submitTime"; this.submitTime.MinWidth = 30; this.submitTime.Name = "submitTime"; this.submitTime.Tag = "submitTime"; this.submitTime.Visible = true; this.submitTime.VisibleIndex = 11; this.submitTime.Width = 150; // // waitHours // this.waitHours.Caption = "待检时长"; this.waitHours.FieldName = "waitHours"; this.waitHours.MinWidth = 30; this.waitHours.Name = "waitHours"; this.waitHours.Tag = "waitHours"; this.waitHours.Visible = true; this.waitHours.VisibleIndex = 12; this.waitHours.Width = 100; // // deadline // this.deadline.Caption = "规定检验截止时间"; this.deadline.FieldName = "deadline"; this.deadline.MinWidth = 30; this.deadline.Name = "deadline"; this.deadline.Tag = "deadline"; this.deadline.Visible = true; this.deadline.VisibleIndex = 13; this.deadline.Width = 150; // // isOverdue // this.isOverdue.Caption = "是否超时"; this.isOverdue.ColumnEdit = this.repositoryItemCheckEdit1; this.isOverdue.FieldName = "isOverdue"; this.isOverdue.MinWidth = 30; this.isOverdue.Name = "isOverdue"; this.isOverdue.Tag = "isOverdue"; this.isOverdue.Visible = true; this.isOverdue.VisibleIndex = 14; this.isOverdue.Width = 80; // // overdueHours // this.overdueHours.Caption = "超时小时数"; this.overdueHours.FieldName = "overdueHours"; this.overdueHours.MinWidth = 30; this.overdueHours.Name = "overdueHours"; this.overdueHours.Tag = "overdueHours"; this.overdueHours.Visible = true; this.overdueHours.VisibleIndex = 15; this.overdueHours.Width = 100; // // inspectStatus // this.inspectStatus.Caption = "检验状态"; this.inspectStatus.FieldName = "inspectStatus"; this.inspectStatus.MinWidth = 30; this.inspectStatus.Name = "inspectStatus"; this.inspectStatus.Tag = "inspectStatus"; this.inspectStatus.Visible = true; this.inspectStatus.VisibleIndex = 16; this.inspectStatus.Width = 100; // // inspecto // this.inspecto.Caption = "检验员"; this.inspecto.FieldName = "inspecto"; this.inspecto.MinWidth = 30; this.inspecto.Name = "inspecto"; this.inspecto.Tag = "inspecto"; this.inspecto.Visible = true; this.inspecto.VisibleIndex = 17; this.inspecto.Width = 100; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.ValueChecked = true; this.repositoryItemCheckEdit1.ValueUnchecked = false; // // 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}); // // YS_rkjreport // 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_rkjreport"; 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.repositoryItemCheckEdit1)).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 UserControls.Data.UcPageBar pageBar1; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraGrid.Columns.GridColumn mesBillNo; private DevExpress.XtraGrid.Columns.GridColumn erpBillNo; private DevExpress.XtraGrid.Columns.GridColumn inspectNo; private DevExpress.XtraGrid.Columns.GridColumn poNo; private DevExpress.XtraGrid.Columns.GridColumn suppCode; private DevExpress.XtraGrid.Columns.GridColumn suppName; private DevExpress.XtraGrid.Columns.GridColumn itemCode; private DevExpress.XtraGrid.Columns.GridColumn itemName; private DevExpress.XtraGrid.Columns.GridColumn itemModel; private DevExpress.XtraGrid.Columns.GridColumn qty; private DevExpress.XtraGrid.Columns.GridColumn unit; private DevExpress.XtraGrid.Columns.GridColumn submitTime; private DevExpress.XtraGrid.Columns.GridColumn waitHours; private DevExpress.XtraGrid.Columns.GridColumn deadline; private DevExpress.XtraGrid.Columns.GridColumn isOverdue; private DevExpress.XtraGrid.Columns.GridColumn overdueHours; private DevExpress.XtraGrid.Columns.GridColumn inspectStatus; private DevExpress.XtraGrid.Columns.GridColumn inspecto; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; } }