| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- namespace FantasySolution.FantasyCorrector
- {
- partial class UpdaterForm
- {
- /// <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(UpdaterForm));
- this.updateButton = new System.Windows.Forms.Button();
- this.closeButton = new System.Windows.Forms.Button();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.textStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
- this.progressBar = new System.Windows.Forms.ToolStripProgressBar();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.statusStrip1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // updateButton
- //
- this.updateButton.Location = new System.Drawing.Point(309, 187);
- this.updateButton.Name = "updateButton";
- this.updateButton.Size = new System.Drawing.Size(75, 23);
- this.updateButton.TabIndex = 0;
- this.updateButton.Text = "更新";
- this.updateButton.UseVisualStyleBackColor = true;
- this.updateButton.Click += new System.EventHandler(this.UpdateButtonOnClick);
- //
- // closeButton
- //
- this.closeButton.Location = new System.Drawing.Point(417, 187);
- this.closeButton.Name = "closeButton";
- this.closeButton.Size = new System.Drawing.Size(75, 23);
- this.closeButton.TabIndex = 1;
- this.closeButton.Text = "退出";
- this.closeButton.UseVisualStyleBackColor = true;
- this.closeButton.Click += new System.EventHandler(this.CloseButtonOnClick);
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.textStatusLabel,
- this.progressBar});
- this.statusStrip1.Location = new System.Drawing.Point(0, 226);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(501, 22);
- this.statusStrip1.TabIndex = 2;
- this.statusStrip1.Text = "statusStrip1";
- //
- // textStatusLabel
- //
- this.textStatusLabel.Name = "textStatusLabel";
- this.textStatusLabel.Size = new System.Drawing.Size(56, 17);
- this.textStatusLabel.Text = "更新进度";
- this.textStatusLabel.Visible = false;
- //
- // progressBar
- //
- this.progressBar.AutoSize = false;
- this.progressBar.Name = "progressBar";
- this.progressBar.Size = new System.Drawing.Size(200, 16);
- this.progressBar.Visible = false;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.textBox2);
- this.groupBox1.Controls.Add(this.textBox1);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(229, 117);
- this.groupBox1.TabIndex = 3;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "当前使用版本";
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(75, 74);
- this.textBox2.Name = "textBox2";
- this.textBox2.ReadOnly = true;
- this.textBox2.Size = new System.Drawing.Size(138, 21);
- this.textBox2.TabIndex = 3;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(75, 37);
- this.textBox1.Name = "textBox1";
- this.textBox1.ReadOnly = true;
- this.textBox1.Size = new System.Drawing.Size(138, 21);
- this.textBox1.TabIndex = 2;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(16, 78);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 1;
- this.label2.Text = "发布日期";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(28, 41);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "版本号";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.textBox4);
- this.groupBox2.Controls.Add(this.textBox3);
- this.groupBox2.Controls.Add(this.label4);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Location = new System.Drawing.Point(263, 12);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(229, 117);
- this.groupBox2.TabIndex = 4;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "最新发布版本";
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(75, 74);
- this.textBox4.Name = "textBox4";
- this.textBox4.ReadOnly = true;
- this.textBox4.Size = new System.Drawing.Size(138, 21);
- this.textBox4.TabIndex = 3;
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(75, 37);
- this.textBox3.Name = "textBox3";
- this.textBox3.ReadOnly = true;
- this.textBox3.Size = new System.Drawing.Size(138, 21);
- this.textBox3.TabIndex = 2;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(16, 78);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 1;
- this.label4.Text = "发布日期";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(28, 41);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(41, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "版本号";
- //
- // textBox5
- //
- this.textBox5.Location = new System.Drawing.Point(87, 144);
- this.textBox5.Name = "textBox5";
- this.textBox5.ReadOnly = true;
- this.textBox5.Size = new System.Drawing.Size(405, 21);
- this.textBox5.TabIndex = 6;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(28, 148);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 5;
- this.label5.Text = "发布说明";
- //
- // UpdaterForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(501, 248);
- this.Controls.Add(this.textBox5);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.closeButton);
- this.Controls.Add(this.updateButton);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "UpdaterForm";
- this.Text = "系统更新";
- this.Load += new System.EventHandler(this.UpdaterForm_Load);
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button updateButton;
- private System.Windows.Forms.Button closeButton;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel textStatusLabel;
- private System.Windows.Forms.ToolStripProgressBar progressBar;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.Label label5;
- }
- }
|