123 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			123 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace AutoUpdateTool
 | ||
| {
 | ||
|     partial class FormUp
 | ||
|     {
 | ||
|         /// <summary>
 | ||
|         /// 必需的设计器变量。
 | ||
|         /// </summary>
 | ||
|         private System.ComponentModel.IContainer components = null;
 | ||
| 
 | ||
|         /// <summary>
 | ||
|         /// 清理所有正在使用的资源。
 | ||
|         /// </summary>
 | ||
|         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
 | ||
|         protected override void Dispose(bool disposing)
 | ||
|         {
 | ||
|             if (disposing && (components != null))
 | ||
|             {
 | ||
|                 components.Dispose();
 | ||
|             }
 | ||
|             base.Dispose(disposing);
 | ||
|         }
 | ||
| 
 | ||
|         #region Windows 窗体设计器生成的代码
 | ||
| 
 | ||
|         /// <summary>
 | ||
|         /// 设计器支持所需的方法 - 不要修改
 | ||
|         /// 使用代码编辑器修改此方法的内容。
 | ||
|         /// </summary>
 | ||
|         private void InitializeComponent()
 | ||
|         {
 | ||
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUp));
 | ||
|             this.label1 = new System.Windows.Forms.Label();
 | ||
|             this.label2 = new System.Windows.Forms.Label();
 | ||
|             this.upVersion = new System.Windows.Forms.TextBox();
 | ||
|             this.btnLoad = new System.Windows.Forms.Button();
 | ||
|             this.nowVersion = new System.Windows.Forms.Label();
 | ||
|             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(38, 18);
 | ||
|             this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(88, 16);
 | ||
|             this.label1.TabIndex = 0;
 | ||
|             this.label1.Text = "当前版本号";
 | ||
|             // 
 | ||
|             // label2
 | ||
|             // 
 | ||
|             this.label2.AutoSize = true;
 | ||
|             this.label2.Font = new System.Drawing.Font("宋体", 12F);
 | ||
|             this.label2.Location = new System.Drawing.Point(40, 56);
 | ||
|             this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | ||
|             this.label2.Name = "label2";
 | ||
|             this.label2.Size = new System.Drawing.Size(88, 16);
 | ||
|             this.label2.TabIndex = 1;
 | ||
|             this.label2.Text = "升级版本号";
 | ||
|             // 
 | ||
|             // upVersion
 | ||
|             // 
 | ||
|             this.upVersion.Font = new System.Drawing.Font("宋体", 12F);
 | ||
|             this.upVersion.Location = new System.Drawing.Point(132, 52);
 | ||
|             this.upVersion.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
 | ||
|             this.upVersion.Name = "upVersion";
 | ||
|             this.upVersion.Size = new System.Drawing.Size(96, 26);
 | ||
|             this.upVersion.TabIndex = 2;
 | ||
|             // 
 | ||
|             // btnLoad
 | ||
|             // 
 | ||
|             this.btnLoad.Font = new System.Drawing.Font("宋体", 12F);
 | ||
|             this.btnLoad.Location = new System.Drawing.Point(238, 4);
 | ||
|             this.btnLoad.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
 | ||
|             this.btnLoad.Name = "btnLoad";
 | ||
|             this.btnLoad.Size = new System.Drawing.Size(94, 72);
 | ||
|             this.btnLoad.TabIndex = 3;
 | ||
|             this.btnLoad.Text = "生成";
 | ||
|             this.btnLoad.UseVisualStyleBackColor = true;
 | ||
|             this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
 | ||
|             // 
 | ||
|             // nowVersion
 | ||
|             // 
 | ||
|             this.nowVersion.AutoSize = true;
 | ||
|             this.nowVersion.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
 | ||
|             this.nowVersion.Location = new System.Drawing.Point(132, 18);
 | ||
|             this.nowVersion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 | ||
|             this.nowVersion.Name = "nowVersion";
 | ||
|             this.nowVersion.Size = new System.Drawing.Size(0, 16);
 | ||
|             this.nowVersion.TabIndex = 0;
 | ||
|             // 
 | ||
|             // FormUp
 | ||
|             // 
 | ||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 | ||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | ||
|             this.ClientSize = new System.Drawing.Size(364, 94);
 | ||
|             this.Controls.Add(this.btnLoad);
 | ||
|             this.Controls.Add(this.upVersion);
 | ||
|             this.Controls.Add(this.label2);
 | ||
|             this.Controls.Add(this.nowVersion);
 | ||
|             this.Controls.Add(this.label1);
 | ||
|             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 | ||
|             this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
 | ||
|             this.Name = "FormUp";
 | ||
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | ||
|             this.Text = "升级程序工具";
 | ||
|             this.Load += new System.EventHandler(this.Form1_Load);
 | ||
|             this.ResumeLayout(false);
 | ||
|             this.PerformLayout();
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.Label label2;
 | ||
|         private System.Windows.Forms.TextBox upVersion;
 | ||
|         private System.Windows.Forms.Button btnLoad;
 | ||
|         private System.Windows.Forms.Label nowVersion;
 | ||
|     }
 | ||
| }
 | ||
| 
 |