You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
451 lines
23 KiB
451 lines
23 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSGaugeBack
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSGaugeBack));
|
|
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.MOTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.txtMOCode = new DevExpress.XtraEditors.GridLookUpEdit();
|
|
this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.grdDetail = new DevExpress.XtraGrid.GridControl();
|
|
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTransferNO = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTransLine = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colINVCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colINVName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colQTY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colStatusX = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnExit.Appearance.Options.UseFont = true;
|
|
this.btnExit.Appearance.Options.UseForeColor = true;
|
|
this.btnExit.Appearance.Options.UseTextOptions = true;
|
|
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
|
|
this.btnExit.Location = new System.Drawing.Point(304, 0);
|
|
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(55, 30);
|
|
this.btnExit.TabIndex = 10;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.panelControl3.Appearance.Options.UseBackColor = true;
|
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl3.Controls.Add(this.btnPrint);
|
|
this.panelControl3.Controls.Add(this.btnOutPut);
|
|
this.panelControl3.Controls.Add(this.btnClose);
|
|
this.panelControl3.Controls.Add(this.MOTitle);
|
|
this.panelControl3.Controls.Add(this.btnExit);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(1036, 30);
|
|
this.panelControl3.TabIndex = 13;
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
|
this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnPrint.Appearance.Options.UseBackColor = true;
|
|
this.btnPrint.Appearance.Options.UseFont = true;
|
|
this.btnPrint.Appearance.Options.UseForeColor = true;
|
|
this.btnPrint.Appearance.Options.UseTextOptions = true;
|
|
this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
|
|
this.btnPrint.Location = new System.Drawing.Point(130, 0);
|
|
this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(115, 30);
|
|
this.btnPrint.TabIndex = 123;
|
|
this.btnPrint.Text = "打印退料信息表";
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// btnOutPut
|
|
//
|
|
this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnOutPut.Appearance.Options.UseFont = true;
|
|
this.btnOutPut.Appearance.Options.UseForeColor = true;
|
|
this.btnOutPut.Appearance.Options.UseTextOptions = true;
|
|
this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
|
|
this.btnOutPut.Location = new System.Drawing.Point(245, 0);
|
|
this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOutPut.Name = "btnOutPut";
|
|
this.btnOutPut.Size = new System.Drawing.Size(59, 30);
|
|
this.btnOutPut.TabIndex = 30;
|
|
this.btnOutPut.Text = "导出";
|
|
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Appearance.Options.UseForeColor = true;
|
|
this.btnClose.Appearance.Options.UseTextOptions = true;
|
|
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(1010, 0);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 29);
|
|
this.btnClose.TabIndex = 25;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// MOTitle
|
|
//
|
|
this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.MOTitle.Location = new System.Drawing.Point(3, 4);
|
|
this.MOTitle.Name = "MOTitle";
|
|
this.MOTitle.Size = new System.Drawing.Size(121, 23);
|
|
this.MOTitle.TabIndex = 19;
|
|
this.MOTitle.Text = "退料领料单信息表";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.txtMOCode);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 30);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1036, 50);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// txtMOCode
|
|
//
|
|
this.txtMOCode.EditValue = "";
|
|
this.txtMOCode.Location = new System.Drawing.Point(102, 16);
|
|
this.txtMOCode.Name = "txtMOCode";
|
|
this.txtMOCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.txtMOCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtMOCode.Properties.View = this.gridLookUpEdit1View;
|
|
this.txtMOCode.Size = new System.Drawing.Size(150, 20);
|
|
this.txtMOCode.TabIndex = 1;
|
|
this.txtMOCode.EditValueChanged += new System.EventHandler(this.txtMOCode_EditValueChanged);
|
|
//
|
|
// gridLookUpEdit1View
|
|
//
|
|
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
|
|
this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(24, 19);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(59, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "单据号:";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.groupBox2);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 80);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1036, 363);
|
|
this.panel2.TabIndex = 14;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.grdDetail);
|
|
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(1036, 363);
|
|
this.groupBox2.TabIndex = 3;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "退料单信息";
|
|
//
|
|
// grdDetail
|
|
//
|
|
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.grdDetail.Location = new System.Drawing.Point(3, 18);
|
|
this.grdDetail.MainView = this.grvDetail;
|
|
this.grdDetail.Name = "grdDetail";
|
|
this.grdDetail.Size = new System.Drawing.Size(1030, 342);
|
|
this.grdDetail.TabIndex = 1;
|
|
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.grvDetail,
|
|
this.grvAdvDetail});
|
|
//
|
|
// grvDetail
|
|
//
|
|
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colisSelect,
|
|
this.colTransferNO,
|
|
this.colTransLine,
|
|
this.colINVCode,
|
|
this.colINVName,
|
|
this.colQTY,
|
|
this.colINVUOM,
|
|
this.colStatus,
|
|
this.colLotNO,
|
|
this.colMUSER,
|
|
this.colMUSERName,
|
|
this.colMTIME,
|
|
this.colEATTRIBUTE1,
|
|
this.colStatusX});
|
|
this.grvDetail.GridControl = this.grdDetail;
|
|
this.grvDetail.Name = "grvDetail";
|
|
this.grvDetail.OptionsBehavior.Editable = false;
|
|
this.grvDetail.OptionsBehavior.ReadOnly = true;
|
|
this.grvDetail.OptionsSelection.MultiSelect = true;
|
|
this.grvDetail.OptionsView.ColumnAutoWidth = false;
|
|
this.grvDetail.OptionsView.ShowFooter = true;
|
|
this.grvDetail.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// colisSelect
|
|
//
|
|
this.colisSelect.Caption = "选择";
|
|
this.colisSelect.FieldName = "isSelect";
|
|
this.colisSelect.Name = "colisSelect";
|
|
this.colisSelect.Visible = true;
|
|
this.colisSelect.VisibleIndex = 0;
|
|
//
|
|
// colTransferNO
|
|
//
|
|
this.colTransferNO.Caption = "出库单号";
|
|
this.colTransferNO.FieldName = "TransferNO";
|
|
this.colTransferNO.Name = "colTransferNO";
|
|
this.colTransferNO.Visible = true;
|
|
this.colTransferNO.VisibleIndex = 1;
|
|
//
|
|
// colTransLine
|
|
//
|
|
this.colTransLine.Caption = "行号";
|
|
this.colTransLine.FieldName = "TransLine";
|
|
this.colTransLine.Name = "colTransLine";
|
|
this.colTransLine.Visible = true;
|
|
this.colTransLine.VisibleIndex = 2;
|
|
//
|
|
// colINVCode
|
|
//
|
|
this.colINVCode.Caption = "存货编码";
|
|
this.colINVCode.FieldName = "INVCode";
|
|
this.colINVCode.Name = "colINVCode";
|
|
this.colINVCode.Visible = true;
|
|
this.colINVCode.VisibleIndex = 3;
|
|
//
|
|
// colINVName
|
|
//
|
|
this.colINVName.Caption = "存货名称";
|
|
this.colINVName.FieldName = "INVName";
|
|
this.colINVName.Name = "colINVName";
|
|
this.colINVName.Visible = true;
|
|
this.colINVName.VisibleIndex = 4;
|
|
//
|
|
// colQTY
|
|
//
|
|
this.colQTY.Caption = "数量";
|
|
this.colQTY.FieldName = "QTY";
|
|
this.colQTY.Name = "colQTY";
|
|
this.colQTY.Visible = true;
|
|
this.colQTY.VisibleIndex = 5;
|
|
//
|
|
// colINVUOM
|
|
//
|
|
this.colINVUOM.Caption = "单位";
|
|
this.colINVUOM.FieldName = "INVUOM";
|
|
this.colINVUOM.Name = "colINVUOM";
|
|
this.colINVUOM.Visible = true;
|
|
this.colINVUOM.VisibleIndex = 6;
|
|
//
|
|
// colStatus
|
|
//
|
|
this.colStatus.Caption = "状态";
|
|
this.colStatus.FieldName = "Status";
|
|
this.colStatus.Name = "colStatus";
|
|
this.colStatus.Visible = true;
|
|
this.colStatus.VisibleIndex = 7;
|
|
//
|
|
// colLotNO
|
|
//
|
|
this.colLotNO.Caption = "退料条码";
|
|
this.colLotNO.FieldName = "LotNO";
|
|
this.colLotNO.Name = "colLotNO";
|
|
this.colLotNO.Visible = true;
|
|
this.colLotNO.VisibleIndex = 11;
|
|
//
|
|
// colMUSER
|
|
//
|
|
this.colMUSER.Caption = "维护人";
|
|
this.colMUSER.FieldName = "MUSER";
|
|
this.colMUSER.Name = "colMUSER";
|
|
this.colMUSER.Visible = true;
|
|
this.colMUSER.VisibleIndex = 8;
|
|
//
|
|
// colMUSERName
|
|
//
|
|
this.colMUSERName.Caption = "维护人名称";
|
|
this.colMUSERName.FieldName = "MUSERName";
|
|
this.colMUSERName.Name = "colMUSERName";
|
|
this.colMUSERName.Visible = true;
|
|
this.colMUSERName.VisibleIndex = 9;
|
|
//
|
|
// colMTIME
|
|
//
|
|
this.colMTIME.Caption = "维护时间";
|
|
this.colMTIME.FieldName = "MTIME";
|
|
this.colMTIME.Name = "colMTIME";
|
|
this.colMTIME.Visible = true;
|
|
this.colMTIME.VisibleIndex = 10;
|
|
//
|
|
// colEATTRIBUTE1
|
|
//
|
|
this.colEATTRIBUTE1.Caption = "备用字段";
|
|
this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
|
|
this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
|
|
//
|
|
// colStatusX
|
|
//
|
|
this.colStatusX.Caption = "退料状态";
|
|
this.colStatusX.FieldName = "StatusX";
|
|
this.colStatusX.Name = "colStatusX";
|
|
this.colStatusX.Visible = true;
|
|
this.colStatusX.VisibleIndex = 12;
|
|
//
|
|
// grvAdvDetail
|
|
//
|
|
this.grvAdvDetail.GridControl = this.grdDetail;
|
|
this.grvAdvDetail.Name = "grvAdvDetail";
|
|
this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
|
|
this.grvAdvDetail.OptionsSelection.MultiSelect = true;
|
|
this.grvAdvDetail.OptionsView.ShowFooter = true;
|
|
this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// FormICSGaugeBack
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1036, 443);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.panelControl3);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSGaugeBack";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormICSGauge";
|
|
this.Load += new System.EventHandler(this.FormICSGauge_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnExit;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.LabelControl MOTitle;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private DevExpress.XtraEditors.GridLookUpEdit txtMOCode;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
|
|
private DevExpress.XtraEditors.SimpleButton btnOutPut;
|
|
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private DevExpress.XtraGrid.GridControl grdDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTransferNO;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTransLine;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINVCode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINVName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colQTY;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colStatus;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colStatusX;
|
|
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
|
|
}
|
|
}
|