3 partial class SecureAgentForm
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code 29 private void InitializeComponent()
31 this.components =
new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
SecureAgentForm));
33 this.contextMenuStrip =
new System.Windows.Forms.ContextMenuStrip(this.components);
34 this.toolStripMenuItem5 =
new System.Windows.Forms.ToolStripSeparator();
35 this.toolStripMenuItem_Start =
new System.Windows.Forms.ToolStripMenuItem();
36 this.toolStripMenuItem_ShareFileManager =
new System.Windows.Forms.ToolStripMenuItem();
37 this.toolStripMenuItem_Settings =
new System.Windows.Forms.ToolStripMenuItem();
38 this.toolStripMenuItem_AccessLogViewer =
new System.Windows.Forms.ToolStripMenuItem();
39 this.eventLogViewerToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
40 this.toolStripMenuItem_Help =
new System.Windows.Forms.ToolStripMenuItem();
41 this.toolStripMenuItem3 =
new System.Windows.Forms.ToolStripSeparator();
42 this.exitToolStripMenuItem_Exit =
new System.Windows.Forms.ToolStripMenuItem();
45 this.toolStripSeparator1 =
new System.Windows.Forms.ToolStripSeparator();
46 this.contextMenuStrip.SuspendLayout();
51 this.contextMenuStrip.Items.AddRange(
new System.Windows.Forms.ToolStripItem[] {
52 this.toolStripMenuItem_Start,
53 this.toolStripMenuItem_ShareFileManager,
54 this.toolStripMenuItem_AccessLogViewer,
55 this.toolStripMenuItem5,
56 this.toolStripMenuItem_Settings,
57 this.toolStripSeparator1,
58 this.eventLogViewerToolStripMenuItem,
59 this.toolStripMenuItem_Help,
60 this.toolStripMenuItem3,
61 this.exitToolStripMenuItem_Exit});
62 this.contextMenuStrip.Name =
"contextMenuStrip_fileAgent";
63 resources.ApplyResources(this.contextMenuStrip,
"contextMenuStrip");
67 this.toolStripMenuItem5.Name =
"toolStripMenuItem5";
68 resources.ApplyResources(this.toolStripMenuItem5,
"toolStripMenuItem5");
72 this.toolStripMenuItem_Start.Name =
"toolStripMenuItem_Start";
73 resources.ApplyResources(this.toolStripMenuItem_Start,
"toolStripMenuItem_Start");
74 this.toolStripMenuItem_Start.Click +=
new System.EventHandler(this.toolStripMenuItem_Start_Click);
78 this.toolStripMenuItem_ShareFileManager.Name =
"toolStripMenuItem_ShareFileManager";
79 resources.ApplyResources(this.toolStripMenuItem_ShareFileManager,
"toolStripMenuItem_ShareFileManager");
80 this.toolStripMenuItem_ShareFileManager.Click +=
new System.EventHandler(this.toolStripMenuItem_ShareFileManager_Click);
84 this.toolStripMenuItem_Settings.Name =
"toolStripMenuItem_Settings";
85 resources.ApplyResources(this.toolStripMenuItem_Settings,
"toolStripMenuItem_Settings");
86 this.toolStripMenuItem_Settings.Click +=
new System.EventHandler(this.toolStripMenuItem_Settings_Click);
90 this.toolStripMenuItem_AccessLogViewer.Name =
"toolStripMenuItem_AccessLogViewer";
91 resources.ApplyResources(this.toolStripMenuItem_AccessLogViewer,
"toolStripMenuItem_AccessLogViewer");
92 this.toolStripMenuItem_AccessLogViewer.Click +=
new System.EventHandler(this.toolStripMenuItem_AccessLogViewer_Click);
96 this.eventLogViewerToolStripMenuItem.Name =
"eventLogViewerToolStripMenuItem";
97 resources.ApplyResources(this.eventLogViewerToolStripMenuItem,
"eventLogViewerToolStripMenuItem");
98 this.eventLogViewerToolStripMenuItem.Click +=
new System.EventHandler(this.eventLogViewerToolStripMenuItem_Click);
102 this.toolStripMenuItem_Help.Name =
"toolStripMenuItem_Help";
103 resources.ApplyResources(this.toolStripMenuItem_Help,
"toolStripMenuItem_Help");
104 this.toolStripMenuItem_Help.Click +=
new System.EventHandler(this.toolStripMenuItem_Help_Click);
108 this.toolStripMenuItem3.Name =
"toolStripMenuItem3";
109 resources.ApplyResources(this.toolStripMenuItem3,
"toolStripMenuItem3");
113 this.exitToolStripMenuItem_Exit.Name =
"exitToolStripMenuItem_Exit";
114 resources.ApplyResources(this.exitToolStripMenuItem_Exit,
"exitToolStripMenuItem_Exit");
115 this.exitToolStripMenuItem_Exit.Click +=
new System.EventHandler(this.exitToolStripMenuItem_Exit_Click);
119 this.
notifyIcon.ContextMenuStrip = this.contextMenuStrip;
120 resources.ApplyResources(this.
notifyIcon,
"notifyIcon");
124 this.popupNotifier1.BodyColor =
System.Drawing.Color.SteelBlue;
125 this.popupNotifier1.BorderColor =
System.Drawing.Color.Navy;
126 this.popupNotifier1.ButtonHoverColor =
System.Drawing.Color.Orange;
127 this.popupNotifier1.ContentColor =
System.Drawing.Color.White;
128 this.popupNotifier1.ContentFont =
new System.Drawing.Font(
"Microsoft Sans Serif", 8.25F,
System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129 this.popupNotifier1.ContentText = null;
130 this.popupNotifier1.HeaderColor =
System.Drawing.Color.Navy;
131 this.popupNotifier1.Image = null;
132 this.popupNotifier1.OptionsMenu = null;
133 this.popupNotifier1.Size =
new System.Drawing.Size(400, 100);
134 this.popupNotifier1.TitleColor =
System.Drawing.Color.White;
135 this.popupNotifier1.TitleFont =
new System.Drawing.Font(
"Microsoft Sans Serif", 9F,
System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
136 this.popupNotifier1.TitleText = null;
140 this.toolStripSeparator1.Name =
"toolStripSeparator1";
141 resources.ApplyResources(this.toolStripSeparator1,
"toolStripSeparator1");
145 resources.ApplyResources(
this,
"$this");
146 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
147 this.MaximizeBox =
false;
148 this.MinimizeBox =
false;
149 this.Name =
"SecureAgentForm";
150 this.WindowState =
System.Windows.Forms.FormWindowState.Minimized;
151 this.FormClosing +=
new System.Windows.Forms.FormClosingEventHandler(this.SecureForm_FormClosing);
152 this.Load +=
new System.EventHandler(this.SecureForm_Load);
153 this.contextMenuStrip.ResumeLayout(
false);
154 this.ResumeLayout(
false);
160 private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
161 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
162 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
163 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem_Exit;
164 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_Start;
165 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_ShareFileManager;
166 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_AccessLogViewer;
167 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_Settings;
168 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_Help;
171 private System.Windows.Forms.ToolStripMenuItem eventLogViewerToolStripMenuItem;
172 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;