/* Create By GS EasyCode */
namespace Gs.DevApp.DevFrm
{
partial class Frm_MesInvItemArnDt
{
///
/// 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.gv_isdepsIn = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_cbillNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_ebeln = new DevExpress.XtraGrid.Columns.GridColumn();
this.ebeln_line = new DevExpress.XtraGrid.Columns.GridColumn();
this.ebeln_qty = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_quantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_rk = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn20 = 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(4, 3, 4, 3);
this.toolBarMenu1.Name = "toolBarMenu1";
this.toolBarMenu1.rptParameter = null;
this.toolBarMenu1.Size = new System.Drawing.Size(987, 62);
this.toolBarMenu1.TabIndex = 0;
this.toolBarMenu1.xlsInService = null;
this.toolBarMenu1.xlsOutParameter = null;
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.split1);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(985, 443);
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.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(985, 443);
this.split1.SplitterPosition = 0;
this.split1.TabIndex = 0;
//
// gcMain1
//
this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain1.Location = new System.Drawing.Point(0, 0);
this.gcMain1.MainView = this.gridView1;
this.gcMain1.Name = "gcMain1";
this.gcMain1.Size = new System.Drawing.Size(985, 402);
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.gv_isdepsIn,
this.gv_cbillNo,
this.gv_ebeln,
this.ebeln_line,
this.ebeln_qty,
this.gv_quantity,
this.gv_rk,
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
this.gridColumn8,
this.gridColumn9,
this.gridColumn10,
this.gridColumn11,
this.gridColumn12,
this.gridColumn13,
this.gridColumn14,
this.gridColumn15,
this.gridColumn16,
this.gridColumn17,
this.gridColumn18,
this.gridColumn19,
this.gridColumn20});
this.gridView1.DetailHeight = 272;
this.gridView1.GridControl = this.gcMain1;
this.gridView1.IndicatorWidth = 43;
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 = 21;
this.guid.Name = "guid";
this.guid.Tag = "guid";
this.guid.Width = 66;
//
// gv_isdepsIn
//
this.gv_isdepsIn.Caption = "是否入库";
this.gv_isdepsIn.FieldName = "isdepsIn";
this.gv_isdepsIn.MinWidth = 21;
this.gv_isdepsIn.Name = "gv_isdepsIn";
this.gv_isdepsIn.Tag = "yf";
this.gv_isdepsIn.Visible = true;
this.gv_isdepsIn.VisibleIndex = 0;
this.gv_isdepsIn.Width = 78;
//
// gv_cbillNo
//
this.gv_cbillNo.Caption = "到货单号";
this.gv_cbillNo.FieldName = "cbillNo";
this.gv_cbillNo.MinWidth = 21;
this.gv_cbillNo.Name = "gv_cbillNo";
this.gv_cbillNo.Tag = "wbzds";
this.gv_cbillNo.Visible = true;
this.gv_cbillNo.VisibleIndex = 1;
this.gv_cbillNo.Width = 78;
//
// gv_ebeln
//
this.gv_ebeln.Caption = "采购订单号";
this.gv_ebeln.FieldName = "ebeln";
this.gv_ebeln.MinWidth = 21;
this.gv_ebeln.Name = "gv_ebeln";
this.gv_ebeln.Tag = "bhgds";
this.gv_ebeln.Visible = true;
this.gv_ebeln.VisibleIndex = 2;
this.gv_ebeln.Width = 78;
//
// ebeln_line
//
this.ebeln_line.Caption = "采购订单行号";
this.ebeln_line.FieldName = "ebelnLine";
this.ebeln_line.MinWidth = 21;
this.ebeln_line.Name = "ebeln_line";
this.ebeln_line.Tag = "hgl";
this.ebeln_line.Visible = true;
this.ebeln_line.VisibleIndex = 3;
this.ebeln_line.Width = 78;
//
// ebeln_qty
//
this.ebeln_qty.Caption = "订单数量";
this.ebeln_qty.FieldName = "ebelnQty";
this.ebeln_qty.MinWidth = 21;
this.ebeln_qty.Name = "ebeln_qty";
this.ebeln_qty.Tag = "tkds";
this.ebeln_qty.Visible = true;
this.ebeln_qty.VisibleIndex = 4;
this.ebeln_qty.Width = 78;
//
// gv_quantity
//
this.gv_quantity.Caption = "收货数量";
this.gv_quantity.FieldName = "quantity";
this.gv_quantity.MinWidth = 21;
this.gv_quantity.Name = "gv_quantity";
this.gv_quantity.Tag = "jyjgz";
this.gv_quantity.Visible = true;
this.gv_quantity.VisibleIndex = 5;
this.gv_quantity.Width = 78;
//
// gv_rk
//
this.gv_rk.Caption = "已入库数量";
this.gv_rk.FieldName = "okRkqty";
this.gv_rk.MinWidth = 21;
this.gv_rk.Name = "gv_rk";
this.gv_rk.Tag = "createTime";
this.gv_rk.Width = 78;
//
// gridColumn1
//
this.gridColumn1.Caption = "计划跟踪号";
this.gridColumn1.FieldName = "mtoNo";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 6;
//
// gridColumn2
//
this.gridColumn2.Caption = "检验单号";
this.gridColumn2.FieldName = "releaseNo";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 7;
//
// gridColumn3
//
this.gridColumn3.Caption = "审核";
this.gridColumn3.FieldName = "status";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 8;
//
// gridColumn4
//
this.gridColumn4.Caption = "创建人";
this.gridColumn4.FieldName = "createBy";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 9;
//
// gridColumn5
//
this.gridColumn5.Caption = "备注";
this.gridColumn5.FieldName = "remark";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 10;
//
// gridColumn6
//
this.gridColumn6.Caption = "送货单号";
this.gridColumn6.FieldName = "paperBillNo";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 11;
//
// gridColumn7
//
this.gridColumn7.Caption = "是否为送货单";
this.gridColumn7.FieldName = "isSrm";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 12;
//
// gridColumn8
//
this.gridColumn8.Caption = "检验提交";
this.gridColumn8.FieldName = "fstatus";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 13;
//
// gridColumn9
//
this.gridColumn9.Caption = "是否委外";
this.gridColumn9.FieldName = "f_type";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 14;
//
// gridColumn10
//
this.gridColumn10.Caption = "物料编码";
this.gridColumn10.FieldName = "itemNO";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 15;
//
// gridColumn11
//
this.gridColumn11.Caption = "物料名称";
this.gridColumn11.FieldName = "itemName";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.Visible = true;
this.gridColumn11.VisibleIndex = 16;
//
// gridColumn12
//
this.gridColumn12.Caption = "物料规格";
this.gridColumn12.FieldName = "itemModel";
this.gridColumn12.Name = "gridColumn12";
this.gridColumn12.Visible = true;
this.gridColumn12.VisibleIndex = 17;
//
// gridColumn13
//
this.gridColumn13.Caption = "仓库";
this.gridColumn13.FieldName = "depotName";
this.gridColumn13.Name = "gridColumn13";
this.gridColumn13.Visible = true;
this.gridColumn13.VisibleIndex = 18;
//
// gridColumn14
//
this.gridColumn14.Caption = "采购单位";
this.gridColumn14.FieldName = "cgdw";
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 19;
//
// gridColumn15
//
this.gridColumn15.Caption = "库存单位";
this.gridColumn15.FieldName = "kcdw";
this.gridColumn15.Name = "gridColumn15";
this.gridColumn15.Visible = true;
this.gridColumn15.VisibleIndex = 20;
//
// gridColumn16
//
this.gridColumn16.Caption = "验退数量";
this.gridColumn16.FieldName = "ytsl";
this.gridColumn16.Name = "gridColumn16";
this.gridColumn16.Visible = true;
this.gridColumn16.VisibleIndex = 21;
//
// gridColumn17
//
this.gridColumn17.Caption = "免检";
this.gridColumn17.FieldName = "mj";
this.gridColumn17.Name = "gridColumn17";
this.gridColumn17.Visible = true;
this.gridColumn17.VisibleIndex = 22;
//
// gridColumn18
//
this.gridColumn18.Caption = "检验状态";
this.gridColumn18.FieldName = "jyzt";
this.gridColumn18.Name = "gridColumn18";
this.gridColumn18.Visible = true;
this.gridColumn18.VisibleIndex = 23;
//
// gridColumn19
//
this.gridColumn19.Caption = "检验结果";
this.gridColumn19.FieldName = "jyjg";
this.gridColumn19.Name = "gridColumn19";
this.gridColumn19.Visible = true;
this.gridColumn19.VisibleIndex = 24;
//
// gridColumn20
//
this.gridColumn20.Caption = "处理意见";
this.gridColumn20.FieldName = "clyj";
this.gridColumn20.Name = "gridColumn20";
this.gridColumn20.Visible = true;
this.gridColumn20.VisibleIndex = 25;
//
// pageBar1
//
this.pageBar1.CurrentPage = 1;
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pageBar1.Location = new System.Drawing.Point(0, 402);
this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pageBar1.Name = "pageBar1";
this.pageBar1.RecordCount = 0;
this.pageBar1.Size = new System.Drawing.Size(985, 31);
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, 62);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(987, 469);
this.xtraTabControl1.TabIndex = 3;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1});
//
// Frm_MesInvItemArnDt
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(987, 531);
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.toolBarMenu1);
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
this.Name = "Frm_MesInvItemArnDt";
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 gv_isdepsIn;
private DevExpress.XtraGrid.Columns.GridColumn gv_cbillNo;
private DevExpress.XtraGrid.Columns.GridColumn gv_ebeln;
private DevExpress.XtraGrid.Columns.GridColumn ebeln_line;
private DevExpress.XtraGrid.Columns.GridColumn ebeln_qty;
private DevExpress.XtraGrid.Columns.GridColumn gv_quantity;
private DevExpress.XtraGrid.Columns.GridColumn gv_rk;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
}
}