namespace ZJ_BYD { partial class StartForm { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartForm)); this.timerStart = new System.Windows.Forms.Timer(this.components); this.PBress = new DevExpress.XtraEditors.ProgressBarControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.PBress.Properties)).BeginInit(); this.SuspendLayout(); // // timerStart // this.timerStart.Tick += new System.EventHandler(this.timerStart_Tick); // // PBress // this.PBress.Location = new System.Drawing.Point(40, 155); this.PBress.Name = "PBress"; this.PBress.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.PBress.Properties.LookAndFeel.SkinName = "DevExpress Style"; this.PBress.Properties.LookAndFeel.UseDefaultLookAndFeel = false; this.PBress.Properties.ShowTitle = true; this.PBress.Size = new System.Drawing.Size(413, 43); this.PBress.TabIndex = 0; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Yellow; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Appearance.Options.UseTextOptions = true; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.Location = new System.Drawing.Point(40, 30); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(413, 69); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "富东机械信息系统启动中······"; // // StartForm // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile; this.BackgroundImageStore = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore"))); this.ClientSize = new System.Drawing.Size(512, 299); this.Controls.Add(this.labelControl1); this.Controls.Add(this.PBress); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "StartForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "启动界面"; this.Load += new System.EventHandler(this.StartForm_Load); ((System.ComponentModel.ISupportInitialize)(this.PBress.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timerStart; private DevExpress.XtraEditors.ProgressBarControl PBress; private DevExpress.XtraEditors.LabelControl labelControl1; } }