971 lines
53 KiB
C#
971 lines
53 KiB
C#
|
|
namespace WMS.FrmSC
|
|||
|
|
{
|
|||
|
|
partial class FormCUX_WMS_FIX_ISSUE_ITF
|
|||
|
|
{
|
|||
|
|
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
|
|||
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|||
|
|
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colORGANIZATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colORGANIZATION_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colWIP_ENTITY_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colWIP_ENTITY_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTATUS_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colASSEMBLY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colASSEMBLY_ITEM_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTART_QUANTITY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCOMPONENT_ITEM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCOMPONENT_ITEM_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colREQUIRED_QUANTITY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colQUANTITY_ISSUED = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colQUANTITY_OPEN = 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.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
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.tabPage2 = new System.Windows.Forms.TabPage();
|
|||
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|||
|
|
this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.dateEdit2 = new DevExpress.XtraEditors.DateEdit();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.gridControlCustom2 = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.bindingSource2 = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colWIP_ENTITY_NAME1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colWIP_ENTITY_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTATUS_TYPE1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colASSEMBLY1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colASSEMBLY_ITEM_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTART_QUANTITY1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCOMPONENT_ITEM1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCOMPONENT_ITEM_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colREQUIRED_QUANTITY1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colQUANTITY_ISSUED1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colQUANTITY_OPEN1 = 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.colORGANIZATION_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colORGANIZATION_CODE1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.gridControlCustom3 = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.bindingSource3 = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colOUT_BAR_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLOT_NUMBER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colWIP_ENTITY_NAME2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTATUS1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLAST_UPDATE_DATE2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLAST_UPDATED_BY2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCREATION_DATE2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCREATED_BY2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.tabControl1.SuspendLayout();
|
|||
|
|
this.tabPage1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
((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.tabPage2.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|||
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|||
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|||
|
|
this.splitContainer1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom2)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom3)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource3)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// tabControl1
|
|||
|
|
//
|
|||
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|||
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|||
|
|
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(1407, 663);
|
|||
|
|
this.tabControl1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// tabPage1
|
|||
|
|
//
|
|||
|
|
this.tabPage1.Controls.Add(this.gridControlCustom1);
|
|||
|
|
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(1399, 636);
|
|||
|
|
this.tabPage1.TabIndex = 0;
|
|||
|
|
this.tabPage1.Text = "返修工单出库下发";
|
|||
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// gridControlCustom1
|
|||
|
|
//
|
|||
|
|
this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorApproveValue = null;
|
|||
|
|
this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorPassValue = null;
|
|||
|
|
this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorRepealValue = null;
|
|||
|
|
this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorReWorkValue = null;
|
|||
|
|
this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorShortageFlagColumn = null;
|
|||
|
|
this.gridControlCustom1.ColorShortageValue = null;
|
|||
|
|
this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorUnExecuteValue = "";
|
|||
|
|
this.gridControlCustom1.ColorUnPass = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|||
|
|
this.gridControlCustom1.ColorUnPassValue = "";
|
|||
|
|
this.gridControlCustom1.ColorVerify = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|||
|
|
this.gridControlCustom1.ColorVerifyFlagColumn = "STS";
|
|||
|
|
this.gridControlCustom1.ColorVerifyValue = "1";
|
|||
|
|
this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom1.ColorWarningValue = null;
|
|||
|
|
this.gridControlCustom1.DataSource = this.bindingSource1;
|
|||
|
|
this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.gridControlCustom1.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridControlCustom1.IndicatorWidth = 40;
|
|||
|
|
this.gridControlCustom1.Location = new System.Drawing.Point(3, 93);
|
|||
|
|
this.gridControlCustom1.MainView = this.gridView1;
|
|||
|
|
this.gridControlCustom1.Name = "gridControlCustom1";
|
|||
|
|
this.gridControlCustom1.ShowRowID = true;
|
|||
|
|
this.gridControlCustom1.Size = new System.Drawing.Size(1393, 540);
|
|||
|
|
this.gridControlCustom1.TabIndex = 27;
|
|||
|
|
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.gridView1});
|
|||
|
|
//
|
|||
|
|
// bindingSource1
|
|||
|
|
//
|
|||
|
|
this.bindingSource1.DataSource = typeof(WMS.Model.SC.Mod_CUX_WMS_FIX_ISSUE_ITF);
|
|||
|
|
//
|
|||
|
|
// gridView1
|
|||
|
|
//
|
|||
|
|
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colORGANIZATION_ID,
|
|||
|
|
this.colORGANIZATION_CODE,
|
|||
|
|
this.colWIP_ENTITY_NAME,
|
|||
|
|
this.colWIP_ENTITY_ID,
|
|||
|
|
this.colSTATUS_TYPE,
|
|||
|
|
this.colASSEMBLY,
|
|||
|
|
this.colASSEMBLY_ITEM_ID,
|
|||
|
|
this.colSTART_QUANTITY,
|
|||
|
|
this.colCOMPONENT_ITEM,
|
|||
|
|
this.colCOMPONENT_ITEM_ID,
|
|||
|
|
this.colREQUIRED_QUANTITY,
|
|||
|
|
this.colQUANTITY_ISSUED,
|
|||
|
|
this.colQUANTITY_OPEN,
|
|||
|
|
this.colLAST_UPDATE_DATE,
|
|||
|
|
this.colLAST_UPDATED_BY,
|
|||
|
|
this.colCREATION_DATE,
|
|||
|
|
this.colCREATED_BY,
|
|||
|
|
this.colSTATUS});
|
|||
|
|
this.gridView1.GridControl = this.gridControlCustom1;
|
|||
|
|
this.gridView1.IndicatorWidth = 34;
|
|||
|
|
this.gridView1.Name = "gridView1";
|
|||
|
|
this.gridView1.OptionsBehavior.Editable = false;
|
|||
|
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridView1.OptionsView.ShowFooter = true;
|
|||
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|||
|
|
//
|
|||
|
|
// colORGANIZATION_ID
|
|||
|
|
//
|
|||
|
|
this.colORGANIZATION_ID.FieldName = "ORGANIZATION_ID";
|
|||
|
|
this.colORGANIZATION_ID.Name = "colORGANIZATION_ID";
|
|||
|
|
this.colORGANIZATION_ID.Visible = true;
|
|||
|
|
this.colORGANIZATION_ID.VisibleIndex = 0;
|
|||
|
|
//
|
|||
|
|
// colORGANIZATION_CODE
|
|||
|
|
//
|
|||
|
|
this.colORGANIZATION_CODE.FieldName = "ORGANIZATION_CODE";
|
|||
|
|
this.colORGANIZATION_CODE.Name = "colORGANIZATION_CODE";
|
|||
|
|
this.colORGANIZATION_CODE.Visible = true;
|
|||
|
|
this.colORGANIZATION_CODE.VisibleIndex = 1;
|
|||
|
|
//
|
|||
|
|
// colWIP_ENTITY_NAME
|
|||
|
|
//
|
|||
|
|
this.colWIP_ENTITY_NAME.FieldName = "WIP_ENTITY_NAME";
|
|||
|
|
this.colWIP_ENTITY_NAME.Name = "colWIP_ENTITY_NAME";
|
|||
|
|
this.colWIP_ENTITY_NAME.Visible = true;
|
|||
|
|
this.colWIP_ENTITY_NAME.VisibleIndex = 2;
|
|||
|
|
//
|
|||
|
|
// colWIP_ENTITY_ID
|
|||
|
|
//
|
|||
|
|
this.colWIP_ENTITY_ID.FieldName = "WIP_ENTITY_ID";
|
|||
|
|
this.colWIP_ENTITY_ID.Name = "colWIP_ENTITY_ID";
|
|||
|
|
this.colWIP_ENTITY_ID.Visible = true;
|
|||
|
|
this.colWIP_ENTITY_ID.VisibleIndex = 3;
|
|||
|
|
//
|
|||
|
|
// colSTATUS_TYPE
|
|||
|
|
//
|
|||
|
|
this.colSTATUS_TYPE.FieldName = "STATUS_TYPE";
|
|||
|
|
this.colSTATUS_TYPE.Name = "colSTATUS_TYPE";
|
|||
|
|
this.colSTATUS_TYPE.Visible = true;
|
|||
|
|
this.colSTATUS_TYPE.VisibleIndex = 4;
|
|||
|
|
//
|
|||
|
|
// colASSEMBLY
|
|||
|
|
//
|
|||
|
|
this.colASSEMBLY.FieldName = "ASSEMBLY";
|
|||
|
|
this.colASSEMBLY.Name = "colASSEMBLY";
|
|||
|
|
this.colASSEMBLY.Visible = true;
|
|||
|
|
this.colASSEMBLY.VisibleIndex = 5;
|
|||
|
|
//
|
|||
|
|
// colASSEMBLY_ITEM_ID
|
|||
|
|
//
|
|||
|
|
this.colASSEMBLY_ITEM_ID.FieldName = "ASSEMBLY_ITEM_ID";
|
|||
|
|
this.colASSEMBLY_ITEM_ID.Name = "colASSEMBLY_ITEM_ID";
|
|||
|
|
this.colASSEMBLY_ITEM_ID.Visible = true;
|
|||
|
|
this.colASSEMBLY_ITEM_ID.VisibleIndex = 6;
|
|||
|
|
//
|
|||
|
|
// colSTART_QUANTITY
|
|||
|
|
//
|
|||
|
|
this.colSTART_QUANTITY.FieldName = "START_QUANTITY";
|
|||
|
|
this.colSTART_QUANTITY.Name = "colSTART_QUANTITY";
|
|||
|
|
this.colSTART_QUANTITY.Visible = true;
|
|||
|
|
this.colSTART_QUANTITY.VisibleIndex = 7;
|
|||
|
|
//
|
|||
|
|
// colCOMPONENT_ITEM
|
|||
|
|
//
|
|||
|
|
this.colCOMPONENT_ITEM.FieldName = "COMPONENT_ITEM";
|
|||
|
|
this.colCOMPONENT_ITEM.Name = "colCOMPONENT_ITEM";
|
|||
|
|
this.colCOMPONENT_ITEM.Visible = true;
|
|||
|
|
this.colCOMPONENT_ITEM.VisibleIndex = 8;
|
|||
|
|
//
|
|||
|
|
// colCOMPONENT_ITEM_ID
|
|||
|
|
//
|
|||
|
|
this.colCOMPONENT_ITEM_ID.FieldName = "COMPONENT_ITEM_ID";
|
|||
|
|
this.colCOMPONENT_ITEM_ID.Name = "colCOMPONENT_ITEM_ID";
|
|||
|
|
this.colCOMPONENT_ITEM_ID.Visible = true;
|
|||
|
|
this.colCOMPONENT_ITEM_ID.VisibleIndex = 9;
|
|||
|
|
//
|
|||
|
|
// colREQUIRED_QUANTITY
|
|||
|
|
//
|
|||
|
|
this.colREQUIRED_QUANTITY.FieldName = "REQUIRED_QUANTITY";
|
|||
|
|
this.colREQUIRED_QUANTITY.Name = "colREQUIRED_QUANTITY";
|
|||
|
|
this.colREQUIRED_QUANTITY.Visible = true;
|
|||
|
|
this.colREQUIRED_QUANTITY.VisibleIndex = 10;
|
|||
|
|
//
|
|||
|
|
// colQUANTITY_ISSUED
|
|||
|
|
//
|
|||
|
|
this.colQUANTITY_ISSUED.FieldName = "QUANTITY_ISSUED";
|
|||
|
|
this.colQUANTITY_ISSUED.Name = "colQUANTITY_ISSUED";
|
|||
|
|
this.colQUANTITY_ISSUED.Visible = true;
|
|||
|
|
this.colQUANTITY_ISSUED.VisibleIndex = 11;
|
|||
|
|
//
|
|||
|
|
// colQUANTITY_OPEN
|
|||
|
|
//
|
|||
|
|
this.colQUANTITY_OPEN.FieldName = "QUANTITY_OPEN";
|
|||
|
|
this.colQUANTITY_OPEN.Name = "colQUANTITY_OPEN";
|
|||
|
|
this.colQUANTITY_OPEN.Visible = true;
|
|||
|
|
this.colQUANTITY_OPEN.VisibleIndex = 12;
|
|||
|
|
//
|
|||
|
|
// 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 = 13;
|
|||
|
|
//
|
|||
|
|
// 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 = 14;
|
|||
|
|
//
|
|||
|
|
// colCREATION_DATE
|
|||
|
|
//
|
|||
|
|
this.colCREATION_DATE.FieldName = "CREATION_DATE";
|
|||
|
|
this.colCREATION_DATE.Name = "colCREATION_DATE";
|
|||
|
|
this.colCREATION_DATE.Visible = true;
|
|||
|
|
this.colCREATION_DATE.VisibleIndex = 15;
|
|||
|
|
//
|
|||
|
|
// colCREATED_BY
|
|||
|
|
//
|
|||
|
|
this.colCREATED_BY.FieldName = "CREATED_BY";
|
|||
|
|
this.colCREATED_BY.Name = "colCREATED_BY";
|
|||
|
|
this.colCREATED_BY.Visible = true;
|
|||
|
|
this.colCREATED_BY.VisibleIndex = 16;
|
|||
|
|
//
|
|||
|
|
// colSTATUS
|
|||
|
|
//
|
|||
|
|
this.colSTATUS.FieldName = "STATUS";
|
|||
|
|
this.colSTATUS.Name = "colSTATUS";
|
|||
|
|
this.colSTATUS.Visible = true;
|
|||
|
|
this.colSTATUS.VisibleIndex = 17;
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
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(1393, 90);
|
|||
|
|
this.panel1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// dt_End
|
|||
|
|
//
|
|||
|
|
this.dt_End.EditValue = null;
|
|||
|
|
this.dt_End.Location = new System.Drawing.Point(419, 34);
|
|||
|
|
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 = 1436;
|
|||
|
|
//
|
|||
|
|
// label3
|
|||
|
|
//
|
|||
|
|
this.label3.AutoSize = true;
|
|||
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label3.Location = new System.Drawing.Point(339, 37);
|
|||
|
|
this.label3.Name = "label3";
|
|||
|
|
this.label3.Size = new System.Drawing.Size(73, 20);
|
|||
|
|
this.label3.TabIndex = 1435;
|
|||
|
|
this.label3.Text = "结束日期";
|
|||
|
|
//
|
|||
|
|
// dt_Start
|
|||
|
|
//
|
|||
|
|
this.dt_Start.EditValue = null;
|
|||
|
|
this.dt_Start.Location = new System.Drawing.Point(100, 34);
|
|||
|
|
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 = 1434;
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label2.Location = new System.Drawing.Point(21, 37);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(73, 20);
|
|||
|
|
this.label2.TabIndex = 1433;
|
|||
|
|
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(691, 22);
|
|||
|
|
this.ctrlButtons4.Name = "ctrlButtons4";
|
|||
|
|
this.ctrlButtons4.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons4.TabIndex = 1432;
|
|||
|
|
this.ctrlButtons4.Text = " 查询 ";
|
|||
|
|
this.ctrlButtons4.typeButton = " 查询 ";
|
|||
|
|
this.ctrlButtons4.Click += new System.EventHandler(this.ctrlButtons4_Click);
|
|||
|
|
//
|
|||
|
|
// tabPage2
|
|||
|
|
//
|
|||
|
|
this.tabPage2.Controls.Add(this.splitContainer1);
|
|||
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 23);
|
|||
|
|
this.tabPage2.Name = "tabPage2";
|
|||
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
|
this.tabPage2.Size = new System.Drawing.Size(1399, 636);
|
|||
|
|
this.tabPage2.TabIndex = 1;
|
|||
|
|
this.tabPage2.Text = "返修工单出库完成";
|
|||
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|||
|
|
//
|
|||
|
|
// splitContainer1
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
|
|||
|
|
this.splitContainer1.Name = "splitContainer1";
|
|||
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
|
//
|
|||
|
|
// splitContainer1.Panel1
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.dateEdit1);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.dateEdit2);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.label4);
|
|||
|
|
this.splitContainer1.Panel1.Controls.Add(this.ctrlButtons1);
|
|||
|
|
//
|
|||
|
|
// splitContainer1.Panel2
|
|||
|
|
//
|
|||
|
|
this.splitContainer1.Panel2.Controls.Add(this.gridControlCustom2);
|
|||
|
|
this.splitContainer1.Panel2.Controls.Add(this.gridControlCustom3);
|
|||
|
|
this.splitContainer1.Size = new System.Drawing.Size(1393, 630);
|
|||
|
|
this.splitContainer1.SplitterDistance = 80;
|
|||
|
|
this.splitContainer1.TabIndex = 30;
|
|||
|
|
//
|
|||
|
|
// dateEdit1
|
|||
|
|
//
|
|||
|
|
this.dateEdit1.EditValue = null;
|
|||
|
|
this.dateEdit1.Location = new System.Drawing.Point(95, 27);
|
|||
|
|
this.dateEdit1.Name = "dateEdit1";
|
|||
|
|
this.dateEdit1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.dateEdit1.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.dateEdit1.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.dateEdit1.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
|
|||
|
|
this.dateEdit1.Properties.DisplayFormat.FormatString = "g";
|
|||
|
|
this.dateEdit1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.dateEdit1.Properties.EditFormat.FormatString = "g";
|
|||
|
|
this.dateEdit1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.dateEdit1.Properties.MaskSettings.Set("mask", "g");
|
|||
|
|
this.dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.dateEdit1.Size = new System.Drawing.Size(213, 26);
|
|||
|
|
this.dateEdit1.TabIndex = 1441;
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label1.Location = new System.Drawing.Point(334, 30);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(73, 20);
|
|||
|
|
this.label1.TabIndex = 1440;
|
|||
|
|
this.label1.Text = "结束日期";
|
|||
|
|
//
|
|||
|
|
// dateEdit2
|
|||
|
|
//
|
|||
|
|
this.dateEdit2.EditValue = null;
|
|||
|
|
this.dateEdit2.Location = new System.Drawing.Point(413, 27);
|
|||
|
|
this.dateEdit2.Name = "dateEdit2";
|
|||
|
|
this.dateEdit2.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.dateEdit2.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.dateEdit2.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.dateEdit2.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
|
|||
|
|
this.dateEdit2.Properties.DisplayFormat.FormatString = "g";
|
|||
|
|
this.dateEdit2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.dateEdit2.Properties.EditFormat.FormatString = "g";
|
|||
|
|
this.dateEdit2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|||
|
|
this.dateEdit2.Properties.MaskSettings.Set("mask", "g");
|
|||
|
|
this.dateEdit2.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.dateEdit2.Size = new System.Drawing.Size(213, 26);
|
|||
|
|
this.dateEdit2.TabIndex = 1439;
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|||
|
|
this.label4.Location = new System.Drawing.Point(16, 30);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(73, 20);
|
|||
|
|
this.label4.TabIndex = 1438;
|
|||
|
|
this.label4.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.ImageUri.Uri = "Find;Office2013";
|
|||
|
|
this.ctrlButtons1.Location = new System.Drawing.Point(686, 15);
|
|||
|
|
this.ctrlButtons1.Name = "ctrlButtons1";
|
|||
|
|
this.ctrlButtons1.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.ctrlButtons1.TabIndex = 1437;
|
|||
|
|
this.ctrlButtons1.Text = " 查询 ";
|
|||
|
|
this.ctrlButtons1.typeButton = " 查询 ";
|
|||
|
|
this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click);
|
|||
|
|
//
|
|||
|
|
// gridControlCustom2
|
|||
|
|
//
|
|||
|
|
this.gridControlCustom2.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom2.ColorApproveValue = null;
|
|||
|
|
this.gridControlCustom2.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom2.ColorPassValue = null;
|
|||
|
|
this.gridControlCustom2.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom2.ColorRepealValue = null;
|
|||
|
|
this.gridControlCustom2.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom2.ColorReWorkValue = null;
|
|||
|
|
this.gridControlCustom2.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom2.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom2.ColorShortageFlagColumn = null;
|
|||
|
|
this.gridControlCustom2.ColorShortageValue = null;
|
|||
|
|
this.gridControlCustom2.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom2.ColorUnExecuteValue = "";
|
|||
|
|
this.gridControlCustom2.ColorUnPass = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|||
|
|
this.gridControlCustom2.ColorUnPassValue = "";
|
|||
|
|
this.gridControlCustom2.ColorVerify = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|||
|
|
this.gridControlCustom2.ColorVerifyFlagColumn = "STS";
|
|||
|
|
this.gridControlCustom2.ColorVerifyValue = "1";
|
|||
|
|
this.gridControlCustom2.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.gridControlCustom2.ColorWarningValue = null;
|
|||
|
|
this.gridControlCustom2.DataSource = this.bindingSource2;
|
|||
|
|
this.gridControlCustom2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.gridControlCustom2.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridControlCustom2.IndicatorWidth = 40;
|
|||
|
|
this.gridControlCustom2.Location = new System.Drawing.Point(0, 248);
|
|||
|
|
this.gridControlCustom2.MainView = this.gridView2;
|
|||
|
|
this.gridControlCustom2.Name = "gridControlCustom2";
|
|||
|
|
this.gridControlCustom2.ShowRowID = true;
|
|||
|
|
this.gridControlCustom2.Size = new System.Drawing.Size(1393, 298);
|
|||
|
|
this.gridControlCustom2.TabIndex = 28;
|
|||
|
|
this.gridControlCustom2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.gridView2});
|
|||
|
|
//
|
|||
|
|
// bindingSource2
|
|||
|
|
//
|
|||
|
|
this.bindingSource2.DataSource = typeof(WMS.Model.SC.Mod_CUX_WMS_FIX_FINISH_ITF);
|
|||
|
|
//
|
|||
|
|
// gridView2
|
|||
|
|
//
|
|||
|
|
this.gridView2.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.gridView2.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colWIP_ENTITY_NAME1,
|
|||
|
|
this.colWIP_ENTITY_ID1,
|
|||
|
|
this.colSTATUS_TYPE1,
|
|||
|
|
this.colASSEMBLY1,
|
|||
|
|
this.colASSEMBLY_ITEM_ID1,
|
|||
|
|
this.colSTART_QUANTITY1,
|
|||
|
|
this.colCOMPONENT_ITEM1,
|
|||
|
|
this.colCOMPONENT_ITEM_ID1,
|
|||
|
|
this.colREQUIRED_QUANTITY1,
|
|||
|
|
this.colQUANTITY_ISSUED1,
|
|||
|
|
this.colQUANTITY_OPEN1,
|
|||
|
|
this.colLAST_UPDATE_DATE1,
|
|||
|
|
this.colLAST_UPDATED_BY1,
|
|||
|
|
this.colCREATION_DATE1,
|
|||
|
|
this.colCREATED_BY1,
|
|||
|
|
this.colORGANIZATION_ID1,
|
|||
|
|
this.colORGANIZATION_CODE1});
|
|||
|
|
this.gridView2.GridControl = this.gridControlCustom2;
|
|||
|
|
this.gridView2.IndicatorWidth = 34;
|
|||
|
|
this.gridView2.Name = "gridView2";
|
|||
|
|
this.gridView2.OptionsBehavior.Editable = false;
|
|||
|
|
this.gridView2.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.gridView2.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridView2.OptionsView.ShowFooter = true;
|
|||
|
|
this.gridView2.OptionsView.ShowGroupPanel = false;
|
|||
|
|
this.gridView2.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView2_RowClick);
|
|||
|
|
//
|
|||
|
|
// colWIP_ENTITY_NAME1
|
|||
|
|
//
|
|||
|
|
this.colWIP_ENTITY_NAME1.FieldName = "WIP_ENTITY_NAME";
|
|||
|
|
this.colWIP_ENTITY_NAME1.Name = "colWIP_ENTITY_NAME1";
|
|||
|
|
this.colWIP_ENTITY_NAME1.Visible = true;
|
|||
|
|
this.colWIP_ENTITY_NAME1.VisibleIndex = 0;
|
|||
|
|
//
|
|||
|
|
// colWIP_ENTITY_ID1
|
|||
|
|
//
|
|||
|
|
this.colWIP_ENTITY_ID1.FieldName = "WIP_ENTITY_ID";
|
|||
|
|
this.colWIP_ENTITY_ID1.Name = "colWIP_ENTITY_ID1";
|
|||
|
|
this.colWIP_ENTITY_ID1.Visible = true;
|
|||
|
|
this.colWIP_ENTITY_ID1.VisibleIndex = 1;
|
|||
|
|
//
|
|||
|
|
// colSTATUS_TYPE1
|
|||
|
|
//
|
|||
|
|
this.colSTATUS_TYPE1.FieldName = "STATUS_TYPE";
|
|||
|
|
this.colSTATUS_TYPE1.Name = "colSTATUS_TYPE1";
|
|||
|
|
this.colSTATUS_TYPE1.Visible = true;
|
|||
|
|
this.colSTATUS_TYPE1.VisibleIndex = 2;
|
|||
|
|
//
|
|||
|
|
// colASSEMBLY1
|
|||
|
|
//
|
|||
|
|
this.colASSEMBLY1.FieldName = "ASSEMBLY";
|
|||
|
|
this.colASSEMBLY1.Name = "colASSEMBLY1";
|
|||
|
|
this.colASSEMBLY1.Visible = true;
|
|||
|
|
this.colASSEMBLY1.VisibleIndex = 3;
|
|||
|
|
//
|
|||
|
|
// colASSEMBLY_ITEM_ID1
|
|||
|
|
//
|
|||
|
|
this.colASSEMBLY_ITEM_ID1.FieldName = "ASSEMBLY_ITEM_ID";
|
|||
|
|
this.colASSEMBLY_ITEM_ID1.Name = "colASSEMBLY_ITEM_ID1";
|
|||
|
|
this.colASSEMBLY_ITEM_ID1.Visible = true;
|
|||
|
|
this.colASSEMBLY_ITEM_ID1.VisibleIndex = 4;
|
|||
|
|
//
|
|||
|
|
// colSTART_QUANTITY1
|
|||
|
|
//
|
|||
|
|
this.colSTART_QUANTITY1.FieldName = "START_QUANTITY";
|
|||
|
|
this.colSTART_QUANTITY1.Name = "colSTART_QUANTITY1";
|
|||
|
|
this.colSTART_QUANTITY1.Visible = true;
|
|||
|
|
this.colSTART_QUANTITY1.VisibleIndex = 5;
|
|||
|
|
//
|
|||
|
|
// colCOMPONENT_ITEM1
|
|||
|
|
//
|
|||
|
|
this.colCOMPONENT_ITEM1.FieldName = "COMPONENT_ITEM";
|
|||
|
|
this.colCOMPONENT_ITEM1.Name = "colCOMPONENT_ITEM1";
|
|||
|
|
this.colCOMPONENT_ITEM1.Visible = true;
|
|||
|
|
this.colCOMPONENT_ITEM1.VisibleIndex = 6;
|
|||
|
|
//
|
|||
|
|
// colCOMPONENT_ITEM_ID1
|
|||
|
|
//
|
|||
|
|
this.colCOMPONENT_ITEM_ID1.FieldName = "COMPONENT_ITEM_ID";
|
|||
|
|
this.colCOMPONENT_ITEM_ID1.Name = "colCOMPONENT_ITEM_ID1";
|
|||
|
|
this.colCOMPONENT_ITEM_ID1.Visible = true;
|
|||
|
|
this.colCOMPONENT_ITEM_ID1.VisibleIndex = 7;
|
|||
|
|
//
|
|||
|
|
// colREQUIRED_QUANTITY1
|
|||
|
|
//
|
|||
|
|
this.colREQUIRED_QUANTITY1.FieldName = "REQUIRED_QUANTITY";
|
|||
|
|
this.colREQUIRED_QUANTITY1.Name = "colREQUIRED_QUANTITY1";
|
|||
|
|
this.colREQUIRED_QUANTITY1.Visible = true;
|
|||
|
|
this.colREQUIRED_QUANTITY1.VisibleIndex = 8;
|
|||
|
|
//
|
|||
|
|
// colQUANTITY_ISSUED1
|
|||
|
|
//
|
|||
|
|
this.colQUANTITY_ISSUED1.FieldName = "QUANTITY_ISSUED";
|
|||
|
|
this.colQUANTITY_ISSUED1.Name = "colQUANTITY_ISSUED1";
|
|||
|
|
this.colQUANTITY_ISSUED1.Visible = true;
|
|||
|
|
this.colQUANTITY_ISSUED1.VisibleIndex = 9;
|
|||
|
|
//
|
|||
|
|
// colQUANTITY_OPEN1
|
|||
|
|
//
|
|||
|
|
this.colQUANTITY_OPEN1.FieldName = "QUANTITY_OPEN";
|
|||
|
|
this.colQUANTITY_OPEN1.Name = "colQUANTITY_OPEN1";
|
|||
|
|
this.colQUANTITY_OPEN1.Visible = true;
|
|||
|
|
this.colQUANTITY_OPEN1.VisibleIndex = 10;
|
|||
|
|
//
|
|||
|
|
// 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 = 11;
|
|||
|
|
//
|
|||
|
|
// 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 = 12;
|
|||
|
|
//
|
|||
|
|
// colCREATION_DATE1
|
|||
|
|
//
|
|||
|
|
this.colCREATION_DATE1.FieldName = "CREATION_DATE";
|
|||
|
|
this.colCREATION_DATE1.Name = "colCREATION_DATE1";
|
|||
|
|
this.colCREATION_DATE1.Visible = true;
|
|||
|
|
this.colCREATION_DATE1.VisibleIndex = 13;
|
|||
|
|
//
|
|||
|
|
// colCREATED_BY1
|
|||
|
|
//
|
|||
|
|
this.colCREATED_BY1.FieldName = "CREATED_BY";
|
|||
|
|
this.colCREATED_BY1.Name = "colCREATED_BY1";
|
|||
|
|
this.colCREATED_BY1.Visible = true;
|
|||
|
|
this.colCREATED_BY1.VisibleIndex = 14;
|
|||
|
|
//
|
|||
|
|
// colORGANIZATION_ID1
|
|||
|
|
//
|
|||
|
|
this.colORGANIZATION_ID1.FieldName = "ORGANIZATION_ID";
|
|||
|
|
this.colORGANIZATION_ID1.Name = "colORGANIZATION_ID1";
|
|||
|
|
this.colORGANIZATION_ID1.Visible = true;
|
|||
|
|
this.colORGANIZATION_ID1.VisibleIndex = 15;
|
|||
|
|
//
|
|||
|
|
// colORGANIZATION_CODE1
|
|||
|
|
//
|
|||
|
|
this.colORGANIZATION_CODE1.FieldName = "ORGANIZATION_CODE";
|
|||
|
|
this.colORGANIZATION_CODE1.Name = "colORGANIZATION_CODE1";
|
|||
|
|
this.colORGANIZATION_CODE1.Visible = true;
|
|||
|
|
this.colORGANIZATION_CODE1.VisibleIndex = 16;
|
|||
|
|
//
|
|||
|
|
// 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.bindingSource3;
|
|||
|
|
this.gridControlCustom3.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.gridControlCustom3.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridControlCustom3.IndicatorWidth = 40;
|
|||
|
|
this.gridControlCustom3.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.gridControlCustom3.MainView = this.gridView3;
|
|||
|
|
this.gridControlCustom3.Name = "gridControlCustom3";
|
|||
|
|
this.gridControlCustom3.ShowRowID = true;
|
|||
|
|
this.gridControlCustom3.Size = new System.Drawing.Size(1393, 248);
|
|||
|
|
this.gridControlCustom3.TabIndex = 29;
|
|||
|
|
this.gridControlCustom3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.gridView3});
|
|||
|
|
//
|
|||
|
|
// bindingSource3
|
|||
|
|
//
|
|||
|
|
this.bindingSource3.DataSource = typeof(WMS.Model.SC.Mod_CUX_WMS_FIX_LOT_ITF);
|
|||
|
|
//
|
|||
|
|
// gridView3
|
|||
|
|
//
|
|||
|
|
this.gridView3.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.gridView3.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colOUT_BAR_CODE,
|
|||
|
|
this.colLOT_NUMBER,
|
|||
|
|
this.colWIP_ENTITY_NAME2,
|
|||
|
|
this.colSTATUS1,
|
|||
|
|
this.colLAST_UPDATE_DATE2,
|
|||
|
|
this.colLAST_UPDATED_BY2,
|
|||
|
|
this.colCREATION_DATE2,
|
|||
|
|
this.colCREATED_BY2});
|
|||
|
|
this.gridView3.GridControl = this.gridControlCustom3;
|
|||
|
|
this.gridView3.IndicatorWidth = 34;
|
|||
|
|
this.gridView3.Name = "gridView3";
|
|||
|
|
this.gridView3.OptionsBehavior.Editable = false;
|
|||
|
|
this.gridView3.OptionsFind.AlwaysVisible = true;
|
|||
|
|
this.gridView3.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.gridView3.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.gridView3.OptionsView.ShowAutoFilterRow = true;
|
|||
|
|
this.gridView3.OptionsView.ShowFooter = true;
|
|||
|
|
this.gridView3.OptionsView.ShowGroupPanel = false;
|
|||
|
|
//
|
|||
|
|
// colOUT_BAR_CODE
|
|||
|
|
//
|
|||
|
|
this.colOUT_BAR_CODE.FieldName = "OUT_BAR_CODE";
|
|||
|
|
this.colOUT_BAR_CODE.Name = "colOUT_BAR_CODE";
|
|||
|
|
this.colOUT_BAR_CODE.Visible = true;
|
|||
|
|
this.colOUT_BAR_CODE.VisibleIndex = 0;
|
|||
|
|
//
|
|||
|
|
// colLOT_NUMBER
|
|||
|
|
//
|
|||
|
|
this.colLOT_NUMBER.FieldName = "LOT_NUMBER";
|
|||
|
|
this.colLOT_NUMBER.Name = "colLOT_NUMBER";
|
|||
|
|
this.colLOT_NUMBER.Visible = true;
|
|||
|
|
this.colLOT_NUMBER.VisibleIndex = 1;
|
|||
|
|
//
|
|||
|
|
// colWIP_ENTITY_NAME2
|
|||
|
|
//
|
|||
|
|
this.colWIP_ENTITY_NAME2.FieldName = "WIP_ENTITY_NAME";
|
|||
|
|
this.colWIP_ENTITY_NAME2.Name = "colWIP_ENTITY_NAME2";
|
|||
|
|
this.colWIP_ENTITY_NAME2.Visible = true;
|
|||
|
|
this.colWIP_ENTITY_NAME2.VisibleIndex = 2;
|
|||
|
|
//
|
|||
|
|
// colSTATUS1
|
|||
|
|
//
|
|||
|
|
this.colSTATUS1.FieldName = "STATUS";
|
|||
|
|
this.colSTATUS1.Name = "colSTATUS1";
|
|||
|
|
this.colSTATUS1.Visible = true;
|
|||
|
|
this.colSTATUS1.VisibleIndex = 3;
|
|||
|
|
//
|
|||
|
|
// colLAST_UPDATE_DATE2
|
|||
|
|
//
|
|||
|
|
this.colLAST_UPDATE_DATE2.FieldName = "LAST_UPDATE_DATE";
|
|||
|
|
this.colLAST_UPDATE_DATE2.Name = "colLAST_UPDATE_DATE2";
|
|||
|
|
this.colLAST_UPDATE_DATE2.Visible = true;
|
|||
|
|
this.colLAST_UPDATE_DATE2.VisibleIndex = 4;
|
|||
|
|
//
|
|||
|
|
// colLAST_UPDATED_BY2
|
|||
|
|
//
|
|||
|
|
this.colLAST_UPDATED_BY2.FieldName = "LAST_UPDATED_BY";
|
|||
|
|
this.colLAST_UPDATED_BY2.Name = "colLAST_UPDATED_BY2";
|
|||
|
|
this.colLAST_UPDATED_BY2.Visible = true;
|
|||
|
|
this.colLAST_UPDATED_BY2.VisibleIndex = 5;
|
|||
|
|
//
|
|||
|
|
// colCREATION_DATE2
|
|||
|
|
//
|
|||
|
|
this.colCREATION_DATE2.FieldName = "CREATION_DATE";
|
|||
|
|
this.colCREATION_DATE2.Name = "colCREATION_DATE2";
|
|||
|
|
this.colCREATION_DATE2.Visible = true;
|
|||
|
|
this.colCREATION_DATE2.VisibleIndex = 6;
|
|||
|
|
//
|
|||
|
|
// colCREATED_BY2
|
|||
|
|
//
|
|||
|
|
this.colCREATED_BY2.FieldName = "CREATED_BY";
|
|||
|
|
this.colCREATED_BY2.Name = "colCREATED_BY2";
|
|||
|
|
this.colCREATED_BY2.Visible = true;
|
|||
|
|
this.colCREATED_BY2.VisibleIndex = 7;
|
|||
|
|
//
|
|||
|
|
// FormCUX_WMS_FIX_ISSUE_ITF
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1407, 663);
|
|||
|
|
this.Controls.Add(this.tabControl1);
|
|||
|
|
this.Name = "FormCUX_WMS_FIX_ISSUE_ITF";
|
|||
|
|
this.Text = "FormCUX_WMS_FIX_ISSUE_ITF";
|
|||
|
|
this.Load += new System.EventHandler(this.FormCUX_WMS_FIX_ISSUE_ITF_Load);
|
|||
|
|
this.tabControl1.ResumeLayout(false);
|
|||
|
|
this.tabPage1.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
this.panel1.PerformLayout();
|
|||
|
|
((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.tabPage2.ResumeLayout(false);
|
|||
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|||
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|||
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|||
|
|
this.splitContainer1.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom2)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom3)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource3)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|||
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|||
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private Ctrl.GridControlCustom gridControlCustom1;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|||
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|||
|
|
private System.Windows.Forms.BindingSource bindingSource2;
|
|||
|
|
private System.Windows.Forms.BindingSource bindingSource3;
|
|||
|
|
private Ctrl.GridControlCustom gridControlCustom3;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
|
|||
|
|
private Ctrl.GridControlCustom gridControlCustom2;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colORGANIZATION_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colORGANIZATION_CODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWIP_ENTITY_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWIP_ENTITY_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS_TYPE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colASSEMBLY;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colASSEMBLY_ITEM_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTART_QUANTITY;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCOMPONENT_ITEM;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCOMPONENT_ITEM_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREQUIRED_QUANTITY;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQUANTITY_ISSUED;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQUANTITY_OPEN;
|
|||
|
|
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 DevExpress.XtraGrid.Columns.GridColumn colOUT_BAR_CODE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOT_NUMBER;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWIP_ENTITY_NAME2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLAST_UPDATE_DATE2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLAST_UPDATED_BY2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCREATION_DATE2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCREATED_BY2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWIP_ENTITY_NAME1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWIP_ENTITY_ID1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS_TYPE1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colASSEMBLY1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colASSEMBLY_ITEM_ID1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTART_QUANTITY1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCOMPONENT_ITEM1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCOMPONENT_ITEM_ID1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREQUIRED_QUANTITY1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQUANTITY_ISSUED1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQUANTITY_OPEN1;
|
|||
|
|
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 colORGANIZATION_ID1;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colORGANIZATION_CODE1;
|
|||
|
|
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.SplitContainer splitContainer1;
|
|||
|
|
private DevExpress.XtraEditors.DateEdit dateEdit1;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private DevExpress.XtraEditors.DateEdit dateEdit2;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
private Ctrl.CtrlButtons ctrlButtons1;
|
|||
|
|
}
|
|||
|
|
}
|