mirror of
https://github.com/eRgo35/Server-Manager.git
synced 2026-02-04 19:36:11 +01:00
347 lines
15 KiB
C#
347 lines
15 KiB
C#
namespace Server_Manager
|
|
{
|
|
partial class Settings
|
|
{
|
|
/// <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()
|
|
{
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.checkBox8 = new System.Windows.Forms.CheckBox();
|
|
this.textBox9 = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox5 = new System.Windows.Forms.CheckBox();
|
|
this.textBox8 = new System.Windows.Forms.TextBox();
|
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(303, 280);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "OK";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(85, 13);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Network Card IP";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Enabled = false;
|
|
this.textBox1.Location = new System.Drawing.Point(154, 18);
|
|
this.textBox1.MaxLength = 50;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(156, 20);
|
|
this.textBox1.TabIndex = 4;
|
|
this.textBox1.Text = "0.0.0.0";
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(316, 21);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(44, 17);
|
|
this.checkBox1.TabIndex = 6;
|
|
this.checkBox1.Text = "Edit";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.checkBox1);
|
|
this.groupBox1.Controls.Add(this.textBox1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(366, 49);
|
|
this.groupBox1.TabIndex = 8;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "IP Configuration";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.checkBox4);
|
|
this.groupBox2.Controls.Add(this.textBox5);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Controls.Add(this.textBox6);
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 67);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(366, 75);
|
|
this.groupBox2.TabIndex = 9;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Credentials";
|
|
//
|
|
// checkBox4
|
|
//
|
|
this.checkBox4.AutoSize = true;
|
|
this.checkBox4.Location = new System.Drawing.Point(316, 22);
|
|
this.checkBox4.Name = "checkBox4";
|
|
this.checkBox4.Size = new System.Drawing.Size(44, 17);
|
|
this.checkBox4.TabIndex = 5;
|
|
this.checkBox4.Text = "Edit";
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
|
this.checkBox4.CheckedChanged += new System.EventHandler(this.CheckBox4_CheckedChanged);
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Enabled = false;
|
|
this.textBox5.Location = new System.Drawing.Point(154, 46);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.PasswordChar = '*';
|
|
this.textBox5.Size = new System.Drawing.Size(156, 20);
|
|
this.textBox5.TabIndex = 7;
|
|
//
|
|
// textBox6
|
|
//
|
|
this.textBox6.Enabled = false;
|
|
this.textBox6.Location = new System.Drawing.Point(154, 20);
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.Size = new System.Drawing.Size(156, 20);
|
|
this.textBox6.TabIndex = 6;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(9, 23);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(55, 13);
|
|
this.label6.TabIndex = 4;
|
|
this.label6.Text = "Username";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(9, 49);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(53, 13);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "Password";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(12, 280);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 10;
|
|
this.button2.Text = "About";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.Button2_Click_1);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.textBox2);
|
|
this.groupBox5.Controls.Add(this.label9);
|
|
this.groupBox5.Controls.Add(this.checkBox8);
|
|
this.groupBox5.Controls.Add(this.textBox9);
|
|
this.groupBox5.Controls.Add(this.label8);
|
|
this.groupBox5.Controls.Add(this.label7);
|
|
this.groupBox5.Controls.Add(this.checkBox6);
|
|
this.groupBox5.Controls.Add(this.checkBox5);
|
|
this.groupBox5.Controls.Add(this.textBox8);
|
|
this.groupBox5.Controls.Add(this.textBox7);
|
|
this.groupBox5.Location = new System.Drawing.Point(12, 148);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(366, 126);
|
|
this.groupBox5.TabIndex = 11;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Commands";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(12, 45);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(58, 13);
|
|
this.label9.TabIndex = 14;
|
|
this.label9.Text = "MAC : Port";
|
|
//
|
|
// checkBox8
|
|
//
|
|
this.checkBox8.AutoSize = true;
|
|
this.checkBox8.Location = new System.Drawing.Point(316, 45);
|
|
this.checkBox8.Name = "checkBox8";
|
|
this.checkBox8.Size = new System.Drawing.Size(44, 17);
|
|
this.checkBox8.TabIndex = 13;
|
|
this.checkBox8.Text = "Edit";
|
|
this.checkBox8.UseVisualStyleBackColor = true;
|
|
this.checkBox8.CheckedChanged += new System.EventHandler(this.checkBox8_CheckedChanged);
|
|
//
|
|
// textBox9
|
|
//
|
|
this.textBox9.Enabled = false;
|
|
this.textBox9.Location = new System.Drawing.Point(154, 39);
|
|
this.textBox9.Name = "textBox9";
|
|
this.textBox9.Size = new System.Drawing.Size(99, 20);
|
|
this.textBox9.TabIndex = 12;
|
|
this.textBox9.Text = "00-00-00-00-00-00";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(12, 91);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(105, 13);
|
|
this.label8.TabIndex = 10;
|
|
this.label8.Text = "Shutdown Command";
|
|
//
|
|
// checkBox6
|
|
//
|
|
this.checkBox6.AutoSize = true;
|
|
this.checkBox6.Location = new System.Drawing.Point(316, 89);
|
|
this.checkBox6.Name = "checkBox6";
|
|
this.checkBox6.Size = new System.Drawing.Size(44, 17);
|
|
this.checkBox6.TabIndex = 8;
|
|
this.checkBox6.Text = "Edit";
|
|
this.checkBox6.UseVisualStyleBackColor = true;
|
|
this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
|
|
//
|
|
// checkBox5
|
|
//
|
|
this.checkBox5.AutoSize = true;
|
|
this.checkBox5.Location = new System.Drawing.Point(316, 67);
|
|
this.checkBox5.Name = "checkBox5";
|
|
this.checkBox5.Size = new System.Drawing.Size(44, 17);
|
|
this.checkBox5.TabIndex = 7;
|
|
this.checkBox5.Text = "Edit";
|
|
this.checkBox5.UseVisualStyleBackColor = true;
|
|
this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
|
|
//
|
|
// textBox8
|
|
//
|
|
this.textBox8.Enabled = false;
|
|
this.textBox8.Location = new System.Drawing.Point(154, 87);
|
|
this.textBox8.Name = "textBox8";
|
|
this.textBox8.Size = new System.Drawing.Size(156, 20);
|
|
this.textBox8.TabIndex = 1;
|
|
//
|
|
// textBox7
|
|
//
|
|
this.textBox7.Enabled = false;
|
|
this.textBox7.Location = new System.Drawing.Point(154, 65);
|
|
this.textBox7.Name = "textBox7";
|
|
this.textBox7.Size = new System.Drawing.Size(156, 20);
|
|
this.textBox7.TabIndex = 0;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(12, 68);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(96, 13);
|
|
this.label7.TabIndex = 9;
|
|
this.label7.Text = "Broadcast Address";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Enabled = false;
|
|
this.textBox2.Location = new System.Drawing.Point(263, 39);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(47, 20);
|
|
this.textBox2.TabIndex = 15;
|
|
this.textBox2.Text = "9";
|
|
//
|
|
// Settings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(390, 311);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.button1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Settings";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Settings";
|
|
this.Load += new System.EventHandler(this.Settings_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label1;
|
|
public System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.TextBox textBox6;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.CheckBox checkBox4;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.CheckBox checkBox6;
|
|
private System.Windows.Forms.CheckBox checkBox5;
|
|
private System.Windows.Forms.TextBox textBox8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.CheckBox checkBox8;
|
|
private System.Windows.Forms.TextBox textBox9;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox textBox7;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
}
|
|
} |