namespace Gs.DevApp.DevFrm.Rk
|
{
|
partial class HistoryDhmxcs
|
{
|
/// <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.gcMain = new DevExpress.XtraGrid.GridControl();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
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.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// gcMain
|
//
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
this.gcMain.MainView = this.gridView1;
|
this.gcMain.Name = "gcMain";
|
this.gcMain.Size = new System.Drawing.Size(993, 620);
|
this.gcMain.TabIndex = 2;
|
this.gcMain.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.ColumnPanelRowHeight = 60;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gridColumn13,
|
this.gridColumn14,
|
this.gridColumn15,
|
this.gridColumn16,
|
this.gridColumn17,
|
this.gridColumn22,
|
this.gridColumn47,
|
this.gridColumn48,
|
this.gridColumn12,
|
this.gridColumn18,
|
this.gridColumn1});
|
this.gridView1.GridControl = this.gcMain;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
//
|
// gridColumn13
|
//
|
this.gridColumn13.Caption = "ERP行ID";
|
this.gridColumn13.FieldName = "ebelnK3id";
|
this.gridColumn13.MinWidth = 25;
|
this.gridColumn13.Name = "gridColumn13";
|
this.gridColumn13.Visible = true;
|
this.gridColumn13.VisibleIndex = 0;
|
this.gridColumn13.Width = 46;
|
//
|
// gridColumn14
|
//
|
this.gridColumn14.AppearanceCell.Options.UseFont = true;
|
this.gridColumn14.Caption = "物料ID";
|
this.gridColumn14.FieldName = "itemId";
|
this.gridColumn14.MinWidth = 25;
|
this.gridColumn14.Name = "gridColumn14";
|
this.gridColumn14.Tag = "query_a.ITEM_ID";
|
this.gridColumn14.Width = 100;
|
//
|
// gridColumn15
|
//
|
this.gridColumn15.Caption = "物料编码";
|
this.gridColumn15.FieldName = "itemNo";
|
this.gridColumn15.MinWidth = 25;
|
this.gridColumn15.Name = "gridColumn15";
|
this.gridColumn15.Visible = true;
|
this.gridColumn15.VisibleIndex = 3;
|
this.gridColumn15.Width = 46;
|
//
|
// gridColumn16
|
//
|
this.gridColumn16.Caption = "物料名称";
|
this.gridColumn16.FieldName = "itemName";
|
this.gridColumn16.MinWidth = 25;
|
this.gridColumn16.Name = "gridColumn16";
|
this.gridColumn16.Visible = true;
|
this.gridColumn16.VisibleIndex = 4;
|
this.gridColumn16.Width = 55;
|
//
|
// gridColumn17
|
//
|
this.gridColumn17.AppearanceCell.Options.UseFont = true;
|
this.gridColumn17.Caption = "物料规格";
|
this.gridColumn17.FieldName = "itemModel";
|
this.gridColumn17.MinWidth = 25;
|
this.gridColumn17.Name = "gridColumn17";
|
this.gridColumn17.Tag = "query_a.PRICING_QTY";
|
this.gridColumn17.Width = 25;
|
//
|
// gridColumn22
|
//
|
this.gridColumn22.AppearanceCell.Options.UseFont = true;
|
this.gridColumn22.Caption = "到货数量";
|
this.gridColumn22.FieldName = "quantity";
|
this.gridColumn22.MinWidth = 25;
|
this.gridColumn22.Name = "gridColumn22";
|
this.gridColumn22.Tag = "query_a.PURCHASE_QTY";
|
this.gridColumn22.Visible = true;
|
this.gridColumn22.VisibleIndex = 5;
|
this.gridColumn22.Width = 25;
|
//
|
// gridColumn47
|
//
|
this.gridColumn47.Caption = "收料人";
|
this.gridColumn47.FieldName = "createBy";
|
this.gridColumn47.MinWidth = 25;
|
this.gridColumn47.Name = "gridColumn47";
|
this.gridColumn47.Visible = true;
|
this.gridColumn47.VisibleIndex = 8;
|
this.gridColumn47.Width = 43;
|
//
|
// gridColumn48
|
//
|
this.gridColumn48.Caption = "收料时间";
|
this.gridColumn48.FieldName = "createDate";
|
this.gridColumn48.MinWidth = 25;
|
this.gridColumn48.Name = "gridColumn48";
|
this.gridColumn48.Visible = true;
|
this.gridColumn48.VisibleIndex = 7;
|
this.gridColumn48.Width = 94;
|
//
|
// gridColumn12
|
//
|
this.gridColumn12.Caption = "到货单号";
|
this.gridColumn12.FieldName = "dhdh";
|
this.gridColumn12.MinWidth = 25;
|
this.gridColumn12.Name = "gridColumn12";
|
this.gridColumn12.Visible = true;
|
this.gridColumn12.VisibleIndex = 2;
|
this.gridColumn12.Width = 94;
|
//
|
// gridColumn18
|
//
|
this.gridColumn18.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
this.gridColumn18.AppearanceCell.Options.UseForeColor = true;
|
this.gridColumn18.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
|
this.gridColumn18.AppearanceHeader.Options.UseForeColor = true;
|
this.gridColumn18.Caption = "实收数量";
|
this.gridColumn18.FieldName = "sjQuantity";
|
this.gridColumn18.MinWidth = 25;
|
this.gridColumn18.Name = "gridColumn18";
|
this.gridColumn18.Visible = true;
|
this.gridColumn18.VisibleIndex = 6;
|
this.gridColumn18.Width = 94;
|
//
|
// gridColumn1
|
//
|
this.gridColumn1.Caption = "采购单号";
|
this.gridColumn1.FieldName = "billNo";
|
this.gridColumn1.MinWidth = 25;
|
this.gridColumn1.Name = "gridColumn1";
|
this.gridColumn1.Visible = true;
|
this.gridColumn1.VisibleIndex = 1;
|
this.gridColumn1.Width = 94;
|
//
|
// HistoryDhmxcs
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(993, 620);
|
this.Controls.Add(this.gcMain);
|
this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "HistoryDhmxcs";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "收料明细";
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gcMain;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
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 gridColumn22;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn47;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn48;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
}
|
}
|