1064 lines
56 KiB
C#
1064 lines
56 KiB
C#
|
|
namespace WMS.FrmSC
|
|||
|
|
{
|
|||
|
|
partial class FormCUX_WMS_ASN_HEADES_ITF_ZH
|
|||
|
|
{
|
|||
|
|
/// <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();
|
|||
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCUX_WMS_ASN_HEADES_ITF_ZH));
|
|||
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|||
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|||
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|||
|
|
this.gridControlCustom3 = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.gdv_order = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colORG_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPO_HEADER_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colASN_HEADER_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colASN_NUMBER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPO_NUMBER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colVENDOR_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colVENDOR_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colVENDOR_SITE_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCOMMENTS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLAST_UPDATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLAST_UPDATED_BY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCREATION_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCREATED_BY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|||
|
|
this.gridControlCustom4 = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.bindingSource2 = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colASN_HEADER_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colASN_LINE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPO_LINE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLINE_LOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLINE_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSHIPMENT_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSHIP_TO_ORGANIZATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colORGANIZATION_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colNOTE_TO_RECEIVER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPO_DISTRIBUTION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colDISTRIBUTION_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colITEM_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colITEM_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colITEM_DESCRIPTION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colQUANTITY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPUR_UOM_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colINV_UOM_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCONVERSION_RATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPRODUCTION_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLAST_UPDATE_DATE1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLAST_UPDATED_BY1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCREATION_DATE1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCREATED_BY1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTATUS1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.repositoryItemCheckEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|||
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.gridControlCustom6 = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
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.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|||
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
|
|||
|
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
|
this.txtASN_HEADER_ID = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
|
this.txtPO_HEADER_ID = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.txtASN_NUMBER = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.dt_End = new DevExpress.XtraEditors.DateEdit();
|
|||
|
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
|
this.dt_Start = new DevExpress.XtraEditors.DateEdit();
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.ctrlButtons4 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.tabControl1.SuspendLayout();
|
|||
|
|
this.tabPage1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|||
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|||
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|||
|
|
this.splitContainer1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom3)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gdv_order)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|||
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|||
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|||
|
|
this.splitContainer2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom4)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).BeginInit();
|
|||
|
|
this.groupBox2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom6)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dt_End.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dt_End.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dt_Start.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dt_Start.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// tabControl1
|
|||
|
|
//
|
|||
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|||
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.tabControl1.Name = "tabControl1";
|
|||
|
|
this.tabControl1.SelectedIndex = 0;
|
|||
|
|
this.tabControl1.Size = new System.Drawing.Size(1430, 771);
|
|||
|
|
this.tabControl1.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// tabPage1
|
|||
|
|
//
|
|||
|
|
this.tabPage1.Controls.Add(this.splitContainer1);
|
|||
|
|
this.tabPage1.Controls.Add(this.panel1);
|
|||
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 23);
|
|||
|
|
this.tabPage1.Name = "tabPage1";
|
|||
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
|
this.tabPage1.Size = new System.Drawing.Size(1422, 744);
|
|||
|
|
this.tabPage1.TabIndex = 0;
|
|||
|
|
this.tabPage1.Text = "SRM送货单下发";
|
|||
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// splitContainer1
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.splitContainer1.Location = new System.Drawing.Point(3, 136);
|
|||
|
|
this.splitContainer1.Name = "splitContainer1";
|
|||
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
|
//
|
|||
|
|
// splitContainer1.Panel1
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.gridControlCustom3);
|
|||
|
|
//
|
|||
|
|
// splitContainer1.Panel2
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
|||
|
|
this.splitContainer1.Size = new System.Drawing.Size(1416, 605);
|
|||
|
|
this.splitContainer1.SplitterDistance = 351;
|
|||
|
|
this.splitContainer1.TabIndex = 26;
|
|||
|
|
//
|
|||
|
|
// gridControlCustom3
|
|||
|
|
//
|
|||
|
|
this.gridControlCustom3.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom3.ColorApproveValue = null;
|
|||
|
|
this.gridControlCustom3.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom3.ColorPassValue = null;
|
|||
|
|
this.gridControlCustom3.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom3.ColorRepealValue = null;
|
|||
|
|
this.gridControlCustom3.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom3.ColorReWorkValue = null;
|
|||
|
|
this.gridControlCustom3.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom3.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom3.ColorShortageFlagColumn = null;
|
|||
|
|
this.gridControlCustom3.ColorShortageValue = null;
|
|||
|
|
this.gridControlCustom3.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom3.ColorUnExecuteValue = "";
|
|||
|
|
this.gridControlCustom3.ColorUnPass = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|||
|
|
this.gridControlCustom3.ColorUnPassValue = "";
|
|||
|
|
this.gridControlCustom3.ColorVerify = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|||
|
|
this.gridControlCustom3.ColorVerifyFlagColumn = "STS";
|
|||
|
|
this.gridControlCustom3.ColorVerifyValue = "1";
|
|||
|
|
this.gridControlCustom3.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom3.ColorWarningValue = null;
|
|||
|
|
this.gridControlCustom3.DataSource = this.bindingSource1;
|
|||
|
|
this.gridControlCustom3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.gridControlCustom3.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridControlCustom3.IndicatorWidth = 40;
|
|||
|
|
this.gridControlCustom3.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.gridControlCustom3.MainView = this.gdv_order;
|
|||
|
|
this.gridControlCustom3.Name = "gridControlCustom3";
|
|||
|
|
this.gridControlCustom3.ShowRowID = true;
|
|||
|
|
this.gridControlCustom3.Size = new System.Drawing.Size(1416, 351);
|
|||
|
|
this.gridControlCustom3.TabIndex = 25;
|
|||
|
|
this.gridControlCustom3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.gdv_order});
|
|||
|
|
//
|
|||
|
|
// bindingSource1
|
|||
|
|
//
|
|||
|
|
this.bindingSource1.DataSource = typeof(WMS.Model.SC.Mod_CUX_WMS_ASN_HEADES_ITF_ZH);
|
|||
|
|
//
|
|||
|
|
// gdv_order
|
|||
|
|
//
|
|||
|
|
this.gdv_order.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.gdv_order.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.gdv_order.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colORG_ID,
|
|||
|
|
this.colPO_HEADER_ID,
|
|||
|
|
this.colASN_HEADER_ID,
|
|||
|
|
this.colASN_NUMBER,
|
|||
|
|
this.colPO_NUMBER,
|
|||
|
|
this.colVENDOR_CODE,
|
|||
|
|
this.colVENDOR_NAME,
|
|||
|
|
this.colVENDOR_SITE_CODE,
|
|||
|
|
this.colCOMMENTS,
|
|||
|
|
this.colLAST_UPDATE_DATE,
|
|||
|
|
this.colLAST_UPDATED_BY,
|
|||
|
|
this.colCREATION_DATE,
|
|||
|
|
this.colCREATED_BY,
|
|||
|
|
this.colSTATUS});
|
|||
|
|
this.gdv_order.GridControl = this.gridControlCustom3;
|
|||
|
|
this.gdv_order.IndicatorWidth = 34;
|
|||
|
|
this.gdv_order.Name = "gdv_order";
|
|||
|
|
this.gdv_order.OptionsBehavior.Editable = false;
|
|||
|
|
this.gdv_order.OptionsFind.AlwaysVisible = true;
|
|||
|
|
this.gdv_order.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.gdv_order.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gdv_order.OptionsView.ShowFooter = true;
|
|||
|
|
this.gdv_order.OptionsView.ShowGroupPanel = false;
|
|||
|
|
this.gdv_order.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gdv_order_RowClick);
|
|||
|
|
//
|
|||
|
|
// colORG_ID
|
|||
|
|
//
|
|||
|
|
this.colORG_ID.FieldName = "ORG_ID";
|
|||
|
|
this.colORG_ID.Name = "colORG_ID";
|
|||
|
|
this.colORG_ID.Visible = true;
|
|||
|
|
this.colORG_ID.VisibleIndex = 0;
|
|||
|
|
//
|
|||
|
|
// colPO_HEADER_ID
|
|||
|
|
//
|
|||
|
|
this.colPO_HEADER_ID.FieldName = "PO_HEADER_ID";
|
|||
|
|
this.colPO_HEADER_ID.Name = "colPO_HEADER_ID";
|
|||
|
|
this.colPO_HEADER_ID.Visible = true;
|
|||
|
|
this.colPO_HEADER_ID.VisibleIndex = 1;
|
|||
|
|
//
|
|||
|
|
// colASN_HEADER_ID
|
|||
|
|
//
|
|||
|
|
this.colASN_HEADER_ID.FieldName = "ASN_HEADER_ID";
|
|||
|
|
this.colASN_HEADER_ID.Name = "colASN_HEADER_ID";
|
|||
|
|
this.colASN_HEADER_ID.Visible = true;
|
|||
|
|
this.colASN_HEADER_ID.VisibleIndex = 2;
|
|||
|
|
//
|
|||
|
|
// colASN_NUMBER
|
|||
|
|
//
|
|||
|
|
this.colASN_NUMBER.FieldName = "ASN_NUMBER";
|
|||
|
|
this.colASN_NUMBER.Name = "colASN_NUMBER";
|
|||
|
|
this.colASN_NUMBER.Visible = true;
|
|||
|
|
this.colASN_NUMBER.VisibleIndex = 3;
|
|||
|
|
//
|
|||
|
|
// colPO_NUMBER
|
|||
|
|
//
|
|||
|
|
this.colPO_NUMBER.FieldName = "PO_NUMBER";
|
|||
|
|
this.colPO_NUMBER.Name = "colPO_NUMBER";
|
|||
|
|
this.colPO_NUMBER.Visible = true;
|
|||
|
|
this.colPO_NUMBER.VisibleIndex = 4;
|
|||
|
|
//
|
|||
|
|
// colVENDOR_CODE
|
|||
|
|
//
|
|||
|
|
this.colVENDOR_CODE.FieldName = "VENDOR_CODE";
|
|||
|
|
this.colVENDOR_CODE.Name = "colVENDOR_CODE";
|
|||
|
|
this.colVENDOR_CODE.Visible = true;
|
|||
|
|
this.colVENDOR_CODE.VisibleIndex = 5;
|
|||
|
|
//
|
|||
|
|
// colVENDOR_NAME
|
|||
|
|
//
|
|||
|
|
this.colVENDOR_NAME.FieldName = "VENDOR_NAME";
|
|||
|
|
this.colVENDOR_NAME.Name = "colVENDOR_NAME";
|
|||
|
|
this.colVENDOR_NAME.Visible = true;
|
|||
|
|
this.colVENDOR_NAME.VisibleIndex = 6;
|
|||
|
|
//
|
|||
|
|
// colVENDOR_SITE_CODE
|
|||
|
|
//
|
|||
|
|
this.colVENDOR_SITE_CODE.FieldName = "VENDOR_SITE_CODE";
|
|||
|
|
this.colVENDOR_SITE_CODE.Name = "colVENDOR_SITE_CODE";
|
|||
|
|
this.colVENDOR_SITE_CODE.Visible = true;
|
|||
|
|
this.colVENDOR_SITE_CODE.VisibleIndex = 7;
|
|||
|
|
//
|
|||
|
|
// colCOMMENTS
|
|||
|
|
//
|
|||
|
|
this.colCOMMENTS.FieldName = "COMMENTS";
|
|||
|
|
this.colCOMMENTS.Name = "colCOMMENTS";
|
|||
|
|
this.colCOMMENTS.Visible = true;
|
|||
|
|
this.colCOMMENTS.VisibleIndex = 8;
|
|||
|
|
//
|
|||
|
|
// colLAST_UPDATE_DATE
|
|||
|
|
//
|
|||
|
|
this.colLAST_UPDATE_DATE.FieldName = "LAST_UPDATE_DATE";
|
|||
|
|
this.colLAST_UPDATE_DATE.Name = "colLAST_UPDATE_DATE";
|
|||
|
|
this.colLAST_UPDATE_DATE.Visible = true;
|
|||
|
|
this.colLAST_UPDATE_DATE.VisibleIndex = 9;
|
|||
|
|
//
|
|||
|
|
// colLAST_UPDATED_BY
|
|||
|
|
//
|
|||
|
|
this.colLAST_UPDATED_BY.FieldName = "LAST_UPDATED_BY";
|
|||
|
|
this.colLAST_UPDATED_BY.Name = "colLAST_UPDATED_BY";
|
|||
|
|
this.colLAST_UPDATED_BY.Visible = true;
|
|||
|
|
this.colLAST_UPDATED_BY.VisibleIndex = 10;
|
|||
|
|
//
|
|||
|
|
// colCREATION_DATE
|
|||
|
|
//
|
|||
|
|
this.colCREATION_DATE.FieldName = "CREATION_DATE";
|
|||
|
|
this.colCREATION_DATE.Name = "colCREATION_DATE";
|
|||
|
|
this.colCREATION_DATE.Visible = true;
|
|||
|
|
this.colCREATION_DATE.VisibleIndex = 11;
|
|||
|
|
//
|
|||
|
|
// colCREATED_BY
|
|||
|
|
//
|
|||
|
|
this.colCREATED_BY.FieldName = "CREATED_BY";
|
|||
|
|
this.colCREATED_BY.Name = "colCREATED_BY";
|
|||
|
|
this.colCREATED_BY.Visible = true;
|
|||
|
|
this.colCREATED_BY.VisibleIndex = 12;
|
|||
|
|
//
|
|||
|
|
// colSTATUS
|
|||
|
|
//
|
|||
|
|
this.colSTATUS.FieldName = "STATUS";
|
|||
|
|
this.colSTATUS.Name = "colSTATUS";
|
|||
|
|
this.colSTATUS.Visible = true;
|
|||
|
|
this.colSTATUS.VisibleIndex = 13;
|
|||
|
|
//
|
|||
|
|
// splitContainer2
|
|||
|
|
//
|
|||
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.splitContainer2.Name = "splitContainer2";
|
|||
|
|
//
|
|||
|
|
// splitContainer2.Panel1
|
|||
|
|
//
|
|||
|
|
this.splitContainer2.Panel1.Controls.Add(this.gridControlCustom4);
|
|||
|
|
//
|
|||
|
|
// splitContainer2.Panel2
|
|||
|
|
//
|
|||
|
|
this.splitContainer2.Panel2.Controls.Add(this.groupBox2);
|
|||
|
|
this.splitContainer2.Size = new System.Drawing.Size(1416, 250);
|
|||
|
|
this.splitContainer2.SplitterDistance = 819;
|
|||
|
|
this.splitContainer2.TabIndex = 25;
|
|||
|
|
//
|
|||
|
|
// gridControlCustom4
|
|||
|
|
//
|
|||
|
|
this.gridControlCustom4.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorApproveValue = null;
|
|||
|
|
this.gridControlCustom4.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorPassValue = null;
|
|||
|
|
this.gridControlCustom4.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorRepealValue = null;
|
|||
|
|
this.gridControlCustom4.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorReWorkValue = null;
|
|||
|
|
this.gridControlCustom4.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorShortageFlagColumn = null;
|
|||
|
|
this.gridControlCustom4.ColorShortageValue = null;
|
|||
|
|
this.gridControlCustom4.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorUnExecuteValue = null;
|
|||
|
|
this.gridControlCustom4.ColorUnPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorUnPassValue = null;
|
|||
|
|
this.gridControlCustom4.ColorVerify = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorVerifyFlagColumn = null;
|
|||
|
|
this.gridControlCustom4.ColorVerifyValue = null;
|
|||
|
|
this.gridControlCustom4.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom4.ColorWarningValue = null;
|
|||
|
|
this.gridControlCustom4.DataSource = this.bindingSource2;
|
|||
|
|
this.gridControlCustom4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.gridControlCustom4.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridControlCustom4.IndicatorWidth = 40;
|
|||
|
|
this.gridControlCustom4.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.gridControlCustom4.MainView = this.gridView4;
|
|||
|
|
this.gridControlCustom4.Name = "gridControlCustom4";
|
|||
|
|
this.gridControlCustom4.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|||
|
|
this.repositoryItemCheckEdit4});
|
|||
|
|
this.gridControlCustom4.ShowRowID = true;
|
|||
|
|
this.gridControlCustom4.Size = new System.Drawing.Size(819, 250);
|
|||
|
|
this.gridControlCustom4.TabIndex = 24;
|
|||
|
|
this.gridControlCustom4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.gridView4});
|
|||
|
|
//
|
|||
|
|
// bindingSource2
|
|||
|
|
//
|
|||
|
|
this.bindingSource2.DataSource = typeof(WMS.Model.SC.Mod_CUX_WMS_ASN_LINES_ITF_ZH);
|
|||
|
|
//
|
|||
|
|
// gridView4
|
|||
|
|
//
|
|||
|
|
this.gridView4.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.gridView4.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colASN_HEADER_ID1,
|
|||
|
|
this.colASN_LINE_ID,
|
|||
|
|
this.colPO_LINE_ID,
|
|||
|
|
this.colLINE_LOCATION_ID,
|
|||
|
|
this.colLINE_NUM,
|
|||
|
|
this.colSHIPMENT_NUM,
|
|||
|
|
this.colSHIP_TO_ORGANIZATION_ID,
|
|||
|
|
this.colORGANIZATION_CODE,
|
|||
|
|
this.colNOTE_TO_RECEIVER,
|
|||
|
|
this.colPO_DISTRIBUTION_ID,
|
|||
|
|
this.colDISTRIBUTION_NUM,
|
|||
|
|
this.colITEM_ID,
|
|||
|
|
this.colITEM_CODE,
|
|||
|
|
this.colITEM_DESCRIPTION,
|
|||
|
|
this.colQUANTITY,
|
|||
|
|
this.colPUR_UOM_CODE,
|
|||
|
|
this.colINV_UOM_CODE,
|
|||
|
|
this.colCONVERSION_RATE,
|
|||
|
|
this.colPRODUCTION_DATE,
|
|||
|
|
this.colLAST_UPDATE_DATE1,
|
|||
|
|
this.colLAST_UPDATED_BY1,
|
|||
|
|
this.colCREATION_DATE1,
|
|||
|
|
this.colCREATED_BY1,
|
|||
|
|
this.colSTATUS1});
|
|||
|
|
this.gridView4.GridControl = this.gridControlCustom4;
|
|||
|
|
this.gridView4.IndicatorWidth = 34;
|
|||
|
|
this.gridView4.Name = "gridView4";
|
|||
|
|
this.gridView4.OptionsBehavior.Editable = false;
|
|||
|
|
this.gridView4.OptionsFind.AlwaysVisible = true;
|
|||
|
|
this.gridView4.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.gridView4.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridView4.OptionsView.ShowFooter = true;
|
|||
|
|
this.gridView4.OptionsView.ShowGroupPanel = false;
|
|||
|
|
this.gridView4.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView4_RowClick);
|
|||
|
|
//
|
|||
|
|
// colASN_HEADER_ID1
|
|||
|
|
//
|
|||
|
|
this.colASN_HEADER_ID1.FieldName = "ASN_HEADER_ID";
|
|||
|
|
this.colASN_HEADER_ID1.Name = "colASN_HEADER_ID1";
|
|||
|
|
this.colASN_HEADER_ID1.Visible = true;
|
|||
|
|
this.colASN_HEADER_ID1.VisibleIndex = 0;
|
|||
|
|
//
|
|||
|
|
// colASN_LINE_ID
|
|||
|
|
//
|
|||
|
|
this.colASN_LINE_ID.FieldName = "ASN_LINE_ID";
|
|||
|
|
this.colASN_LINE_ID.Name = "colASN_LINE_ID";
|
|||
|
|
this.colASN_LINE_ID.Visible = true;
|
|||
|
|
this.colASN_LINE_ID.VisibleIndex = 1;
|
|||
|
|
//
|
|||
|
|
// colPO_LINE_ID
|
|||
|
|
//
|
|||
|
|
this.colPO_LINE_ID.FieldName = "PO_LINE_ID";
|
|||
|
|
this.colPO_LINE_ID.Name = "colPO_LINE_ID";
|
|||
|
|
this.colPO_LINE_ID.Visible = true;
|
|||
|
|
this.colPO_LINE_ID.VisibleIndex = 2;
|
|||
|
|
//
|
|||
|
|
// colLINE_LOCATION_ID
|
|||
|
|
//
|
|||
|
|
this.colLINE_LOCATION_ID.FieldName = "LINE_LOCATION_ID";
|
|||
|
|
this.colLINE_LOCATION_ID.Name = "colLINE_LOCATION_ID";
|
|||
|
|
this.colLINE_LOCATION_ID.Visible = true;
|
|||
|
|
this.colLINE_LOCATION_ID.VisibleIndex = 3;
|
|||
|
|
//
|
|||
|
|
// colLINE_NUM
|
|||
|
|
//
|
|||
|
|
this.colLINE_NUM.FieldName = "LINE_NUM";
|
|||
|
|
this.colLINE_NUM.Name = "colLINE_NUM";
|
|||
|
|
this.colLINE_NUM.Visible = true;
|
|||
|
|
this.colLINE_NUM.VisibleIndex = 4;
|
|||
|
|
//
|
|||
|
|
// colSHIPMENT_NUM
|
|||
|
|
//
|
|||
|
|
this.colSHIPMENT_NUM.FieldName = "SHIPMENT_NUM";
|
|||
|
|
this.colSHIPMENT_NUM.Name = "colSHIPMENT_NUM";
|
|||
|
|
this.colSHIPMENT_NUM.Visible = true;
|
|||
|
|
this.colSHIPMENT_NUM.VisibleIndex = 5;
|
|||
|
|
//
|
|||
|
|
// colSHIP_TO_ORGANIZATION_ID
|
|||
|
|
//
|
|||
|
|
this.colSHIP_TO_ORGANIZATION_ID.FieldName = "SHIP_TO_ORGANIZATION_ID";
|
|||
|
|
this.colSHIP_TO_ORGANIZATION_ID.Name = "colSHIP_TO_ORGANIZATION_ID";
|
|||
|
|
this.colSHIP_TO_ORGANIZATION_ID.Visible = true;
|
|||
|
|
this.colSHIP_TO_ORGANIZATION_ID.VisibleIndex = 6;
|
|||
|
|
//
|
|||
|
|
// colORGANIZATION_CODE
|
|||
|
|
//
|
|||
|
|
this.colORGANIZATION_CODE.FieldName = "ORGANIZATION_CODE";
|
|||
|
|
this.colORGANIZATION_CODE.Name = "colORGANIZATION_CODE";
|
|||
|
|
this.colORGANIZATION_CODE.Visible = true;
|
|||
|
|
this.colORGANIZATION_CODE.VisibleIndex = 7;
|
|||
|
|
//
|
|||
|
|
// colNOTE_TO_RECEIVER
|
|||
|
|
//
|
|||
|
|
this.colNOTE_TO_RECEIVER.FieldName = "NOTE_TO_RECEIVER";
|
|||
|
|
this.colNOTE_TO_RECEIVER.Name = "colNOTE_TO_RECEIVER";
|
|||
|
|
this.colNOTE_TO_RECEIVER.Visible = true;
|
|||
|
|
this.colNOTE_TO_RECEIVER.VisibleIndex = 8;
|
|||
|
|
//
|
|||
|
|
// colPO_DISTRIBUTION_ID
|
|||
|
|
//
|
|||
|
|
this.colPO_DISTRIBUTION_ID.FieldName = "PO_DISTRIBUTION_ID";
|
|||
|
|
this.colPO_DISTRIBUTION_ID.Name = "colPO_DISTRIBUTION_ID";
|
|||
|
|
this.colPO_DISTRIBUTION_ID.Visible = true;
|
|||
|
|
this.colPO_DISTRIBUTION_ID.VisibleIndex = 9;
|
|||
|
|
//
|
|||
|
|
// colDISTRIBUTION_NUM
|
|||
|
|
//
|
|||
|
|
this.colDISTRIBUTION_NUM.FieldName = "DISTRIBUTION_NUM";
|
|||
|
|
this.colDISTRIBUTION_NUM.Name = "colDISTRIBUTION_NUM";
|
|||
|
|
this.colDISTRIBUTION_NUM.Visible = true;
|
|||
|
|
this.colDISTRIBUTION_NUM.VisibleIndex = 10;
|
|||
|
|
//
|
|||
|
|
// colITEM_ID
|
|||
|
|
//
|
|||
|
|
this.colITEM_ID.FieldName = "ITEM_ID";
|
|||
|
|
this.colITEM_ID.Name = "colITEM_ID";
|
|||
|
|
this.colITEM_ID.Visible = true;
|
|||
|
|
this.colITEM_ID.VisibleIndex = 11;
|
|||
|
|
//
|
|||
|
|
// colITEM_CODE
|
|||
|
|
//
|
|||
|
|
this.colITEM_CODE.FieldName = "ITEM_CODE";
|
|||
|
|
this.colITEM_CODE.Name = "colITEM_CODE";
|
|||
|
|
this.colITEM_CODE.Visible = true;
|
|||
|
|
this.colITEM_CODE.VisibleIndex = 12;
|
|||
|
|
//
|
|||
|
|
// colITEM_DESCRIPTION
|
|||
|
|
//
|
|||
|
|
this.colITEM_DESCRIPTION.FieldName = "ITEM_DESCRIPTION";
|
|||
|
|
this.colITEM_DESCRIPTION.Name = "colITEM_DESCRIPTION";
|
|||
|
|
this.colITEM_DESCRIPTION.Visible = true;
|
|||
|
|
this.colITEM_DESCRIPTION.VisibleIndex = 13;
|
|||
|
|
//
|
|||
|
|
// colQUANTITY
|
|||
|
|
//
|
|||
|
|
this.colQUANTITY.FieldName = "QUANTITY";
|
|||
|
|
this.colQUANTITY.Name = "colQUANTITY";
|
|||
|
|
this.colQUANTITY.Visible = true;
|
|||
|
|
this.colQUANTITY.VisibleIndex = 14;
|
|||
|
|
//
|
|||
|
|
// colPUR_UOM_CODE
|
|||
|
|
//
|
|||
|
|
this.colPUR_UOM_CODE.FieldName = "PUR_UOM_CODE";
|
|||
|
|
this.colPUR_UOM_CODE.Name = "colPUR_UOM_CODE";
|
|||
|
|
this.colPUR_UOM_CODE.Visible = true;
|
|||
|
|
this.colPUR_UOM_CODE.VisibleIndex = 15;
|
|||
|
|
//
|
|||
|
|
// colINV_UOM_CODE
|
|||
|
|
//
|
|||
|
|
this.colINV_UOM_CODE.FieldName = "INV_UOM_CODE";
|
|||
|
|
this.colINV_UOM_CODE.Name = "colINV_UOM_CODE";
|
|||
|
|
this.colINV_UOM_CODE.Visible = true;
|
|||
|
|
this.colINV_UOM_CODE.VisibleIndex = 16;
|
|||
|
|
//
|
|||
|
|
// colCONVERSION_RATE
|
|||
|
|
//
|
|||
|
|
this.colCONVERSION_RATE.FieldName = "CONVERSION_RATE";
|
|||
|
|
this.colCONVERSION_RATE.Name = "colCONVERSION_RATE";
|
|||
|
|
this.colCONVERSION_RATE.Visible = true;
|
|||
|
|
this.colCONVERSION_RATE.VisibleIndex = 17;
|
|||
|
|
//
|
|||
|
|
// colPRODUCTION_DATE
|
|||
|
|
//
|
|||
|
|
this.colPRODUCTION_DATE.FieldName = "PRODUCTION_DATE";
|
|||
|
|
this.colPRODUCTION_DATE.Name = "colPRODUCTION_DATE";
|
|||
|
|
this.colPRODUCTION_DATE.Visible = true;
|
|||
|
|
this.colPRODUCTION_DATE.VisibleIndex = 18;
|
|||
|
|
//
|
|||
|
|
// colLAST_UPDATE_DATE1
|
|||
|
|
//
|
|||
|
|
this.colLAST_UPDATE_DATE1.FieldName = "LAST_UPDATE_DATE";
|
|||
|
|
this.colLAST_UPDATE_DATE1.Name = "colLAST_UPDATE_DATE1";
|
|||
|
|
this.colLAST_UPDATE_DATE1.Visible = true;
|
|||
|
|
this.colLAST_UPDATE_DATE1.VisibleIndex = 19;
|
|||
|
|
//
|
|||
|
|
// colLAST_UPDATED_BY1
|
|||
|
|
//
|
|||
|
|
this.colLAST_UPDATED_BY1.FieldName = "LAST_UPDATED_BY";
|
|||
|
|
this.colLAST_UPDATED_BY1.Name = "colLAST_UPDATED_BY1";
|
|||
|
|
this.colLAST_UPDATED_BY1.Visible = true;
|
|||
|
|
this.colLAST_UPDATED_BY1.VisibleIndex = 20;
|
|||
|
|
//
|
|||
|
|
// colCREATION_DATE1
|
|||
|
|
//
|
|||
|
|
this.colCREATION_DATE1.FieldName = "CREATION_DATE";
|
|||
|
|
this.colCREATION_DATE1.Name = "colCREATION_DATE1";
|
|||
|
|
this.colCREATION_DATE1.Visible = true;
|
|||
|
|
this.colCREATION_DATE1.VisibleIndex = 21;
|
|||
|
|
//
|
|||
|
|
// colCREATED_BY1
|
|||
|
|
//
|
|||
|
|
this.colCREATED_BY1.FieldName = "CREATED_BY";
|
|||
|
|
this.colCREATED_BY1.Name = "colCREATED_BY1";
|
|||
|
|
this.colCREATED_BY1.Visible = true;
|
|||
|
|
this.colCREATED_BY1.VisibleIndex = 22;
|
|||
|
|
//
|
|||
|
|
// colSTATUS1
|
|||
|
|
//
|
|||
|
|
this.colSTATUS1.FieldName = "STATUS";
|
|||
|
|
this.colSTATUS1.Name = "colSTATUS1";
|
|||
|
|
this.colSTATUS1.Visible = true;
|
|||
|
|
this.colSTATUS1.VisibleIndex = 23;
|
|||
|
|
//
|
|||
|
|
// repositoryItemCheckEdit4
|
|||
|
|
//
|
|||
|
|
this.repositoryItemCheckEdit4.AutoHeight = false;
|
|||
|
|
this.repositoryItemCheckEdit4.Caption = "Check";
|
|||
|
|
this.repositoryItemCheckEdit4.Name = "repositoryItemCheckEdit4";
|
|||
|
|
this.repositoryItemCheckEdit4.ValueChecked = false;
|
|||
|
|
//
|
|||
|
|
// groupBox2
|
|||
|
|
//
|
|||
|
|
this.groupBox2.Controls.Add(this.gridControlCustom6);
|
|||
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.groupBox2.Name = "groupBox2";
|
|||
|
|
this.groupBox2.Size = new System.Drawing.Size(593, 250);
|
|||
|
|
this.groupBox2.TabIndex = 29;
|
|||
|
|
this.groupBox2.TabStop = false;
|
|||
|
|
this.groupBox2.Text = "入库单";
|
|||
|
|
//
|
|||
|
|
// gridControlCustom6
|
|||
|
|
//
|
|||
|
|
this.gridControlCustom6.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom6.ColorApproveValue = null;
|
|||
|
|
this.gridControlCustom6.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom6.ColorPassValue = null;
|
|||
|
|
this.gridControlCustom6.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom6.ColorRepealValue = null;
|
|||
|
|
this.gridControlCustom6.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom6.ColorReWorkValue = null;
|
|||
|
|
this.gridControlCustom6.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom6.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom6.ColorShortageFlagColumn = null;
|
|||
|
|
this.gridControlCustom6.ColorShortageValue = null;
|
|||
|
|
this.gridControlCustom6.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom6.ColorUnExecuteValue = "";
|
|||
|
|
this.gridControlCustom6.ColorUnPass = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|||
|
|
this.gridControlCustom6.ColorUnPassValue = "";
|
|||
|
|
this.gridControlCustom6.ColorVerify = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|||
|
|
this.gridControlCustom6.ColorVerifyFlagColumn = "STS";
|
|||
|
|
this.gridControlCustom6.ColorVerifyValue = "1";
|
|||
|
|
this.gridControlCustom6.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom6.ColorWarningValue = null;
|
|||
|
|
this.gridControlCustom6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.gridControlCustom6.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridControlCustom6.IndicatorWidth = 40;
|
|||
|
|
this.gridControlCustom6.Location = new System.Drawing.Point(3, 18);
|
|||
|
|
this.gridControlCustom6.MainView = this.gridView6;
|
|||
|
|
this.gridControlCustom6.Name = "gridControlCustom6";
|
|||
|
|
this.gridControlCustom6.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|||
|
|
this.repositoryItemCheckEdit2});
|
|||
|
|
this.gridControlCustom6.ShowRowID = true;
|
|||
|
|
this.gridControlCustom6.Size = new System.Drawing.Size(587, 229);
|
|||
|
|
this.gridControlCustom6.TabIndex = 27;
|
|||
|
|
this.gridControlCustom6.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.gridView6});
|
|||
|
|
//
|
|||
|
|
// gridView6
|
|||
|
|
//
|
|||
|
|
this.gridView6.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.gridView6.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.gridColumn1,
|
|||
|
|
this.gridColumn2,
|
|||
|
|
this.gridColumn3,
|
|||
|
|
this.gridColumn4,
|
|||
|
|
this.gridColumn5,
|
|||
|
|
this.gridColumn6,
|
|||
|
|
this.gridColumn7,
|
|||
|
|
this.gridColumn8});
|
|||
|
|
this.gridView6.GridControl = this.gridControlCustom6;
|
|||
|
|
this.gridView6.IndicatorWidth = 34;
|
|||
|
|
this.gridView6.Name = "gridView6";
|
|||
|
|
this.gridView6.OptionsBehavior.Editable = false;
|
|||
|
|
this.gridView6.OptionsFind.AlwaysVisible = true;
|
|||
|
|
this.gridView6.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.gridView6.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridView6.OptionsView.ShowFooter = true;
|
|||
|
|
this.gridView6.OptionsView.ShowGroupPanel = false;
|
|||
|
|
//
|
|||
|
|
// gridColumn1
|
|||
|
|
//
|
|||
|
|
this.gridColumn1.Caption = "入库单号";
|
|||
|
|
this.gridColumn1.FieldName = "WAREHOUSING_ID";
|
|||
|
|
this.gridColumn1.Name = "gridColumn1";
|
|||
|
|
this.gridColumn1.Visible = true;
|
|||
|
|
this.gridColumn1.VisibleIndex = 0;
|
|||
|
|
//
|
|||
|
|
// gridColumn2
|
|||
|
|
//
|
|||
|
|
this.gridColumn2.Caption = "订单行号";
|
|||
|
|
this.gridColumn2.FieldName = "LINE_NUM";
|
|||
|
|
this.gridColumn2.Name = "gridColumn2";
|
|||
|
|
this.gridColumn2.Visible = true;
|
|||
|
|
this.gridColumn2.VisibleIndex = 1;
|
|||
|
|
//
|
|||
|
|
// gridColumn3
|
|||
|
|
//
|
|||
|
|
this.gridColumn3.Caption = "物料编号";
|
|||
|
|
this.gridColumn3.FieldName = "GOODS_ID";
|
|||
|
|
this.gridColumn3.Name = "gridColumn3";
|
|||
|
|
this.gridColumn3.Visible = true;
|
|||
|
|
this.gridColumn3.VisibleIndex = 2;
|
|||
|
|
//
|
|||
|
|
// gridColumn4
|
|||
|
|
//
|
|||
|
|
this.gridColumn4.Caption = "物料名称";
|
|||
|
|
this.gridColumn4.FieldName = "GOODS_NAME";
|
|||
|
|
this.gridColumn4.Name = "gridColumn4";
|
|||
|
|
this.gridColumn4.Visible = true;
|
|||
|
|
this.gridColumn4.VisibleIndex = 3;
|
|||
|
|
//
|
|||
|
|
// gridColumn5
|
|||
|
|
//
|
|||
|
|
this.gridColumn5.Caption = "采购数量";
|
|||
|
|
this.gridColumn5.FieldName = "AMOUNT";
|
|||
|
|
this.gridColumn5.Name = "gridColumn5";
|
|||
|
|
this.gridColumn5.Visible = true;
|
|||
|
|
this.gridColumn5.VisibleIndex = 4;
|
|||
|
|
//
|
|||
|
|
// gridColumn6
|
|||
|
|
//
|
|||
|
|
this.gridColumn6.Caption = "到货数量";
|
|||
|
|
this.gridColumn6.FieldName = "ARRAMOUNT";
|
|||
|
|
this.gridColumn6.Name = "gridColumn6";
|
|||
|
|
this.gridColumn6.Visible = true;
|
|||
|
|
this.gridColumn6.VisibleIndex = 5;
|
|||
|
|
//
|
|||
|
|
// gridColumn7
|
|||
|
|
//
|
|||
|
|
this.gridColumn7.Caption = "托盘号";
|
|||
|
|
this.gridColumn7.FieldName = "PACKAGE_ID";
|
|||
|
|
this.gridColumn7.Name = "gridColumn7";
|
|||
|
|
this.gridColumn7.Visible = true;
|
|||
|
|
this.gridColumn7.VisibleIndex = 6;
|
|||
|
|
//
|
|||
|
|
// gridColumn8
|
|||
|
|
//
|
|||
|
|
this.gridColumn8.Caption = "gridColumn8";
|
|||
|
|
this.gridColumn8.Name = "gridColumn8";
|
|||
|
|
//
|
|||
|
|
// repositoryItemCheckEdit2
|
|||
|
|
//
|
|||
|
|
this.repositoryItemCheckEdit2.AutoHeight = false;
|
|||
|
|
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.Controls.Add(this.lookUpEdit1);
|
|||
|
|
this.panel1.Controls.Add(this.label6);
|
|||
|
|
this.panel1.Controls.Add(this.txtASN_HEADER_ID);
|
|||
|
|
this.panel1.Controls.Add(this.label5);
|
|||
|
|
this.panel1.Controls.Add(this.txtPO_HEADER_ID);
|
|||
|
|
this.panel1.Controls.Add(this.label4);
|
|||
|
|
this.panel1.Controls.Add(this.txtASN_NUMBER);
|
|||
|
|
this.panel1.Controls.Add(this.label1);
|
|||
|
|
this.panel1.Controls.Add(this.ctrlButtons1);
|
|||
|
|
this.panel1.Controls.Add(this.dt_End);
|
|||
|
|
this.panel1.Controls.Add(this.label3);
|
|||
|
|
this.panel1.Controls.Add(this.dt_Start);
|
|||
|
|
this.panel1.Controls.Add(this.label2);
|
|||
|
|
this.panel1.Controls.Add(this.ctrlButtons4);
|
|||
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(1416, 133);
|
|||
|
|
this.panel1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// lookUpEdit1
|
|||
|
|
//
|
|||
|
|
this.lookUpEdit1.Location = new System.Drawing.Point(471, 93);
|
|||
|
|
this.lookUpEdit1.Name = "lookUpEdit1";
|
|||
|
|
this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.lookUpEdit1.Properties.NullText = "请选择";
|
|||
|
|
this.lookUpEdit1.Size = new System.Drawing.Size(213, 20);
|
|||
|
|
this.lookUpEdit1.TabIndex = 1436;
|
|||
|
|
//
|
|||
|
|
// label6
|
|||
|
|
//
|
|||
|
|
this.label6.AutoSize = true;
|
|||
|
|
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label6.Location = new System.Drawing.Point(391, 92);
|
|||
|
|
this.label6.Name = "label6";
|
|||
|
|
this.label6.Size = new System.Drawing.Size(73, 20);
|
|||
|
|
this.label6.TabIndex = 1435;
|
|||
|
|
this.label6.Text = "字库编号";
|
|||
|
|
//
|
|||
|
|
// txtASN_HEADER_ID
|
|||
|
|
//
|
|||
|
|
this.txtASN_HEADER_ID.Location = new System.Drawing.Point(152, 92);
|
|||
|
|
this.txtASN_HEADER_ID.Name = "txtASN_HEADER_ID";
|
|||
|
|
this.txtASN_HEADER_ID.Size = new System.Drawing.Size(213, 22);
|
|||
|
|
this.txtASN_HEADER_ID.TabIndex = 1433;
|
|||
|
|
//
|
|||
|
|
// label5
|
|||
|
|
//
|
|||
|
|
this.label5.AutoSize = true;
|
|||
|
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label5.Location = new System.Drawing.Point(20, 91);
|
|||
|
|
this.label5.Name = "label5";
|
|||
|
|
this.label5.Size = new System.Drawing.Size(126, 20);
|
|||
|
|
this.label5.TabIndex = 1432;
|
|||
|
|
this.label5.Text = "SRM送货单头ID";
|
|||
|
|
//
|
|||
|
|
// txtPO_HEADER_ID
|
|||
|
|
//
|
|||
|
|
this.txtPO_HEADER_ID.Location = new System.Drawing.Point(471, 56);
|
|||
|
|
this.txtPO_HEADER_ID.Name = "txtPO_HEADER_ID";
|
|||
|
|
this.txtPO_HEADER_ID.Size = new System.Drawing.Size(213, 22);
|
|||
|
|
this.txtPO_HEADER_ID.TabIndex = 1431;
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label4.Location = new System.Drawing.Point(375, 55);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(89, 20);
|
|||
|
|
this.label4.TabIndex = 1430;
|
|||
|
|
this.label4.Text = "订单头主键";
|
|||
|
|
//
|
|||
|
|
// txtASN_NUMBER
|
|||
|
|
//
|
|||
|
|
this.txtASN_NUMBER.Location = new System.Drawing.Point(152, 57);
|
|||
|
|
this.txtASN_NUMBER.Name = "txtASN_NUMBER";
|
|||
|
|
this.txtASN_NUMBER.Size = new System.Drawing.Size(213, 22);
|
|||
|
|
this.txtASN_NUMBER.TabIndex = 1429;
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label1.Location = new System.Drawing.Point(73, 57);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(73, 20);
|
|||
|
|
this.label1.TabIndex = 1428;
|
|||
|
|
this.label1.Text = "送货单号";
|
|||
|
|
//
|
|||
|
|
// ctrlButtons1
|
|||
|
|
//
|
|||
|
|
this.ctrlButtons1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.ctrlButtons1.Appearance.Options.UseFont = true;
|
|||
|
|
this.ctrlButtons1.BoolDiagFrm = false;
|
|||
|
|
this.ctrlButtons1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.ImageOptions.Image")));
|
|||
|
|
this.ctrlButtons1.ImageOptions.ImageUri.Uri = "Find;Office2013";
|
|||
|
|
this.ctrlButtons1.Location = new System.Drawing.Point(1155, 33);
|
|||
|
|
this.ctrlButtons1.Name = "ctrlButtons1";
|
|||
|
|
this.ctrlButtons1.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons1.TabIndex = 1427;
|
|||
|
|
this.ctrlButtons1.Text = " 生成入库单 ";
|
|||
|
|
this.ctrlButtons1.typeButton = " 生成入库单 ";
|
|||
|
|
this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click);
|
|||
|
|
//
|
|||
|
|
// dt_End
|
|||
|
|
//
|
|||
|
|
this.dt_End.EditValue = null;
|
|||
|
|
this.dt_End.Location = new System.Drawing.Point(471, 20);
|
|||
|
|
this.dt_End.Name = "dt_End";
|
|||
|
|
this.dt_End.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.dt_End.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.dt_End.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.dt_End.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.dt_End.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.dt_End.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
|
|||
|
|
this.dt_End.Properties.DisplayFormat.FormatString = "g";
|
|||
|
|
this.dt_End.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.dt_End.Properties.EditFormat.FormatString = "g";
|
|||
|
|
this.dt_End.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.dt_End.Properties.MaskSettings.Set("mask", "g");
|
|||
|
|
this.dt_End.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.dt_End.Size = new System.Drawing.Size(213, 26);
|
|||
|
|
this.dt_End.TabIndex = 1426;
|
|||
|
|
//
|
|||
|
|
// label3
|
|||
|
|
//
|
|||
|
|
this.label3.AutoSize = true;
|
|||
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label3.Location = new System.Drawing.Point(391, 23);
|
|||
|
|
this.label3.Name = "label3";
|
|||
|
|
this.label3.Size = new System.Drawing.Size(73, 20);
|
|||
|
|
this.label3.TabIndex = 1425;
|
|||
|
|
this.label3.Text = "结束日期";
|
|||
|
|
//
|
|||
|
|
// dt_Start
|
|||
|
|
//
|
|||
|
|
this.dt_Start.EditValue = null;
|
|||
|
|
this.dt_Start.Location = new System.Drawing.Point(152, 20);
|
|||
|
|
this.dt_Start.Name = "dt_Start";
|
|||
|
|
this.dt_Start.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.dt_Start.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.dt_Start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.dt_Start.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.dt_Start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.dt_Start.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
|
|||
|
|
this.dt_Start.Properties.DisplayFormat.FormatString = "g";
|
|||
|
|
this.dt_Start.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.dt_Start.Properties.EditFormat.FormatString = "g";
|
|||
|
|
this.dt_Start.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|||
|
|
this.dt_Start.Properties.MaskSettings.Set("mask", "g");
|
|||
|
|
this.dt_Start.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.dt_Start.Size = new System.Drawing.Size(213, 26);
|
|||
|
|
this.dt_Start.TabIndex = 1424;
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label2.Location = new System.Drawing.Point(73, 23);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(73, 20);
|
|||
|
|
this.label2.TabIndex = 1423;
|
|||
|
|
this.label2.Text = "开始日期";
|
|||
|
|
//
|
|||
|
|
// ctrlButtons4
|
|||
|
|
//
|
|||
|
|
this.ctrlButtons4.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.ctrlButtons4.Appearance.Options.UseFont = true;
|
|||
|
|
this.ctrlButtons4.BoolDiagFrm = false;
|
|||
|
|
this.ctrlButtons4.ImageOptions.ImageUri.Uri = "Find;Office2013";
|
|||
|
|
this.ctrlButtons4.Location = new System.Drawing.Point(930, 33);
|
|||
|
|
this.ctrlButtons4.Name = "ctrlButtons4";
|
|||
|
|
this.ctrlButtons4.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons4.TabIndex = 1422;
|
|||
|
|
this.ctrlButtons4.Text = " 查询 ";
|
|||
|
|
this.ctrlButtons4.typeButton = " 查询 ";
|
|||
|
|
this.ctrlButtons4.Click += new System.EventHandler(this.ctrlButtons4_Click);
|
|||
|
|
//
|
|||
|
|
// FormCUX_WMS_ASN_HEADES_ITF_ZH
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1430, 771);
|
|||
|
|
this.Controls.Add(this.tabControl1);
|
|||
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
|
this.Name = "FormCUX_WMS_ASN_HEADES_ITF_ZH";
|
|||
|
|
this.Text = "FormCUX_WMS_ASN_HEADES_ITF_ZH";
|
|||
|
|
this.Load += new System.EventHandler(this.FormCUX_WMS_ASN_HEADES_ITF_ZH_Load);
|
|||
|
|
this.tabControl1.ResumeLayout(false);
|
|||
|
|
this.tabPage1.ResumeLayout(false);
|
|||
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|||
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|||
|
|
this.splitContainer1.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom3)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gdv_order)).EndInit();
|
|||
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|||
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|||
|
|
this.splitContainer2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom4)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).EndInit();
|
|||
|
|
this.groupBox2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom6)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
this.panel1.PerformLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dt_End.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dt_End.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dt_Start.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dt_Start.Properties)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|||
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|||
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|||
|
|
private Ctrl.GridControlCustom gridControlCustom3;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gdv_order;
|
|||
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|||
|
|
private Ctrl.GridControlCustom gridControlCustom4;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView4;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit4;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|||
|
|
private Ctrl.GridControlCustom gridControlCustom6;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView6;
|
|||
|
|
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.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private DevExpress.XtraEditors.LookUpEdit lookUpEdit1;
|
|||
|
|
private System.Windows.Forms.Label label6;
|
|||
|
|
private System.Windows.Forms.TextBox txtASN_HEADER_ID;
|
|||
|
|
private System.Windows.Forms.Label label5;
|
|||
|
|
private System.Windows.Forms.TextBox txtPO_HEADER_ID;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
private System.Windows.Forms.TextBox txtASN_NUMBER;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons1;
|
|||
|
|
private DevExpress.XtraEditors.DateEdit dt_End;
|
|||
|
|
private System.Windows.Forms.Label label3;
|
|||
|
|
private DevExpress.XtraEditors.DateEdit dt_Start;
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons4;
|
|||
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colORG_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPO_HEADER_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colASN_HEADER_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colASN_NUMBER;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPO_NUMBER;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVENDOR_CODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVENDOR_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVENDOR_SITE_CODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCOMMENTS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLAST_UPDATE_DATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLAST_UPDATED_BY;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCREATION_DATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCREATED_BY;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
|
|||
|
|
private System.Windows.Forms.BindingSource bindingSource2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colASN_HEADER_ID1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colASN_LINE_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPO_LINE_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLINE_LOCATION_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLINE_NUM;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHIPMENT_NUM;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHIP_TO_ORGANIZATION_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colORGANIZATION_CODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colNOTE_TO_RECEIVER;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPO_DISTRIBUTION_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDISTRIBUTION_NUM;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colITEM_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colITEM_CODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colITEM_DESCRIPTION;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQUANTITY;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPUR_UOM_CODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINV_UOM_CODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCONVERSION_RATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_DATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLAST_UPDATE_DATE1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLAST_UPDATED_BY1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCREATION_DATE1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCREATED_BY1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS1;
|
|||
|
|
}
|
|||
|
|
}
|