244 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			244 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			C#
		
	
	
	
|  | namespace DeiNiu.wms.win | |||
|  | { | |||
|  |     partial class setup | |||
|  |     { | |||
|  |         /// <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(setup)); | |||
|  |             this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); | |||
|  |             this.barButtonItem1 = 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.btnInitialDesk = new DevExpress.XtraEditors.SimpleButton(); | |||
|  |             this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); | |||
|  |             this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup(); | |||
|  |             this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); | |||
|  |             this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); | |||
|  |             this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); | |||
|  |             this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); | |||
|  |             this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); | |||
|  |             this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); | |||
|  |             ((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.layoutControlGroup1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); | |||
|  |             this.SuspendLayout(); | |||
|  |             //  | |||
|  |             // ribbon | |||
|  |             //  | |||
|  |             this.ribbon.ExpandCollapseItem.Id = 0; | |||
|  |             this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { | |||
|  |             this.ribbon.ExpandCollapseItem, | |||
|  |             this.barButtonItem1}); | |||
|  |             this.ribbon.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.ribbon.MaxItemId = 2; | |||
|  |             this.ribbon.Name = "ribbon"; | |||
|  |             this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { | |||
|  |             this.ribbonPage1}); | |||
|  |             this.ribbon.Size = new System.Drawing.Size(1376, 147); | |||
|  |             this.ribbon.StatusBar = this.ribbonStatusBar; | |||
|  |             //  | |||
|  |             // 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"; | |||
|  |             //  | |||
|  |             // ribbonPage1 | |||
|  |             //  | |||
|  |             this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { | |||
|  |             this.ribbonPageGroup1}); | |||
|  |             this.ribbonPage1.Name = "ribbonPage1"; | |||
|  |             this.ribbonPage1.Text = "编辑"; | |||
|  |             //  | |||
|  |             // ribbonPageGroup1 | |||
|  |             //  | |||
|  |             this.ribbonPageGroup1.Name = "ribbonPageGroup1"; | |||
|  |             this.ribbonPageGroup1.Text = "编辑"; | |||
|  |             this.ribbonPageGroup1.Visible = false; | |||
|  |             //  | |||
|  |             // ribbonStatusBar | |||
|  |             //  | |||
|  |             this.ribbonStatusBar.Location = new System.Drawing.Point(0, 687); | |||
|  |             this.ribbonStatusBar.Name = "ribbonStatusBar"; | |||
|  |             this.ribbonStatusBar.Ribbon = this.ribbon; | |||
|  |             this.ribbonStatusBar.Size = new System.Drawing.Size(1376, 31); | |||
|  |             //  | |||
|  |             // layoutControl1 | |||
|  |             //  | |||
|  |             this.layoutControl1.Controls.Add(this.btnInitialDesk); | |||
|  |             this.layoutControl1.Location = new System.Drawing.Point(12, 153); | |||
|  |             this.layoutControl1.Name = "layoutControl1"; | |||
|  |             this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(2164, 277, 450, 400); | |||
|  |             this.layoutControl1.Root = this.layoutControlGroup1; | |||
|  |             this.layoutControl1.Size = new System.Drawing.Size(1122, 380); | |||
|  |             this.layoutControl1.TabIndex = 6; | |||
|  |             this.layoutControl1.Text = "layoutControl1"; | |||
|  |             //  | |||
|  |             // btnInitialDesk | |||
|  |             //  | |||
|  |             this.btnInitialDesk.Location = new System.Drawing.Point(24, 47); | |||
|  |             this.btnInitialDesk.Name = "btnInitialDesk"; | |||
|  |             this.btnInitialDesk.Size = new System.Drawing.Size(95, 22); | |||
|  |             this.btnInitialDesk.StyleController = this.layoutControl1; | |||
|  |             this.btnInitialDesk.TabIndex = 4; | |||
|  |             this.btnInitialDesk.Text = "复合台初始化"; | |||
|  |             this.btnInitialDesk.Click += new System.EventHandler(this.btnInitialDesk_Click); | |||
|  |             //  | |||
|  |             // layoutControlGroup1 | |||
|  |             //  | |||
|  |             this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; | |||
|  |             this.layoutControlGroup1.GroupBordersVisible = false; | |||
|  |             this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { | |||
|  |             this.tabbedControlGroup1, | |||
|  |             this.emptySpaceItem2}); | |||
|  |             this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.layoutControlGroup1.Name = "Root"; | |||
|  |             this.layoutControlGroup1.Size = new System.Drawing.Size(1122, 380); | |||
|  |             this.layoutControlGroup1.TextVisible = false; | |||
|  |             //  | |||
|  |             // tabbedControlGroup1 | |||
|  |             //  | |||
|  |             this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.tabbedControlGroup1.Name = "tabbedControlGroup1"; | |||
|  |             this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup3; | |||
|  |             this.tabbedControlGroup1.SelectedTabPageIndex = 0; | |||
|  |             this.tabbedControlGroup1.Size = new System.Drawing.Size(583, 360); | |||
|  |             this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { | |||
|  |             this.layoutControlGroup3, | |||
|  |             this.layoutControlGroup4, | |||
|  |             this.layoutControlGroup2}); | |||
|  |             //  | |||
|  |             // layoutControlGroup3 | |||
|  |             //  | |||
|  |             this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { | |||
|  |             this.layoutControlItem1, | |||
|  |             this.emptySpaceItem1}); | |||
|  |             this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.layoutControlGroup3.Name = "layoutControlGroup3"; | |||
|  |             this.layoutControlGroup3.Size = new System.Drawing.Size(559, 313); | |||
|  |             this.layoutControlGroup3.Text = "出库设置"; | |||
|  |             //  | |||
|  |             // layoutControlItem1 | |||
|  |             //  | |||
|  |             this.layoutControlItem1.Control = this.btnInitialDesk; | |||
|  |             this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.layoutControlItem1.Name = "layoutControlItem1"; | |||
|  |             this.layoutControlItem1.Size = new System.Drawing.Size(99, 313); | |||
|  |             this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); | |||
|  |             this.layoutControlItem1.TextVisible = false; | |||
|  |             //  | |||
|  |             // emptySpaceItem1 | |||
|  |             //  | |||
|  |             this.emptySpaceItem1.AllowHotTrack = false; | |||
|  |             this.emptySpaceItem1.Location = new System.Drawing.Point(99, 0); | |||
|  |             this.emptySpaceItem1.Name = "emptySpaceItem1"; | |||
|  |             this.emptySpaceItem1.Size = new System.Drawing.Size(460, 313); | |||
|  |             this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); | |||
|  |             //  | |||
|  |             // layoutControlGroup4 | |||
|  |             //  | |||
|  |             this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.layoutControlGroup4.Name = "layoutControlGroup4"; | |||
|  |             this.layoutControlGroup4.Size = new System.Drawing.Size(559, 313); | |||
|  |             this.layoutControlGroup4.Text = "入库设置"; | |||
|  |             //  | |||
|  |             // layoutControlGroup2 | |||
|  |             //  | |||
|  |             this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.layoutControlGroup2.Name = "layoutControlGroup2"; | |||
|  |             this.layoutControlGroup2.Size = new System.Drawing.Size(559, 313); | |||
|  |             this.layoutControlGroup2.Text = "一般设置"; | |||
|  |             //  | |||
|  |             // emptySpaceItem2 | |||
|  |             //  | |||
|  |             this.emptySpaceItem2.AllowHotTrack = false; | |||
|  |             this.emptySpaceItem2.Location = new System.Drawing.Point(583, 0); | |||
|  |             this.emptySpaceItem2.Name = "emptySpaceItem2"; | |||
|  |             this.emptySpaceItem2.Size = new System.Drawing.Size(519, 360); | |||
|  |             this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); | |||
|  |             //  | |||
|  |             // setup | |||
|  |             //  | |||
|  |             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); | |||
|  |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
|  |             this.ClientSize = new System.Drawing.Size(1376, 718); | |||
|  |             this.Controls.Add(this.layoutControl1); | |||
|  |             this.Controls.Add(this.ribbonStatusBar); | |||
|  |             this.Controls.Add(this.ribbon); | |||
|  |             this.Name = "setup"; | |||
|  |             this.Ribbon = this.ribbon; | |||
|  |             this.StatusBar = this.ribbonStatusBar; | |||
|  |             this.Text = "系统设置"; | |||
|  |             ((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.layoutControlGroup1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); | |||
|  |             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).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 barButtonItem1; | |||
|  |         private DevExpress.XtraLayout.LayoutControl layoutControl1; | |||
|  |         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; | |||
|  |         private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1; | |||
|  |         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; | |||
|  |         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4; | |||
|  |         private DevExpress.XtraEditors.SimpleButton btnInitialDesk; | |||
|  |         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; | |||
|  |         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; | |||
|  |         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; | |||
|  |         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; | |||
|  |     } | |||
|  | } |