/* Create By GS EasyCode */
|
namespace Gs.DevApp.DevFrm
|
{
|
partial class YS_scrk
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
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.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.qualifiedQty = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.inboundQty = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.inboundDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.inboundDuration = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.inspectorName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.inboundStatus = 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.itemCode,
|
this.itemName,
|
this.itemModel,
|
this.supplierCode,
|
this.supplierName,
|
this.qualifiedQty,
|
this.inboundQty,
|
this.inboundDate,
|
this.inboundDuration,
|
this.inspectorName,
|
this.inboundStatus});
|
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 = "报工日期";
|
this.mesReceiptNo.FieldName = "reportDate";
|
this.mesReceiptNo.MinWidth = 30;
|
this.mesReceiptNo.Name = "reportDate";
|
this.mesReceiptNo.Tag = "reportDate";
|
this.mesReceiptNo.Visible = true;
|
this.mesReceiptNo.VisibleIndex = 0;
|
this.mesReceiptNo.Width = 120;
|
//
|
// erpReceiptNo
|
//
|
this.erpReceiptNo.Caption = "工单号";
|
this.erpReceiptNo.FieldName = "workOrderNo";
|
this.erpReceiptNo.MinWidth = 30;
|
this.erpReceiptNo.Name = "workOrderNo";
|
this.erpReceiptNo.Tag = "workOrderNo";
|
this.erpReceiptNo.Visible = true;
|
this.erpReceiptNo.VisibleIndex = 1;
|
this.erpReceiptNo.Width = 120;
|
//
|
// inspectionNo
|
//
|
this.inspectionNo.Caption = "物料编码";
|
this.inspectionNo.FieldName = "itemCode";
|
this.inspectionNo.MinWidth = 30;
|
this.inspectionNo.Name = "itemCode";
|
this.inspectionNo.Tag = "itemCode";
|
this.inspectionNo.Visible = true;
|
this.inspectionNo.VisibleIndex = 2;
|
this.inspectionNo.Width = 120;
|
//
|
// purchaseOrderNo
|
//
|
this.purchaseOrderNo.Caption = "物料名称";
|
this.purchaseOrderNo.FieldName = "itemName";
|
this.purchaseOrderNo.MinWidth = 30;
|
this.purchaseOrderNo.Name = "itemName";
|
this.purchaseOrderNo.Tag = "itemName";
|
this.purchaseOrderNo.Visible = true;
|
this.purchaseOrderNo.VisibleIndex = 3;
|
this.purchaseOrderNo.Width = 120;
|
//
|
// itemCode
|
//
|
this.itemCode.Caption = "物料规格";
|
this.itemCode.FieldName = "itemSpec";
|
this.itemCode.MinWidth = 30;
|
this.itemCode.Name = "itemSpec";
|
this.itemCode.Tag = "itemSpec";
|
this.itemCode.Visible = true;
|
this.itemCode.VisibleIndex = 4;
|
this.itemCode.Width = 120;
|
//
|
// itemName
|
//
|
this.itemName.Caption = "工单数量";
|
this.itemName.FieldName = "workOrderQty";
|
this.itemName.MinWidth = 30;
|
this.itemName.Name = "workOrderQty";
|
this.itemName.Tag = "workOrderQty";
|
this.itemName.Visible = true;
|
this.itemName.VisibleIndex = 5;
|
this.itemName.Width = 150;
|
//
|
// itemModel
|
//
|
this.itemModel.Caption = "入库数量";
|
this.itemModel.FieldName = "inboundQty";
|
this.itemModel.MinWidth = 30;
|
this.itemModel.Name = "inboundQty";
|
this.itemModel.Tag = "inboundQty";
|
this.itemModel.Visible = true;
|
this.itemModel.VisibleIndex = 6;
|
this.itemModel.Width = 120;
|
//
|
// supplierCode
|
//
|
this.supplierCode.Caption = "未入库数量";
|
this.supplierCode.FieldName = "uninboundQty";
|
this.supplierCode.MinWidth = 30;
|
this.supplierCode.Name = "uninboundQty";
|
this.supplierCode.Tag = "uninboundQty";
|
this.supplierCode.Visible = true;
|
this.supplierCode.VisibleIndex = 7;
|
this.supplierCode.Width = 120;
|
//
|
// supplierName
|
//
|
this.supplierName.Caption = "排产日期";
|
this.supplierName.FieldName = "schedulingDate";
|
this.supplierName.MinWidth = 30;
|
this.supplierName.Name = "schedulingDate";
|
this.supplierName.Tag = "schedulingDate";
|
this.supplierName.Visible = true;
|
this.supplierName.VisibleIndex = 8;
|
this.supplierName.Width = 150;
|
//
|
// qualifiedQty
|
//
|
this.qualifiedQty.Caption = "工单状态";
|
this.qualifiedQty.FieldName = "status";
|
this.qualifiedQty.MinWidth = 30;
|
this.qualifiedQty.Name = "status";
|
this.qualifiedQty.Tag = "status";
|
this.qualifiedQty.Visible = true;
|
this.qualifiedQty.VisibleIndex = 9;
|
this.qualifiedQty.Width = 100;
|
//
|
// inboundQty
|
//
|
this.inboundQty.Caption = "检验结果";
|
this.inboundQty.FieldName = "inspectionResult";
|
this.inboundQty.MinWidth = 30;
|
this.inboundQty.Name = "inspectionResult";
|
this.inboundQty.Tag = "inspectionResult";
|
this.inboundQty.Visible = true;
|
this.inboundQty.VisibleIndex = 10;
|
this.inboundQty.Width = 100;
|
//
|
// inboundDate
|
//
|
this.inboundDate.Caption = "检验数量";
|
this.inboundDate.FieldName = "inspectionQty";
|
this.inboundDate.MinWidth = 30;
|
this.inboundDate.Name = "inspectionQty";
|
this.inboundDate.Tag = "inspectionQty";
|
this.inboundDate.Visible = true;
|
this.inboundDate.VisibleIndex = 11;
|
this.inboundDate.Width = 120;
|
//
|
// inboundDuration
|
//
|
this.inboundDuration.Caption = "报工数量";
|
this.inboundDuration.FieldName = "reportingQty";
|
this.inboundDuration.MinWidth = 30;
|
this.inboundDuration.Name = "reportingQty";
|
this.inboundDuration.Tag = "reportingQty";
|
this.inboundDuration.Visible = true;
|
this.inboundDuration.VisibleIndex = 12;
|
this.inboundDuration.Width = 120;
|
//
|
// inspectorName
|
//
|
this.inspectorName.Caption = "条码张数";
|
this.inspectorName.FieldName = "barcodeCount";
|
this.inspectorName.MinWidth = 30;
|
this.inspectorName.Name = "barcodeCount";
|
this.inspectorName.Tag = "barcodeCount";
|
this.inspectorName.Visible = true;
|
this.inspectorName.VisibleIndex = 13;
|
this.inspectorName.Width = 100;
|
//
|
// inboundStatus
|
//
|
this.inboundStatus.Caption = "报工人";
|
this.inboundStatus.FieldName = "reportingStaff";
|
this.inboundStatus.MinWidth = 30;
|
this.inboundStatus.Name = "reportingStaff";
|
this.inboundStatus.Tag = "reportingStaff";
|
this.inboundStatus.Visible = true;
|
this.inboundStatus.VisibleIndex = 14;
|
this.inboundStatus.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 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 qualifiedQty;
|
private DevExpress.XtraGrid.Columns.GridColumn inboundQty;
|
private DevExpress.XtraGrid.Columns.GridColumn inboundDate;
|
private DevExpress.XtraGrid.Columns.GridColumn inboundDuration;
|
private DevExpress.XtraGrid.Columns.GridColumn inspectorName;
|
private DevExpress.XtraGrid.Columns.GridColumn inboundStatus;
|
}
|
}
|