namespace Common { partial class FormProgress { /// /// 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.progressBar1 = new System.Windows.Forms.ProgressBar(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.labelOperation = new System.Windows.Forms.Label(); this.labelTime = new System.Windows.Forms.Label(); this.SuspendLayout(); // // progressBar1 // this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar1.Location = new System.Drawing.Point(14, 43); this.progressBar1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(492, 29); this.progressBar1.TabIndex = 0; // // timer1 // this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // labelOperation // this.labelOperation.AutoSize = true; this.labelOperation.Location = new System.Drawing.Point(14, 14); this.labelOperation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelOperation.Name = "labelOperation"; this.labelOperation.Size = new System.Drawing.Size(21, 20); this.labelOperation.TabIndex = 1; this.labelOperation.Text = " "; // // labelTime // this.labelTime.AutoSize = true; this.labelTime.Location = new System.Drawing.Point(14, 82); this.labelTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelTime.Name = "labelTime"; this.labelTime.Size = new System.Drawing.Size(21, 20); this.labelTime.TabIndex = 2; this.labelTime.Text = " "; // // FormProgress // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(519, 132); this.Controls.Add(this.labelTime); this.Controls.Add(this.labelOperation); this.Controls.Add(this.progressBar1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MinimumSize = new System.Drawing.Size(313, 121); this.Name = "FormProgress"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Progress"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormProgress_FormClosing); this.Load += new System.EventHandler(this.FormProgress_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label labelOperation; private System.Windows.Forms.Label labelTime; } }