netmonitor/NetMonitorTray/Views/ViewWindowForm.Designer.cs

843 lines
37 KiB
C#

namespace NetMonitorTray.View
{
partial class ViewWindowForm
{
/// <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.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.networks = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.networkButtonDelete = new System.Windows.Forms.Button();
this.networkAdapter = new System.Windows.Forms.ComboBox();
this.label16 = new System.Windows.Forms.Label();
this.networkWins = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.networkAutoWins = new System.Windows.Forms.CheckBox();
this.networkDns = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.networkAutoDns = new System.Windows.Forms.CheckBox();
this.networkGateway = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.networkSubnet = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.networkIp = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.networkName = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.networkButtonSave = new System.Windows.Forms.Button();
this.networkAutoIp = new System.Windows.Forms.CheckBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.networksList = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.networksAddButton = new System.Windows.Forms.Button();
this.openvpn = new System.Windows.Forms.TabPage();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.openvpnList = new System.Windows.Forms.ListView();
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.openvpnButtonAdd = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.openvpnButtonSave = new System.Windows.Forms.Button();
this.openvpnButtonDelete = new System.Windows.Forms.Button();
this.openvpnConfig = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.openvpnButtonConfigfile = new System.Windows.Forms.Button();
this.openvpnName = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.global = new System.Windows.Forms.TabPage();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.settingsLogLevel = new System.Windows.Forms.ComboBox();
this.settingsButtonSave = new System.Windows.Forms.Button();
this.settingsFolderPickerLog = new System.Windows.Forms.Button();
this.settingsLogFolder = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.settingsFolderpickerVpn = new System.Windows.Forms.Button();
this.settingsVpnFolder = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.settingsClientPortTo = new System.Windows.Forms.TextBox();
this.settingsClientPortFrom = new System.Windows.Forms.TextBox();
this.settingsServerPort = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.logBox = new System.Windows.Forms.TextBox();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.tabControl1.SuspendLayout();
this.networks.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.openvpn.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.global.SuspendLayout();
this.groupBox8.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.Location = new System.Drawing.Point(0, 336);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(780, 22);
this.statusStrip1.SizingGrip = false;
this.statusStrip1.TabIndex = 0;
this.statusStrip1.Text = "statusStrip1";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.networks);
this.tabControl1.Controls.Add(this.openvpn);
this.tabControl1.Controls.Add(this.global);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(591, 321);
this.tabControl1.TabIndex = 1;
//
// networks
//
this.networks.Controls.Add(this.groupBox2);
this.networks.Controls.Add(this.groupBox1);
this.networks.Location = new System.Drawing.Point(4, 22);
this.networks.Name = "networks";
this.networks.Padding = new System.Windows.Forms.Padding(3);
this.networks.Size = new System.Drawing.Size(583, 295);
this.networks.TabIndex = 0;
this.networks.Text = "Netzwerke";
this.networks.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.networkButtonDelete);
this.groupBox2.Controls.Add(this.networkAdapter);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.networkWins);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.networkAutoWins);
this.groupBox2.Controls.Add(this.networkDns);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.networkAutoDns);
this.groupBox2.Controls.Add(this.networkGateway);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.networkSubnet);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.networkIp);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.networkName);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.networkButtonSave);
this.groupBox2.Controls.Add(this.networkAutoIp);
this.groupBox2.Location = new System.Drawing.Point(189, 6);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(388, 283);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Eigenschaften";
//
// networkButtonDelete
//
this.networkButtonDelete.Image = global::NetMonitorTray.Properties.Resources.delete;
this.networkButtonDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.networkButtonDelete.Location = new System.Drawing.Point(220, 251);
this.networkButtonDelete.Name = "networkButtonDelete";
this.networkButtonDelete.Size = new System.Drawing.Size(75, 23);
this.networkButtonDelete.TabIndex = 20;
this.networkButtonDelete.Text = "Löschen";
this.networkButtonDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.networkButtonDelete.UseVisualStyleBackColor = true;
//
// networkAdapter
//
this.networkAdapter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.networkAdapter.FormattingEnabled = true;
this.networkAdapter.Location = new System.Drawing.Point(9, 231);
this.networkAdapter.Name = "networkAdapter";
this.networkAdapter.Size = new System.Drawing.Size(198, 21);
this.networkAdapter.TabIndex = 19;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(6, 214);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(47, 13);
this.label16.TabIndex = 18;
this.label16.Text = "Adapter:";
//
// networkWins
//
this.networkWins.Location = new System.Drawing.Point(9, 191);
this.networkWins.Name = "networkWins";
this.networkWins.Size = new System.Drawing.Size(266, 20);
this.networkWins.TabIndex = 17;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(6, 175);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(34, 13);
this.label15.TabIndex = 16;
this.label15.Text = "Wins:";
//
// networkAutoWins
//
this.networkAutoWins.AutoSize = true;
this.networkAutoWins.Location = new System.Drawing.Point(281, 193);
this.networkAutoWins.Name = "networkAutoWins";
this.networkAutoWins.Size = new System.Drawing.Size(48, 17);
this.networkAutoWins.TabIndex = 15;
this.networkAutoWins.Text = "Auto";
this.networkAutoWins.UseVisualStyleBackColor = true;
//
// networkDns
//
this.networkDns.Location = new System.Drawing.Point(9, 152);
this.networkDns.Name = "networkDns";
this.networkDns.Size = new System.Drawing.Size(266, 20);
this.networkDns.TabIndex = 14;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(6, 136);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(33, 13);
this.label14.TabIndex = 13;
this.label14.Text = "DNS:";
//
// networkAutoDns
//
this.networkAutoDns.AutoSize = true;
this.networkAutoDns.Location = new System.Drawing.Point(281, 154);
this.networkAutoDns.Name = "networkAutoDns";
this.networkAutoDns.Size = new System.Drawing.Size(48, 17);
this.networkAutoDns.TabIndex = 12;
this.networkAutoDns.Text = "Auto";
this.networkAutoDns.UseVisualStyleBackColor = true;
//
// networkGateway
//
this.networkGateway.Location = new System.Drawing.Point(9, 113);
this.networkGateway.Name = "networkGateway";
this.networkGateway.Size = new System.Drawing.Size(266, 20);
this.networkGateway.TabIndex = 11;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(6, 97);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(52, 13);
this.label13.TabIndex = 10;
this.label13.Text = "Gateway:";
//
// networkSubnet
//
this.networkSubnet.Location = new System.Drawing.Point(145, 74);
this.networkSubnet.Name = "networkSubnet";
this.networkSubnet.Size = new System.Drawing.Size(130, 20);
this.networkSubnet.TabIndex = 8;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(142, 58);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(44, 13);
this.label12.TabIndex = 7;
this.label12.Text = "Subnet:";
//
// networkIp
//
this.networkIp.Location = new System.Drawing.Point(9, 74);
this.networkIp.Name = "networkIp";
this.networkIp.Size = new System.Drawing.Size(130, 20);
this.networkIp.TabIndex = 5;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(6, 58);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(20, 13);
this.label11.TabIndex = 4;
this.label11.Text = "IP:";
//
// networkName
//
this.networkName.Location = new System.Drawing.Point(9, 35);
this.networkName.Name = "networkName";
this.networkName.Size = new System.Drawing.Size(266, 20);
this.networkName.TabIndex = 3;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(6, 19);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(38, 13);
this.label10.TabIndex = 2;
this.label10.Text = "Name:";
//
// networkButtonSave
//
this.networkButtonSave.Image = global::NetMonitorTray.Properties.Resources.save;
this.networkButtonSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.networkButtonSave.Location = new System.Drawing.Point(301, 251);
this.networkButtonSave.Name = "networkButtonSave";
this.networkButtonSave.Size = new System.Drawing.Size(81, 23);
this.networkButtonSave.TabIndex = 1;
this.networkButtonSave.Text = "Speichern";
this.networkButtonSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.networkButtonSave.UseVisualStyleBackColor = true;
//
// networkAutoIp
//
this.networkAutoIp.AutoSize = true;
this.networkAutoIp.Location = new System.Drawing.Point(281, 76);
this.networkAutoIp.Name = "networkAutoIp";
this.networkAutoIp.Size = new System.Drawing.Size(48, 17);
this.networkAutoIp.TabIndex = 0;
this.networkAutoIp.Text = "Auto";
this.networkAutoIp.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.networksList);
this.groupBox1.Controls.Add(this.networksAddButton);
this.groupBox1.Location = new System.Drawing.Point(6, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(177, 283);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Alle Netzwerke";
//
// networksList
//
this.networksList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.networksList.FullRowSelect = true;
this.networksList.GridLines = true;
this.networksList.HideSelection = false;
this.networksList.Location = new System.Drawing.Point(7, 19);
this.networksList.MultiSelect = false;
this.networksList.Name = "networksList";
this.networksList.ShowGroups = false;
this.networksList.Size = new System.Drawing.Size(164, 226);
this.networksList.TabIndex = 2;
this.networksList.UseCompatibleStateImageBehavior = false;
this.networksList.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "ID";
//
// columnHeader2
//
this.columnHeader2.Text = "Label";
this.columnHeader2.Width = 100;
//
// networksAddButton
//
this.networksAddButton.Image = global::NetMonitorTray.Properties.Resources.add;
this.networksAddButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.networksAddButton.Location = new System.Drawing.Point(7, 251);
this.networksAddButton.Name = "networksAddButton";
this.networksAddButton.Size = new System.Drawing.Size(164, 23);
this.networksAddButton.TabIndex = 1;
this.networksAddButton.Text = "Netzwerk Hinzufügen";
this.networksAddButton.UseVisualStyleBackColor = true;
//
// openvpn
//
this.openvpn.Controls.Add(this.groupBox4);
this.openvpn.Controls.Add(this.groupBox3);
this.openvpn.Location = new System.Drawing.Point(4, 22);
this.openvpn.Name = "openvpn";
this.openvpn.Padding = new System.Windows.Forms.Padding(3);
this.openvpn.Size = new System.Drawing.Size(583, 295);
this.openvpn.TabIndex = 1;
this.openvpn.Text = "OpenVPN";
this.openvpn.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.openvpnList);
this.groupBox4.Controls.Add(this.openvpnButtonAdd);
this.groupBox4.Location = new System.Drawing.Point(6, 6);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(177, 283);
this.groupBox4.TabIndex = 5;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Alle Vpn Netze";
//
// openvpnList
//
this.openvpnList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader3,
this.columnHeader4});
this.openvpnList.FullRowSelect = true;
this.openvpnList.GridLines = true;
this.openvpnList.HideSelection = false;
this.openvpnList.Location = new System.Drawing.Point(7, 19);
this.openvpnList.MultiSelect = false;
this.openvpnList.Name = "openvpnList";
this.openvpnList.ShowGroups = false;
this.openvpnList.Size = new System.Drawing.Size(164, 226);
this.openvpnList.TabIndex = 2;
this.openvpnList.UseCompatibleStateImageBehavior = false;
this.openvpnList.View = System.Windows.Forms.View.Details;
//
// columnHeader3
//
this.columnHeader3.Text = "ID";
//
// columnHeader4
//
this.columnHeader4.Text = "Label";
this.columnHeader4.Width = 100;
//
// openvpnButtonAdd
//
this.openvpnButtonAdd.Image = global::NetMonitorTray.Properties.Resources.add;
this.openvpnButtonAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.openvpnButtonAdd.Location = new System.Drawing.Point(7, 251);
this.openvpnButtonAdd.Name = "openvpnButtonAdd";
this.openvpnButtonAdd.Size = new System.Drawing.Size(164, 23);
this.openvpnButtonAdd.TabIndex = 1;
this.openvpnButtonAdd.Text = "OpenVPN Hinzufügen";
this.openvpnButtonAdd.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.openvpnButtonSave);
this.groupBox3.Controls.Add(this.openvpnButtonDelete);
this.groupBox3.Controls.Add(this.openvpnConfig);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.openvpnButtonConfigfile);
this.groupBox3.Controls.Add(this.openvpnName);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Location = new System.Drawing.Point(189, 6);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(388, 283);
this.groupBox3.TabIndex = 4;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Eigenschaften";
//
// openvpnButtonSave
//
this.openvpnButtonSave.Image = global::NetMonitorTray.Properties.Resources.save;
this.openvpnButtonSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.openvpnButtonSave.Location = new System.Drawing.Point(303, 251);
this.openvpnButtonSave.Name = "openvpnButtonSave";
this.openvpnButtonSave.Size = new System.Drawing.Size(79, 23);
this.openvpnButtonSave.TabIndex = 6;
this.openvpnButtonSave.Text = "Speichern";
this.openvpnButtonSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.openvpnButtonSave.UseVisualStyleBackColor = true;
//
// openvpnButtonDelete
//
this.openvpnButtonDelete.Image = global::NetMonitorTray.Properties.Resources.delete;
this.openvpnButtonDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.openvpnButtonDelete.Location = new System.Drawing.Point(222, 251);
this.openvpnButtonDelete.Name = "openvpnButtonDelete";
this.openvpnButtonDelete.Size = new System.Drawing.Size(75, 23);
this.openvpnButtonDelete.TabIndex = 5;
this.openvpnButtonDelete.Text = "Löschen";
this.openvpnButtonDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.openvpnButtonDelete.UseVisualStyleBackColor = true;
//
// openvpnConfig
//
this.openvpnConfig.Location = new System.Drawing.Point(9, 71);
this.openvpnConfig.Name = "openvpnConfig";
this.openvpnConfig.ReadOnly = true;
this.openvpnConfig.Size = new System.Drawing.Size(248, 20);
this.openvpnConfig.TabIndex = 4;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 55);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(60, 13);
this.label7.TabIndex = 3;
this.label7.Text = "Configdatei";
//
// openvpnButtonConfigfile
//
this.openvpnButtonConfigfile.Image = global::NetMonitorTray.Properties.Resources.file;
this.openvpnButtonConfigfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.openvpnButtonConfigfile.Location = new System.Drawing.Point(263, 69);
this.openvpnButtonConfigfile.Name = "openvpnButtonConfigfile";
this.openvpnButtonConfigfile.Size = new System.Drawing.Size(92, 23);
this.openvpnButtonConfigfile.TabIndex = 2;
this.openvpnButtonConfigfile.Text = "Datei öffnen";
this.openvpnButtonConfigfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.openvpnButtonConfigfile.UseVisualStyleBackColor = true;
//
// openvpnName
//
this.openvpnName.Location = new System.Drawing.Point(9, 32);
this.openvpnName.Name = "openvpnName";
this.openvpnName.Size = new System.Drawing.Size(248, 20);
this.openvpnName.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 16);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 13);
this.label6.TabIndex = 0;
this.label6.Text = "Name";
//
// global
//
this.global.Controls.Add(this.groupBox8);
this.global.Controls.Add(this.groupBox6);
this.global.Controls.Add(this.groupBox5);
this.global.Location = new System.Drawing.Point(4, 22);
this.global.Name = "global";
this.global.Size = new System.Drawing.Size(583, 295);
this.global.TabIndex = 2;
this.global.Text = "Einstellungen";
this.global.UseVisualStyleBackColor = true;
//
// groupBox8
//
this.groupBox8.Controls.Add(this.label8);
this.groupBox8.Controls.Add(this.settingsLogLevel);
this.groupBox8.Controls.Add(this.settingsButtonSave);
this.groupBox8.Controls.Add(this.settingsFolderPickerLog);
this.groupBox8.Controls.Add(this.settingsLogFolder);
this.groupBox8.Controls.Add(this.label9);
this.groupBox8.Location = new System.Drawing.Point(3, 80);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(577, 99);
this.groupBox8.TabIndex = 2;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "Allgemein";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 55);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(125, 13);
this.label8.TabIndex = 5;
this.label8.Text = "Server-Log Einstellungen";
//
// settingsLogLevel
//
this.settingsLogLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.settingsLogLevel.FormattingEnabled = true;
this.settingsLogLevel.Location = new System.Drawing.Point(9, 71);
this.settingsLogLevel.Name = "settingsLogLevel";
this.settingsLogLevel.Size = new System.Drawing.Size(121, 21);
this.settingsLogLevel.TabIndex = 4;
//
// settingsButtonSave
//
this.settingsButtonSave.Image = global::NetMonitorTray.Properties.Resources.save;
this.settingsButtonSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.settingsButtonSave.Location = new System.Drawing.Point(489, 69);
this.settingsButtonSave.Name = "settingsButtonSave";
this.settingsButtonSave.Size = new System.Drawing.Size(82, 23);
this.settingsButtonSave.TabIndex = 3;
this.settingsButtonSave.Text = "Speichern";
this.settingsButtonSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.settingsButtonSave.UseVisualStyleBackColor = true;
//
// settingsFolderPickerLog
//
this.settingsFolderPickerLog.Image = global::NetMonitorTray.Properties.Resources.folder;
this.settingsFolderPickerLog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.settingsFolderPickerLog.Location = new System.Drawing.Point(289, 30);
this.settingsFolderPickerLog.Name = "settingsFolderPickerLog";
this.settingsFolderPickerLog.Size = new System.Drawing.Size(66, 23);
this.settingsFolderPickerLog.TabIndex = 3;
this.settingsFolderPickerLog.Text = "Ändern";
this.settingsFolderPickerLog.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.settingsFolderPickerLog.UseVisualStyleBackColor = true;
//
// settingsLogFolder
//
this.settingsLogFolder.Location = new System.Drawing.Point(9, 32);
this.settingsLogFolder.Name = "settingsLogFolder";
this.settingsLogFolder.ReadOnly = true;
this.settingsLogFolder.Size = new System.Drawing.Size(274, 20);
this.settingsLogFolder.TabIndex = 2;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 16);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(85, 13);
this.label9.TabIndex = 1;
this.label9.Text = "Log Verzeichnis:";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.settingsFolderpickerVpn);
this.groupBox6.Controls.Add(this.settingsVpnFolder);
this.groupBox6.Controls.Add(this.label5);
this.groupBox6.Location = new System.Drawing.Point(209, 3);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(371, 77);
this.groupBox6.TabIndex = 1;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "VPN";
//
// settingsFolderpickerVpn
//
this.settingsFolderpickerVpn.Image = global::NetMonitorTray.Properties.Resources.folder;
this.settingsFolderpickerVpn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.settingsFolderpickerVpn.Location = new System.Drawing.Point(290, 44);
this.settingsFolderpickerVpn.Name = "settingsFolderpickerVpn";
this.settingsFolderpickerVpn.Size = new System.Drawing.Size(66, 23);
this.settingsFolderpickerVpn.TabIndex = 2;
this.settingsFolderpickerVpn.Text = "Ändern";
this.settingsFolderpickerVpn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.settingsFolderpickerVpn.UseVisualStyleBackColor = true;
//
// settingsVpnFolder
//
this.settingsVpnFolder.Location = new System.Drawing.Point(10, 46);
this.settingsVpnFolder.Name = "settingsVpnFolder";
this.settingsVpnFolder.ReadOnly = true;
this.settingsVpnFolder.Size = new System.Drawing.Size(274, 20);
this.settingsVpnFolder.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(7, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(148, 13);
this.label5.TabIndex = 0;
this.label5.Text = "OpenVpn Installations Ordner:";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.label4);
this.groupBox5.Controls.Add(this.settingsClientPortTo);
this.groupBox5.Controls.Add(this.settingsClientPortFrom);
this.groupBox5.Controls.Add(this.settingsServerPort);
this.groupBox5.Controls.Add(this.label3);
this.groupBox5.Controls.Add(this.label2);
this.groupBox5.Location = new System.Drawing.Point(3, 3);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(200, 77);
this.groupBox5.TabIndex = 0;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "UDP Ports";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(121, 49);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(10, 13);
this.label4.TabIndex = 5;
this.label4.Text = "-";
//
// settingsClientPortTo
//
this.settingsClientPortTo.Location = new System.Drawing.Point(137, 46);
this.settingsClientPortTo.Name = "settingsClientPortTo";
this.settingsClientPortTo.Size = new System.Drawing.Size(40, 20);
this.settingsClientPortTo.TabIndex = 4;
//
// settingsClientPortFrom
//
this.settingsClientPortFrom.Location = new System.Drawing.Point(77, 46);
this.settingsClientPortFrom.Name = "settingsClientPortFrom";
this.settingsClientPortFrom.Size = new System.Drawing.Size(38, 20);
this.settingsClientPortFrom.TabIndex = 3;
//
// settingsServerPort
//
this.settingsServerPort.Location = new System.Drawing.Point(77, 20);
this.settingsServerPort.Name = "settingsServerPort";
this.settingsServerPort.Size = new System.Drawing.Size(100, 20);
this.settingsServerPort.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 49);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Client Ports:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Server Port:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(609, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Server-Log";
//
// logBox
//
this.logBox.Location = new System.Drawing.Point(609, 34);
this.logBox.Multiline = true;
this.logBox.Name = "logBox";
this.logBox.Size = new System.Drawing.Size(163, 295);
this.logBox.TabIndex = 3;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// ViewWindowForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(780, 358);
this.Controls.Add(this.logBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.statusStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "ViewWindowForm";
this.Text = "NetMonitorTray";
this.tabControl1.ResumeLayout(false);
this.networks.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.openvpn.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.global.ResumeLayout(false);
this.groupBox8.ResumeLayout(false);
this.groupBox8.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage networks;
private System.Windows.Forms.TabPage openvpn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox logBox;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button networksAddButton;
private System.Windows.Forms.TabPage global;
private System.Windows.Forms.ListView networksList;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.ListView openvpnList;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.Button openvpnButtonAdd;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Button settingsFolderpickerVpn;
private System.Windows.Forms.TextBox settingsVpnFolder;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox settingsClientPortTo;
private System.Windows.Forms.TextBox settingsClientPortFrom;
private System.Windows.Forms.TextBox settingsServerPort;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.Button networkButtonDelete;
private System.Windows.Forms.ComboBox networkAdapter;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox networkWins;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.CheckBox networkAutoWins;
private System.Windows.Forms.TextBox networkDns;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.CheckBox networkAutoDns;
private System.Windows.Forms.TextBox networkGateway;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox networkSubnet;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox networkIp;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox networkName;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button networkButtonSave;
private System.Windows.Forms.CheckBox networkAutoIp;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox settingsLogLevel;
private System.Windows.Forms.Button settingsButtonSave;
private System.Windows.Forms.Button settingsFolderPickerLog;
private System.Windows.Forms.TextBox settingsLogFolder;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button openvpnButtonSave;
private System.Windows.Forms.Button openvpnButtonDelete;
private System.Windows.Forms.TextBox openvpnConfig;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button openvpnButtonConfigfile;
private System.Windows.Forms.TextBox openvpnName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
}
}