namespace MOKA_Factory_Tools
{
partial class Download
{
///
/// 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 CCWin.SkinControl.SkinProgressBar();
this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
this.skinButton1 = new CCWin.SkinControl.SkinButton();
this.SuspendLayout();
//
// ProgressBar1
//
this.ProgressBar1.Back = null;
this.ProgressBar1.BackColor = System.Drawing.Color.Transparent;
this.ProgressBar1.BarBack = null;
this.ProgressBar1.BarRadiusStyle = CCWin.SkinClass.RoundStyle.All;
this.ProgressBar1.ForeColor = System.Drawing.Color.Red;
this.ProgressBar1.Location = new System.Drawing.Point(40, 130);
this.ProgressBar1.Name = "ProgressBar1";
this.ProgressBar1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
this.ProgressBar1.Size = new System.Drawing.Size(274, 38);
this.ProgressBar1.TabIndex = 0;
//
// skinLabel1
//
this.skinLabel1.AutoSize = true;
this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
this.skinLabel1.BorderColor = System.Drawing.Color.White;
this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.skinLabel1.Location = new System.Drawing.Point(49, 85);
this.skinLabel1.Name = "skinLabel1";
this.skinLabel1.Size = new System.Drawing.Size(16, 20);
this.skinLabel1.TabIndex = 1;
this.skinLabel1.Text = "s";
//
// skinButton1
//
this.skinButton1.BackColor = System.Drawing.Color.Transparent;
this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
this.skinButton1.DownBack = null;
this.skinButton1.Location = new System.Drawing.Point(124, 195);
this.skinButton1.MouseBack = null;
this.skinButton1.Name = "skinButton1";
this.skinButton1.NormlBack = null;
this.skinButton1.Size = new System.Drawing.Size(102, 36);
this.skinButton1.TabIndex = 2;
this.skinButton1.Text = "Cancel";
this.skinButton1.UseVisualStyleBackColor = false;
this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
//
// Download
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CaptionBackColorBottom = System.Drawing.Color.Cyan;
this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue;
this.ClientSize = new System.Drawing.Size(352, 242);
this.Controls.Add(this.skinButton1);
this.Controls.Add(this.skinLabel1);
this.Controls.Add(this.ProgressBar1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Download";
this.Text = "Download";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Download_FormClosed);
this.Shown += new System.EventHandler(this.Download_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public CCWin.SkinControl.SkinProgressBar ProgressBar1;
public CCWin.SkinControl.SkinLabel skinLabel1;
private CCWin.SkinControl.SkinButton skinButton1;
}
}