using System.Windows.Forms;
using AMT_SW_GUI;
namespace UCT.Forms
{
partial class ProgressBarWindow
{
///
/// 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(ProgressBarWindow));
this.prCompleted = new System.Windows.Forms.ProgressBar();
this.lblOptional = new System.Windows.Forms.Label();
this.lblHeaderDesc = new System.Windows.Forms.Label();
this.innerPane1 = new AMT_SW_GUI.InnerPane();
this.btnCancel = new AMT_SW_GUI.AMT_OuterButton(this.components);
this.SuspendLayout();
//
// prCompleted
//
this.prCompleted.Location = new System.Drawing.Point(37, 71);
this.prCompleted.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.prCompleted.Name = "prCompleted";
this.prCompleted.Size = new System.Drawing.Size(409, 28);
this.prCompleted.TabIndex = 98;
//
// lblOptional
//
this.lblOptional.AutoSize = true;
this.lblOptional.BackColor = System.Drawing.Color.White;
this.lblOptional.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOptional.Image = ((System.Drawing.Image)(resources.GetObject("lblOptional.Image")));
this.lblOptional.Location = new System.Drawing.Point(33, 47);
this.lblOptional.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblOptional.Name = "lblOptional";
this.lblOptional.Size = new System.Drawing.Size(0, 18);
this.lblOptional.TabIndex = 99;
//
// lblHeaderDesc
//
this.lblHeaderDesc.AutoSize = true;
this.lblHeaderDesc.BackColor = System.Drawing.Color.White;
this.lblHeaderDesc.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeaderDesc.Image = ((System.Drawing.Image)(resources.GetObject("lblHeaderDesc.Image")));
this.lblHeaderDesc.Location = new System.Drawing.Point(33, 36);
this.lblHeaderDesc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblHeaderDesc.Name = "lblHeaderDesc";
this.lblHeaderDesc.Size = new System.Drawing.Size(99, 18);
this.lblHeaderDesc.TabIndex = 97;
this.lblHeaderDesc.Text = "Please wait ...";
//
// innerPane1
//
this.innerPane1.BackColor = System.Drawing.Color.Transparent;
this.innerPane1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(192)))), ((int)(((byte)(223)))));
this.innerPane1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249)))));
this.innerPane1.Location = new System.Drawing.Point(16, 15);
this.innerPane1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.innerPane1.Name = "innerPane1";
this.innerPane1.RoundCorners = 5;
this.innerPane1.Size = new System.Drawing.Size(453, 105);
this.innerPane1.TabIndex = 95;
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnCancel.FlatAppearance.BorderSize = 0;
this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(59)))), ((int)(((byte)(108)))));
this.btnCancel.Location = new System.Drawing.Point(190, 128);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(89, 28);
this.btnCancel.TabIndex = 100;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// ProgressBarWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::UCT.Properties.Resources.background;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(485, 166);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.lblOptional);
this.Controls.Add(this.prCompleted);
this.Controls.Add(this.lblHeaderDesc);
this.Controls.Add(this.innerPane1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ProgressBarWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Progress";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private InnerPane innerPane1;
private Label lblOptional;
private System.ComponentModel.IContainer components;
private System.Windows.Forms.ProgressBar prCompleted;
private Label lblHeaderDesc;
private AMT_OuterButton btnCancel;
}
}