namespace Kingo.Plugin.Start { 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartForm)); this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // progressBarControl1 // this.progressBarControl1.EditValue = "0"; this.progressBarControl1.Location = new System.Drawing.Point(163, 309); this.progressBarControl1.Name = "progressBarControl1"; this.progressBarControl1.Properties.Appearance.BackColor = System.Drawing.SystemColors.GradientActiveCaption; this.progressBarControl1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.progressBarControl1.Properties.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.progressBarControl1.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.progressBarControl1.Properties.LookAndFeel.UseDefaultLookAndFeel = false; this.progressBarControl1.Properties.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid; this.progressBarControl1.Properties.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.progressBarControl1.Size = new System.Drawing.Size(629, 13); this.progressBarControl1.TabIndex = 2; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.None; this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(159, 325); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(95, 20); this.label1.TabIndex = 3; this.label1.Text = "LOADING……"; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(165, 249); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(627, 39); this.label2.TabIndex = 7; this.label2.Text = "今 奥 年 度 变 更 调 查 建 库 软 件 V2.0.3"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = global::Kingo.Plugin.Start.Properties.Resources.kingo; this.pictureBox1.InitialImage = null; this.pictureBox1.Location = new System.Drawing.Point(399, 99); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(148, 116); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 6; this.pictureBox1.TabStop = false; // // StartForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::Kingo.Plugin.Start.Properties.Resources.NDBGJK; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(967, 478); this.Controls.Add(this.label2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.label1); this.Controls.Add(this.progressBarControl1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "StartForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "StartForm"; ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.ProgressBarControl progressBarControl1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.PictureBox pictureBox1; } }