BaoKai_202508-Wms-Jingwang..../WMS.FrmRK/AutoRK/FrmLocSelect.Designer.cs
2025-08-24 09:35:55 +08:00

596 lines
33 KiB
C#

namespace WMS.FrmRK
{
partial class FrmLocSelect
{
/// <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(FrmLocSelect));
this.gridControlCustom4 = new WMS.Ctrl.GridControlCustom();
this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panel1 = new System.Windows.Forms.Panel();
this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons();
this.ctrlButtons4 = new WMS.Ctrl.CtrlButtons();
this.gdv_Loc = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPY_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_AREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_AREA_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colISLOCK = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOCATION_LONG = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOCATION_WIDTH = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOCATION_HEIGHT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVOLUME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHASVOLUME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBEARWEIGHT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colABC_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSORT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOPERATORID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOPERATEDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colrow = new DevExpress.XtraGrid.Columns.GridColumn();
this.colcln = new DevExpress.XtraGrid.Columns.GridColumn();
this.collayer = new DevExpress.XtraGrid.Columns.GridColumn();
this.coldecId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colinstand = new DevExpress.XtraGrid.Columns.GridColumn();
this.coloutStand = new DevExpress.XtraGrid.Columns.GridColumn();
this.colinline = new DevExpress.XtraGrid.Columns.GridColumn();
this.coloutLine = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridControlCustom3 = new WMS.Ctrl.GridControlCustom();
this.bdcLoc = new System.Windows.Forms.BindingSource(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gdv_Loc)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bdcLoc)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// gridControlCustom4
//
this.gridControlCustom4.ColorApprove = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorApproveValue = null;
this.gridControlCustom4.ColorPass = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorPassValue = null;
this.gridControlCustom4.ColorRepeal = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorRepealValue = null;
this.gridControlCustom4.ColorReWork = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorReWorkValue = null;
this.gridControlCustom4.ColorSelectedRow = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorShortage = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorShortageFlagColumn = null;
this.gridControlCustom4.ColorShortageValue = null;
this.gridControlCustom4.ColorUnExecute = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorUnExecuteValue = null;
this.gridControlCustom4.ColorUnPass = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorUnPassValue = null;
this.gridControlCustom4.ColorVerify = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorVerifyFlagColumn = null;
this.gridControlCustom4.ColorVerifyValue = null;
this.gridControlCustom4.ColorWarning = System.Drawing.Color.Empty;
this.gridControlCustom4.ColorWarningValue = null;
this.gridControlCustom4.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControlCustom4.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gridControlCustom4.EnableAppearanceEvenRow = true;
this.gridControlCustom4.IndicatorWidth = 40;
this.gridControlCustom4.Location = new System.Drawing.Point(3, 17);
this.gridControlCustom4.MainView = this.gridView4;
this.gridControlCustom4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gridControlCustom4.Name = "gridControlCustom4";
this.gridControlCustom4.ShowRowID = true;
this.gridControlCustom4.Size = new System.Drawing.Size(732, 318);
this.gridControlCustom4.TabIndex = 0;
this.gridControlCustom4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView4});
//
// 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.ColumnPanelRowHeight = 30;
this.gridView4.GridControl = this.gridControlCustom4;
this.gridView4.Name = "gridView4";
this.gridView4.OptionsView.ColumnAutoWidth = false;
this.gridView4.OptionsView.EnableAppearanceEvenRow = true;
this.gridView4.OptionsView.ShowGroupPanel = false;
//
// panel1
//
this.panel1.Controls.Add(this.ctrlButtons1);
this.panel1.Controls.Add(this.ctrlButtons4);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(740, 69);
this.panel1.TabIndex = 222;
//
// 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.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.Image")));
this.ctrlButtons1.ImageUri.Uri = "Close;Office2013";
this.ctrlButtons1.Location = new System.Drawing.Point(300, 13);
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 = 238;
this.ctrlButtons1.Text = " Close ";
this.ctrlButtons1.typeButton = " Close ";
this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click);
//
// 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.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons4.Image")));
this.ctrlButtons4.ImageUri.Uri = "Apply;Office2013";
this.ctrlButtons4.Location = new System.Drawing.Point(89, 12);
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 = " Apply ";
this.ctrlButtons4.typeButton = " Apply ";
this.ctrlButtons4.Click += new System.EventHandler(this.ctrlButtons4_Click);
//
// gdv_Loc
//
this.gdv_Loc.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gdv_Loc.Appearance.EvenRow.Options.UseBackColor = true;
this.gdv_Loc.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 11F);
this.gdv_Loc.Appearance.Row.Options.UseFont = true;
this.gdv_Loc.ColumnPanelRowHeight = 30;
this.gdv_Loc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colLOCATION_ID,
this.colPY_NAME,
this.colSTORAGE_ID,
this.colSTORAGE_AREA_ID,
this.colSTORAGE_NAME,
this.colSTORAGE_AREA_NAME,
this.colISLOCK,
this.colLOCATION_LONG,
this.colLOCATION_WIDTH,
this.colLOCATION_HEIGHT,
this.colVOLUME,
this.colHASVOLUME,
this.colBEARWEIGHT,
this.colABC_ID,
this.colSORT,
this.colSTATUS,
this.colREMARK,
this.colVERSION,
this.colOPERATORID,
this.colOPERATEDATE,
this.colrow,
this.colcln,
this.collayer,
this.coldecId,
this.colinstand,
this.coloutStand,
this.colinline,
this.coloutLine});
this.gdv_Loc.GridControl = this.gridControlCustom3;
this.gdv_Loc.IndicatorWidth = 34;
this.gdv_Loc.Name = "gdv_Loc";
this.gdv_Loc.OptionsBehavior.Editable = false;
this.gdv_Loc.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gdv_Loc.OptionsView.ColumnAutoWidth = false;
this.gdv_Loc.OptionsView.EnableAppearanceEvenRow = true;
this.gdv_Loc.OptionsView.ShowGroupPanel = false;
this.gdv_Loc.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gdv_Loc_RowClick);
//
// colLOCATION_ID
//
this.colLOCATION_ID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colLOCATION_ID.AppearanceCell.Options.UseFont = true;
this.colLOCATION_ID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colLOCATION_ID.AppearanceHeader.Options.UseFont = true;
this.colLOCATION_ID.FieldName = "LOCATION_ID";
this.colLOCATION_ID.Name = "colLOCATION_ID";
this.colLOCATION_ID.Visible = true;
this.colLOCATION_ID.VisibleIndex = 0;
//
// colPY_NAME
//
this.colPY_NAME.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colPY_NAME.AppearanceCell.Options.UseFont = true;
this.colPY_NAME.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colPY_NAME.AppearanceHeader.Options.UseFont = true;
this.colPY_NAME.FieldName = "PY_NAME";
this.colPY_NAME.Name = "colPY_NAME";
//
// colSTORAGE_ID
//
this.colSTORAGE_ID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTORAGE_ID.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_ID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTORAGE_ID.AppearanceHeader.Options.UseFont = true;
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
//
// colSTORAGE_AREA_ID
//
this.colSTORAGE_AREA_ID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTORAGE_AREA_ID.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_AREA_ID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTORAGE_AREA_ID.AppearanceHeader.Options.UseFont = true;
this.colSTORAGE_AREA_ID.FieldName = "STORAGE_AREA_ID";
this.colSTORAGE_AREA_ID.Name = "colSTORAGE_AREA_ID";
//
// colSTORAGE_NAME
//
this.colSTORAGE_NAME.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTORAGE_NAME.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_NAME.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTORAGE_NAME.AppearanceHeader.Options.UseFont = true;
this.colSTORAGE_NAME.FieldName = "STORAGE_NAME";
this.colSTORAGE_NAME.Name = "colSTORAGE_NAME";
//
// colSTORAGE_AREA_NAME
//
this.colSTORAGE_AREA_NAME.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTORAGE_AREA_NAME.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_AREA_NAME.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTORAGE_AREA_NAME.AppearanceHeader.Options.UseFont = true;
this.colSTORAGE_AREA_NAME.FieldName = "STORAGE_AREA_NAME";
this.colSTORAGE_AREA_NAME.Name = "colSTORAGE_AREA_NAME";
//
// colISLOCK
//
this.colISLOCK.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colISLOCK.AppearanceCell.Options.UseFont = true;
this.colISLOCK.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colISLOCK.AppearanceHeader.Options.UseFont = true;
this.colISLOCK.FieldName = "ISLOCK";
this.colISLOCK.Name = "colISLOCK";
//
// colLOCATION_LONG
//
this.colLOCATION_LONG.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colLOCATION_LONG.AppearanceCell.Options.UseFont = true;
this.colLOCATION_LONG.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colLOCATION_LONG.AppearanceHeader.Options.UseFont = true;
this.colLOCATION_LONG.FieldName = "LOCATION_LONG";
this.colLOCATION_LONG.Name = "colLOCATION_LONG";
//
// colLOCATION_WIDTH
//
this.colLOCATION_WIDTH.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colLOCATION_WIDTH.AppearanceCell.Options.UseFont = true;
this.colLOCATION_WIDTH.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colLOCATION_WIDTH.AppearanceHeader.Options.UseFont = true;
this.colLOCATION_WIDTH.FieldName = "LOCATION_WIDTH";
this.colLOCATION_WIDTH.Name = "colLOCATION_WIDTH";
//
// colLOCATION_HEIGHT
//
this.colLOCATION_HEIGHT.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colLOCATION_HEIGHT.AppearanceCell.Options.UseFont = true;
this.colLOCATION_HEIGHT.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colLOCATION_HEIGHT.AppearanceHeader.Options.UseFont = true;
this.colLOCATION_HEIGHT.FieldName = "LOCATION_HEIGHT";
this.colLOCATION_HEIGHT.Name = "colLOCATION_HEIGHT";
this.colLOCATION_HEIGHT.Visible = true;
this.colLOCATION_HEIGHT.VisibleIndex = 4;
//
// colVOLUME
//
this.colVOLUME.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colVOLUME.AppearanceCell.Options.UseFont = true;
this.colVOLUME.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colVOLUME.AppearanceHeader.Options.UseFont = true;
this.colVOLUME.FieldName = "VOLUME";
this.colVOLUME.Name = "colVOLUME";
//
// colHASVOLUME
//
this.colHASVOLUME.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colHASVOLUME.AppearanceCell.Options.UseFont = true;
this.colHASVOLUME.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colHASVOLUME.AppearanceHeader.Options.UseFont = true;
this.colHASVOLUME.FieldName = "HASVOLUME";
this.colHASVOLUME.Name = "colHASVOLUME";
//
// colBEARWEIGHT
//
this.colBEARWEIGHT.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colBEARWEIGHT.AppearanceCell.Options.UseFont = true;
this.colBEARWEIGHT.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colBEARWEIGHT.AppearanceHeader.Options.UseFont = true;
this.colBEARWEIGHT.FieldName = "BEARWEIGHT";
this.colBEARWEIGHT.Name = "colBEARWEIGHT";
this.colBEARWEIGHT.Visible = true;
this.colBEARWEIGHT.VisibleIndex = 5;
//
// colABC_ID
//
this.colABC_ID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colABC_ID.AppearanceCell.Options.UseFont = true;
this.colABC_ID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colABC_ID.AppearanceHeader.Options.UseFont = true;
this.colABC_ID.FieldName = "ABC_ID";
this.colABC_ID.Name = "colABC_ID";
//
// colSORT
//
this.colSORT.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSORT.AppearanceCell.Options.UseFont = true;
this.colSORT.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSORT.AppearanceHeader.Options.UseFont = true;
this.colSORT.FieldName = "SORT";
this.colSORT.Name = "colSORT";
//
// colSTATUS
//
this.colSTATUS.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTATUS.AppearanceCell.Options.UseFont = true;
this.colSTATUS.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colSTATUS.AppearanceHeader.Options.UseFont = true;
this.colSTATUS.FieldName = "STATUS";
this.colSTATUS.Name = "colSTATUS";
//
// colREMARK
//
this.colREMARK.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colREMARK.AppearanceCell.Options.UseFont = true;
this.colREMARK.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colREMARK.AppearanceHeader.Options.UseFont = true;
this.colREMARK.FieldName = "REMARK";
this.colREMARK.Name = "colREMARK";
//
// colVERSION
//
this.colVERSION.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colVERSION.AppearanceCell.Options.UseFont = true;
this.colVERSION.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colVERSION.AppearanceHeader.Options.UseFont = true;
this.colVERSION.FieldName = "VERSION";
this.colVERSION.Name = "colVERSION";
//
// colOPERATORID
//
this.colOPERATORID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colOPERATORID.AppearanceCell.Options.UseFont = true;
this.colOPERATORID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colOPERATORID.AppearanceHeader.Options.UseFont = true;
this.colOPERATORID.FieldName = "OPERATORID";
this.colOPERATORID.Name = "colOPERATORID";
//
// colOPERATEDATE
//
this.colOPERATEDATE.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colOPERATEDATE.AppearanceCell.Options.UseFont = true;
this.colOPERATEDATE.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colOPERATEDATE.AppearanceHeader.Options.UseFont = true;
this.colOPERATEDATE.FieldName = "OPERATEDATE";
this.colOPERATEDATE.Name = "colOPERATEDATE";
//
// colrow
//
this.colrow.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colrow.AppearanceCell.Options.UseFont = true;
this.colrow.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colrow.AppearanceHeader.Options.UseFont = true;
this.colrow.FieldName = "row";
this.colrow.Name = "colrow";
this.colrow.Visible = true;
this.colrow.VisibleIndex = 1;
//
// colcln
//
this.colcln.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colcln.AppearanceCell.Options.UseFont = true;
this.colcln.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colcln.AppearanceHeader.Options.UseFont = true;
this.colcln.FieldName = "cln";
this.colcln.Name = "colcln";
this.colcln.Visible = true;
this.colcln.VisibleIndex = 2;
//
// collayer
//
this.collayer.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.collayer.AppearanceCell.Options.UseFont = true;
this.collayer.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.collayer.AppearanceHeader.Options.UseFont = true;
this.collayer.FieldName = "layer";
this.collayer.Name = "collayer";
this.collayer.Visible = true;
this.collayer.VisibleIndex = 3;
//
// coldecId
//
this.coldecId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.coldecId.AppearanceCell.Options.UseFont = true;
this.coldecId.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.coldecId.AppearanceHeader.Options.UseFont = true;
this.coldecId.FieldName = "decId";
this.coldecId.Name = "coldecId";
//
// colinstand
//
this.colinstand.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colinstand.AppearanceCell.Options.UseFont = true;
this.colinstand.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colinstand.AppearanceHeader.Options.UseFont = true;
this.colinstand.FieldName = "instand";
this.colinstand.Name = "colinstand";
//
// coloutStand
//
this.coloutStand.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.coloutStand.AppearanceCell.Options.UseFont = true;
this.coloutStand.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.coloutStand.AppearanceHeader.Options.UseFont = true;
this.coloutStand.FieldName = "outStand";
this.coloutStand.Name = "coloutStand";
//
// colinline
//
this.colinline.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.colinline.AppearanceCell.Options.UseFont = true;
this.colinline.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.colinline.AppearanceHeader.Options.UseFont = true;
this.colinline.FieldName = "inline";
this.colinline.Name = "colinline";
//
// coloutLine
//
this.coloutLine.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.coloutLine.AppearanceCell.Options.UseFont = true;
this.coloutLine.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
this.coloutLine.AppearanceHeader.Options.UseFont = true;
this.coloutLine.FieldName = "outLine";
this.coloutLine.Name = "coloutLine";
//
// 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 = null;
this.gridControlCustom3.ColorUnPass = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorUnPassValue = null;
this.gridControlCustom3.ColorVerify = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorVerifyFlagColumn = null;
this.gridControlCustom3.ColorVerifyValue = null;
this.gridControlCustom3.ColorWarning = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorWarningValue = null;
this.gridControlCustom3.DataSource = this.bdcLoc;
this.gridControlCustom3.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControlCustom3.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gridControlCustom3.EnableAppearanceEvenRow = true;
this.gridControlCustom3.IndicatorWidth = 40;
this.gridControlCustom3.Location = new System.Drawing.Point(3, 17);
this.gridControlCustom3.MainView = this.gdv_Loc;
this.gridControlCustom3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gridControlCustom3.Name = "gridControlCustom3";
this.gridControlCustom3.ShowRowID = true;
this.gridControlCustom3.Size = new System.Drawing.Size(732, 318);
this.gridControlCustom3.TabIndex = 1;
this.gridControlCustom3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gdv_Loc});
//
// bdcLoc
//
this.bdcLoc.DataSource = typeof(WMS.Model.Base.StorageAreaLocationModel);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.gridControlCustom3);
this.groupBox2.Controls.Add(this.gridControlCustom4);
this.groupBox2.Location = new System.Drawing.Point(0, 74);
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox2.Size = new System.Drawing.Size(738, 337);
this.groupBox2.TabIndex = 221;
this.groupBox2.TabStop = false;
//
// FrmLocSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(740, 411);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "FrmLocSelect";
this.Text = "库位选择";
this.Load += new System.EventHandler(this.FrmLocSelect_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gdv_Loc)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bdcLoc)).EndInit();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Ctrl.GridControlCustom gridControlCustom4;
private DevExpress.XtraGrid.Views.Grid.GridView gridView4;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraGrid.Views.Grid.GridView gdv_Loc;
private Ctrl.GridControlCustom gridControlCustom3;
private System.Windows.Forms.BindingSource bdcLoc;
private System.Windows.Forms.GroupBox groupBox2;
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID;
private DevExpress.XtraGrid.Columns.GridColumn colPY_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colISLOCK;
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_LONG;
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_WIDTH;
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_HEIGHT;
private DevExpress.XtraGrid.Columns.GridColumn colVOLUME;
private DevExpress.XtraGrid.Columns.GridColumn colHASVOLUME;
private DevExpress.XtraGrid.Columns.GridColumn colBEARWEIGHT;
private DevExpress.XtraGrid.Columns.GridColumn colABC_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSORT;
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
private DevExpress.XtraGrid.Columns.GridColumn colOPERATORID;
private DevExpress.XtraGrid.Columns.GridColumn colOPERATEDATE;
private DevExpress.XtraGrid.Columns.GridColumn colrow;
private DevExpress.XtraGrid.Columns.GridColumn colcln;
private DevExpress.XtraGrid.Columns.GridColumn collayer;
private DevExpress.XtraGrid.Columns.GridColumn coldecId;
private DevExpress.XtraGrid.Columns.GridColumn colinstand;
private DevExpress.XtraGrid.Columns.GridColumn coloutStand;
private DevExpress.XtraGrid.Columns.GridColumn colinline;
private DevExpress.XtraGrid.Columns.GridColumn coloutLine;
private Ctrl.CtrlButtons ctrlButtons4;
private Ctrl.CtrlButtons ctrlButtons1;
}
}