|
@@ -41,10 +41,11 @@
|
|
this.ProgressBar1.BarBack = null;
|
|
this.ProgressBar1.BarBack = null;
|
|
this.ProgressBar1.BarRadiusStyle = CCWin.SkinClass.RoundStyle.All;
|
|
this.ProgressBar1.BarRadiusStyle = CCWin.SkinClass.RoundStyle.All;
|
|
this.ProgressBar1.ForeColor = System.Drawing.Color.Red;
|
|
this.ProgressBar1.ForeColor = System.Drawing.Color.Red;
|
|
- this.ProgressBar1.Location = new System.Drawing.Point(40, 130);
|
|
|
|
|
|
+ this.ProgressBar1.Location = new System.Drawing.Point(30, 103);
|
|
|
|
+ this.ProgressBar1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.ProgressBar1.Name = "ProgressBar1";
|
|
this.ProgressBar1.Name = "ProgressBar1";
|
|
this.ProgressBar1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
|
|
this.ProgressBar1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
|
|
- this.ProgressBar1.Size = new System.Drawing.Size(274, 38);
|
|
|
|
|
|
+ this.ProgressBar1.Size = new System.Drawing.Size(223, 30);
|
|
this.ProgressBar1.TabIndex = 0;
|
|
this.ProgressBar1.TabIndex = 0;
|
|
//
|
|
//
|
|
// skinLabel1
|
|
// skinLabel1
|
|
@@ -53,41 +54,43 @@
|
|
this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.skinLabel1.BorderColor = System.Drawing.Color.White;
|
|
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.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.Location = new System.Drawing.Point(28, 71);
|
|
|
|
+ this.skinLabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.skinLabel1.Name = "skinLabel1";
|
|
this.skinLabel1.Name = "skinLabel1";
|
|
- this.skinLabel1.Size = new System.Drawing.Size(261, 20);
|
|
|
|
|
|
+ this.skinLabel1.Size = new System.Drawing.Size(226, 17);
|
|
this.skinLabel1.TabIndex = 1;
|
|
this.skinLabel1.TabIndex = 1;
|
|
- this.skinLabel1.Text = "- -";
|
|
|
|
|
|
+ this.skinLabel1.Text = "- -";
|
|
//
|
|
//
|
|
// skinButton1
|
|
// skinButton1
|
|
//
|
|
//
|
|
this.skinButton1.BackColor = System.Drawing.Color.Transparent;
|
|
this.skinButton1.BackColor = System.Drawing.Color.Transparent;
|
|
this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
|
|
this.skinButton1.DownBack = null;
|
|
this.skinButton1.DownBack = null;
|
|
- this.skinButton1.Location = new System.Drawing.Point(124, 195);
|
|
|
|
|
|
+ this.skinButton1.Location = new System.Drawing.Point(93, 156);
|
|
|
|
+ this.skinButton1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.skinButton1.MouseBack = null;
|
|
this.skinButton1.MouseBack = null;
|
|
this.skinButton1.Name = "skinButton1";
|
|
this.skinButton1.Name = "skinButton1";
|
|
this.skinButton1.NormlBack = null;
|
|
this.skinButton1.NormlBack = null;
|
|
- this.skinButton1.Size = new System.Drawing.Size(102, 36);
|
|
|
|
|
|
+ this.skinButton1.Size = new System.Drawing.Size(76, 29);
|
|
this.skinButton1.TabIndex = 2;
|
|
this.skinButton1.TabIndex = 2;
|
|
this.skinButton1.Text = "Cancel";
|
|
this.skinButton1.Text = "Cancel";
|
|
this.skinButton1.UseVisualStyleBackColor = false;
|
|
this.skinButton1.UseVisualStyleBackColor = false;
|
|
this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
|
|
this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
|
|
//
|
|
//
|
|
- // Download
|
|
|
|
|
|
+ // Upgrade
|
|
//
|
|
//
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.CaptionBackColorBottom = System.Drawing.Color.Cyan;
|
|
this.CaptionBackColorBottom = System.Drawing.Color.Cyan;
|
|
this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue;
|
|
this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue;
|
|
- this.ClientSize = new System.Drawing.Size(352, 242);
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(275, 194);
|
|
this.Controls.Add(this.skinButton1);
|
|
this.Controls.Add(this.skinButton1);
|
|
this.Controls.Add(this.skinLabel1);
|
|
this.Controls.Add(this.skinLabel1);
|
|
this.Controls.Add(this.ProgressBar1);
|
|
this.Controls.Add(this.ProgressBar1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.MaximizeBox = false;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimizeBox = false;
|
|
- this.Name = "Download";
|
|
|
|
|
|
+ this.Name = "Upgrade";
|
|
this.Text = "Download";
|
|
this.Text = "Download";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Download_FormClosed);
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Download_FormClosed);
|
|
this.Shown += new System.EventHandler(this.Download_Shown);
|
|
this.Shown += new System.EventHandler(this.Download_Shown);
|