netmonitor/NetMonitorClient/EditNetworks.Designer.cs
2010-06-11 22:20:15 +00:00

418 lines
19 KiB
C#

namespace NetMonitorClient
{
partial class EditNetworks
{
/// <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.BoxGateway = new System.Windows.Forms.MaskedTextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.BoxSubnet = new System.Windows.Forms.MaskedTextBox();
this.BoxDns = new System.Windows.Forms.MaskedTextBox();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.BoxIpAdresse = new System.Windows.Forms.MaskedTextBox();
this.BoxWins = new System.Windows.Forms.MaskedTextBox();
this.label1 = new System.Windows.Forms.Label();
this.NetworksList = new System.Windows.Forms.ListBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.BoxName = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.RadioWinsManu = new System.Windows.Forms.RadioButton();
this.RadioWinsAuto = new System.Windows.Forms.RadioButton();
this.RadioDnsManu = new System.Windows.Forms.RadioButton();
this.RadioDnsAuto = new System.Windows.Forms.RadioButton();
this.RadioIpManu = new System.Windows.Forms.RadioButton();
this.RadioIpAuto = new System.Windows.Forms.RadioButton();
this.RadioAllManu = new System.Windows.Forms.RadioButton();
this.RadioAllAuto = new System.Windows.Forms.RadioButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// BoxGateway
//
this.BoxGateway.Location = new System.Drawing.Point(9, 58);
this.BoxGateway.Mask = "000/000/000/000";
this.BoxGateway.Name = "BoxGateway";
this.BoxGateway.Size = new System.Drawing.Size(93, 20);
this.BoxGateway.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 42);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(49, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Gateway";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 81);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(30, 13);
this.label4.TabIndex = 7;
this.label4.Text = "DNS";
//
// BoxSubnet
//
this.BoxSubnet.Location = new System.Drawing.Point(124, 19);
this.BoxSubnet.Mask = "00";
this.BoxSubnet.Name = "BoxSubnet";
this.BoxSubnet.Size = new System.Drawing.Size(23, 20);
this.BoxSubnet.TabIndex = 4;
//
// BoxDns
//
this.BoxDns.Location = new System.Drawing.Point(9, 97);
this.BoxDns.Mask = "000/000/000/000";
this.BoxDns.Name = "BoxDns";
this.BoxDns.Size = new System.Drawing.Size(93, 20);
this.BoxDns.TabIndex = 8;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(106, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(12, 13);
this.label2.TabIndex = 3;
this.label2.Text = "/";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 120);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(31, 13);
this.label5.TabIndex = 9;
this.label5.Text = "Wins";
//
// BoxIpAdresse
//
this.BoxIpAdresse.Location = new System.Drawing.Point(9, 19);
this.BoxIpAdresse.Mask = "000/000/000/000";
this.BoxIpAdresse.Name = "BoxIpAdresse";
this.BoxIpAdresse.Size = new System.Drawing.Size(93, 20);
this.BoxIpAdresse.TabIndex = 1;
//
// BoxWins
//
this.BoxWins.Location = new System.Drawing.Point(9, 137);
this.BoxWins.Mask = "000/000/000/000";
this.BoxWins.Name = "BoxWins";
this.BoxWins.Size = new System.Drawing.Size(93, 20);
this.BoxWins.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(58, 13);
this.label1.TabIndex = 2;
this.label1.Text = "IP Adresse";
//
// NetworksList
//
this.NetworksList.FormattingEnabled = true;
this.NetworksList.Location = new System.Drawing.Point(9, 12);
this.NetworksList.Name = "NetworksList";
this.NetworksList.Size = new System.Drawing.Size(116, 238);
this.NetworksList.TabIndex = 0;
this.NetworksList.SelectedIndexChanged += new System.EventHandler(this.NetworksList_SelectedIndexChanged);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(131, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(213, 238);
this.tabControl1.TabIndex = 11;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.BoxName);
this.tabPage1.Controls.Add(this.label10);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.BoxDns);
this.tabPage1.Controls.Add(this.BoxSubnet);
this.tabPage1.Controls.Add(this.BoxWins);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.BoxGateway);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.BoxIpAdresse);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(205, 212);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Manuell";
this.tabPage1.UseVisualStyleBackColor = true;
//
// BoxName
//
this.BoxName.Location = new System.Drawing.Point(9, 177);
this.BoxName.Name = "BoxName";
this.BoxName.Size = new System.Drawing.Size(93, 20);
this.BoxName.TabIndex = 12;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(6, 160);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(35, 13);
this.label10.TabIndex = 11;
this.label10.Text = "Name";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox4);
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Controls.Add(this.groupBox1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(205, 212);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Auto";
this.tabPage2.UseVisualStyleBackColor = true;
//
// RadioWinsManu
//
this.RadioWinsManu.AutoSize = true;
this.RadioWinsManu.Location = new System.Drawing.Point(60, 16);
this.RadioWinsManu.Name = "RadioWinsManu";
this.RadioWinsManu.Size = new System.Drawing.Size(62, 17);
this.RadioWinsManu.TabIndex = 21;
this.RadioWinsManu.Tag = "0";
this.RadioWinsManu.Text = "Manuell";
this.RadioWinsManu.UseVisualStyleBackColor = true;
//
// RadioWinsAuto
//
this.RadioWinsAuto.AutoSize = true;
this.RadioWinsAuto.Location = new System.Drawing.Point(6, 16);
this.RadioWinsAuto.Name = "RadioWinsAuto";
this.RadioWinsAuto.Size = new System.Drawing.Size(47, 17);
this.RadioWinsAuto.TabIndex = 20;
this.RadioWinsAuto.Tag = "1";
this.RadioWinsAuto.Text = "Auto";
this.RadioWinsAuto.UseVisualStyleBackColor = true;
//
// RadioDnsManu
//
this.RadioDnsManu.AutoSize = true;
this.RadioDnsManu.Location = new System.Drawing.Point(59, 16);
this.RadioDnsManu.Name = "RadioDnsManu";
this.RadioDnsManu.Size = new System.Drawing.Size(62, 17);
this.RadioDnsManu.TabIndex = 19;
this.RadioDnsManu.Tag = "0";
this.RadioDnsManu.Text = "Manuell";
this.RadioDnsManu.UseVisualStyleBackColor = true;
//
// RadioDnsAuto
//
this.RadioDnsAuto.AutoSize = true;
this.RadioDnsAuto.Location = new System.Drawing.Point(5, 16);
this.RadioDnsAuto.Name = "RadioDnsAuto";
this.RadioDnsAuto.Size = new System.Drawing.Size(47, 17);
this.RadioDnsAuto.TabIndex = 18;
this.RadioDnsAuto.Tag = "1";
this.RadioDnsAuto.Text = "Auto";
this.RadioDnsAuto.UseVisualStyleBackColor = true;
//
// RadioIpManu
//
this.RadioIpManu.AutoSize = true;
this.RadioIpManu.Location = new System.Drawing.Point(59, 16);
this.RadioIpManu.Name = "RadioIpManu";
this.RadioIpManu.Size = new System.Drawing.Size(62, 17);
this.RadioIpManu.TabIndex = 17;
this.RadioIpManu.Tag = "0";
this.RadioIpManu.Text = "Manuell";
this.RadioIpManu.UseVisualStyleBackColor = true;
//
// RadioIpAuto
//
this.RadioIpAuto.AutoSize = true;
this.RadioIpAuto.Location = new System.Drawing.Point(5, 16);
this.RadioIpAuto.Name = "RadioIpAuto";
this.RadioIpAuto.Size = new System.Drawing.Size(47, 17);
this.RadioIpAuto.TabIndex = 16;
this.RadioIpAuto.Tag = "1";
this.RadioIpAuto.Text = "Auto";
this.RadioIpAuto.UseVisualStyleBackColor = true;
//
// RadioAllManu
//
this.RadioAllManu.AutoSize = true;
this.RadioAllManu.Location = new System.Drawing.Point(61, 16);
this.RadioAllManu.Name = "RadioAllManu";
this.RadioAllManu.Size = new System.Drawing.Size(62, 17);
this.RadioAllManu.TabIndex = 15;
this.RadioAllManu.Tag = "0";
this.RadioAllManu.Text = "Manuell";
this.RadioAllManu.UseVisualStyleBackColor = true;
//
// RadioAllAuto
//
this.RadioAllAuto.AutoSize = true;
this.RadioAllAuto.Location = new System.Drawing.Point(6, 16);
this.RadioAllAuto.Name = "RadioAllAuto";
this.RadioAllAuto.Size = new System.Drawing.Size(47, 17);
this.RadioAllAuto.TabIndex = 14;
this.RadioAllAuto.Tag = "1";
this.RadioAllAuto.Text = "Auto";
this.RadioAllAuto.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.RadioAllAuto);
this.groupBox1.Controls.Add(this.RadioAllManu);
this.groupBox1.Location = new System.Drawing.Point(6, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(192, 39);
this.groupBox1.TabIndex = 22;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Alles";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.RadioIpAuto);
this.groupBox2.Controls.Add(this.RadioIpManu);
this.groupBox2.Location = new System.Drawing.Point(7, 48);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(192, 39);
this.groupBox2.TabIndex = 23;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "IP Adresse";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.RadioDnsAuto);
this.groupBox3.Controls.Add(this.RadioDnsManu);
this.groupBox3.Location = new System.Drawing.Point(7, 93);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(192, 39);
this.groupBox3.TabIndex = 24;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Dns";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.RadioWinsAuto);
this.groupBox4.Controls.Add(this.RadioWinsManu);
this.groupBox4.Location = new System.Drawing.Point(7, 138);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(192, 39);
this.groupBox4.TabIndex = 25;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Wins";
//
// EditNetworks
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(349, 256);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.NetworksList);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EditNetworks";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Netzwerke Ansehen/Editieren";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MaskedTextBox BoxGateway;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.MaskedTextBox BoxSubnet;
private System.Windows.Forms.MaskedTextBox BoxDns;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.MaskedTextBox BoxIpAdresse;
private System.Windows.Forms.MaskedTextBox BoxWins;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox NetworksList;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.RadioButton RadioWinsManu;
private System.Windows.Forms.RadioButton RadioWinsAuto;
private System.Windows.Forms.RadioButton RadioDnsManu;
private System.Windows.Forms.RadioButton RadioDnsAuto;
private System.Windows.Forms.RadioButton RadioIpManu;
private System.Windows.Forms.RadioButton RadioIpAuto;
private System.Windows.Forms.RadioButton RadioAllManu;
private System.Windows.Forms.RadioButton RadioAllAuto;
private System.Windows.Forms.TextBox BoxName;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
}
}