namespace WMS.FrmCK
{
partial class FrmStockAdj
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStockAdj));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.ctrlButtons2 = new WMS.Ctrl.CtrlButtons();
this.txtStorageid = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.ctrlButtons4 = new WMS.Ctrl.CtrlButtons();
this.ctrlButtons3 = new WMS.Ctrl.CtrlButtons();
this.t_sts = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtCTL = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtGDH = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txtLocation = new System.Windows.Forms.TextBox();
this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons();
this.label3 = new System.Windows.Forms.Label();
this.txtGoodsId = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtGoodsName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtCCNum = new System.Windows.Forms.TextBox();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.GCMiStock = new WMS.Ctrl.GridControlCustom();
this.bgsStock = new System.Windows.Forms.BindingSource(this.components);
this.GVMiStock = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBARCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_TYPEID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSHELVES_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPRODUCTION_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWARE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_MODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTSEBS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNOTICE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCustomer_Id = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_SKU = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCTL = new DevExpress.XtraGrid.Columns.GridColumn();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bgsStock)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1615, 738);
this.tabControl1.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.splitContainer1);
this.tabPage1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabPage1.Location = new System.Drawing.Point(4, 32);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1607, 702);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "调整库存";
this.tabPage1.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.groupBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(1601, 696);
this.splitContainer1.SplitterDistance = 137;
this.splitContainer1.SplitterWidth = 5;
this.splitContainer1.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.ctrlButtons2);
this.groupBox1.Controls.Add(this.txtStorageid);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.ctrlButtons4);
this.groupBox1.Controls.Add(this.ctrlButtons3);
this.groupBox1.Controls.Add(this.t_sts);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.txtCTL);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtGDH);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.txtLocation);
this.groupBox1.Controls.Add(this.ctrlButtons1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtGoodsId);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtGoodsName);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtCCNum);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1601, 137);
this.groupBox1.TabIndex = 264;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "库存明细";
//
// ctrlButtons2
//
this.ctrlButtons2.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.ctrlButtons2.Appearance.Options.UseFont = true;
this.ctrlButtons2.BoolDiagFrm = false;
this.ctrlButtons2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons2.ImageOptions.Image")));
this.ctrlButtons2.ImageOptions.ImageUri.Uri = "Replace;Office2013";
this.ctrlButtons2.Location = new System.Drawing.Point(1206, 79);
this.ctrlButtons2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ctrlButtons2.Name = "ctrlButtons2";
this.ctrlButtons2.Size = new System.Drawing.Size(150, 45);
this.ctrlButtons2.TabIndex = 270;
this.ctrlButtons2.Text = "调整库存";
this.ctrlButtons2.typeButton = "调整库存";
this.ctrlButtons2.Visible = false;
this.ctrlButtons2.Click += new System.EventHandler(this.ctrlButtons2_Click);
//
// txtStorageid
//
this.txtStorageid.Location = new System.Drawing.Point(525, 58);
this.txtStorageid.Name = "txtStorageid";
this.txtStorageid.ReadOnly = true;
this.txtStorageid.Size = new System.Drawing.Size(130, 27);
this.txtStorageid.TabIndex = 269;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(465, 59);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 19);
this.label6.TabIndex = 268;
this.label6.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 = "Reset;Office2013";
this.ctrlButtons4.Location = new System.Drawing.Point(1222, 25);
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 = 267;
this.ctrlButtons4.Text = " 解冻库存";
this.ctrlButtons4.typeButton = " 解冻库存";
this.ctrlButtons4.Visible = false;
this.ctrlButtons4.Click += new System.EventHandler(this.ctrlButtons4_Click);
//
// ctrlButtons3
//
this.ctrlButtons3.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.ctrlButtons3.Appearance.Options.UseFont = true;
this.ctrlButtons3.BoolDiagFrm = false;
this.ctrlButtons3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons3.ImageOptions.Image")));
this.ctrlButtons3.ImageOptions.ImageUri.Uri = "Cancel;Office2013";
this.ctrlButtons3.Location = new System.Drawing.Point(683, 25);
this.ctrlButtons3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ctrlButtons3.Name = "ctrlButtons3";
this.ctrlButtons3.Size = new System.Drawing.Size(150, 45);
this.ctrlButtons3.TabIndex = 266;
this.ctrlButtons3.Text = "删除库存";
this.ctrlButtons3.typeButton = "删除库存";
this.ctrlButtons3.Click += new System.EventHandler(this.ctrlButtons3_Click);
//
// t_sts
//
this.t_sts.Location = new System.Drawing.Point(525, 95);
this.t_sts.Name = "t_sts";
this.t_sts.ReadOnly = true;
this.t_sts.Size = new System.Drawing.Size(130, 27);
this.t_sts.TabIndex = 265;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(464, 100);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 19);
this.label9.TabIndex = 264;
this.label9.Text = "状态";
//
// txtCTL
//
this.txtCTL.Location = new System.Drawing.Point(83, 21);
this.txtCTL.Name = "txtCTL";
this.txtCTL.ReadOnly = true;
this.txtCTL.Size = new System.Drawing.Size(130, 27);
this.txtCTL.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 19);
this.label1.TabIndex = 0;
this.label1.Text = "托盘号";
//
// txtGDH
//
this.txtGDH.Location = new System.Drawing.Point(83, 95);
this.txtGDH.Name = "txtGDH";
this.txtGDH.ReadOnly = true;
this.txtGDH.Size = new System.Drawing.Size(130, 27);
this.txtGDH.TabIndex = 262;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(26, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 19);
this.label2.TabIndex = 2;
this.label2.Text = "库位";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(14, 98);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(57, 19);
this.label8.TabIndex = 261;
this.label8.Text = "工单号";
//
// txtLocation
//
this.txtLocation.Location = new System.Drawing.Point(83, 58);
this.txtLocation.Name = "txtLocation";
this.txtLocation.ReadOnly = true;
this.txtLocation.Size = new System.Drawing.Size(130, 27);
this.txtLocation.TabIndex = 3;
//
// ctrlButtons1
//
this.ctrlButtons1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.ctrlButtons1.Appearance.Options.UseFont = true;
this.ctrlButtons1.BoolDiagFrm = false;
this.ctrlButtons1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.ImageOptions.Image")));
this.ctrlButtons1.ImageOptions.ImageUri.Uri = "Refresh;Office2013";
this.ctrlButtons1.Location = new System.Drawing.Point(683, 79);
this.ctrlButtons1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ctrlButtons1.Name = "ctrlButtons1";
this.ctrlButtons1.Size = new System.Drawing.Size(150, 45);
this.ctrlButtons1.TabIndex = 260;
this.ctrlButtons1.Text = " 刷新 ";
this.ctrlButtons1.typeButton = " 刷新 ";
this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(225, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 19);
this.label3.TabIndex = 4;
this.label3.Text = "物料编号";
//
// txtGoodsId
//
this.txtGoodsId.Location = new System.Drawing.Point(314, 21);
this.txtGoodsId.Name = "txtGoodsId";
this.txtGoodsId.ReadOnly = true;
this.txtGoodsId.Size = new System.Drawing.Size(130, 27);
this.txtGoodsId.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(225, 61);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(73, 19);
this.label4.TabIndex = 6;
this.label4.Text = "物料名称";
//
// txtGoodsName
//
this.txtGoodsName.Location = new System.Drawing.Point(314, 58);
this.txtGoodsName.Name = "txtGoodsName";
this.txtGoodsName.ReadOnly = true;
this.txtGoodsName.Size = new System.Drawing.Size(130, 27);
this.txtGoodsName.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(225, 98);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(73, 19);
this.label5.TabIndex = 8;
this.label5.Text = "库存数量";
//
// txtCCNum
//
this.txtCCNum.Location = new System.Drawing.Point(313, 97);
this.txtCCNum.Name = "txtCCNum";
this.txtCCNum.Size = new System.Drawing.Size(130, 27);
this.txtCCNum.TabIndex = 9;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.groupBox3);
this.splitContainer2.Size = new System.Drawing.Size(1601, 554);
this.splitContainer2.SplitterDistance = 520;
this.splitContainer2.SplitterWidth = 5;
this.splitContainer2.TabIndex = 0;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.GCMiStock);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox3.Location = new System.Drawing.Point(0, 0);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(1601, 520);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "库存明细";
//
// 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 = "";
this.GCMiStock.ColorVerify = System.Drawing.Color.Red;
this.GCMiStock.ColorVerifyFlagColumn = "STS";
this.GCMiStock.ColorVerifyValue = "1";
this.GCMiStock.ColorWarning = System.Drawing.Color.Empty;
this.GCMiStock.ColorWarningValue = null;
this.GCMiStock.DataSource = this.bgsStock;
this.GCMiStock.Dock = System.Windows.Forms.DockStyle.Fill;
this.GCMiStock.EnableAppearanceEvenRow = true;
this.GCMiStock.IndicatorWidth = 40;
this.GCMiStock.Location = new System.Drawing.Point(3, 23);
this.GCMiStock.MainView = this.GVMiStock;
this.GCMiStock.Name = "GCMiStock";
this.GCMiStock.ShowRowID = true;
this.GCMiStock.Size = new System.Drawing.Size(1595, 494);
this.GCMiStock.TabIndex = 2;
this.GCMiStock.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GVMiStock});
//
// bgsStock
//
this.bgsStock.DataSource = typeof(WMS.Model.Stock.MIStockModel);
//
// 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.HeaderPanel.Options.UseTextOptions = true;
this.GVMiStock.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.GVMiStock.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
this.GVMiStock.Appearance.Row.Options.UseFont = true;
this.GVMiStock.Appearance.Row.Options.UseTextOptions = true;
this.GVMiStock.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.GVMiStock.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colSTORAGE_ID,
this.colBARCODE,
this.colGOODS_ID,
this.colLOCATION_ID,
this.colGOODS_TYPEID,
this.colSHELVES_NUM,
this.colSTS,
this.colPRODUCTION_DATE,
this.colWARE_DATE,
this.colSTORAGE_MODE,
this.colSTSEBS,
this.colNOTICE_ID,
this.colCustomer_Id,
this.colGOODS_SKU,
this.colCTL});
this.GVMiStock.GridControl = this.GCMiStock;
this.GVMiStock.IndicatorWidth = 34;
this.GVMiStock.Name = "GVMiStock";
this.GVMiStock.OptionsBehavior.Editable = false;
this.GVMiStock.OptionsFind.AlwaysVisible = true;
this.GVMiStock.OptionsSelection.MultiSelect = true;
this.GVMiStock.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
this.GVMiStock.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
this.GVMiStock.OptionsView.ColumnAutoWidth = false;
this.GVMiStock.OptionsView.EnableAppearanceEvenRow = true;
this.GVMiStock.OptionsView.ShowAutoFilterRow = true;
this.GVMiStock.OptionsView.ShowFooter = true;
this.GVMiStock.OptionsView.ShowGroupPanel = false;
this.GVMiStock.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.GVMiStock_RowClick);
//
// colSTORAGE_ID
//
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
this.colSTORAGE_ID.Visible = true;
this.colSTORAGE_ID.VisibleIndex = 1;
//
// colBARCODE
//
this.colBARCODE.FieldName = "BARCODE";
this.colBARCODE.Name = "colBARCODE";
this.colBARCODE.Visible = true;
this.colBARCODE.VisibleIndex = 4;
//
// colGOODS_ID
//
this.colGOODS_ID.FieldName = "GOODS_ID";
this.colGOODS_ID.Name = "colGOODS_ID";
this.colGOODS_ID.Visible = true;
this.colGOODS_ID.VisibleIndex = 7;
//
// colLOCATION_ID
//
this.colLOCATION_ID.FieldName = "LOCATION_ID";
this.colLOCATION_ID.Name = "colLOCATION_ID";
this.colLOCATION_ID.Visible = true;
this.colLOCATION_ID.VisibleIndex = 3;
//
// colGOODS_TYPEID
//
this.colGOODS_TYPEID.FieldName = "GOODS_TYPEID";
this.colGOODS_TYPEID.Name = "colGOODS_TYPEID";
this.colGOODS_TYPEID.Visible = true;
this.colGOODS_TYPEID.VisibleIndex = 8;
//
// colSHELVES_NUM
//
this.colSHELVES_NUM.FieldName = "SHELVES_NUM";
this.colSHELVES_NUM.Name = "colSHELVES_NUM";
this.colSHELVES_NUM.Visible = true;
this.colSHELVES_NUM.VisibleIndex = 9;
//
// colSTS
//
this.colSTS.FieldName = "STS";
this.colSTS.Name = "colSTS";
this.colSTS.Visible = true;
this.colSTS.VisibleIndex = 10;
this.colSTS.Width = 134;
//
// colPRODUCTION_DATE
//
this.colPRODUCTION_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.colPRODUCTION_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colPRODUCTION_DATE.FieldName = "PRODUCTION_DATE";
this.colPRODUCTION_DATE.Name = "colPRODUCTION_DATE";
this.colPRODUCTION_DATE.Visible = true;
this.colPRODUCTION_DATE.VisibleIndex = 11;
this.colPRODUCTION_DATE.Width = 159;
//
// colWARE_DATE
//
this.colWARE_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.colWARE_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colWARE_DATE.FieldName = "WARE_DATE";
this.colWARE_DATE.Name = "colWARE_DATE";
this.colWARE_DATE.Visible = true;
this.colWARE_DATE.VisibleIndex = 12;
this.colWARE_DATE.Width = 144;
//
// colSTORAGE_MODE
//
this.colSTORAGE_MODE.FieldName = "STORAGE_MODE";
this.colSTORAGE_MODE.Name = "colSTORAGE_MODE";
this.colSTORAGE_MODE.Visible = true;
this.colSTORAGE_MODE.VisibleIndex = 13;
//
// colSTSEBS
//
this.colSTSEBS.FieldName = "STSEBS";
this.colSTSEBS.Name = "colSTSEBS";
this.colSTSEBS.Visible = true;
this.colSTSEBS.VisibleIndex = 14;
this.colSTSEBS.Width = 159;
//
// colNOTICE_ID
//
this.colNOTICE_ID.FieldName = "NOTICE_ID";
this.colNOTICE_ID.Name = "colNOTICE_ID";
this.colNOTICE_ID.Visible = true;
this.colNOTICE_ID.VisibleIndex = 15;
//
// colCustomer_Id
//
this.colCustomer_Id.FieldName = "Customer_Id";
this.colCustomer_Id.Name = "colCustomer_Id";
this.colCustomer_Id.Visible = true;
this.colCustomer_Id.VisibleIndex = 6;
//
// colGOODS_SKU
//
this.colGOODS_SKU.FieldName = "GOODS_SKU";
this.colGOODS_SKU.Name = "colGOODS_SKU";
this.colGOODS_SKU.Visible = true;
this.colGOODS_SKU.VisibleIndex = 5;
//
// colCTL
//
this.colCTL.FieldName = "CTL";
this.colCTL.Name = "colCTL";
this.colCTL.Visible = true;
this.colCTL.VisibleIndex = 2;
//
// FrmStockAdj
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1615, 738);
this.Controls.Add(this.tabControl1);
this.Name = "FrmStockAdj";
this.Text = "FrmStockAdj";
this.Load += new System.EventHandler(this.FrmStockAdj_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.splitContainer2.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bgsStock)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupBox1;
private Ctrl.CtrlButtons ctrlButtons2;
private System.Windows.Forms.TextBox txtStorageid;
private System.Windows.Forms.Label label6;
private Ctrl.CtrlButtons ctrlButtons4;
private Ctrl.CtrlButtons ctrlButtons3;
private System.Windows.Forms.TextBox t_sts;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtCTL;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtGDH;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtLocation;
private Ctrl.CtrlButtons ctrlButtons1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtGoodsId;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtGoodsName;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtCCNum;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.GroupBox groupBox3;
private Ctrl.GridControlCustom GCMiStock;
private DevExpress.XtraGrid.Views.Grid.GridView GVMiStock;
private System.Windows.Forms.BindingSource bgsStock;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colBARCODE;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPEID;
private DevExpress.XtraGrid.Columns.GridColumn colSHELVES_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colSTS;
private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colWARE_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_MODE;
private DevExpress.XtraGrid.Columns.GridColumn colSTSEBS;
private DevExpress.XtraGrid.Columns.GridColumn colNOTICE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colCustomer_Id;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_SKU;
private DevExpress.XtraGrid.Columns.GridColumn colCTL;
}
}