netmonitor/NetMonitorClient/Form1.Designer.cs

267 lines
13 KiB
C#
Raw Normal View History

2010-04-21 13:48:40 +02:00
namespace NetMonitorClient
2010-04-15 23:43:12 +02:00
{
partial class Netzmonitor
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.ProgramMenu = new System.Windows.Forms.MenuStrip();
this.ProgramMenuDatei = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDateiNetzwerke = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDateiNetzwerkeAnsehen = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDateiNetzwerkeBearbeiten = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDateiEmail = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDateiEmailAnsehen = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDateiEmailHinzufuegen = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDateiBeenden = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDienst = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDienstStarten = new System.Windows.Forms.ToolStripMenuItem();
this.ProgramMenuDienstStoppen = new System.Windows.Forms.ToolStripMenuItem();
2010-06-10 00:28:48 +02:00
this.ProgramMenuNetzwerke = new System.Windows.Forms.ToolStripMenuItem();
this.Statusbar = new System.Windows.Forms.StatusStrip();
2010-06-10 00:28:48 +02:00
this.StatusbarLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.StatusbarProgress = new System.Windows.Forms.ToolStripProgressBar();
this.StatusbarDienst = new System.Windows.Forms.ToolStripStatusLabel();
2010-04-15 23:43:12 +02:00
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.trayIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.trayMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.trayMenuNetzwerk = new System.Windows.Forms.ToolStripMenuItem();
2010-06-10 00:28:48 +02:00
this.StatusLog = new System.Windows.Forms.ListBox();
this.ProgramMenu.SuspendLayout();
this.Statusbar.SuspendLayout();
this.SuspendLayout();
2010-04-15 23:43:12 +02:00
//
// ProgramMenu
2010-04-15 23:43:12 +02:00
//
this.ProgramMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ProgramMenuDatei,
this.ProgramMenuDienst,
this.ProgramMenuNetzwerke});
this.ProgramMenu.Location = new System.Drawing.Point(0, 0);
this.ProgramMenu.Name = "ProgramMenu";
2010-06-10 00:28:48 +02:00
this.ProgramMenu.Size = new System.Drawing.Size(459, 24);
this.ProgramMenu.TabIndex = 0;
this.ProgramMenu.Text = "menuStrip1";
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDatei
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDatei.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ProgramMenuDateiNetzwerke,
this.ProgramMenuDateiEmail,
this.ProgramMenuDateiBeenden});
this.ProgramMenuDatei.Name = "ProgramMenuDatei";
this.ProgramMenuDatei.Size = new System.Drawing.Size(46, 20);
this.ProgramMenuDatei.Text = "Datei";
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDateiNetzwerke
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDateiNetzwerke.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ProgramMenuDateiNetzwerkeAnsehen,
this.ProgramMenuDateiNetzwerkeBearbeiten});
this.ProgramMenuDateiNetzwerke.Name = "ProgramMenuDateiNetzwerke";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDateiNetzwerke.Size = new System.Drawing.Size(152, 22);
this.ProgramMenuDateiNetzwerke.Text = "Netzwerke";
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDateiNetzwerkeAnsehen
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDateiNetzwerkeAnsehen.Name = "ProgramMenuDateiNetzwerkeAnsehen";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDateiNetzwerkeAnsehen.Size = new System.Drawing.Size(152, 22);
this.ProgramMenuDateiNetzwerkeAnsehen.Text = "Ansehen";
this.ProgramMenuDateiNetzwerkeAnsehen.Click += new System.EventHandler(this.ProgramMenuDateiNetzwerkeAnsehen_Click);
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDateiNetzwerkeBearbeiten
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDateiNetzwerkeBearbeiten.Name = "ProgramMenuDateiNetzwerkeBearbeiten";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDateiNetzwerkeBearbeiten.Size = new System.Drawing.Size(152, 22);
this.ProgramMenuDateiNetzwerkeBearbeiten.Text = "Bearbeiten";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDateiNetzwerkeBearbeiten.Click += new System.EventHandler(this.ProgramMenuDateiNetzwerkeBearbeiten_Click);
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDateiEmail
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDateiEmail.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ProgramMenuDateiEmailAnsehen,
this.ProgramMenuDateiEmailHinzufuegen});
this.ProgramMenuDateiEmail.Name = "ProgramMenuDateiEmail";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDateiEmail.Size = new System.Drawing.Size(152, 22);
this.ProgramMenuDateiEmail.Text = "E-Mail";
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDateiEmailAnsehen
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDateiEmailAnsehen.Name = "ProgramMenuDateiEmailAnsehen";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDateiEmailAnsehen.Size = new System.Drawing.Size(152, 22);
this.ProgramMenuDateiEmailAnsehen.Text = "Ansehen";
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDateiEmailHinzufuegen
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDateiEmailHinzufuegen.Name = "ProgramMenuDateiEmailHinzufuegen";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDateiEmailHinzufuegen.Size = new System.Drawing.Size(152, 22);
this.ProgramMenuDateiEmailHinzufuegen.Text = "Hinzufügen";
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDateiBeenden
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDateiBeenden.Name = "ProgramMenuDateiBeenden";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDateiBeenden.Size = new System.Drawing.Size(152, 22);
this.ProgramMenuDateiBeenden.Text = "Beenden";
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDienst
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDienst.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ProgramMenuDienstStarten,
this.ProgramMenuDienstStoppen});
this.ProgramMenuDienst.Name = "ProgramMenuDienst";
this.ProgramMenuDienst.Size = new System.Drawing.Size(52, 20);
this.ProgramMenuDienst.Text = "Dienst";
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDienstStarten
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDienstStarten.Name = "ProgramMenuDienstStarten";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDienstStarten.Size = new System.Drawing.Size(152, 22);
this.ProgramMenuDienstStarten.Text = "Starten";
2010-04-15 23:43:12 +02:00
//
// ProgramMenuDienstStoppen
2010-04-15 23:43:12 +02:00
//
this.ProgramMenuDienstStoppen.Name = "ProgramMenuDienstStoppen";
2010-07-15 02:41:08 +02:00
this.ProgramMenuDienstStoppen.Size = new System.Drawing.Size(152, 22);
this.ProgramMenuDienstStoppen.Text = "Stoppen";
2010-04-15 23:43:12 +02:00
//
2010-06-10 00:28:48 +02:00
// ProgramMenuNetzwerke
//
this.ProgramMenuNetzwerke.Name = "ProgramMenuNetzwerke";
this.ProgramMenuNetzwerke.Size = new System.Drawing.Size(74, 20);
this.ProgramMenuNetzwerke.Text = "Netzwerke";
//
// Statusbar
2010-04-15 23:43:12 +02:00
//
this.Statusbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.StatusbarLabel,
this.StatusbarProgress,
this.StatusbarDienst});
this.Statusbar.Location = new System.Drawing.Point(0, 240);
this.Statusbar.Name = "Statusbar";
2010-06-10 00:28:48 +02:00
this.Statusbar.Size = new System.Drawing.Size(459, 22);
this.Statusbar.TabIndex = 1;
this.Statusbar.Text = "statusStrip1";
2010-04-15 23:43:12 +02:00
//
2010-06-10 00:28:48 +02:00
// StatusbarLabel
//
this.StatusbarLabel.Name = "StatusbarLabel";
this.StatusbarLabel.Size = new System.Drawing.Size(50, 17);
this.StatusbarLabel.Text = "Alles Ok";
//
// StatusbarProgress
//
this.StatusbarProgress.Name = "StatusbarProgress";
this.StatusbarProgress.Size = new System.Drawing.Size(50, 16);
//
// StatusbarDienst
//
this.StatusbarDienst.Name = "StatusbarDienst";
this.StatusbarDienst.Size = new System.Drawing.Size(70, 17);
this.StatusbarDienst.Text = "Dienst Läuft";
//
2010-04-15 23:43:12 +02:00
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// trayIcon
//
this.trayIcon.ContextMenuStrip = this.trayMenu;
this.trayIcon.Text = "Netzwerk Einstellungstool";
2010-04-15 23:43:12 +02:00
this.trayIcon.Visible = true;
2010-04-16 11:51:46 +02:00
this.trayIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.trayIcon_MouseDoubleClick);
2010-04-15 23:43:12 +02:00
//
2010-04-26 12:46:03 +02:00
// trayMenu
//
this.trayMenu.Name = "trayMenu";
this.trayMenu.Size = new System.Drawing.Size(61, 4);
2010-04-26 12:46:03 +02:00
//
// trayMenuNetzwerk
//
this.trayMenuNetzwerk.Name = "trayMenuNetzwerk";
this.trayMenuNetzwerk.Size = new System.Drawing.Size(32, 19);
//
2010-06-10 00:28:48 +02:00
// StatusLog
//
2010-06-10 00:28:48 +02:00
this.StatusLog.FormattingEnabled = true;
this.StatusLog.HorizontalScrollbar = true;
this.StatusLog.Location = new System.Drawing.Point(12, 127);
this.StatusLog.Name = "StatusLog";
this.StatusLog.Size = new System.Drawing.Size(435, 108);
this.StatusLog.TabIndex = 2;
//
2010-04-15 23:43:12 +02:00
// Netzmonitor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2010-06-10 00:28:48 +02:00
this.ClientSize = new System.Drawing.Size(459, 262);
this.Controls.Add(this.StatusLog);
this.Controls.Add(this.Statusbar);
this.Controls.Add(this.ProgramMenu);
this.MainMenuStrip = this.ProgramMenu;
2010-04-15 23:43:12 +02:00
this.Name = "Netzmonitor";
this.Text = "Netzmonitor";
this.Resize += new System.EventHandler(this.Netzmonitor_Resize);
this.ProgramMenu.ResumeLayout(false);
this.ProgramMenu.PerformLayout();
this.Statusbar.ResumeLayout(false);
this.Statusbar.PerformLayout();
2010-04-15 23:43:12 +02:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
2010-04-26 12:46:03 +02:00
private System.Windows.Forms.MenuStrip ProgramMenu;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDatei;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDateiNetzwerke;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDateiEmail;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDateiBeenden;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDienst;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDateiNetzwerkeAnsehen;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDateiNetzwerkeBearbeiten;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDateiEmailAnsehen;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDateiEmailHinzufuegen;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDienstStarten;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuDienstStoppen;
private System.Windows.Forms.StatusStrip Statusbar;
2010-04-15 23:43:12 +02:00
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.NotifyIcon trayIcon;
private System.Windows.Forms.ContextMenuStrip trayMenu;
private System.Windows.Forms.ToolStripMenuItem trayMenuNetzwerk;
private InIReader networkini;
private System.Windows.Forms.ToolStripStatusLabel StatusbarLabel;
private System.Windows.Forms.ToolStripProgressBar StatusbarProgress;
private System.Windows.Forms.ToolStripStatusLabel StatusbarDienst;
private System.Windows.Forms.ToolStripMenuItem ProgramMenuNetzwerke;
2010-06-10 00:28:48 +02:00
private System.Windows.Forms.ListBox StatusLog;
2010-04-15 23:43:12 +02:00
}
}