422 lines
23 KiB
C#
422 lines
23 KiB
C#
|
namespace DeiNiu.wms.win
|
|||
|
{
|
|||
|
partial class GoodsOutServiceForm
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing"> true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.components = new System.ComponentModel.Container();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GoodsOutServiceForm));
|
|||
|
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|||
|
this.bbQuery = new DevExpress.XtraBars.BarButtonItem();
|
|||
|
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
|||
|
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|||
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|||
|
this.lbUrl = new System.Windows.Forms.Label();
|
|||
|
this.lbStatus = new System.Windows.Forms.Label();
|
|||
|
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.lbLightsInfo = new System.Windows.Forms.Label();
|
|||
|
this.gridControl3 = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|||
|
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
|
|||
|
this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
|||
|
this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|||
|
this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
|
|||
|
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|||
|
((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.gridControl2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// ribbon
|
|||
|
//
|
|||
|
this.ribbon.ExpandCollapseItem.Id = 0;
|
|||
|
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|||
|
this.ribbon.ExpandCollapseItem,
|
|||
|
this.bbQuery});
|
|||
|
this.ribbon.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.ribbon.MaxItemId = 3;
|
|||
|
this.ribbon.Name = "ribbon";
|
|||
|
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|||
|
this.ribbonPage1});
|
|||
|
this.ribbon.Size = new System.Drawing.Size(1368, 147);
|
|||
|
//
|
|||
|
// 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";
|
|||
|
//
|
|||
|
// 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.Name = "ribbonPageGroup1";
|
|||
|
this.ribbonPageGroup1.Text = "编辑";
|
|||
|
//
|
|||
|
// layoutControl1
|
|||
|
//
|
|||
|
this.layoutControl1.Controls.Add(this.lbUrl);
|
|||
|
this.layoutControl1.Controls.Add(this.lbStatus);
|
|||
|
this.layoutControl1.Controls.Add(this.gridControl2);
|
|||
|
this.layoutControl1.Controls.Add(this.lbLightsInfo);
|
|||
|
this.layoutControl1.Controls.Add(this.gridControl3);
|
|||
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlGroup8});
|
|||
|
this.layoutControl1.Location = new System.Drawing.Point(0, 147);
|
|||
|
this.layoutControl1.Name = "layoutControl1";
|
|||
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1509, 529, 450, 400);
|
|||
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|||
|
this.layoutControl1.Size = new System.Drawing.Size(1368, 607);
|
|||
|
this.layoutControl1.TabIndex = 2;
|
|||
|
this.layoutControl1.Text = "layoutControl1";
|
|||
|
//
|
|||
|
// lbUrl
|
|||
|
//
|
|||
|
this.lbUrl.Font = new System.Drawing.Font("Tahoma", 10F);
|
|||
|
this.lbUrl.Location = new System.Drawing.Point(14, 33);
|
|||
|
this.lbUrl.Name = "lbUrl";
|
|||
|
this.lbUrl.Size = new System.Drawing.Size(1340, 35);
|
|||
|
this.lbUrl.TabIndex = 76;
|
|||
|
this.lbUrl.Text = "light servic url";
|
|||
|
this.lbUrl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lbStatus
|
|||
|
//
|
|||
|
this.lbStatus.Font = new System.Drawing.Font("Tahoma", 10F);
|
|||
|
this.lbStatus.Location = new System.Drawing.Point(14, 72);
|
|||
|
this.lbStatus.Name = "lbStatus";
|
|||
|
this.lbStatus.Size = new System.Drawing.Size(682, 39);
|
|||
|
this.lbStatus.TabIndex = 75;
|
|||
|
this.lbStatus.Text = "host status";
|
|||
|
this.lbStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// gridControl2
|
|||
|
//
|
|||
|
this.gridControl2.Location = new System.Drawing.Point(294, 37);
|
|||
|
this.gridControl2.MainView = this.gridView2;
|
|||
|
this.gridControl2.MenuManager = this.ribbon;
|
|||
|
this.gridControl2.Name = "gridControl2";
|
|||
|
this.gridControl2.Size = new System.Drawing.Size(1060, 556);
|
|||
|
this.gridControl2.TabIndex = 24;
|
|||
|
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gridView2});
|
|||
|
//
|
|||
|
// gridView2
|
|||
|
//
|
|||
|
this.gridView2.GridControl = this.gridControl2;
|
|||
|
this.gridView2.Name = "gridView2";
|
|||
|
//
|
|||
|
// lbLightsInfo
|
|||
|
//
|
|||
|
this.lbLightsInfo.Font = new System.Drawing.Font("Tahoma", 10F);
|
|||
|
this.lbLightsInfo.Location = new System.Drawing.Point(700, 72);
|
|||
|
this.lbLightsInfo.Name = "lbLightsInfo";
|
|||
|
this.lbLightsInfo.Size = new System.Drawing.Size(654, 39);
|
|||
|
this.lbLightsInfo.TabIndex = 72;
|
|||
|
this.lbLightsInfo.Text = "light info";
|
|||
|
this.lbLightsInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// gridControl3
|
|||
|
//
|
|||
|
this.gridControl3.Location = new System.Drawing.Point(14, 158);
|
|||
|
this.gridControl3.MainView = this.gridView3;
|
|||
|
this.gridControl3.MenuManager = this.ribbonControl1;
|
|||
|
this.gridControl3.Name = "gridControl3";
|
|||
|
this.gridControl3.Size = new System.Drawing.Size(1340, 433);
|
|||
|
this.gridControl3.TabIndex = 24;
|
|||
|
this.gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gridView3});
|
|||
|
//
|
|||
|
// gridView3
|
|||
|
//
|
|||
|
this.gridView3.GridControl = this.gridControl3;
|
|||
|
this.gridView3.Name = "gridView3";
|
|||
|
//
|
|||
|
// ribbonControl1
|
|||
|
//
|
|||
|
this.ribbonControl1.ExpandCollapseItem.Id = 0;
|
|||
|
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|||
|
this.ribbonControl1.ExpandCollapseItem,
|
|||
|
this.barButtonItem1});
|
|||
|
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.ribbonControl1.MaxItemId = 3;
|
|||
|
this.ribbonControl1.Name = "ribbonControl1";
|
|||
|
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|||
|
this.ribbonPage2});
|
|||
|
this.ribbonControl1.Size = new System.Drawing.Size(1368, 145);
|
|||
|
//
|
|||
|
// barButtonItem1
|
|||
|
//
|
|||
|
this.barButtonItem1.Caption = "查询";
|
|||
|
this.barButtonItem1.Id = 1;
|
|||
|
this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image")));
|
|||
|
this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
|
|||
|
this.barButtonItem1.Name = "barButtonItem1";
|
|||
|
//
|
|||
|
// ribbonPage2
|
|||
|
//
|
|||
|
this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
|||
|
this.ribbonPageGroup2});
|
|||
|
this.ribbonPage2.Name = "ribbonPage2";
|
|||
|
this.ribbonPage2.Text = "编辑";
|
|||
|
//
|
|||
|
// ribbonPageGroup2
|
|||
|
//
|
|||
|
this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem1);
|
|||
|
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
|
|||
|
this.ribbonPageGroup2.Text = "编辑";
|
|||
|
//
|
|||
|
// layoutControlGroup8
|
|||
|
//
|
|||
|
this.layoutControlGroup8.ExpandButtonVisible = true;
|
|||
|
this.layoutControlGroup8.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem8});
|
|||
|
this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup8.Name = "layoutControlGroup8";
|
|||
|
this.layoutControlGroup8.Size = new System.Drawing.Size(1064, 560);
|
|||
|
this.layoutControlGroup8.Text = "波次整库明细";
|
|||
|
//
|
|||
|
// layoutControlItem8
|
|||
|
//
|
|||
|
this.layoutControlItem8.Control = this.gridControl2;
|
|||
|
this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem8.MinSize = new System.Drawing.Size(104, 24);
|
|||
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|||
|
this.layoutControlItem8.Size = new System.Drawing.Size(1064, 560);
|
|||
|
this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem8.Text = " 波次整库明细";
|
|||
|
this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem8.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlGroup1
|
|||
|
//
|
|||
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|||
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlGroup5});
|
|||
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup1.Name = "Root";
|
|||
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1368, 607);
|
|||
|
this.layoutControlGroup1.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlGroup5
|
|||
|
//
|
|||
|
this.layoutControlGroup5.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.layoutControlGroup5.AppearanceGroup.Options.UseFont = true;
|
|||
|
this.layoutControlGroup5.GroupBordersVisible = false;
|
|||
|
this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.simpleSeparator1,
|
|||
|
this.layoutControlGroup3,
|
|||
|
this.layoutControlGroup7});
|
|||
|
this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup5.Name = "layoutControlGroup5";
|
|||
|
this.layoutControlGroup5.Size = new System.Drawing.Size(1368, 607);
|
|||
|
this.layoutControlGroup5.Text = "波次出库";
|
|||
|
this.layoutControlGroup5.TextVisible = false;
|
|||
|
//
|
|||
|
// simpleSeparator1
|
|||
|
//
|
|||
|
this.simpleSeparator1.AllowHotTrack = false;
|
|||
|
this.simpleSeparator1.Location = new System.Drawing.Point(0, 605);
|
|||
|
this.simpleSeparator1.Name = "simpleSeparator1";
|
|||
|
this.simpleSeparator1.Size = new System.Drawing.Size(1368, 2);
|
|||
|
//
|
|||
|
// layoutControlGroup3
|
|||
|
//
|
|||
|
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem2,
|
|||
|
this.layoutControlItem1,
|
|||
|
this.layoutControlItem4});
|
|||
|
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
|||
|
this.layoutControlGroup3.Size = new System.Drawing.Size(1368, 125);
|
|||
|
this.layoutControlGroup3.Text = "灯光设备";
|
|||
|
//
|
|||
|
// layoutControlItem2
|
|||
|
//
|
|||
|
this.layoutControlItem2.Control = this.lbLightsInfo;
|
|||
|
this.layoutControlItem2.Location = new System.Drawing.Point(686, 39);
|
|||
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|||
|
this.layoutControlItem2.Size = new System.Drawing.Size(658, 43);
|
|||
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem2.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem1
|
|||
|
//
|
|||
|
this.layoutControlItem1.Control = this.lbUrl;
|
|||
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|||
|
this.layoutControlItem1.Size = new System.Drawing.Size(1344, 39);
|
|||
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem1.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem4
|
|||
|
//
|
|||
|
this.layoutControlItem4.Control = this.lbStatus;
|
|||
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 39);
|
|||
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|||
|
this.layoutControlItem4.Size = new System.Drawing.Size(686, 43);
|
|||
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem4.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlGroup7
|
|||
|
//
|
|||
|
this.layoutControlGroup7.CustomizationFormText = "亮灯分拣明细";
|
|||
|
this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem5});
|
|||
|
this.layoutControlGroup7.Location = new System.Drawing.Point(0, 125);
|
|||
|
this.layoutControlGroup7.Name = "layoutControlGroup7";
|
|||
|
this.layoutControlGroup7.Size = new System.Drawing.Size(1368, 480);
|
|||
|
this.layoutControlGroup7.Text = "亮灯分拣明细";
|
|||
|
//
|
|||
|
// layoutControlItem5
|
|||
|
//
|
|||
|
this.layoutControlItem5.Control = this.gridControl3;
|
|||
|
this.layoutControlItem5.CustomizationFormText = "波次整库明细";
|
|||
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(104, 24);
|
|||
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|||
|
this.layoutControlItem5.Size = new System.Drawing.Size(1344, 437);
|
|||
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem5.Text = " 波次零库明细";
|
|||
|
this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem5.TextVisible = false;
|
|||
|
//
|
|||
|
// imageList1
|
|||
|
//
|
|||
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|||
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|||
|
this.imageList1.Images.SetKeyName(0, "correct.jpg");
|
|||
|
this.imageList1.Images.SetKeyName(1, "wrong.png");
|
|||
|
//
|
|||
|
// GoodsOutServiceForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1368, 754);
|
|||
|
this.Controls.Add(this.layoutControl1);
|
|||
|
this.Controls.Add(this.ribbon);
|
|||
|
this.Name = "GoodsOutServiceForm";
|
|||
|
this.Ribbon = this.ribbon;
|
|||
|
this.Text = "GoodsOutPickForm";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GoodsOutForm_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.gridControl2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).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.BarButtonItem bbQuery;
|
|||
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|||
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
|
|||
|
private DevExpress.XtraGrid.GridControl gridControl3;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
|
|||
|
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage2;
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup8;
|
|||
|
private System.Windows.Forms.ImageList imageList1;
|
|||
|
private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
|
|||
|
private System.Windows.Forms.Label lbLightsInfo;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup7;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|||
|
private System.Windows.Forms.Label lbUrl;
|
|||
|
private System.Windows.Forms.Label lbStatus;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|||
|
}
|
|||
|
}
|