WingCloudHexExplorer/HexExplorer/FrmUpGrade.Designer.cs

106 lines
4.2 KiB
C#

namespace HexExplorer
{
partial class FrmUpGrade
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.Label label1;
System.Windows.Forms.PictureBox pictureBox1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUpGrade));
this.proBar = new System.Windows.Forms.ProgressBar();
this.tbLog = new System.Windows.Forms.TextBox();
label1 = new System.Windows.Forms.Label();
pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
this.SuspendLayout();
//
// proBar
//
this.proBar.Location = new System.Drawing.Point(33, 74);
this.proBar.Name = "proBar";
this.proBar.Size = new System.Drawing.Size(468, 29);
this.proBar.TabIndex = 0;
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(30, 31);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(157, 15);
label1.TabIndex = 1;
label1.Text = "正在升级中,请稍后:";
//
// tbLog
//
this.tbLog.BackColor = System.Drawing.Color.Black;
this.tbLog.ForeColor = System.Drawing.Color.White;
this.tbLog.Location = new System.Drawing.Point(33, 127);
this.tbLog.Multiline = true;
this.tbLog.Name = "tbLog";
this.tbLog.ReadOnly = true;
this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tbLog.Size = new System.Drawing.Size(468, 215);
this.tbLog.TabIndex = 2;
this.tbLog.Text = ">正在检查更新中……";
//
// pictureBox1
//
pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
pictureBox1.Location = new System.Drawing.Point(469, 31);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new System.Drawing.Size(32, 32);
pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
pictureBox1.TabIndex = 3;
pictureBox1.TabStop = false;
//
// FrmUpGrade
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(540, 369);
this.ControlBox = false;
this.Controls.Add(pictureBox1);
this.Controls.Add(this.tbLog);
this.Controls.Add(label1);
this.Controls.Add(this.proBar);
this.Name = "FrmUpGrade";
this.Text = "升级";
this.Shown += new System.EventHandler(this.FrmUpGrade_Shown);
((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ProgressBar proBar;
private System.Windows.Forms.TextBox tbLog;
}
}