//
// Copyright © 2006-2010, Intel Corporation. All rights reserved.
//
namespace AMT_SW_GUI
{
partial class ProgressWindow
{
///
/// Required designer variable.
///
///
/// 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(ProgressWindow));
this.prCompleted = new System.Windows.Forms.ProgressBar();
this.lblOptional = new AMT_SW_GUI.AMT_Lable(this.components);
this.lblHeaderDesc = new AMT_SW_GUI.AMT_Lable(this.components);
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(28, 58);
this.prCompleted.Name = "prCompleted";
this.prCompleted.Size = new System.Drawing.Size(337, 23);
this.prCompleted.TabIndex = 98;
//
// lblOptional
//
this.lblOptional.AutoSize = true;
this.lblOptional.BackColor = System.Drawing.Color.White;
this.lblOptional.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(25, 38);
this.lblOptional.Name = "lblOptional";
this.lblOptional.Size = new System.Drawing.Size(0, 15);
this.lblOptional.TabIndex = 99;
//
// lblHeaderDesc
//
this.lblHeaderDesc.AutoSize = true;
this.lblHeaderDesc.BackColor = System.Drawing.Color.White;
this.lblHeaderDesc.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(25, 29);
this.lblHeaderDesc.MaximumSize = new System.Drawing.Size(337, 0);
this.lblHeaderDesc.Name = "lblHeaderDesc";
this.lblHeaderDesc.Size = new System.Drawing.Size(82, 15);
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(12, 12);
this.innerPane1.Name = "innerPane1";
this.innerPane1.RoundCorners = 5;
this.innerPane1.Size = new System.Drawing.Size(373, 85);
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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
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(160, 103);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(64, 23);
this.btnCancel.TabIndex = 94;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// ProgressWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AMT_SW_GUI.Properties.Resources.background;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(397, 135);
this.Controls.Add(this.lblOptional);
this.Controls.Add(this.prCompleted);
this.Controls.Add(this.lblHeaderDesc);
this.Controls.Add(this.innerPane1);
this.Controls.Add(this.btnCancel);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ProgressWindow";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Operation in Progress";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private AMT_OuterButton btnCancel;
private InnerPane innerPane1;
private AMT_Lable lblOptional;
private System.ComponentModel.IContainer components;
private System.Windows.Forms.ProgressBar prCompleted;
private AMT_Lable lblHeaderDesc;
}
}