/* Create By GS EasyCode */
namespace Gs.DevApp.DevFrm
{
partial class YS_rkmx
{
///
/// 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.mesReceiptNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.erpReceiptNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.inspectionNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.purchaseOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.inboundNo = 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.supplierCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.supplierName = new DevExpress.XtraGrid.Columns.GridColumn();
this.submitQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.qualifiedQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.inboundQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.submitDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.inspectionCompleteDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.inboundDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.inspectionDuration = new DevExpress.XtraGrid.Columns.GridColumn();
this.inboundDuration = new DevExpress.XtraGrid.Columns.GridColumn();
this.totalDuration = new DevExpress.XtraGrid.Columns.GridColumn();
this.inspectorName = new DevExpress.XtraGrid.Columns.GridColumn();
this.inboundUserName = 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.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.mesReceiptNo,
this.erpReceiptNo,
this.inspectionNo,
this.purchaseOrderNo,
this.inboundNo,
this.itemCode,
this.itemName,
this.itemModel,
this.supplierCode,
this.supplierName,
this.submitQty,
this.qualifiedQty,
this.inboundQty,
this.submitDate,
this.inspectionCompleteDate,
this.inboundDate,
this.inspectionDuration,
this.inboundDuration,
this.totalDuration,
this.inspectorName,
this.inboundUserName});
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;
//
// mesReceiptNo
//
this.mesReceiptNo.Caption = "MES收料单号";
this.mesReceiptNo.FieldName = "mesReceiptNo";
this.mesReceiptNo.MinWidth = 30;
this.mesReceiptNo.Name = "mesReceiptNo";
this.mesReceiptNo.Tag = "mesReceiptNo";
this.mesReceiptNo.Visible = true;
this.mesReceiptNo.VisibleIndex = 0;
this.mesReceiptNo.Width = 120;
//
// erpReceiptNo
//
this.erpReceiptNo.Caption = "ERP收料单号";
this.erpReceiptNo.FieldName = "erpReceiptNo";
this.erpReceiptNo.MinWidth = 30;
this.erpReceiptNo.Name = "erpReceiptNo";
this.erpReceiptNo.Tag = "erpReceiptNo";
this.erpReceiptNo.Visible = true;
this.erpReceiptNo.VisibleIndex = 1;
this.erpReceiptNo.Width = 120;
//
// inspectionNo
//
this.inspectionNo.Caption = "检验单号";
this.inspectionNo.FieldName = "inspectionNo";
this.inspectionNo.MinWidth = 30;
this.inspectionNo.Name = "inspectionNo";
this.inspectionNo.Tag = "inspectionNo";
this.inspectionNo.Visible = true;
this.inspectionNo.VisibleIndex = 2;
this.inspectionNo.Width = 120;
//
// purchaseOrderNo
//
this.purchaseOrderNo.Caption = "采购订单";
this.purchaseOrderNo.FieldName = "purchaseOrderNo";
this.purchaseOrderNo.MinWidth = 30;
this.purchaseOrderNo.Name = "purchaseOrderNo";
this.purchaseOrderNo.Tag = "purchaseOrderNo";
this.purchaseOrderNo.Visible = true;
this.purchaseOrderNo.VisibleIndex = 3;
this.purchaseOrderNo.Width = 120;
//
// inboundNo
//
this.inboundNo.Caption = "入库单号";
this.inboundNo.FieldName = "inboundNo";
this.inboundNo.MinWidth = 30;
this.inboundNo.Name = "inboundNo";
this.inboundNo.Tag = "inboundNo";
this.inboundNo.Visible = true;
this.inboundNo.VisibleIndex = 4;
this.inboundNo.Width = 120;
//
// 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 = 5;
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 = 6;
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 = 7;
this.itemModel.Width = 120;
//
// supplierCode
//
this.supplierCode.Caption = "供应商编码";
this.supplierCode.FieldName = "supplierCode";
this.supplierCode.MinWidth = 30;
this.supplierCode.Name = "supplierCode";
this.supplierCode.Tag = "supplierCode";
this.supplierCode.Visible = true;
this.supplierCode.VisibleIndex = 8;
this.supplierCode.Width = 120;
//
// supplierName
//
this.supplierName.Caption = "供应商名称";
this.supplierName.FieldName = "supplierName";
this.supplierName.MinWidth = 30;
this.supplierName.Name = "supplierName";
this.supplierName.Tag = "supplierName";
this.supplierName.Visible = true;
this.supplierName.VisibleIndex = 9;
this.supplierName.Width = 150;
//
// submitQty
//
this.submitQty.Caption = "送检数量";
this.submitQty.FieldName = "submitQty";
this.submitQty.MinWidth = 30;
this.submitQty.Name = "submitQty";
this.submitQty.Tag = "submitQty";
this.submitQty.Visible = true;
this.submitQty.VisibleIndex = 10;
this.submitQty.Width = 100;
//
// qualifiedQty
//
this.qualifiedQty.Caption = "合格数量";
this.qualifiedQty.FieldName = "qualifiedQty";
this.qualifiedQty.MinWidth = 30;
this.qualifiedQty.Name = "qualifiedQty";
this.qualifiedQty.Tag = "qualifiedQty";
this.qualifiedQty.Visible = true;
this.qualifiedQty.VisibleIndex = 11;
this.qualifiedQty.Width = 100;
//
// inboundQty
//
this.inboundQty.Caption = "入库数量";
this.inboundQty.FieldName = "inboundQty";
this.inboundQty.MinWidth = 30;
this.inboundQty.Name = "inboundQty";
this.inboundQty.Tag = "inboundQty";
this.inboundQty.Visible = true;
this.inboundQty.VisibleIndex = 12;
this.inboundQty.Width = 100;
//
// submitDate
//
this.submitDate.Caption = "送检日期";
this.submitDate.FieldName = "submitDate";
this.submitDate.MinWidth = 30;
this.submitDate.Name = "submitDate";
this.submitDate.Tag = "submitDate";
this.submitDate.Visible = true;
this.submitDate.VisibleIndex = 13;
this.submitDate.Width = 120;
//
// inspectionCompleteDate
//
this.inspectionCompleteDate.Caption = "检验完成日期";
this.inspectionCompleteDate.FieldName = "inspectionCompleteDate";
this.inspectionCompleteDate.MinWidth = 30;
this.inspectionCompleteDate.Name = "inspectionCompleteDate";
this.inspectionCompleteDate.Tag = "inspectionCompleteDate";
this.inspectionCompleteDate.Visible = true;
this.inspectionCompleteDate.VisibleIndex = 14;
this.inspectionCompleteDate.Width = 120;
//
// inboundDate
//
this.inboundDate.Caption = "入库日期";
this.inboundDate.FieldName = "inboundDate";
this.inboundDate.MinWidth = 30;
this.inboundDate.Name = "inboundDate";
this.inboundDate.Tag = "inboundDate";
this.inboundDate.Visible = true;
this.inboundDate.VisibleIndex = 15;
this.inboundDate.Width = 120;
//
// inspectionDuration
//
this.inspectionDuration.Caption = "检验耗时(小时)";
this.inspectionDuration.FieldName = "inspectionDuration";
this.inspectionDuration.MinWidth = 30;
this.inspectionDuration.Name = "inspectionDuration";
this.inspectionDuration.Tag = "inspectionDuration";
this.inspectionDuration.Visible = true;
this.inspectionDuration.VisibleIndex = 16;
this.inspectionDuration.Width = 120;
//
// inboundDuration
//
this.inboundDuration.Caption = "入库耗时(小时)";
this.inboundDuration.FieldName = "inboundDuration";
this.inboundDuration.MinWidth = 30;
this.inboundDuration.Name = "inboundDuration";
this.inboundDuration.Tag = "inboundDuration";
this.inboundDuration.Visible = true;
this.inboundDuration.VisibleIndex = 17;
this.inboundDuration.Width = 120;
//
// totalDuration
//
this.totalDuration.Caption = "总耗时(小时)";
this.totalDuration.FieldName = "totalDuration";
this.totalDuration.MinWidth = 30;
this.totalDuration.Name = "totalDuration";
this.totalDuration.Tag = "totalDuration";
this.totalDuration.Visible = true;
this.totalDuration.VisibleIndex = 18;
this.totalDuration.Width = 120;
//
// inspectorName
//
this.inspectorName.Caption = "检验员";
this.inspectorName.FieldName = "inspectorName";
this.inspectorName.MinWidth = 30;
this.inspectorName.Name = "inspectorName";
this.inspectorName.Tag = "inspectorName";
this.inspectorName.Visible = true;
this.inspectorName.VisibleIndex = 19;
this.inspectorName.Width = 100;
//
// inboundUserName
//
this.inboundUserName.Caption = "入库员";
this.inboundUserName.FieldName = "inboundUserName";
this.inboundUserName.MinWidth = 30;
this.inboundUserName.Name = "inboundUserName";
this.inboundUserName.Tag = "inboundUserName";
this.inboundUserName.Visible = true;
this.inboundUserName.VisibleIndex = 20;
this.inboundUserName.Width = 100;
//
// 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.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 mesReceiptNo;
private DevExpress.XtraGrid.Columns.GridColumn erpReceiptNo;
private DevExpress.XtraGrid.Columns.GridColumn inspectionNo;
private DevExpress.XtraGrid.Columns.GridColumn purchaseOrderNo;
private DevExpress.XtraGrid.Columns.GridColumn inboundNo;
private DevExpress.XtraGrid.Columns.GridColumn itemCode;
private DevExpress.XtraGrid.Columns.GridColumn itemName;
private DevExpress.XtraGrid.Columns.GridColumn itemModel;
private DevExpress.XtraGrid.Columns.GridColumn supplierCode;
private DevExpress.XtraGrid.Columns.GridColumn supplierName;
private DevExpress.XtraGrid.Columns.GridColumn submitQty;
private DevExpress.XtraGrid.Columns.GridColumn qualifiedQty;
private DevExpress.XtraGrid.Columns.GridColumn inboundQty;
private DevExpress.XtraGrid.Columns.GridColumn submitDate;
private DevExpress.XtraGrid.Columns.GridColumn inspectionCompleteDate;
private DevExpress.XtraGrid.Columns.GridColumn inboundDate;
private DevExpress.XtraGrid.Columns.GridColumn inspectionDuration;
private DevExpress.XtraGrid.Columns.GridColumn inboundDuration;
private DevExpress.XtraGrid.Columns.GridColumn totalDuration;
private DevExpress.XtraGrid.Columns.GridColumn inspectorName;
private DevExpress.XtraGrid.Columns.GridColumn inboundUserName;
}
}