HostChange.HostChange.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.Update = new System.Windows.Forms.Button();
            this.Reset = new System.Windows.Forms.Button();
            this.Beijing = new System.Windows.Forms.Button();
            this.US = new System.Windows.Forms.Button();
            this.label = new System.Windows.Forms.Label();
            this.Version = new System.Windows.Forms.Label();
            this.Imouto = new System.Windows.Forms.Button();
            this.settings = new System.Windows.Forms.Button();
            this.ninehost = new System.Windows.Forms.Button();
            this.Custom = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // Update
            // 
            this.Update.Location = new System.Drawing.Point(3, 13);
            this.Update.Name = "Update";
            this.Update.Size = new System.Drawing.Size(75, 23);
            this.Update.TabIndex = 0;
            this.Update.Text = "Update";
            this.Update.UseVisualStyleBackColor = true;
            this.Update.Click += new System.EventHandler(this.Update_Click);
            // 
            // Reset
            // 
            this.Reset.Location = new System.Drawing.Point(3, 43);
            this.Reset.Name = "Reset";
            this.Reset.Size = new System.Drawing.Size(75, 23);
            this.Reset.TabIndex = 1;
            this.Reset.Text = "Reset";
            this.Reset.UseVisualStyleBackColor = true;
            this.Reset.Click += new System.EventHandler(this.Reset_Click);
            // 
            // Beijing
            // 
            this.Beijing.Location = new System.Drawing.Point(84, 14);
            this.Beijing.Name = "Beijing";
            this.Beijing.Size = new System.Drawing.Size(75, 23);
            this.Beijing.TabIndex = 2;
            this.Beijing.Text = "Beijing";
            this.Beijing.UseVisualStyleBackColor = true;
            this.Beijing.Click += new System.EventHandler(this.Beijing_Click);
            // 
            // US
            // 
            this.US.Location = new System.Drawing.Point(84, 43);
            this.US.Name = "US";
            this.US.Size = new System.Drawing.Size(75, 23);
            this.US.TabIndex = 3;
            this.US.Text = "US";
            this.US.UseVisualStyleBackColor = true;
            this.US.Click += new System.EventHandler(this.US_Click);
            // 
            // label
            // 
            this.label.AutoSize = true;
            this.label.Location = new System.Drawing.Point(5, 102);
            this.label.Name = "label";
            this.label.Size = new System.Drawing.Size(53, 12);
            this.label.TabIndex = 4;
            this.label.Text = "Welcome!";
            // 
            // Version
            // 
            this.Version.AutoSize = true;
            this.Version.Location = new System.Drawing.Point(6, 117);
            this.Version.Name = "Version";
            this.Version.Size = new System.Drawing.Size(83, 12);
            this.Version.TabIndex = 5;
            this.Version.Text = "Host Version:";
            // 
            // Imouto
            // 
            this.Imouto.Location = new System.Drawing.Point(165, 14);
            this.Imouto.Name = "Imouto";
            this.Imouto.Size = new System.Drawing.Size(75, 23);
            this.Imouto.TabIndex = 6;
            this.Imouto.Text = "Imouto";
            this.Imouto.UseVisualStyleBackColor = true;
            this.Imouto.Click += new System.EventHandler(this.Imouto_Click);
            // 
            // settings
            // 
            this.settings.Location = new System.Drawing.Point(165, 73);
            this.settings.Name = "settings";
            this.settings.Size = new System.Drawing.Size(75, 23);
            this.settings.TabIndex = 7;
            this.settings.Text = "Settings";
            this.settings.UseVisualStyleBackColor = true;
            this.settings.Click += new System.EventHandler(this.settings_Click);
            // 
            // ninehost
            // 
            this.ninehost.Location = new System.Drawing.Point(165, 43);
            this.ninehost.Name = "ninehost";
            this.ninehost.Size = new System.Drawing.Size(75, 23);
            this.ninehost.TabIndex = 8;
            this.ninehost.Text = "9host";
            this.ninehost.UseVisualStyleBackColor = true;
            this.ninehost.Click += new System.EventHandler(this.ninehost_Click);
            // 
            // Custom
            // 
            this.Custom.Location = new System.Drawing.Point(84, 73);
            this.Custom.Name = "Custom";
            this.Custom.Size = new System.Drawing.Size(75, 23);
            this.Custom.TabIndex = 9;
            this.Custom.Text = "Custom";
            this.Custom.UseVisualStyleBackColor = true;
            this.Custom.Click += new System.EventHandler(this.Custom_Click);
            // 
            // HostChange
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(244, 131);
            this.Controls.Add(this.Custom);
            this.Controls.Add(this.ninehost);
            this.Controls.Add(this.settings);
            this.Controls.Add(this.Imouto);
            this.Controls.Add(this.Version);
            this.Controls.Add(this.label);
            this.Controls.Add(this.US);
            this.Controls.Add(this.Beijing);
            this.Controls.Add(this.Reset);
            this.Controls.Add(this.Update);
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(260, 170);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(260, 170);
            this.Name = "HostChange";
            this.Text = "HostChange";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }