namespace LiveUpdate { partial class frmStartUpdate { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStartUpdate)); this.label1 = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.label2 = new System.Windows.Forms.Label(); this.BtnOK = new ryControls.ButtonEx(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.Timer1 = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(149, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(323, 58); this.label1.TabIndex = 1; this.label1.Text = "软件正在下载升级文件,请稍后。。。。"; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(152, 94); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(320, 23); this.progressBar1.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(150, 79); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 3; this.label2.Text = "文件信息"; // // BtnOK // this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.BtnOK.Enabled = false; this.BtnOK.Location = new System.Drawing.Point(397, 249); this.BtnOK.Name = "BtnOK"; this.BtnOK.Size = new System.Drawing.Size(75, 26); this.BtnOK.TabIndex = 4; this.BtnOK.Text = "完成更新"; this.BtnOK.UseVisualStyleBackColor = true; this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 9); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(131, 118); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // Timer1 // this.Timer1.Interval = 3000; this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick); // // frmStartUpdate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(483, 282); this.Controls.Add(this.BtnOK); this.Controls.Add(this.label2); this.Controls.Add(this.progressBar1); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmStartUpdate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "在线更新"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmStartUpdate_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmStartUpdate_FormClosed); this.Load += new System.EventHandler(this.FrmStartUpdate_Load); this.Shown += new System.EventHandler(this.FrmStartUpdate_Shown); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Label label2; private ryControls.ButtonEx BtnOK; private System.Windows.Forms.Timer Timer1; } }