using System.Collections.Generic; using DeiNiu.Utils; namespace DeiNiu.wms.win { partial class BasicRibbonForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }