namespace Estsh.Client.Update
{
partial class Updater
{
///
/// 設計工具所需的變數。
///
private System.ComponentModel.IContainer components = null;
///
/// 清除任何使用中的資源。
///
/// 如果應該公開 Managed 資源則為 true,否則為 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 設計工具產生的程式碼
///
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
///
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Updater));
this.prog_Total = new System.Windows.Forms.ProgressBar();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.rtbState = new System.Windows.Forms.RichTextBox();
this.SuspendLayout();
//
// prog_Total
//
this.prog_Total.Location = new System.Drawing.Point(12, 209);
this.prog_Total.Name = "prog_Total";
this.prog_Total.Size = new System.Drawing.Size(565, 23);
this.prog_Total.TabIndex = 1;
//
// backgroundWorker1
//
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
//
// rtbState
//
this.rtbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.rtbState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.rtbState.Location = new System.Drawing.Point(12, 12);
this.rtbState.Name = "rtbState";
this.rtbState.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth;
this.rtbState.Size = new System.Drawing.Size(565, 173);
this.rtbState.TabIndex = 6;
this.rtbState.Text = "";
//
// Updater
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(589, 196);
this.Controls.Add(this.rtbState);
this.Controls.Add(this.prog_Total);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Updater";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Lightning MES Updater";
this.Load += new System.EventHandler(this.Updater_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ProgressBar prog_Total;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.RichTextBox rtbState;
}
}