namespace Mes.AutoUpdate { partial class AutoUpdate { /// /// 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.lblfile = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.SuspendLayout(); // // lblfile // this.lblfile.Location = new System.Drawing.Point(94, 11); this.lblfile.Name = "lblfile"; this.lblfile.Size = new System.Drawing.Size(413, 41); this.lblfile.TabIndex = 5; // // label1 // this.label1.Location = new System.Drawing.Point(35, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 23); this.label1.TabIndex = 4; this.label1.Text = "正在下载:"; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(37, 55); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(472, 23); this.progressBar1.TabIndex = 3; // // AutoUpdater // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(544, 96); this.ControlBox = false; this.Controls.Add(this.lblfile); this.Controls.Add(this.label1); this.Controls.Add(this.progressBar1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AutoUpdater"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "正在更新程序....."; this.Load += new System.EventHandler(this.AutoUpdater_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblfile; private System.Windows.Forms.Label label1; private System.Windows.Forms.ProgressBar progressBar1; } }