123 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			123 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.wms.win
 | |
| {
 | |
|     partial class LocationAssignForm
 | |
|     {
 | |
|         /// <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(LocationAssignForm));
 | |
|             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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.ribbon)).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(450, 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.ItemLinks.Add(this.barButtonItem1);
 | |
|             this.ribbonPageGroup1.Name = "ribbonPageGroup1";
 | |
|             this.ribbonPageGroup1.Text = "编辑";
 | |
|             this.ribbonPageGroup1.Visible = false;
 | |
|             // 
 | |
|             // ribbonStatusBar
 | |
|             // 
 | |
|             this.ribbonStatusBar.Location = new System.Drawing.Point(0, 429);
 | |
|             this.ribbonStatusBar.Name = "ribbonStatusBar";
 | |
|             this.ribbonStatusBar.Ribbon = this.ribbon;
 | |
|             this.ribbonStatusBar.Size = new System.Drawing.Size(450, 31);
 | |
|             // 
 | |
|             // labelControl1
 | |
|             // 
 | |
|             this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
|             this.labelControl1.Appearance.Options.UseFont = true;
 | |
|             this.labelControl1.Location = new System.Drawing.Point(102, 234);
 | |
|             this.labelControl1.Name = "labelControl1";
 | |
|             this.labelControl1.Size = new System.Drawing.Size(228, 68);
 | |
|             this.labelControl1.TabIndex = 3;
 | |
|             this.labelControl1.Text = "货位分配";
 | |
|             // 
 | |
|             // LocationAssignForm
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(450, 460);
 | |
|             this.Controls.Add(this.labelControl1);
 | |
|             this.Controls.Add(this.ribbonStatusBar);
 | |
|             this.Controls.Add(this.ribbon);
 | |
|             this.Name = "LocationAssignForm";
 | |
|             this.Ribbon = this.ribbon;
 | |
|             this.StatusBar = this.ribbonStatusBar;
 | |
|             this.Text = "InInventoryCheck";
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.ribbon)).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.XtraEditors.LabelControl labelControl1;
 | |
|     }
 | |
| } |