1662 lines
101 KiB
C#
1662 lines
101 KiB
C#
|
namespace DeiNiu.wms.win
|
|||
|
{
|
|||
|
partial class LocationmgrForm
|
|||
|
{
|
|||
|
/// <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(LocationmgrForm));
|
|||
|
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|||
|
this.bbQuery = new DevExpress.XtraBars.BarButtonItem();
|
|||
|
this.bbCreateLocations = new DevExpress.XtraBars.BarButtonItem();
|
|||
|
this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
|
|||
|
this.bbPrint = new DevExpress.XtraBars.BarButtonItem();
|
|||
|
this.bbiExport = new DevExpress.XtraBars.BarButtonItem();
|
|||
|
this.bbiImport = new DevExpress.XtraBars.BarButtonItem();
|
|||
|
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
|||
|
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|||
|
this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
|
|||
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|||
|
this.txtLbStartId = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.pager1 = new DeiNiu.Controls.pager.Pager();
|
|||
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.txtColumFrom = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtColumTo = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtLayerTo = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtLayerFrom = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtShelfFrom = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtShelfTo = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtChannelFrom = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtChannelTo = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtLabelLayer = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtLabelColum = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.txtChannelFromQ = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtShelfFromQ = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtChannelToQ = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtShelfToQ = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtColumFromQ = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtColumToQ = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtLayerFromQ = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtLayerToQ = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtLbStartIdQuery = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtLbToIdQuery = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.comport = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.comPortQuery = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.txtLocationId = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtLabelId = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.btnUpdateLable = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.txtPosition = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txtWarehouseQuery = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.lcgSetup = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem54 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup14 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem33 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem34 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.layoutControlItem41 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.lcgQuery = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlGroup16 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem37 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem38 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem39 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem46 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem45 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem43 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem40 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem44 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup17 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem55 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem36 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem52 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem56 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem42 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
|
|||
|
this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
|
|||
|
this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.emptySpaceItem27 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.emptySpaceItem28 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.emptySpaceItem14 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.txtLocation = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.layoutControlGroup15 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|||
|
this.layoutControl1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLbStartId.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtColumFrom.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtColumTo.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLayerTo.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLayerFrom.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtShelfFrom.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtShelfTo.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtChannelFrom.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtChannelTo.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLabelLayer.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLabelColum.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtChannelFromQ.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtShelfFromQ.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtChannelToQ.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtShelfToQ.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtColumFromQ.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtColumToQ.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLayerFromQ.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLayerToQ.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLbStartIdQuery.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLbToIdQuery.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comport.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comPortQuery.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLocationId.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLabelId.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtPosition.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtWarehouseQuery.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.lcgSetup)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem54)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.lcgQuery)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup16)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup17)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem55)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem56)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem27)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem28)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLocation.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup15)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// ribbon
|
|||
|
//
|
|||
|
this.ribbon.ExpandCollapseItem.Id = 0;
|
|||
|
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|||
|
this.ribbon.ExpandCollapseItem,
|
|||
|
this.bbQuery,
|
|||
|
this.bbCreateLocations,
|
|||
|
this.barButtonGroup1,
|
|||
|
this.bbPrint,
|
|||
|
this.bbiExport,
|
|||
|
this.bbiImport});
|
|||
|
this.ribbon.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.ribbon.MaxItemId = 9;
|
|||
|
this.ribbon.Name = "ribbon";
|
|||
|
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|||
|
this.ribbonPage1});
|
|||
|
this.ribbon.Size = new System.Drawing.Size(1368, 147);
|
|||
|
this.ribbon.StatusBar = this.ribbonStatusBar;
|
|||
|
//
|
|||
|
// bbQuery
|
|||
|
//
|
|||
|
this.bbQuery.Caption = "查询";
|
|||
|
this.bbQuery.Id = 1;
|
|||
|
this.bbQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbQuery.ImageOptions.Image")));
|
|||
|
this.bbQuery.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbQuery.ImageOptions.LargeImage")));
|
|||
|
this.bbQuery.Name = "bbQuery";
|
|||
|
this.bbQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbQuery_ItemClick);
|
|||
|
//
|
|||
|
// bbCreateLocations
|
|||
|
//
|
|||
|
this.bbCreateLocations.Caption = "创建";
|
|||
|
this.bbCreateLocations.Id = 2;
|
|||
|
this.bbCreateLocations.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbCreateLocations.ImageOptions.Image")));
|
|||
|
this.bbCreateLocations.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbCreateLocations.ImageOptions.LargeImage")));
|
|||
|
this.bbCreateLocations.Name = "bbCreateLocations";
|
|||
|
this.bbCreateLocations.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbCreateLocations_ItemClick);
|
|||
|
//
|
|||
|
// barButtonGroup1
|
|||
|
//
|
|||
|
this.barButtonGroup1.Caption = "barButtonGroup1";
|
|||
|
this.barButtonGroup1.Id = 5;
|
|||
|
this.barButtonGroup1.Name = "barButtonGroup1";
|
|||
|
//
|
|||
|
// bbPrint
|
|||
|
//
|
|||
|
this.bbPrint.Caption = "打印";
|
|||
|
this.bbPrint.Id = 6;
|
|||
|
this.bbPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbPrint.ImageOptions.Image")));
|
|||
|
this.bbPrint.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbPrint.ImageOptions.LargeImage")));
|
|||
|
this.bbPrint.Name = "bbPrint";
|
|||
|
this.bbPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbPrint_ItemClick);
|
|||
|
//
|
|||
|
// bbiExport
|
|||
|
//
|
|||
|
this.bbiExport.Caption = "导出";
|
|||
|
this.bbiExport.Id = 7;
|
|||
|
this.bbiExport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.Image")));
|
|||
|
this.bbiExport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.LargeImage")));
|
|||
|
this.bbiExport.Name = "bbiExport";
|
|||
|
this.bbiExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExport_ItemClick);
|
|||
|
//
|
|||
|
// bbiImport
|
|||
|
//
|
|||
|
this.bbiImport.Caption = "导入";
|
|||
|
this.bbiImport.Id = 8;
|
|||
|
this.bbiImport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiImport.ImageOptions.Image")));
|
|||
|
this.bbiImport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiImport.ImageOptions.LargeImage")));
|
|||
|
this.bbiImport.Name = "bbiImport";
|
|||
|
this.bbiImport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiImport_ItemClick);
|
|||
|
//
|
|||
|
// ribbonPage1
|
|||
|
//
|
|||
|
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
|||
|
this.ribbonPageGroup1});
|
|||
|
this.ribbonPage1.Name = "ribbonPage1";
|
|||
|
this.ribbonPage1.Text = "编辑";
|
|||
|
//
|
|||
|
// ribbonPageGroup1
|
|||
|
//
|
|||
|
this.ribbonPageGroup1.ItemLinks.Add(this.bbQuery);
|
|||
|
this.ribbonPageGroup1.ItemLinks.Add(this.bbCreateLocations);
|
|||
|
this.ribbonPageGroup1.ItemLinks.Add(this.bbPrint);
|
|||
|
this.ribbonPageGroup1.ItemLinks.Add(this.bbiExport);
|
|||
|
this.ribbonPageGroup1.ItemLinks.Add(this.bbiImport);
|
|||
|
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
|
|||
|
this.ribbonPageGroup1.Text = "编辑";
|
|||
|
//
|
|||
|
// ribbonStatusBar
|
|||
|
//
|
|||
|
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 748);
|
|||
|
this.ribbonStatusBar.Name = "ribbonStatusBar";
|
|||
|
this.ribbonStatusBar.Ribbon = this.ribbon;
|
|||
|
this.ribbonStatusBar.Size = new System.Drawing.Size(1368, 31);
|
|||
|
//
|
|||
|
// layoutControl1
|
|||
|
//
|
|||
|
this.layoutControl1.Controls.Add(this.txtLbStartId);
|
|||
|
this.layoutControl1.Controls.Add(this.pager1);
|
|||
|
this.layoutControl1.Controls.Add(this.gridControl1);
|
|||
|
this.layoutControl1.Controls.Add(this.txtColumFrom);
|
|||
|
this.layoutControl1.Controls.Add(this.txtColumTo);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLayerTo);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLayerFrom);
|
|||
|
this.layoutControl1.Controls.Add(this.txtShelfFrom);
|
|||
|
this.layoutControl1.Controls.Add(this.txtShelfTo);
|
|||
|
this.layoutControl1.Controls.Add(this.txtChannelFrom);
|
|||
|
this.layoutControl1.Controls.Add(this.txtChannelTo);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLabelLayer);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLabelColum);
|
|||
|
this.layoutControl1.Controls.Add(this.btnCreate);
|
|||
|
this.layoutControl1.Controls.Add(this.btnQuery);
|
|||
|
this.layoutControl1.Controls.Add(this.txtChannelFromQ);
|
|||
|
this.layoutControl1.Controls.Add(this.txtShelfFromQ);
|
|||
|
this.layoutControl1.Controls.Add(this.txtChannelToQ);
|
|||
|
this.layoutControl1.Controls.Add(this.txtShelfToQ);
|
|||
|
this.layoutControl1.Controls.Add(this.txtColumFromQ);
|
|||
|
this.layoutControl1.Controls.Add(this.txtColumToQ);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLayerFromQ);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLayerToQ);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLbStartIdQuery);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLbToIdQuery);
|
|||
|
this.layoutControl1.Controls.Add(this.comport);
|
|||
|
this.layoutControl1.Controls.Add(this.comPortQuery);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLocationId);
|
|||
|
this.layoutControl1.Controls.Add(this.txtLabelId);
|
|||
|
this.layoutControl1.Controls.Add(this.btnUpdateLable);
|
|||
|
this.layoutControl1.Controls.Add(this.txtPosition);
|
|||
|
this.layoutControl1.Controls.Add(this.txtWarehouseQuery);
|
|||
|
this.layoutControl1.Controls.Add(this.btnDel);
|
|||
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutControl1.Location = new System.Drawing.Point(0, 147);
|
|||
|
this.layoutControl1.Name = "layoutControl1";
|
|||
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1607, 350, 450, 400);
|
|||
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|||
|
this.layoutControl1.Size = new System.Drawing.Size(1368, 601);
|
|||
|
this.layoutControl1.TabIndex = 2;
|
|||
|
this.layoutControl1.Text = "layoutControl1";
|
|||
|
//
|
|||
|
// txtLbStartId
|
|||
|
//
|
|||
|
this.txtLbStartId.EditValue = "0";
|
|||
|
this.txtLbStartId.Location = new System.Drawing.Point(284, 119);
|
|||
|
this.txtLbStartId.MenuManager = this.ribbon;
|
|||
|
this.txtLbStartId.Name = "txtLbStartId";
|
|||
|
this.txtLbStartId.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtLbStartId.StyleController = this.layoutControl1;
|
|||
|
this.txtLbStartId.TabIndex = 72;
|
|||
|
//
|
|||
|
// pager1
|
|||
|
//
|
|||
|
this.pager1.Location = new System.Drawing.Point(57, 569);
|
|||
|
this.pager1.MaximumSize = new System.Drawing.Size(0, 20);
|
|||
|
this.pager1.Name = "pager1";
|
|||
|
this.pager1.NMax = 0;
|
|||
|
this.pager1.PageCount = 0;
|
|||
|
this.pager1.PageCurrent = 0;
|
|||
|
this.pager1.PageSize = 100;
|
|||
|
this.pager1.Size = new System.Drawing.Size(924, 20);
|
|||
|
this.pager1.TabIndex = 40;
|
|||
|
//
|
|||
|
// gridControl1
|
|||
|
//
|
|||
|
this.gridControl1.Location = new System.Drawing.Point(57, 68);
|
|||
|
this.gridControl1.MainView = this.gridView1;
|
|||
|
this.gridControl1.MenuManager = this.ribbon;
|
|||
|
this.gridControl1.Name = "gridControl1";
|
|||
|
this.gridControl1.Size = new System.Drawing.Size(924, 497);
|
|||
|
this.gridControl1.TabIndex = 39;
|
|||
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gridView1});
|
|||
|
//
|
|||
|
// gridView1
|
|||
|
//
|
|||
|
this.gridView1.GridControl = this.gridControl1;
|
|||
|
this.gridView1.Name = "gridView1";
|
|||
|
//
|
|||
|
// txtColumFrom
|
|||
|
//
|
|||
|
this.txtColumFrom.Location = new System.Drawing.Point(122, 143);
|
|||
|
this.txtColumFrom.MenuManager = this.ribbon;
|
|||
|
this.txtColumFrom.Name = "txtColumFrom";
|
|||
|
this.txtColumFrom.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtColumFrom.StyleController = this.layoutControl1;
|
|||
|
this.txtColumFrom.TabIndex = 4;
|
|||
|
//
|
|||
|
// txtColumTo
|
|||
|
//
|
|||
|
this.txtColumTo.Location = new System.Drawing.Point(184, 143);
|
|||
|
this.txtColumTo.MenuManager = this.ribbon;
|
|||
|
this.txtColumTo.Name = "txtColumTo";
|
|||
|
this.txtColumTo.Size = new System.Drawing.Size(60, 20);
|
|||
|
this.txtColumTo.StyleController = this.layoutControl1;
|
|||
|
this.txtColumTo.TabIndex = 5;
|
|||
|
//
|
|||
|
// txtLayerTo
|
|||
|
//
|
|||
|
this.txtLayerTo.Location = new System.Drawing.Point(184, 119);
|
|||
|
this.txtLayerTo.MenuManager = this.ribbon;
|
|||
|
this.txtLayerTo.Name = "txtLayerTo";
|
|||
|
this.txtLayerTo.Size = new System.Drawing.Size(60, 20);
|
|||
|
this.txtLayerTo.StyleController = this.layoutControl1;
|
|||
|
this.txtLayerTo.TabIndex = 6;
|
|||
|
//
|
|||
|
// txtLayerFrom
|
|||
|
//
|
|||
|
this.txtLayerFrom.Location = new System.Drawing.Point(122, 119);
|
|||
|
this.txtLayerFrom.MenuManager = this.ribbon;
|
|||
|
this.txtLayerFrom.Name = "txtLayerFrom";
|
|||
|
this.txtLayerFrom.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtLayerFrom.StyleController = this.layoutControl1;
|
|||
|
this.txtLayerFrom.TabIndex = 7;
|
|||
|
//
|
|||
|
// txtShelfFrom
|
|||
|
//
|
|||
|
this.txtShelfFrom.Location = new System.Drawing.Point(122, 95);
|
|||
|
this.txtShelfFrom.MenuManager = this.ribbon;
|
|||
|
this.txtShelfFrom.Name = "txtShelfFrom";
|
|||
|
this.txtShelfFrom.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtShelfFrom.StyleController = this.layoutControl1;
|
|||
|
this.txtShelfFrom.TabIndex = 8;
|
|||
|
//
|
|||
|
// txtShelfTo
|
|||
|
//
|
|||
|
this.txtShelfTo.Location = new System.Drawing.Point(184, 95);
|
|||
|
this.txtShelfTo.MenuManager = this.ribbon;
|
|||
|
this.txtShelfTo.Name = "txtShelfTo";
|
|||
|
this.txtShelfTo.Size = new System.Drawing.Size(60, 20);
|
|||
|
this.txtShelfTo.StyleController = this.layoutControl1;
|
|||
|
this.txtShelfTo.TabIndex = 9;
|
|||
|
//
|
|||
|
// txtChannelFrom
|
|||
|
//
|
|||
|
this.txtChannelFrom.Location = new System.Drawing.Point(122, 71);
|
|||
|
this.txtChannelFrom.MenuManager = this.ribbon;
|
|||
|
this.txtChannelFrom.Name = "txtChannelFrom";
|
|||
|
this.txtChannelFrom.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtChannelFrom.StyleController = this.layoutControl1;
|
|||
|
this.txtChannelFrom.TabIndex = 10;
|
|||
|
//
|
|||
|
// txtChannelTo
|
|||
|
//
|
|||
|
this.txtChannelTo.Location = new System.Drawing.Point(184, 71);
|
|||
|
this.txtChannelTo.MenuManager = this.ribbon;
|
|||
|
this.txtChannelTo.Name = "txtChannelTo";
|
|||
|
this.txtChannelTo.Size = new System.Drawing.Size(60, 20);
|
|||
|
this.txtChannelTo.StyleController = this.layoutControl1;
|
|||
|
this.txtChannelTo.TabIndex = 11;
|
|||
|
//
|
|||
|
// txtLabelLayer
|
|||
|
//
|
|||
|
this.txtLabelLayer.EditValue = "0";
|
|||
|
this.txtLabelLayer.Location = new System.Drawing.Point(424, 119);
|
|||
|
this.txtLabelLayer.MenuManager = this.ribbon;
|
|||
|
this.txtLabelLayer.Name = "txtLabelLayer";
|
|||
|
this.txtLabelLayer.Size = new System.Drawing.Size(50, 20);
|
|||
|
this.txtLabelLayer.StyleController = this.layoutControl1;
|
|||
|
this.txtLabelLayer.TabIndex = 26;
|
|||
|
//
|
|||
|
// txtLabelColum
|
|||
|
//
|
|||
|
this.txtLabelColum.EditValue = "0";
|
|||
|
this.txtLabelColum.Location = new System.Drawing.Point(478, 119);
|
|||
|
this.txtLabelColum.MenuManager = this.ribbon;
|
|||
|
this.txtLabelColum.Name = "txtLabelColum";
|
|||
|
this.txtLabelColum.Size = new System.Drawing.Size(50, 20);
|
|||
|
this.txtLabelColum.StyleController = this.layoutControl1;
|
|||
|
this.txtLabelColum.TabIndex = 27;
|
|||
|
//
|
|||
|
// btnCreate
|
|||
|
//
|
|||
|
this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
|
|||
|
this.btnCreate.Location = new System.Drawing.Point(872, 40);
|
|||
|
this.btnCreate.Name = "btnCreate";
|
|||
|
this.btnCreate.Size = new System.Drawing.Size(85, 44);
|
|||
|
this.btnCreate.StyleController = this.layoutControl1;
|
|||
|
this.btnCreate.TabIndex = 63;
|
|||
|
this.btnCreate.Text = "新建";
|
|||
|
this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
|
|||
|
//
|
|||
|
// btnQuery
|
|||
|
//
|
|||
|
this.btnQuery.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.Image")));
|
|||
|
this.btnQuery.Location = new System.Drawing.Point(236, 12);
|
|||
|
this.btnQuery.Name = "btnQuery";
|
|||
|
this.btnQuery.Size = new System.Drawing.Size(83, 44);
|
|||
|
this.btnQuery.StyleController = this.layoutControl1;
|
|||
|
this.btnQuery.TabIndex = 64;
|
|||
|
this.btnQuery.Text = "查询";
|
|||
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
|||
|
//
|
|||
|
// txtChannelFromQ
|
|||
|
//
|
|||
|
this.txtChannelFromQ.Location = new System.Drawing.Point(388, 43);
|
|||
|
this.txtChannelFromQ.Name = "txtChannelFromQ";
|
|||
|
this.txtChannelFromQ.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtChannelFromQ.StyleController = this.layoutControl1;
|
|||
|
this.txtChannelFromQ.TabIndex = 10;
|
|||
|
//
|
|||
|
// txtShelfFromQ
|
|||
|
//
|
|||
|
this.txtShelfFromQ.Location = new System.Drawing.Point(388, 67);
|
|||
|
this.txtShelfFromQ.Name = "txtShelfFromQ";
|
|||
|
this.txtShelfFromQ.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtShelfFromQ.StyleController = this.layoutControl1;
|
|||
|
this.txtShelfFromQ.TabIndex = 8;
|
|||
|
//
|
|||
|
// txtChannelToQ
|
|||
|
//
|
|||
|
this.txtChannelToQ.Location = new System.Drawing.Point(450, 43);
|
|||
|
this.txtChannelToQ.Name = "txtChannelToQ";
|
|||
|
this.txtChannelToQ.Size = new System.Drawing.Size(60, 20);
|
|||
|
this.txtChannelToQ.StyleController = this.layoutControl1;
|
|||
|
this.txtChannelToQ.TabIndex = 11;
|
|||
|
//
|
|||
|
// txtShelfToQ
|
|||
|
//
|
|||
|
this.txtShelfToQ.Location = new System.Drawing.Point(450, 67);
|
|||
|
this.txtShelfToQ.Name = "txtShelfToQ";
|
|||
|
this.txtShelfToQ.Size = new System.Drawing.Size(60, 20);
|
|||
|
this.txtShelfToQ.StyleController = this.layoutControl1;
|
|||
|
this.txtShelfToQ.TabIndex = 9;
|
|||
|
//
|
|||
|
// txtColumFromQ
|
|||
|
//
|
|||
|
this.txtColumFromQ.Location = new System.Drawing.Point(567, 67);
|
|||
|
this.txtColumFromQ.Name = "txtColumFromQ";
|
|||
|
this.txtColumFromQ.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtColumFromQ.StyleController = this.layoutControl1;
|
|||
|
this.txtColumFromQ.TabIndex = 4;
|
|||
|
//
|
|||
|
// txtColumToQ
|
|||
|
//
|
|||
|
this.txtColumToQ.Location = new System.Drawing.Point(629, 67);
|
|||
|
this.txtColumToQ.Name = "txtColumToQ";
|
|||
|
this.txtColumToQ.Size = new System.Drawing.Size(60, 20);
|
|||
|
this.txtColumToQ.StyleController = this.layoutControl1;
|
|||
|
this.txtColumToQ.TabIndex = 5;
|
|||
|
//
|
|||
|
// txtLayerFromQ
|
|||
|
//
|
|||
|
this.txtLayerFromQ.Location = new System.Drawing.Point(567, 43);
|
|||
|
this.txtLayerFromQ.Name = "txtLayerFromQ";
|
|||
|
this.txtLayerFromQ.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtLayerFromQ.StyleController = this.layoutControl1;
|
|||
|
this.txtLayerFromQ.TabIndex = 7;
|
|||
|
//
|
|||
|
// txtLayerToQ
|
|||
|
//
|
|||
|
this.txtLayerToQ.Location = new System.Drawing.Point(629, 43);
|
|||
|
this.txtLayerToQ.Name = "txtLayerToQ";
|
|||
|
this.txtLayerToQ.Size = new System.Drawing.Size(60, 20);
|
|||
|
this.txtLayerToQ.StyleController = this.layoutControl1;
|
|||
|
this.txtLayerToQ.TabIndex = 6;
|
|||
|
//
|
|||
|
// txtLbStartIdQuery
|
|||
|
//
|
|||
|
this.txtLbStartIdQuery.Location = new System.Drawing.Point(110, 12);
|
|||
|
this.txtLbStartIdQuery.Name = "txtLbStartIdQuery";
|
|||
|
this.txtLbStartIdQuery.Size = new System.Drawing.Size(58, 20);
|
|||
|
this.txtLbStartIdQuery.StyleController = this.layoutControl1;
|
|||
|
this.txtLbStartIdQuery.TabIndex = 10;
|
|||
|
//
|
|||
|
// txtLbToIdQuery
|
|||
|
//
|
|||
|
this.txtLbToIdQuery.Location = new System.Drawing.Point(172, 12);
|
|||
|
this.txtLbToIdQuery.Name = "txtLbToIdQuery";
|
|||
|
this.txtLbToIdQuery.Size = new System.Drawing.Size(60, 20);
|
|||
|
this.txtLbToIdQuery.StyleController = this.layoutControl1;
|
|||
|
this.txtLbToIdQuery.TabIndex = 11;
|
|||
|
//
|
|||
|
// comport
|
|||
|
//
|
|||
|
this.comport.Location = new System.Drawing.Point(346, 119);
|
|||
|
this.comport.Name = "comport";
|
|||
|
this.comport.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.comport.Size = new System.Drawing.Size(50, 20);
|
|||
|
this.comport.StyleController = this.layoutControl1;
|
|||
|
this.comport.TabIndex = 14;
|
|||
|
//
|
|||
|
// comPortQuery
|
|||
|
//
|
|||
|
this.comPortQuery.Location = new System.Drawing.Point(110, 36);
|
|||
|
this.comPortQuery.MenuManager = this.ribbon;
|
|||
|
this.comPortQuery.Name = "comPortQuery";
|
|||
|
this.comPortQuery.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.comPortQuery.Size = new System.Drawing.Size(122, 20);
|
|||
|
this.comPortQuery.StyleController = this.layoutControl1;
|
|||
|
this.comPortQuery.TabIndex = 73;
|
|||
|
//
|
|||
|
// txtLocationId
|
|||
|
//
|
|||
|
this.txtLocationId.Location = new System.Drawing.Point(768, 43);
|
|||
|
this.txtLocationId.Name = "txtLocationId";
|
|||
|
this.txtLocationId.Size = new System.Drawing.Size(177, 20);
|
|||
|
this.txtLocationId.StyleController = this.layoutControl1;
|
|||
|
this.txtLocationId.TabIndex = 75;
|
|||
|
//
|
|||
|
// txtLabelId
|
|||
|
//
|
|||
|
this.txtLabelId.Location = new System.Drawing.Point(619, 71);
|
|||
|
this.txtLabelId.MenuManager = this.ribbon;
|
|||
|
this.txtLabelId.Name = "txtLabelId";
|
|||
|
this.txtLabelId.Size = new System.Drawing.Size(161, 20);
|
|||
|
this.txtLabelId.StyleController = this.layoutControl1;
|
|||
|
this.txtLabelId.TabIndex = 79;
|
|||
|
//
|
|||
|
// btnUpdateLable
|
|||
|
//
|
|||
|
this.btnUpdateLable.Location = new System.Drawing.Point(784, 95);
|
|||
|
this.btnUpdateLable.Name = "btnUpdateLable";
|
|||
|
this.btnUpdateLable.Size = new System.Drawing.Size(72, 22);
|
|||
|
this.btnUpdateLable.StyleController = this.layoutControl1;
|
|||
|
this.btnUpdateLable.TabIndex = 80;
|
|||
|
this.btnUpdateLable.Text = "更新";
|
|||
|
this.btnUpdateLable.Click += new System.EventHandler(this.btnUpdateLable_Click);
|
|||
|
//
|
|||
|
// txtPosition
|
|||
|
//
|
|||
|
this.txtPosition.Location = new System.Drawing.Point(619, 95);
|
|||
|
this.txtPosition.MenuManager = this.ribbon;
|
|||
|
this.txtPosition.Name = "txtPosition";
|
|||
|
this.txtPosition.Size = new System.Drawing.Size(161, 20);
|
|||
|
this.txtPosition.StyleController = this.layoutControl1;
|
|||
|
this.txtPosition.TabIndex = 81;
|
|||
|
//
|
|||
|
// txtWarehouseQuery
|
|||
|
//
|
|||
|
this.txtWarehouseQuery.Location = new System.Drawing.Point(770, 67);
|
|||
|
this.txtWarehouseQuery.Name = "txtWarehouseQuery";
|
|||
|
this.txtWarehouseQuery.Size = new System.Drawing.Size(175, 20);
|
|||
|
this.txtWarehouseQuery.StyleController = this.layoutControl1;
|
|||
|
this.txtWarehouseQuery.TabIndex = 74;
|
|||
|
//
|
|||
|
// btnDel
|
|||
|
//
|
|||
|
this.btnDel.ImageUri.Uri = "DeleteDataSource";
|
|||
|
this.btnDel.Location = new System.Drawing.Point(872, 88);
|
|||
|
this.btnDel.Name = "btnDel";
|
|||
|
this.btnDel.Size = new System.Drawing.Size(85, 38);
|
|||
|
this.btnDel.StyleController = this.layoutControl1;
|
|||
|
this.btnDel.TabIndex = 82;
|
|||
|
this.btnDel.Text = "删除";
|
|||
|
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
|
|||
|
//
|
|||
|
// layoutControlGroup1
|
|||
|
//
|
|||
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|||
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.lcgSetup,
|
|||
|
this.layoutControlItem31,
|
|||
|
this.layoutControlItem32,
|
|||
|
this.lcgQuery,
|
|||
|
this.emptySpaceItem7,
|
|||
|
this.emptySpaceItem10,
|
|||
|
this.splitterItem1});
|
|||
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup1.Name = "Root";
|
|||
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1368, 601);
|
|||
|
this.layoutControlGroup1.TextVisible = false;
|
|||
|
//
|
|||
|
// lcgSetup
|
|||
|
//
|
|||
|
this.lcgSetup.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lcgSetup.AppearanceGroup.Options.UseFont = true;
|
|||
|
this.lcgSetup.ExpandButtonVisible = true;
|
|||
|
this.lcgSetup.Expanded = false;
|
|||
|
this.lcgSetup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlGroup7,
|
|||
|
this.layoutControlGroup14,
|
|||
|
this.layoutControlGroup11,
|
|||
|
this.layoutControlItem41,
|
|||
|
this.layoutControlItem10});
|
|||
|
this.lcgSetup.Location = new System.Drawing.Point(45, 28);
|
|||
|
this.lcgSetup.Name = "lcgSetup";
|
|||
|
this.lcgSetup.Size = new System.Drawing.Size(928, 28);
|
|||
|
this.lcgSetup.Text = "新增修改";
|
|||
|
this.lcgSetup.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|||
|
this.lcgSetup.CustomButtonUnchecked += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.lcgSetup_CustomButtonUnchecked);
|
|||
|
this.lcgSetup.CustomButtonChecked += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.lcgSetup_CustomButtonChecked);
|
|||
|
this.lcgSetup.Showing += new System.EventHandler(this.lcgSetup_Showing);
|
|||
|
//
|
|||
|
// layoutControlGroup7
|
|||
|
//
|
|||
|
this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlGroup2,
|
|||
|
this.layoutControlGroup10});
|
|||
|
this.layoutControlGroup7.Location = new System.Drawing.Point(203, 0);
|
|||
|
this.layoutControlGroup7.Name = "layoutControlGroup7";
|
|||
|
this.layoutControlGroup7.Size = new System.Drawing.Size(296, 155);
|
|||
|
this.layoutControlGroup7.Text = "电子标签设置";
|
|||
|
//
|
|||
|
// layoutControlGroup2
|
|||
|
//
|
|||
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem15,
|
|||
|
this.layoutControlItem21});
|
|||
|
this.layoutControlGroup2.Location = new System.Drawing.Point(140, 0);
|
|||
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|||
|
this.layoutControlGroup2.Size = new System.Drawing.Size(132, 112);
|
|||
|
this.layoutControlGroup2.Text = "标签布局";
|
|||
|
//
|
|||
|
// layoutControlItem15
|
|||
|
//
|
|||
|
this.layoutControlItem15.Control = this.txtLabelLayer;
|
|||
|
this.layoutControlItem15.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem15.MaxSize = new System.Drawing.Size(54, 41);
|
|||
|
this.layoutControlItem15.MinSize = new System.Drawing.Size(54, 41);
|
|||
|
this.layoutControlItem15.Name = "layoutControlItem15";
|
|||
|
this.layoutControlItem15.Size = new System.Drawing.Size(54, 69);
|
|||
|
this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem15.Text = "层";
|
|||
|
this.layoutControlItem15.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem15.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// layoutControlItem21
|
|||
|
//
|
|||
|
this.layoutControlItem21.Control = this.txtLabelColum;
|
|||
|
this.layoutControlItem21.Location = new System.Drawing.Point(54, 0);
|
|||
|
this.layoutControlItem21.MaxSize = new System.Drawing.Size(54, 41);
|
|||
|
this.layoutControlItem21.MinSize = new System.Drawing.Size(54, 41);
|
|||
|
this.layoutControlItem21.Name = "layoutControlItem21";
|
|||
|
this.layoutControlItem21.Size = new System.Drawing.Size(54, 69);
|
|||
|
this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem21.Text = "列";
|
|||
|
this.layoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem21.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// layoutControlGroup10
|
|||
|
//
|
|||
|
this.layoutControlGroup10.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem54,
|
|||
|
this.layoutControlItem14});
|
|||
|
this.layoutControlGroup10.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup10.Name = "layoutControlGroup10";
|
|||
|
this.layoutControlGroup10.Size = new System.Drawing.Size(140, 112);
|
|||
|
this.layoutControlGroup10.Text = "标签编号";
|
|||
|
//
|
|||
|
// layoutControlItem54
|
|||
|
//
|
|||
|
this.layoutControlItem54.Control = this.txtLbStartId;
|
|||
|
this.layoutControlItem54.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem54.MaxSize = new System.Drawing.Size(62, 69);
|
|||
|
this.layoutControlItem54.MinSize = new System.Drawing.Size(62, 69);
|
|||
|
this.layoutControlItem54.Name = "layoutControlItem54";
|
|||
|
this.layoutControlItem54.Size = new System.Drawing.Size(62, 69);
|
|||
|
this.layoutControlItem54.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem54.Text = "起始编号";
|
|||
|
this.layoutControlItem54.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem54.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// layoutControlItem14
|
|||
|
//
|
|||
|
this.layoutControlItem14.Control = this.comport;
|
|||
|
this.layoutControlItem14.CustomizationFormText = "layoutControlItem11";
|
|||
|
this.layoutControlItem14.Location = new System.Drawing.Point(62, 0);
|
|||
|
this.layoutControlItem14.MaxSize = new System.Drawing.Size(54, 69);
|
|||
|
this.layoutControlItem14.MinSize = new System.Drawing.Size(54, 69);
|
|||
|
this.layoutControlItem14.Name = "layoutControlItem14";
|
|||
|
this.layoutControlItem14.Size = new System.Drawing.Size(54, 69);
|
|||
|
this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem14.Text = "端口";
|
|||
|
this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem14.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// layoutControlGroup14
|
|||
|
//
|
|||
|
this.layoutControlGroup14.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem7,
|
|||
|
this.layoutControlItem5,
|
|||
|
this.layoutControlItem8,
|
|||
|
this.layoutControlItem6,
|
|||
|
this.layoutControlItem1,
|
|||
|
this.layoutControlItem2,
|
|||
|
this.layoutControlItem4,
|
|||
|
this.layoutControlItem3});
|
|||
|
this.layoutControlGroup14.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup14.Name = "layoutControlGroup14";
|
|||
|
this.layoutControlGroup14.Size = new System.Drawing.Size(203, 155);
|
|||
|
this.layoutControlGroup14.Text = "货位坐标";
|
|||
|
//
|
|||
|
// layoutControlItem7
|
|||
|
//
|
|||
|
this.layoutControlItem7.Control = this.txtChannelFrom;
|
|||
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem7.MaxSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|||
|
this.layoutControlItem7.Size = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem7.Text = "排号起止";
|
|||
|
this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem7.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem5
|
|||
|
//
|
|||
|
this.layoutControlItem5.Control = this.txtShelfFrom;
|
|||
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 24);
|
|||
|
this.layoutControlItem5.MaxSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|||
|
this.layoutControlItem5.Size = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem5.Text = "货架起止";
|
|||
|
this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem5.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem8
|
|||
|
//
|
|||
|
this.layoutControlItem8.Control = this.txtChannelTo;
|
|||
|
this.layoutControlItem8.Location = new System.Drawing.Point(115, 0);
|
|||
|
this.layoutControlItem8.MaxSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem8.MinSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|||
|
this.layoutControlItem8.Size = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem8.Text = "--";
|
|||
|
this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Left;
|
|||
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem8.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem6
|
|||
|
//
|
|||
|
this.layoutControlItem6.Control = this.txtShelfTo;
|
|||
|
this.layoutControlItem6.Location = new System.Drawing.Point(115, 24);
|
|||
|
this.layoutControlItem6.MaxSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|||
|
this.layoutControlItem6.Size = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem6.Text = "--";
|
|||
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem6.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem1
|
|||
|
//
|
|||
|
this.layoutControlItem1.Control = this.txtColumFrom;
|
|||
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 72);
|
|||
|
this.layoutControlItem1.MaxSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|||
|
this.layoutControlItem1.Size = new System.Drawing.Size(115, 40);
|
|||
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem1.Text = "列号起止";
|
|||
|
this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem1.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem2
|
|||
|
//
|
|||
|
this.layoutControlItem2.Control = this.txtColumTo;
|
|||
|
this.layoutControlItem2.Location = new System.Drawing.Point(115, 72);
|
|||
|
this.layoutControlItem2.MaxSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|||
|
this.layoutControlItem2.Size = new System.Drawing.Size(64, 40);
|
|||
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem2.Text = "--";
|
|||
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem2.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem4
|
|||
|
//
|
|||
|
this.layoutControlItem4.Control = this.txtLayerFrom;
|
|||
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 48);
|
|||
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|||
|
this.layoutControlItem4.Size = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem4.Text = "层号起止";
|
|||
|
this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem4.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem3
|
|||
|
//
|
|||
|
this.layoutControlItem3.Control = this.txtLayerTo;
|
|||
|
this.layoutControlItem3.Location = new System.Drawing.Point(115, 48);
|
|||
|
this.layoutControlItem3.MaxSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|||
|
this.layoutControlItem3.Size = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem3.Text = "--";
|
|||
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem3.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlGroup11
|
|||
|
//
|
|||
|
this.layoutControlGroup11.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem18,
|
|||
|
this.layoutControlItem33,
|
|||
|
this.layoutControlItem34,
|
|||
|
this.emptySpaceItem6,
|
|||
|
this.emptySpaceItem8,
|
|||
|
this.emptySpaceItem9});
|
|||
|
this.layoutControlGroup11.Location = new System.Drawing.Point(499, 0);
|
|||
|
this.layoutControlGroup11.Name = "layoutControlGroup11";
|
|||
|
this.layoutControlGroup11.Size = new System.Drawing.Size(316, 155);
|
|||
|
this.layoutControlGroup11.Text = "其它";
|
|||
|
//
|
|||
|
// layoutControlItem18
|
|||
|
//
|
|||
|
this.layoutControlItem18.Control = this.txtLabelId;
|
|||
|
this.layoutControlItem18.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem18.Name = "layoutControlItem18";
|
|||
|
this.layoutControlItem18.Size = new System.Drawing.Size(216, 24);
|
|||
|
this.layoutControlItem18.Text = "标签编号";
|
|||
|
this.layoutControlItem18.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// layoutControlItem33
|
|||
|
//
|
|||
|
this.layoutControlItem33.Control = this.btnUpdateLable;
|
|||
|
this.layoutControlItem33.Location = new System.Drawing.Point(216, 24);
|
|||
|
this.layoutControlItem33.Name = "layoutControlItem33";
|
|||
|
this.layoutControlItem33.Size = new System.Drawing.Size(76, 26);
|
|||
|
this.layoutControlItem33.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem33.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem34
|
|||
|
//
|
|||
|
this.layoutControlItem34.Control = this.txtPosition;
|
|||
|
this.layoutControlItem34.Location = new System.Drawing.Point(0, 24);
|
|||
|
this.layoutControlItem34.Name = "layoutControlItem34";
|
|||
|
this.layoutControlItem34.Size = new System.Drawing.Size(216, 24);
|
|||
|
this.layoutControlItem34.Text = "货位";
|
|||
|
this.layoutControlItem34.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// emptySpaceItem6
|
|||
|
//
|
|||
|
this.emptySpaceItem6.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem6.Location = new System.Drawing.Point(0, 48);
|
|||
|
this.emptySpaceItem6.Name = "emptySpaceItem6";
|
|||
|
this.emptySpaceItem6.Size = new System.Drawing.Size(216, 64);
|
|||
|
this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// emptySpaceItem8
|
|||
|
//
|
|||
|
this.emptySpaceItem8.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem8.Location = new System.Drawing.Point(216, 0);
|
|||
|
this.emptySpaceItem8.Name = "emptySpaceItem8";
|
|||
|
this.emptySpaceItem8.Size = new System.Drawing.Size(76, 24);
|
|||
|
this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// emptySpaceItem9
|
|||
|
//
|
|||
|
this.emptySpaceItem9.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem9.Location = new System.Drawing.Point(216, 50);
|
|||
|
this.emptySpaceItem9.Name = "emptySpaceItem9";
|
|||
|
this.emptySpaceItem9.Size = new System.Drawing.Size(76, 62);
|
|||
|
this.emptySpaceItem9.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// layoutControlItem41
|
|||
|
//
|
|||
|
this.layoutControlItem41.Control = this.btnCreate;
|
|||
|
this.layoutControlItem41.Location = new System.Drawing.Point(815, 0);
|
|||
|
this.layoutControlItem41.MaxSize = new System.Drawing.Size(89, 48);
|
|||
|
this.layoutControlItem41.MinSize = new System.Drawing.Size(89, 48);
|
|||
|
this.layoutControlItem41.Name = "layoutControlItem41";
|
|||
|
this.layoutControlItem41.Size = new System.Drawing.Size(89, 48);
|
|||
|
this.layoutControlItem41.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem41.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem41.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem10
|
|||
|
//
|
|||
|
this.layoutControlItem10.Control = this.btnDel;
|
|||
|
this.layoutControlItem10.Location = new System.Drawing.Point(815, 48);
|
|||
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
|||
|
this.layoutControlItem10.Size = new System.Drawing.Size(89, 107);
|
|||
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem10.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem31
|
|||
|
//
|
|||
|
this.layoutControlItem31.Control = this.gridControl1;
|
|||
|
this.layoutControlItem31.Location = new System.Drawing.Point(45, 56);
|
|||
|
this.layoutControlItem31.MaxSize = new System.Drawing.Size(928, 0);
|
|||
|
this.layoutControlItem31.MinSize = new System.Drawing.Size(928, 24);
|
|||
|
this.layoutControlItem31.Name = "layoutControlItem31";
|
|||
|
this.layoutControlItem31.Size = new System.Drawing.Size(928, 501);
|
|||
|
this.layoutControlItem31.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem31.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem31.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem32
|
|||
|
//
|
|||
|
this.layoutControlItem32.Control = this.pager1;
|
|||
|
this.layoutControlItem32.Location = new System.Drawing.Point(45, 557);
|
|||
|
this.layoutControlItem32.Name = "layoutControlItem32";
|
|||
|
this.layoutControlItem32.Size = new System.Drawing.Size(928, 24);
|
|||
|
this.layoutControlItem32.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem32.TextVisible = false;
|
|||
|
//
|
|||
|
// lcgQuery
|
|||
|
//
|
|||
|
this.lcgQuery.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lcgQuery.AppearanceGroup.Options.UseFont = true;
|
|||
|
this.lcgQuery.ExpandButtonVisible = true;
|
|||
|
this.lcgQuery.Expanded = false;
|
|||
|
this.lcgQuery.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlGroup16,
|
|||
|
this.layoutControlGroup17,
|
|||
|
this.layoutControlItem52,
|
|||
|
this.layoutControlItem56,
|
|||
|
this.layoutControlItem9,
|
|||
|
this.layoutControlItem42});
|
|||
|
this.lcgQuery.Location = new System.Drawing.Point(45, 0);
|
|||
|
this.lcgQuery.Name = "lcgQuery";
|
|||
|
this.lcgQuery.ShowTabPageCloseButton = true;
|
|||
|
this.lcgQuery.Size = new System.Drawing.Size(928, 28);
|
|||
|
this.lcgQuery.Text = "货位查询";
|
|||
|
this.lcgQuery.CustomButtonUnchecked += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.lcgQuery_CustomButtonUnchecked);
|
|||
|
this.lcgQuery.CustomButtonChecked += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.lcgQuery_CustomButtonChecked);
|
|||
|
//
|
|||
|
// layoutControlGroup16
|
|||
|
//
|
|||
|
this.layoutControlGroup16.CustomizationFormText = "货位坐标";
|
|||
|
this.layoutControlGroup16.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem37,
|
|||
|
this.layoutControlItem38,
|
|||
|
this.layoutControlItem39,
|
|||
|
this.layoutControlItem46,
|
|||
|
this.layoutControlItem45,
|
|||
|
this.layoutControlItem43,
|
|||
|
this.layoutControlItem40,
|
|||
|
this.layoutControlItem44});
|
|||
|
this.layoutControlGroup16.Location = new System.Drawing.Point(266, 0);
|
|||
|
this.layoutControlGroup16.Name = "layoutControlGroup16";
|
|||
|
this.layoutControlGroup16.Size = new System.Drawing.Size(382, 92);
|
|||
|
this.layoutControlGroup16.Text = "货位坐标";
|
|||
|
this.layoutControlGroup16.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|||
|
//
|
|||
|
// layoutControlItem37
|
|||
|
//
|
|||
|
this.layoutControlItem37.Control = this.txtChannelFromQ;
|
|||
|
this.layoutControlItem37.CustomizationFormText = "排号起止";
|
|||
|
this.layoutControlItem37.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem37.MaxSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem37.MinSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem37.Name = "layoutControlItem37";
|
|||
|
this.layoutControlItem37.Size = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem37.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem37.Text = "排号起止";
|
|||
|
this.layoutControlItem37.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem37.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem37.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem38
|
|||
|
//
|
|||
|
this.layoutControlItem38.Control = this.txtShelfFromQ;
|
|||
|
this.layoutControlItem38.CustomizationFormText = "货架起止";
|
|||
|
this.layoutControlItem38.Location = new System.Drawing.Point(0, 24);
|
|||
|
this.layoutControlItem38.MaxSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem38.MinSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem38.Name = "layoutControlItem38";
|
|||
|
this.layoutControlItem38.Size = new System.Drawing.Size(115, 25);
|
|||
|
this.layoutControlItem38.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem38.Text = "货架起止";
|
|||
|
this.layoutControlItem38.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem38.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem38.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem39
|
|||
|
//
|
|||
|
this.layoutControlItem39.Control = this.txtChannelToQ;
|
|||
|
this.layoutControlItem39.CustomizationFormText = "--";
|
|||
|
this.layoutControlItem39.Location = new System.Drawing.Point(115, 0);
|
|||
|
this.layoutControlItem39.MaxSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem39.MinSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem39.Name = "layoutControlItem39";
|
|||
|
this.layoutControlItem39.Size = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem39.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem39.Text = "--";
|
|||
|
this.layoutControlItem39.TextLocation = DevExpress.Utils.Locations.Left;
|
|||
|
this.layoutControlItem39.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem39.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem46
|
|||
|
//
|
|||
|
this.layoutControlItem46.Control = this.txtLayerToQ;
|
|||
|
this.layoutControlItem46.CustomizationFormText = "--";
|
|||
|
this.layoutControlItem46.Location = new System.Drawing.Point(294, 0);
|
|||
|
this.layoutControlItem46.MaxSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem46.MinSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem46.Name = "layoutControlItem46";
|
|||
|
this.layoutControlItem46.Size = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem46.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem46.Text = "--";
|
|||
|
this.layoutControlItem46.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem46.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem45
|
|||
|
//
|
|||
|
this.layoutControlItem45.Control = this.txtLayerFromQ;
|
|||
|
this.layoutControlItem45.CustomizationFormText = "层号起止";
|
|||
|
this.layoutControlItem45.Location = new System.Drawing.Point(179, 0);
|
|||
|
this.layoutControlItem45.MaxSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem45.MinSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem45.Name = "layoutControlItem45";
|
|||
|
this.layoutControlItem45.Size = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem45.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem45.Text = "层号起止";
|
|||
|
this.layoutControlItem45.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem45.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem45.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem43
|
|||
|
//
|
|||
|
this.layoutControlItem43.Control = this.txtColumFromQ;
|
|||
|
this.layoutControlItem43.CustomizationFormText = "列起止";
|
|||
|
this.layoutControlItem43.Location = new System.Drawing.Point(179, 24);
|
|||
|
this.layoutControlItem43.MaxSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem43.MinSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem43.Name = "layoutControlItem43";
|
|||
|
this.layoutControlItem43.Size = new System.Drawing.Size(115, 25);
|
|||
|
this.layoutControlItem43.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem43.Text = "列号起止";
|
|||
|
this.layoutControlItem43.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem43.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem43.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem40
|
|||
|
//
|
|||
|
this.layoutControlItem40.Control = this.txtShelfToQ;
|
|||
|
this.layoutControlItem40.CustomizationFormText = "--";
|
|||
|
this.layoutControlItem40.Location = new System.Drawing.Point(115, 24);
|
|||
|
this.layoutControlItem40.MaxSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem40.MinSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem40.Name = "layoutControlItem40";
|
|||
|
this.layoutControlItem40.Size = new System.Drawing.Size(64, 25);
|
|||
|
this.layoutControlItem40.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem40.Text = "--";
|
|||
|
this.layoutControlItem40.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem40.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem44
|
|||
|
//
|
|||
|
this.layoutControlItem44.Control = this.txtColumToQ;
|
|||
|
this.layoutControlItem44.CustomizationFormText = "--";
|
|||
|
this.layoutControlItem44.Location = new System.Drawing.Point(294, 24);
|
|||
|
this.layoutControlItem44.MaxSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem44.MinSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem44.Name = "layoutControlItem44";
|
|||
|
this.layoutControlItem44.Size = new System.Drawing.Size(64, 25);
|
|||
|
this.layoutControlItem44.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem44.Text = "--";
|
|||
|
this.layoutControlItem44.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem44.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlGroup17
|
|||
|
//
|
|||
|
this.layoutControlGroup17.CustomizationFormText = "库房设置";
|
|||
|
this.layoutControlGroup17.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem55,
|
|||
|
this.layoutControlItem36});
|
|||
|
this.layoutControlGroup17.Location = new System.Drawing.Point(648, 0);
|
|||
|
this.layoutControlGroup17.Name = "layoutControlGroup17";
|
|||
|
this.layoutControlGroup17.Size = new System.Drawing.Size(256, 92);
|
|||
|
this.layoutControlGroup17.Text = "库房货位信息";
|
|||
|
this.layoutControlGroup17.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
|||
|
//
|
|||
|
// layoutControlItem55
|
|||
|
//
|
|||
|
this.layoutControlItem55.Control = this.txtWarehouseQuery;
|
|||
|
this.layoutControlItem55.CustomizationFormText = "仓库";
|
|||
|
this.layoutControlItem55.Location = new System.Drawing.Point(0, 24);
|
|||
|
this.layoutControlItem55.MinSize = new System.Drawing.Size(50, 25);
|
|||
|
this.layoutControlItem55.Name = "layoutControlItem55";
|
|||
|
this.layoutControlItem55.Size = new System.Drawing.Size(232, 25);
|
|||
|
this.layoutControlItem55.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem55.Text = "仓库名称";
|
|||
|
this.layoutControlItem55.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem55.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem55.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem36
|
|||
|
//
|
|||
|
this.layoutControlItem36.Control = this.txtLocationId;
|
|||
|
this.layoutControlItem36.CustomizationFormText = "layoutControlItem18";
|
|||
|
this.layoutControlItem36.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem36.MaxSize = new System.Drawing.Size(208, 24);
|
|||
|
this.layoutControlItem36.MinSize = new System.Drawing.Size(208, 24);
|
|||
|
this.layoutControlItem36.Name = "layoutControlItem36";
|
|||
|
this.layoutControlItem36.Size = new System.Drawing.Size(232, 24);
|
|||
|
this.layoutControlItem36.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem36.Text = "货位编号";
|
|||
|
this.layoutControlItem36.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem36.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem36.TextToControlDistance = 3;
|
|||
|
//
|
|||
|
// layoutControlItem52
|
|||
|
//
|
|||
|
this.layoutControlItem52.Control = this.txtLbStartIdQuery;
|
|||
|
this.layoutControlItem52.CustomizationFormText = "排号起止";
|
|||
|
this.layoutControlItem52.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem52.MaxSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem52.MinSize = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem52.Name = "layoutControlItem52";
|
|||
|
this.layoutControlItem52.Size = new System.Drawing.Size(115, 24);
|
|||
|
this.layoutControlItem52.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem52.Text = "编号起止";
|
|||
|
this.layoutControlItem52.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem52.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem52.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem56
|
|||
|
//
|
|||
|
this.layoutControlItem56.Control = this.txtLbToIdQuery;
|
|||
|
this.layoutControlItem56.CustomizationFormText = "--";
|
|||
|
this.layoutControlItem56.Location = new System.Drawing.Point(115, 0);
|
|||
|
this.layoutControlItem56.MaxSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem56.MinSize = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem56.Name = "layoutControlItem56";
|
|||
|
this.layoutControlItem56.Size = new System.Drawing.Size(64, 24);
|
|||
|
this.layoutControlItem56.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem56.Text = "--";
|
|||
|
this.layoutControlItem56.TextLocation = DevExpress.Utils.Locations.Left;
|
|||
|
this.layoutControlItem56.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem56.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem9
|
|||
|
//
|
|||
|
this.layoutControlItem9.Control = this.comPortQuery;
|
|||
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 24);
|
|||
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|||
|
this.layoutControlItem9.Size = new System.Drawing.Size(179, 68);
|
|||
|
this.layoutControlItem9.Text = "标签端口";
|
|||
|
this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
this.layoutControlItem9.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem42
|
|||
|
//
|
|||
|
this.layoutControlItem42.Control = this.btnQuery;
|
|||
|
this.layoutControlItem42.Location = new System.Drawing.Point(179, 0);
|
|||
|
this.layoutControlItem42.MaxSize = new System.Drawing.Size(87, 48);
|
|||
|
this.layoutControlItem42.MinSize = new System.Drawing.Size(87, 48);
|
|||
|
this.layoutControlItem42.Name = "layoutControlItem42";
|
|||
|
this.layoutControlItem42.Size = new System.Drawing.Size(87, 92);
|
|||
|
this.layoutControlItem42.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem42.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem42.TextVisible = false;
|
|||
|
//
|
|||
|
// emptySpaceItem7
|
|||
|
//
|
|||
|
this.emptySpaceItem7.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem7.Location = new System.Drawing.Point(973, 0);
|
|||
|
this.emptySpaceItem7.Name = "emptySpaceItem7";
|
|||
|
this.emptySpaceItem7.Size = new System.Drawing.Size(375, 581);
|
|||
|
this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// emptySpaceItem10
|
|||
|
//
|
|||
|
this.emptySpaceItem10.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.emptySpaceItem10.Name = "emptySpaceItem10";
|
|||
|
this.emptySpaceItem10.Size = new System.Drawing.Size(40, 581);
|
|||
|
this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// splitterItem1
|
|||
|
//
|
|||
|
this.splitterItem1.AllowHotTrack = true;
|
|||
|
this.splitterItem1.Location = new System.Drawing.Point(40, 0);
|
|||
|
this.splitterItem1.Name = "splitterItem1";
|
|||
|
this.splitterItem1.Size = new System.Drawing.Size(5, 581);
|
|||
|
//
|
|||
|
// tabbedControlGroup1
|
|||
|
//
|
|||
|
this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 269);
|
|||
|
this.tabbedControlGroup1.Name = "tabbedControlGroup1";
|
|||
|
this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup8;
|
|||
|
this.tabbedControlGroup1.SelectedTabPageIndex = 1;
|
|||
|
this.tabbedControlGroup1.Size = new System.Drawing.Size(914, 90);
|
|||
|
this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlGroup4,
|
|||
|
this.layoutControlGroup8});
|
|||
|
//
|
|||
|
// layoutControlGroup8
|
|||
|
//
|
|||
|
this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup8.Name = "layoutControlGroup8";
|
|||
|
this.layoutControlGroup8.Size = new System.Drawing.Size(890, 43);
|
|||
|
//
|
|||
|
// layoutControlGroup4
|
|||
|
//
|
|||
|
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.emptySpaceItem4});
|
|||
|
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup4.Name = "layoutControlGroup4";
|
|||
|
this.layoutControlGroup4.Size = new System.Drawing.Size(890, 43);
|
|||
|
//
|
|||
|
// emptySpaceItem4
|
|||
|
//
|
|||
|
this.emptySpaceItem4.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem4.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.emptySpaceItem4.Name = "emptySpaceItem4";
|
|||
|
this.emptySpaceItem4.Size = new System.Drawing.Size(890, 43);
|
|||
|
this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// simpleButton4
|
|||
|
//
|
|||
|
this.simpleButton4.ImageUri.Uri = "Save;Size16x16";
|
|||
|
this.simpleButton4.Location = new System.Drawing.Point(322, 509);
|
|||
|
this.simpleButton4.Name = "simpleButton4";
|
|||
|
this.simpleButton4.Size = new System.Drawing.Size(140, 22);
|
|||
|
this.simpleButton4.TabIndex = 38;
|
|||
|
this.simpleButton4.Text = "simpleButton4";
|
|||
|
//
|
|||
|
// layoutControlItem30
|
|||
|
//
|
|||
|
this.layoutControlItem30.Control = this.simpleButton4;
|
|||
|
this.layoutControlItem30.Location = new System.Drawing.Point(170, 78);
|
|||
|
this.layoutControlItem30.Name = "layoutControlItem30";
|
|||
|
this.layoutControlItem30.Size = new System.Drawing.Size(260, 26);
|
|||
|
this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem30.TextVisible = false;
|
|||
|
//
|
|||
|
// emptySpaceItem3
|
|||
|
//
|
|||
|
this.emptySpaceItem3.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem3.Location = new System.Drawing.Point(790, 0);
|
|||
|
this.emptySpaceItem3.Name = "emptySpaceItem3";
|
|||
|
this.emptySpaceItem3.Size = new System.Drawing.Size(10, 510);
|
|||
|
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// emptySpaceItem27
|
|||
|
//
|
|||
|
this.emptySpaceItem27.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem27.Location = new System.Drawing.Point(800, 10);
|
|||
|
this.emptySpaceItem27.Name = "emptySpaceItem27";
|
|||
|
this.emptySpaceItem27.Size = new System.Drawing.Size(10, 17);
|
|||
|
this.emptySpaceItem27.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// emptySpaceItem28
|
|||
|
//
|
|||
|
this.emptySpaceItem28.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem28.Location = new System.Drawing.Point(800, 0);
|
|||
|
this.emptySpaceItem28.Name = "emptySpaceItem28";
|
|||
|
this.emptySpaceItem28.Size = new System.Drawing.Size(10, 10);
|
|||
|
this.emptySpaceItem28.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// layoutControlItem29
|
|||
|
//
|
|||
|
this.layoutControlItem29.Location = new System.Drawing.Point(170, 104);
|
|||
|
this.layoutControlItem29.Name = "layoutControlItem29";
|
|||
|
this.layoutControlItem29.Size = new System.Drawing.Size(260, 35);
|
|||
|
this.layoutControlItem29.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// emptySpaceItem5
|
|||
|
//
|
|||
|
this.emptySpaceItem5.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem5.Location = new System.Drawing.Point(472, 0);
|
|||
|
this.emptySpaceItem5.MaxSize = new System.Drawing.Size(10, 48);
|
|||
|
this.emptySpaceItem5.MinSize = new System.Drawing.Size(10, 48);
|
|||
|
this.emptySpaceItem5.Name = "emptySpaceItem5";
|
|||
|
this.emptySpaceItem5.Size = new System.Drawing.Size(10, 96);
|
|||
|
this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// emptySpaceItem1
|
|||
|
//
|
|||
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem1.Location = new System.Drawing.Point(171, 0);
|
|||
|
this.emptySpaceItem1.MaxSize = new System.Drawing.Size(10, 48);
|
|||
|
this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 48);
|
|||
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|||
|
this.emptySpaceItem1.Size = new System.Drawing.Size(10, 96);
|
|||
|
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// emptySpaceItem14
|
|||
|
//
|
|||
|
this.emptySpaceItem14.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem14.Location = new System.Drawing.Point(0, 24);
|
|||
|
this.emptySpaceItem14.Name = "emptySpaceItem14";
|
|||
|
this.emptySpaceItem14.Size = new System.Drawing.Size(137, 24);
|
|||
|
this.emptySpaceItem14.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// txtLocation
|
|||
|
//
|
|||
|
this.txtLocation.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.txtLocation.Name = "txtLocation";
|
|||
|
this.txtLocation.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.txtLocation.TabIndex = 0;
|
|||
|
//
|
|||
|
// layoutControlGroup15
|
|||
|
//
|
|||
|
this.layoutControlGroup15.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup15.Name = "layoutControlGroup15";
|
|||
|
this.layoutControlGroup15.Size = new System.Drawing.Size(229, 139);
|
|||
|
//
|
|||
|
// LocationmgrForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1368, 779);
|
|||
|
this.Controls.Add(this.layoutControl1);
|
|||
|
this.Controls.Add(this.ribbonStatusBar);
|
|||
|
this.Controls.Add(this.ribbon);
|
|||
|
this.Name = "LocationmgrForm";
|
|||
|
this.Ribbon = this.ribbon;
|
|||
|
this.StatusBar = this.ribbonStatusBar;
|
|||
|
this.Text = "LocationmgrForm";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LocationmgrForm_FormClosing);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|||
|
this.layoutControl1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLbStartId.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtColumFrom.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtColumTo.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLayerTo.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLayerFrom.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtShelfFrom.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtShelfTo.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtChannelFrom.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtChannelTo.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLabelLayer.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLabelColum.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtChannelFromQ.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtShelfFromQ.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtChannelToQ.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtShelfToQ.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtColumFromQ.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtColumToQ.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLayerFromQ.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLayerToQ.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLbStartIdQuery.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLbToIdQuery.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comport.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comPortQuery.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLocationId.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLabelId.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtPosition.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtWarehouseQuery.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.lcgSetup)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem54)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.lcgQuery)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup16)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup17)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem55)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem56)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem27)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem28)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtLocation.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup15)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar;
|
|||
|
private DevExpress.XtraBars.BarButtonItem bbQuery;
|
|||
|
private DevExpress.XtraBars.BarButtonItem bbCreateLocations;
|
|||
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtColumFrom;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtColumTo;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLayerTo;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLayerFrom;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtShelfFrom;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtShelfTo;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtChannelFrom;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtChannelTo;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLabelLayer;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLabelColum;
|
|||
|
private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup8;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
|
|||
|
private DevExpress.XtraEditors.SimpleButton simpleButton4;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem30;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem27;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem28;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem29;
|
|||
|
private Controls.pager.Pager pager1;
|
|||
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|||
|
private DevExpress.XtraBars.BarButtonGroup barButtonGroup1;
|
|||
|
private DevExpress.XtraBars.BarButtonItem bbPrint;
|
|||
|
private DevExpress.XtraEditors.SimpleButton btnCreate;
|
|||
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem14;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLocation;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtChannelFromQ;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtShelfFromQ;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtChannelToQ;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtShelfToQ;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtColumFromQ;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtColumToQ;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLayerFromQ;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLayerToQ;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLbStartIdQuery;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLbToIdQuery;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLbStartId;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comport;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup15;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comPortQuery;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLocationId;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup lcgQuery;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup16;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem37;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem38;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem39;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem46;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem45;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem43;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem40;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem44;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup17;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem55;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem36;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem42;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup lcgSetup;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup7;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup10;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem54;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup14;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem41;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup11;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem31;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem32;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtLabelId;
|
|||
|
private DevExpress.XtraEditors.SimpleButton btnUpdateLable;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtPosition;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem33;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem34;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem8;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem9;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtWarehouseQuery;
|
|||
|
private DevExpress.XtraBars.BarButtonItem bbiExport;
|
|||
|
private DevExpress.XtraBars.BarButtonItem bbiImport;
|
|||
|
private DevExpress.XtraEditors.SimpleButton btnDel;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem10;
|
|||
|
private DevExpress.XtraLayout.SplitterItem splitterItem1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem52;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem56;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
|||
|
}
|
|||
|
}
|