namespace Lskj.Main { partial class FrmProgressBar { /// /// 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.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit(); this.SuspendLayout(); // // progressBarControl1 // this.progressBarControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.progressBarControl1.Location = new System.Drawing.Point(0, 0); this.progressBarControl1.Name = "progressBarControl1"; this.progressBarControl1.Size = new System.Drawing.Size(584, 30); this.progressBarControl1.TabIndex = 0; // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("宋体", 12F); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.label1.Location = new System.Drawing.Point(264, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 20); this.label1.TabIndex = 1; this.label1.Text = "100%"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label1.Visible = false; // // FrmProgressBar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(584, 30); this.Controls.Add(this.label1); this.Controls.Add(this.progressBarControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmProgressBar"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FrmProgressBar"; this.Load += new System.EventHandler(this.FrmProgressBar_Load); ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.ProgressBarControl progressBarControl1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label label1; } }