252 lines
12 KiB
C#
252 lines
12 KiB
C#
|
namespace NetMonitorCliend
|
|||
|
{
|
|||
|
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();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Netzmonitor));
|
|||
|
this.serviceController1 = new System.ServiceProcess.ServiceController();
|
|||
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|||
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.hinzufügenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.hinzufügenToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.ansehenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.hinzufügenToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.dienstToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.startenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.stoppenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|||
|
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();
|
|||
|
this.homeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.fhgToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.menuStrip1.SuspendLayout();
|
|||
|
this.statusStrip1.SuspendLayout();
|
|||
|
this.trayMenu.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// menuStrip1
|
|||
|
//
|
|||
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.toolStripMenuItem1,
|
|||
|
this.dienstToolStripMenuItem});
|
|||
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.menuStrip1.Name = "menuStrip1";
|
|||
|
this.menuStrip1.Size = new System.Drawing.Size(284, 24);
|
|||
|
this.menuStrip1.TabIndex = 0;
|
|||
|
this.menuStrip1.Text = "menuStrip1";
|
|||
|
//
|
|||
|
// toolStripMenuItem1
|
|||
|
//
|
|||
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.toolStripMenuItem2,
|
|||
|
this.toolStripMenuItem3,
|
|||
|
this.toolStripMenuItem4});
|
|||
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|||
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(46, 20);
|
|||
|
this.toolStripMenuItem1.Text = "Datei";
|
|||
|
//
|
|||
|
// toolStripMenuItem2
|
|||
|
//
|
|||
|
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.hinzufügenToolStripMenuItem,
|
|||
|
this.hinzufügenToolStripMenuItem1});
|
|||
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|||
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(129, 22);
|
|||
|
this.toolStripMenuItem2.Text = "Netzwerke";
|
|||
|
//
|
|||
|
// hinzufügenToolStripMenuItem
|
|||
|
//
|
|||
|
this.hinzufügenToolStripMenuItem.Name = "hinzufügenToolStripMenuItem";
|
|||
|
this.hinzufügenToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|||
|
this.hinzufügenToolStripMenuItem.Text = "Ansehen";
|
|||
|
//
|
|||
|
// hinzufügenToolStripMenuItem1
|
|||
|
//
|
|||
|
this.hinzufügenToolStripMenuItem1.Name = "hinzufügenToolStripMenuItem1";
|
|||
|
this.hinzufügenToolStripMenuItem1.Size = new System.Drawing.Size(136, 22);
|
|||
|
this.hinzufügenToolStripMenuItem1.Text = "Hinzufügen";
|
|||
|
//
|
|||
|
// toolStripMenuItem3
|
|||
|
//
|
|||
|
this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.ansehenToolStripMenuItem,
|
|||
|
this.hinzufügenToolStripMenuItem2});
|
|||
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|||
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(129, 22);
|
|||
|
this.toolStripMenuItem3.Text = "E-Mail";
|
|||
|
//
|
|||
|
// ansehenToolStripMenuItem
|
|||
|
//
|
|||
|
this.ansehenToolStripMenuItem.Name = "ansehenToolStripMenuItem";
|
|||
|
this.ansehenToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|||
|
this.ansehenToolStripMenuItem.Text = "Ansehen";
|
|||
|
//
|
|||
|
// hinzufügenToolStripMenuItem2
|
|||
|
//
|
|||
|
this.hinzufügenToolStripMenuItem2.Name = "hinzufügenToolStripMenuItem2";
|
|||
|
this.hinzufügenToolStripMenuItem2.Size = new System.Drawing.Size(136, 22);
|
|||
|
this.hinzufügenToolStripMenuItem2.Text = "Hinzufügen";
|
|||
|
//
|
|||
|
// toolStripMenuItem4
|
|||
|
//
|
|||
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|||
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(129, 22);
|
|||
|
this.toolStripMenuItem4.Text = "Beenden";
|
|||
|
//
|
|||
|
// dienstToolStripMenuItem
|
|||
|
//
|
|||
|
this.dienstToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.startenToolStripMenuItem,
|
|||
|
this.stoppenToolStripMenuItem});
|
|||
|
this.dienstToolStripMenuItem.Name = "dienstToolStripMenuItem";
|
|||
|
this.dienstToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
|
|||
|
this.dienstToolStripMenuItem.Text = "Dienst";
|
|||
|
//
|
|||
|
// startenToolStripMenuItem
|
|||
|
//
|
|||
|
this.startenToolStripMenuItem.Name = "startenToolStripMenuItem";
|
|||
|
this.startenToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
|
|||
|
this.startenToolStripMenuItem.Text = "Starten";
|
|||
|
//
|
|||
|
// stoppenToolStripMenuItem
|
|||
|
//
|
|||
|
this.stoppenToolStripMenuItem.Name = "stoppenToolStripMenuItem";
|
|||
|
this.stoppenToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
|
|||
|
this.stoppenToolStripMenuItem.Text = "Stoppen";
|
|||
|
//
|
|||
|
// statusStrip1
|
|||
|
//
|
|||
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.toolStripStatusLabel1});
|
|||
|
this.statusStrip1.Location = new System.Drawing.Point(0, 240);
|
|||
|
this.statusStrip1.Name = "statusStrip1";
|
|||
|
this.statusStrip1.Size = new System.Drawing.Size(284, 22);
|
|||
|
this.statusStrip1.TabIndex = 1;
|
|||
|
this.statusStrip1.Text = "statusStrip1";
|
|||
|
//
|
|||
|
// 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.Icon = ((System.Drawing.Icon)(resources.GetObject("trayIcon.Icon")));
|
|||
|
this.trayIcon.Text = "notifyIcon1";
|
|||
|
this.trayIcon.Visible = true;
|
|||
|
this.trayIcon.MouseDoubleClick += trayIcon_Click_1;
|
|||
|
//
|
|||
|
// trayMenu
|
|||
|
//
|
|||
|
this.trayMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.trayMenuNetzwerk});
|
|||
|
this.trayMenu.Name = "trayMenu";
|
|||
|
this.trayMenu.Size = new System.Drawing.Size(124, 26);
|
|||
|
//
|
|||
|
// trayMenuNetzwerk
|
|||
|
//
|
|||
|
this.trayMenuNetzwerk.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.homeToolStripMenuItem,
|
|||
|
this.fhgToolStripMenuItem});
|
|||
|
this.trayMenuNetzwerk.Name = "trayMenuNetzwerk";
|
|||
|
this.trayMenuNetzwerk.Size = new System.Drawing.Size(123, 22);
|
|||
|
this.trayMenuNetzwerk.Text = "Netzwerk";
|
|||
|
//
|
|||
|
// homeToolStripMenuItem
|
|||
|
//
|
|||
|
this.homeToolStripMenuItem.Name = "homeToolStripMenuItem";
|
|||
|
this.homeToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
|||
|
this.homeToolStripMenuItem.Text = "Home";
|
|||
|
//
|
|||
|
// fhgToolStripMenuItem
|
|||
|
//
|
|||
|
this.fhgToolStripMenuItem.Name = "fhgToolStripMenuItem";
|
|||
|
this.fhgToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
|||
|
this.fhgToolStripMenuItem.Text = "Fhg";
|
|||
|
//
|
|||
|
// Netzmonitor
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(284, 262);
|
|||
|
this.Controls.Add(this.statusStrip1);
|
|||
|
this.Controls.Add(this.menuStrip1);
|
|||
|
this.MainMenuStrip = this.menuStrip1;
|
|||
|
this.Name = "Netzmonitor";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.Text = "Netzmonitor";
|
|||
|
this.menuStrip1.ResumeLayout(false);
|
|||
|
this.menuStrip1.PerformLayout();
|
|||
|
this.statusStrip1.ResumeLayout(false);
|
|||
|
this.statusStrip1.PerformLayout();
|
|||
|
this.trayMenu.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
#endregion
|
|||
|
#region Events für die UI
|
|||
|
private void trayIcon_Click_1(object sender, System.EventArgs e)
|
|||
|
{
|
|||
|
this.WindowState = System.Windows.Forms.FormWindowState.Normal;
|
|||
|
}
|
|||
|
#endregion
|
|||
|
|
|||
|
|
|||
|
private System.ServiceProcess.ServiceController serviceController1;
|
|||
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem dienstToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem hinzufügenToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem hinzufügenToolStripMenuItem1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem ansehenToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem hinzufügenToolStripMenuItem2;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem startenToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem stoppenToolStripMenuItem;
|
|||
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|||
|
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 System.Windows.Forms.ToolStripMenuItem homeToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem fhgToolStripMenuItem;
|
|||
|
}
|
|||
|
}
|
|||
|
|