namespace NetMonitorClient { partial class EditNetworks { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.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.RadioWinsManu); this.tabPage2.Controls.Add(this.RadioWinsAuto); this.tabPage2.Controls.Add(this.RadioDnsManu); this.tabPage2.Controls.Add(this.RadioDnsAuto); this.tabPage2.Controls.Add(this.RadioIpManu); this.tabPage2.Controls.Add(this.RadioIpAuto); this.tabPage2.Controls.Add(this.RadioAllManu); this.tabPage2.Controls.Add(this.RadioAllAuto); this.tabPage2.Controls.Add(this.label6); this.tabPage2.Controls.Add(this.label7); this.tabPage2.Controls.Add(this.label8); this.tabPage2.Controls.Add(this.label9); 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(63, 136); this.RadioWinsManu.Name = "RadioWinsManu"; this.RadioWinsManu.Size = new System.Drawing.Size(62, 17); this.RadioWinsManu.TabIndex = 21; this.RadioWinsManu.TabStop = true; this.RadioWinsManu.Tag = "0"; this.RadioWinsManu.Text = "Manuell"; this.RadioWinsManu.UseVisualStyleBackColor = true; // // RadioWinsAuto // this.RadioWinsAuto.AutoSize = true; this.RadioWinsAuto.Location = new System.Drawing.Point(9, 136); this.RadioWinsAuto.Name = "RadioWinsAuto"; this.RadioWinsAuto.Size = new System.Drawing.Size(47, 17); this.RadioWinsAuto.TabIndex = 20; this.RadioWinsAuto.TabStop = true; this.RadioWinsAuto.Tag = "1"; this.RadioWinsAuto.Text = "Auto"; this.RadioWinsAuto.UseVisualStyleBackColor = true; // // RadioDnsManu // this.RadioDnsManu.AutoSize = true; this.RadioDnsManu.Location = new System.Drawing.Point(63, 97); this.RadioDnsManu.Name = "RadioDnsManu"; this.RadioDnsManu.Size = new System.Drawing.Size(62, 17); this.RadioDnsManu.TabIndex = 19; this.RadioDnsManu.TabStop = true; this.RadioDnsManu.Tag = "0"; this.RadioDnsManu.Text = "Manuell"; this.RadioDnsManu.UseVisualStyleBackColor = true; // // RadioDnsAuto // this.RadioDnsAuto.AutoSize = true; this.RadioDnsAuto.Location = new System.Drawing.Point(9, 97); this.RadioDnsAuto.Name = "RadioDnsAuto"; this.RadioDnsAuto.Size = new System.Drawing.Size(47, 17); this.RadioDnsAuto.TabIndex = 18; this.RadioDnsAuto.TabStop = true; this.RadioDnsAuto.Tag = "1"; this.RadioDnsAuto.Text = "Auto"; this.RadioDnsAuto.UseVisualStyleBackColor = true; // // RadioIpManu // this.RadioIpManu.AutoSize = true; this.RadioIpManu.Location = new System.Drawing.Point(63, 61); this.RadioIpManu.Name = "RadioIpManu"; this.RadioIpManu.Size = new System.Drawing.Size(62, 17); this.RadioIpManu.TabIndex = 17; this.RadioIpManu.TabStop = true; this.RadioIpManu.Tag = "0"; this.RadioIpManu.Text = "Manuell"; this.RadioIpManu.UseVisualStyleBackColor = true; // // RadioIpAuto // this.RadioIpAuto.AutoSize = true; this.RadioIpAuto.Location = new System.Drawing.Point(9, 61); this.RadioIpAuto.Name = "RadioIpAuto"; this.RadioIpAuto.Size = new System.Drawing.Size(47, 17); this.RadioIpAuto.TabIndex = 16; this.RadioIpAuto.TabStop = true; this.RadioIpAuto.Tag = "1"; this.RadioIpAuto.Text = "Auto"; this.RadioIpAuto.UseVisualStyleBackColor = true; // // RadioAllManu // this.RadioAllManu.AutoSize = true; this.RadioAllManu.Location = new System.Drawing.Point(63, 20); this.RadioAllManu.Name = "RadioAllManu"; this.RadioAllManu.Size = new System.Drawing.Size(62, 17); this.RadioAllManu.TabIndex = 15; this.RadioAllManu.TabStop = true; this.RadioAllManu.Tag = "0"; this.RadioAllManu.Text = "Manuell"; this.RadioAllManu.UseVisualStyleBackColor = true; // // RadioAllAuto // this.RadioAllAuto.AutoSize = true; this.RadioAllAuto.Location = new System.Drawing.Point(9, 20); 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; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 3); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 13); this.label6.TabIndex = 10; this.label6.Text = "Alles"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 81); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(30, 13); this.label7.TabIndex = 12; this.label7.Text = "DNS"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 120); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(31, 13); this.label8.TabIndex = 13; this.label8.Text = "Wins"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 42); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(58, 13); this.label9.TabIndex = 11; this.label9.Text = "IP Adresse"; // // 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.tabPage2.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.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox BoxName; private System.Windows.Forms.Label label10; } }