namespace HighWay.Download { 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Download)); this.label1 = new System.Windows.Forms.Label(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.label3 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label_info = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.textBox_url = new System.Windows.Forms.TextBox(); this.TextFileCount = new System.Windows.Forms.Label(); this.Num = new System.Windows.Forms.Label(); this.FileName = new System.Windows.Forms.Label(); this.Version = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(9, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 16); this.label1.TabIndex = 0; this.label1.Text = "总进度:"; // // progressBar // this.progressBar.Location = new System.Drawing.Point(74, 12); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(346, 23); this.progressBar.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(73, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(47, 12); this.label3.TabIndex = 4; this.label3.Text = "文件名:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(73, 40); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(47, 12); this.label6.TabIndex = 9; this.label6.Text = "文件数:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(284, 38); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(35, 12); this.label7.TabIndex = 10; this.label7.Text = "当前:"; // // panel1 // this.panel1.Controls.Add(this.label_info); this.panel1.Location = new System.Drawing.Point(0, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(913, 626); this.panel1.TabIndex = 11; this.panel1.Visible = false; // // label_info // this.label_info.Dock = System.Windows.Forms.DockStyle.Fill; this.label_info.Font = new System.Drawing.Font("楷体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label_info.Location = new System.Drawing.Point(0, 0); this.label_info.Name = "label_info"; this.label_info.Size = new System.Drawing.Size(443, 131); this.label_info.TabIndex = 0; this.label_info.Text = "更新完成"; this.label_info.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // button2 // this.button2.BackColor = System.Drawing.Color.MediumSeaGreen; this.button2.Location = new System.Drawing.Point(361, 78); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 41); this.button2.TabIndex = 12; this.button2.Text = "下载"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.Button2_Click); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(25, 82); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(48, 16); this.label5.TabIndex = 13; this.label5.Text = "地址:"; // // textBox_url // this.textBox_url.Location = new System.Drawing.Point(74, 82); this.textBox_url.Name = "textBox_url"; this.textBox_url.Size = new System.Drawing.Size(272, 21); this.textBox_url.TabIndex = 14; this.textBox_url.Text = "ftp://172.18.29.24"; // // TextFileCount // this.TextFileCount.AutoSize = true; this.TextFileCount.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.TextFileCount.Location = new System.Drawing.Point(117, 40); this.TextFileCount.Name = "TextFileCount"; this.TextFileCount.Size = new System.Drawing.Size(0, 14); this.TextFileCount.TabIndex = 15; // // Num // this.Num.AutoSize = true; this.Num.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Num.Location = new System.Drawing.Point(374, 38); this.Num.Name = "Num"; this.Num.Size = new System.Drawing.Size(0, 14); this.Num.TabIndex = 16; // // FileName // this.FileName.AutoSize = true; this.FileName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FileName.Location = new System.Drawing.Point(117, 65); this.FileName.Name = "FileName"; this.FileName.Size = new System.Drawing.Size(0, 14); this.FileName.TabIndex = 17; // // Version // this.Version.AutoSize = true; this.Version.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Version.Location = new System.Drawing.Point(12, 109); this.Version.Name = "Version"; this.Version.Size = new System.Drawing.Size(49, 14); this.Version.TabIndex = 18; this.Version.Text = "版本:"; // // Download // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(448, 135); this.Controls.Add(this.Version); this.Controls.Add(this.FileName); this.Controls.Add(this.Num); this.Controls.Add(this.TextFileCount); this.Controls.Add(this.textBox_url); this.Controls.Add(this.label5); this.Controls.Add(this.button2); this.Controls.Add(this.panel1); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label3); this.Controls.Add(this.progressBar); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(464, 174); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(464, 174); this.Name = "Download"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "更新软件"; this.Load += new System.EventHandler(this.Form2_Load); this.Shown += new System.EventHandler(this.Form2_Shown); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label_info; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox_url; private System.Windows.Forms.Label TextFileCount; private System.Windows.Forms.Label Num; private System.Windows.Forms.Label FileName; private System.Windows.Forms.Label Version; } }