namespace CodeStack.ProgressHandler { partial class ProgressForm { /// /// 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.prgProgress = new System.Windows.Forms.ProgressBar(); this.tlpMain = new System.Windows.Forms.TableLayoutPanel(); this.lblMessage = new System.Windows.Forms.Label(); this.tlpMain.SuspendLayout(); this.SuspendLayout(); // // prgProgress // this.prgProgress.Dock = System.Windows.Forms.DockStyle.Fill; this.prgProgress.Location = new System.Drawing.Point(3, 20); this.prgProgress.Name = "prgProgress"; this.prgProgress.Size = new System.Drawing.Size(476, 40); this.prgProgress.TabIndex = 0; // // tlpMain // this.tlpMain.ColumnCount = 1; this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpMain.Controls.Add(this.prgProgress, 0, 1); this.tlpMain.Controls.Add(this.lblMessage, 0, 0); this.tlpMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpMain.Location = new System.Drawing.Point(0, 0); this.tlpMain.Name = "tlpMain"; this.tlpMain.RowCount = 2; this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpMain.Size = new System.Drawing.Size(482, 63); this.tlpMain.TabIndex = 1; // // lblMessage // this.lblMessage.AutoSize = true; this.lblMessage.Location = new System.Drawing.Point(3, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(65, 17); this.lblMessage.TabIndex = 1; this.lblMessage.Text = "Message"; // // ProgressForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(482, 63); this.Controls.Add(this.tlpMain); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "ProgressForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ProgressForm"; this.tlpMain.ResumeLayout(false); this.tlpMain.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ProgressBar prgProgress; private System.Windows.Forms.TableLayoutPanel tlpMain; private System.Windows.Forms.Label lblMessage; } }