63 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			C#
		
	
	
	
| using System.Collections.Generic;
 | |
| using DeiNiu.Utils;
 | |
| namespace DeiNiu.wms.win
 | |
| {
 | |
|     partial class BasicRibbonForm
 | |
|     {
 | |
|         /// <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();
 | |
|             this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeiNiu.wms.win.WaitForm1), true, true);
 | |
|             this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // splashScreenManager1
 | |
|             // 
 | |
|             this.splashScreenManager1.ClosingDelay = 500;
 | |
|             // 
 | |
|             // BasicRibbonForm
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(442, 445);
 | |
|             this.Name = "BasicRibbonForm";
 | |
|             this.Text = "basicRibbonForm";
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         public DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider dxValidationProvider1;
 | |
|         public DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
 | |
| 
 | |
|         
 | |
| 
 | |
|     }
 | |
| } |