94 lines
4.0 KiB
C#
94 lines
4.0 KiB
C#
|
namespace PCRobot
|
|||
|
{
|
|||
|
partial class WechatUpdate
|
|||
|
{
|
|||
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WechatUpdate));
|
|||
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// progressBar1
|
|||
|
//
|
|||
|
this.progressBar1.Location = new System.Drawing.Point(2, 56);
|
|||
|
this.progressBar1.Name = "progressBar1";
|
|||
|
this.progressBar1.Size = new System.Drawing.Size(508, 30);
|
|||
|
this.progressBar1.TabIndex = 0;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
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(2, 23);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(508, 23);
|
|||
|
this.label1.TabIndex = 5;
|
|||
|
this.label1.Text = "准备就绪...";
|
|||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|||
|
this.button2.Location = new System.Drawing.Point(188, 99);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(136, 34);
|
|||
|
this.button2.TabIndex = 7;
|
|||
|
this.button2.Text = "开始下载";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// WechatUpdate
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(512, 147);
|
|||
|
this.Controls.Add(this.button2);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.progressBar1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "WechatUpdate";
|
|||
|
this.ShowIcon = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "正在更新对应的微信";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WechatUpdate_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.WechatUpdate_Load);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
}
|
|||
|
}
|