503 lines
26 KiB
C#
503 lines
26 KiB
C#
namespace WMS.FrmStock
|
|
{
|
|
partial class FrmAreaRep
|
|
{
|
|
/// <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(FrmAreaRep));
|
|
this.gridControlCustom2 = new WMS.Ctrl.GridControlCustom();
|
|
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.ctrlButtons7 = new WMS.Ctrl.CtrlButtons();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.ctrlButtons4 = new WMS.Ctrl.CtrlButtons();
|
|
this.GCMiStock = new WMS.Ctrl.GridControlCustom();
|
|
this.GVMiStock = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.colBARCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colDOCCTNUMBER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCTL = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSTS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSHELVES_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colWARE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.gridControlCustom2.ColorShortageFlagColumn = "1";
|
|
this.gridControlCustom2.ColorShortageValue = "";
|
|
this.gridControlCustom2.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.gridControlCustom2.ColorUnExecuteValue = "0";
|
|
this.gridControlCustom2.ColorUnPass = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.gridControlCustom2.ColorUnPassValue = "0";
|
|
this.gridControlCustom2.ColorVerify = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
this.gridControlCustom2.ColorVerifyFlagColumn = "STATUS";
|
|
this.gridControlCustom2.ColorVerifyValue = "1";
|
|
this.gridControlCustom2.ColorWarning = System.Drawing.Color.Empty;
|
|
this.gridControlCustom2.ColorWarningValue = null;
|
|
this.gridControlCustom2.DataSource = this.bindingSource1;
|
|
this.gridControlCustom2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControlCustom2.EnableAppearanceEvenRow = true;
|
|
this.gridControlCustom2.IndicatorWidth = 40;
|
|
this.gridControlCustom2.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControlCustom2.MainView = this.gridView4;
|
|
this.gridControlCustom2.Name = "gridControlCustom2";
|
|
this.gridControlCustom2.ShowRowID = true;
|
|
this.gridControlCustom2.Size = new System.Drawing.Size(1497, 366);
|
|
this.gridControlCustom2.TabIndex = 248;
|
|
this.gridControlCustom2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView4,
|
|
this.gridView5});
|
|
//
|
|
// 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.Appearance.FocusedCell.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.gridView4.Appearance.FocusedCell.Options.UseFont = true;
|
|
this.gridView4.Appearance.FocusedRow.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.gridView4.Appearance.FocusedRow.Options.UseFont = true;
|
|
this.gridView4.Appearance.HeaderPanel.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.gridView4.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.gridView4.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.gridView4.Appearance.Row.Options.UseFont = true;
|
|
this.gridView4.ColumnPanelRowHeight = 30;
|
|
this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colDOCCTNUMBER,
|
|
this.colCTL,
|
|
this.colLOCATION_ID,
|
|
this.colBARCODE,
|
|
this.colGOODS_ID,
|
|
this.colGOODS_NAME,
|
|
this.colSHELVES_NUM,
|
|
this.colWARE_DATE,
|
|
this.colSTS});
|
|
this.gridView4.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.gridView4.GridControl = this.gridControlCustom2;
|
|
this.gridView4.IndicatorWidth = 34;
|
|
this.gridView4.Name = "gridView4";
|
|
this.gridView4.OptionsBehavior.Editable = false;
|
|
this.gridView4.OptionsImageLoad.AsyncLoad = true;
|
|
this.gridView4.OptionsSelection.InvertSelection = true;
|
|
this.gridView4.OptionsSelection.MultiSelect = true;
|
|
this.gridView4.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
|
|
this.gridView4.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
|
|
this.gridView4.OptionsSelection.ShowCheckBoxSelectorInPrintExport = DevExpress.Utils.DefaultBoolean.False;
|
|
this.gridView4.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView4.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gridView4.OptionsView.ShowAutoFilterRow = true;
|
|
this.gridView4.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// colLOCATION_ID
|
|
//
|
|
this.colLOCATION_ID.Caption = "库位";
|
|
this.colLOCATION_ID.FieldName = "LOCATION_ID";
|
|
this.colLOCATION_ID.Name = "colLOCATION_ID";
|
|
this.colLOCATION_ID.Visible = true;
|
|
this.colLOCATION_ID.VisibleIndex = 3;
|
|
this.colLOCATION_ID.Width = 120;
|
|
//
|
|
// gridView5
|
|
//
|
|
this.gridView5.GridControl = this.gridControlCustom2;
|
|
this.gridView5.Name = "gridView5";
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(WMS.Model.Stock.MIStockModel);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.ctrlButtons7);
|
|
this.groupBox1.Controls.Add(this.comboBox1);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.ctrlButtons4);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(1497, 84);
|
|
this.groupBox1.TabIndex = 249;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
|
//
|
|
// ctrlButtons7
|
|
//
|
|
this.ctrlButtons7.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|
this.ctrlButtons7.Appearance.Options.UseFont = true;
|
|
this.ctrlButtons7.BoolDiagFrm = false;
|
|
this.ctrlButtons7.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons7.ImageOptions.Image")));
|
|
this.ctrlButtons7.ImageOptions.ImageUri.Uri = "Refresh;Office2013";
|
|
this.ctrlButtons7.Location = new System.Drawing.Point(509, 22);
|
|
this.ctrlButtons7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.ctrlButtons7.Name = "ctrlButtons7";
|
|
this.ctrlButtons7.Size = new System.Drawing.Size(150, 45);
|
|
this.ctrlButtons7.TabIndex = 241;
|
|
this.ctrlButtons7.Text = " 刷新 ";
|
|
this.ctrlButtons7.typeButton = " 刷新 ";
|
|
this.ctrlButtons7.Click += new System.EventHandler(this.ctrlButtons7_Click);
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
"1",
|
|
"2"});
|
|
this.comboBox1.Location = new System.Drawing.Point(100, 33);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(167, 24);
|
|
this.comboBox1.TabIndex = 240;
|
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged_1);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.label1.Location = new System.Drawing.Point(25, 35);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(71, 16);
|
|
this.label1.TabIndex = 239;
|
|
this.label1.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.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons4.ImageOptions.Image")));
|
|
this.ctrlButtons4.ImageOptions.ImageUri.Uri = "EditDataSource;Office2013";
|
|
this.ctrlButtons4.Location = new System.Drawing.Point(346, 21);
|
|
this.ctrlButtons4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.ctrlButtons4.Name = "ctrlButtons4";
|
|
this.ctrlButtons4.Size = new System.Drawing.Size(150, 45);
|
|
this.ctrlButtons4.TabIndex = 237;
|
|
this.ctrlButtons4.Text = "确认";
|
|
this.ctrlButtons4.typeButton = "确认";
|
|
this.ctrlButtons4.Click += new System.EventHandler(this.ctrlButtons4_Click);
|
|
//
|
|
// GCMiStock
|
|
//
|
|
this.GCMiStock.ColorApprove = System.Drawing.Color.Empty;
|
|
this.GCMiStock.ColorApproveValue = null;
|
|
this.GCMiStock.ColorPass = System.Drawing.Color.Empty;
|
|
this.GCMiStock.ColorPassValue = null;
|
|
this.GCMiStock.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.GCMiStock.ColorRepealValue = null;
|
|
this.GCMiStock.ColorReWork = System.Drawing.Color.Empty;
|
|
this.GCMiStock.ColorReWorkValue = null;
|
|
this.GCMiStock.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.GCMiStock.ColorShortage = System.Drawing.Color.Empty;
|
|
this.GCMiStock.ColorShortageFlagColumn = null;
|
|
this.GCMiStock.ColorShortageValue = null;
|
|
this.GCMiStock.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.GCMiStock.ColorUnExecuteValue = null;
|
|
this.GCMiStock.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.GCMiStock.ColorUnPassValue = "0";
|
|
this.GCMiStock.ColorVerify = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.GCMiStock.ColorVerifyFlagColumn = "FLAG";
|
|
this.GCMiStock.ColorVerifyValue = "1";
|
|
this.GCMiStock.ColorWarning = System.Drawing.Color.Empty;
|
|
this.GCMiStock.ColorWarningValue = null;
|
|
this.GCMiStock.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GCMiStock.EnableAppearanceEvenRow = true;
|
|
this.GCMiStock.IndicatorWidth = 40;
|
|
this.GCMiStock.Location = new System.Drawing.Point(0, 0);
|
|
this.GCMiStock.MainView = this.GVMiStock;
|
|
this.GCMiStock.Name = "GCMiStock";
|
|
this.GCMiStock.ShowRowID = true;
|
|
this.GCMiStock.Size = new System.Drawing.Size(1497, 294);
|
|
this.GCMiStock.TabIndex = 2;
|
|
this.GCMiStock.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.GVMiStock});
|
|
//
|
|
// GVMiStock
|
|
//
|
|
this.GVMiStock.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.GVMiStock.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.GVMiStock.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.GVMiStock.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.GVMiStock.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.GVMiStock.Appearance.Row.Options.UseFont = true;
|
|
this.GVMiStock.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gridColumn7,
|
|
this.gridColumn12,
|
|
this.gridColumn8,
|
|
this.gridColumn13,
|
|
this.gridColumn14,
|
|
this.gridColumn9,
|
|
this.gridColumn10});
|
|
this.GVMiStock.GridControl = this.GCMiStock;
|
|
this.GVMiStock.IndicatorWidth = 34;
|
|
this.GVMiStock.Name = "GVMiStock";
|
|
this.GVMiStock.OptionsBehavior.Editable = false;
|
|
this.GVMiStock.OptionsView.ColumnAutoWidth = false;
|
|
this.GVMiStock.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.GVMiStock.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// gridColumn7
|
|
//
|
|
this.gridColumn7.Caption = "任务号";
|
|
this.gridColumn7.FieldName = "PLCID";
|
|
this.gridColumn7.Name = "gridColumn7";
|
|
this.gridColumn7.Visible = true;
|
|
this.gridColumn7.VisibleIndex = 0;
|
|
this.gridColumn7.Width = 120;
|
|
//
|
|
// gridColumn8
|
|
//
|
|
this.gridColumn8.Caption = "库位";
|
|
this.gridColumn8.FieldName = "LOCATION_ID";
|
|
this.gridColumn8.Name = "gridColumn8";
|
|
this.gridColumn8.Visible = true;
|
|
this.gridColumn8.VisibleIndex = 1;
|
|
this.gridColumn8.Width = 174;
|
|
//
|
|
// gridColumn9
|
|
//
|
|
this.gridColumn9.Caption = "订单时间";
|
|
this.gridColumn9.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.gridColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.gridColumn9.FieldName = "CREATEDATE";
|
|
this.gridColumn9.Name = "gridColumn9";
|
|
this.gridColumn9.Visible = true;
|
|
this.gridColumn9.VisibleIndex = 5;
|
|
this.gridColumn9.Width = 200;
|
|
//
|
|
// gridColumn10
|
|
//
|
|
this.gridColumn10.Caption = "状态";
|
|
this.gridColumn10.FieldName = "STATUS";
|
|
this.gridColumn10.Name = "gridColumn10";
|
|
this.gridColumn10.Visible = true;
|
|
this.gridColumn10.VisibleIndex = 6;
|
|
this.gridColumn10.Width = 200;
|
|
//
|
|
// gridColumn12
|
|
//
|
|
this.gridColumn12.Caption = "托盘号";
|
|
this.gridColumn12.FieldName = "CTL";
|
|
this.gridColumn12.Name = "gridColumn12";
|
|
this.gridColumn12.Visible = true;
|
|
this.gridColumn12.VisibleIndex = 1;
|
|
//
|
|
// gridColumn13
|
|
//
|
|
this.gridColumn13.Caption = "物料编号";
|
|
this.gridColumn13.FieldName = "GOODS_ID";
|
|
this.gridColumn13.Name = "gridColumn13";
|
|
this.gridColumn13.Visible = true;
|
|
this.gridColumn13.VisibleIndex = 3;
|
|
this.gridColumn13.Width = 134;
|
|
//
|
|
// gridColumn14
|
|
//
|
|
this.gridColumn14.Caption = "物料名称";
|
|
this.gridColumn14.FieldName = "GOODS_NAME";
|
|
this.gridColumn14.Name = "gridColumn14";
|
|
this.gridColumn14.Visible = true;
|
|
this.gridColumn14.VisibleIndex = 4;
|
|
this.gridColumn14.Width = 200;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 3000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 84);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.gridControlCustom2);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.GCMiStock);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1497, 664);
|
|
this.splitContainer1.SplitterDistance = 366;
|
|
this.splitContainer1.TabIndex = 3;
|
|
//
|
|
// colBARCODE
|
|
//
|
|
this.colBARCODE.FieldName = "BARCODE";
|
|
this.colBARCODE.Name = "colBARCODE";
|
|
this.colBARCODE.Visible = true;
|
|
this.colBARCODE.VisibleIndex = 4;
|
|
this.colBARCODE.Width = 200;
|
|
//
|
|
// colDOCCTNUMBER
|
|
//
|
|
this.colDOCCTNUMBER.FieldName = "DOCCTNUMBER";
|
|
this.colDOCCTNUMBER.Name = "colDOCCTNUMBER";
|
|
this.colDOCCTNUMBER.Visible = true;
|
|
this.colDOCCTNUMBER.VisibleIndex = 1;
|
|
this.colDOCCTNUMBER.Width = 200;
|
|
//
|
|
// colCTL
|
|
//
|
|
this.colCTL.FieldName = "CTL";
|
|
this.colCTL.Name = "colCTL";
|
|
this.colCTL.Visible = true;
|
|
this.colCTL.VisibleIndex = 2;
|
|
this.colCTL.Width = 120;
|
|
//
|
|
// colSTS
|
|
//
|
|
this.colSTS.FieldName = "STS";
|
|
this.colSTS.Name = "colSTS";
|
|
this.colSTS.Visible = true;
|
|
this.colSTS.VisibleIndex = 9;
|
|
this.colSTS.Width = 200;
|
|
//
|
|
// colGOODS_NAME
|
|
//
|
|
this.colGOODS_NAME.FieldName = "GOODS_NAME";
|
|
this.colGOODS_NAME.Name = "colGOODS_NAME";
|
|
this.colGOODS_NAME.Visible = true;
|
|
this.colGOODS_NAME.VisibleIndex = 6;
|
|
this.colGOODS_NAME.Width = 200;
|
|
//
|
|
// colGOODS_ID
|
|
//
|
|
this.colGOODS_ID.FieldName = "GOODS_ID";
|
|
this.colGOODS_ID.Name = "colGOODS_ID";
|
|
this.colGOODS_ID.Visible = true;
|
|
this.colGOODS_ID.VisibleIndex = 5;
|
|
this.colGOODS_ID.Width = 120;
|
|
//
|
|
// colSHELVES_NUM
|
|
//
|
|
this.colSHELVES_NUM.FieldName = "SHELVES_NUM";
|
|
this.colSHELVES_NUM.Name = "colSHELVES_NUM";
|
|
this.colSHELVES_NUM.Visible = true;
|
|
this.colSHELVES_NUM.VisibleIndex = 7;
|
|
this.colSHELVES_NUM.Width = 80;
|
|
//
|
|
// colWARE_DATE
|
|
//
|
|
this.colWARE_DATE.FieldName = "WARE_DATE";
|
|
this.colWARE_DATE.Name = "colWARE_DATE";
|
|
this.colWARE_DATE.Visible = true;
|
|
this.colWARE_DATE.VisibleIndex = 8;
|
|
this.colWARE_DATE.Width = 150;
|
|
//
|
|
// FrmAreaRep
|
|
//
|
|
this.ClientSize = new System.Drawing.Size(1497, 748);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "FrmAreaRep";
|
|
this.Text = "库存盘点";
|
|
this.Load += new System.EventHandler(this.FrmAreaRep_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).EndInit();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private Ctrl.GridControlCustom GCMiStock;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVMiStock;
|
|
private Ctrl.CtrlButtons ctrlButtons4;
|
|
private Ctrl.GridControlCustom gridControlCustom2;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView4;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView5;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private Ctrl.CtrlButtons ctrlButtons7;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDOCCTNUMBER;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCTL;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colBARCODE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHELVES_NUM;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWARE_DATE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTS;
|
|
}
|
|
} |