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(
TrayForm));
33 this.contextMenuStrip =
new System.Windows.Forms.ContextMenuStrip(this.components);
34 this.consoleToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
35 this.toolStripMenuItem5 =
new System.Windows.Forms.ToolStripSeparator();
36 this.openProtectorSourceCodeToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
37 this.sdkToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
38 this.toolStripMenuItem1 =
new System.Windows.Forms.ToolStripSeparator();
39 this.reportBugToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
40 this.toolStripMenuItem3 =
new System.Windows.Forms.ToolStripSeparator();
41 this.exitToolStripMenuItem1 =
new System.Windows.Forms.ToolStripMenuItem();
43 this.toolStripMenuItemEncryptInfo =
new System.Windows.Forms.ToolStripMenuItem();
44 this.contextMenuStrip.SuspendLayout();
49 this.contextMenuStrip.Items.AddRange(
new System.Windows.Forms.ToolStripItem[] {
50 this.consoleToolStripMenuItem,
51 this.toolStripMenuItem5,
52 this.openProtectorSourceCodeToolStripMenuItem,
53 this.toolStripMenuItemEncryptInfo,
54 this.sdkToolStripMenuItem,
55 this.toolStripMenuItem1,
56 this.reportBugToolStripMenuItem,
57 this.toolStripMenuItem3,
58 this.exitToolStripMenuItem1});
59 this.contextMenuStrip.Name =
"contextMenuStrip_fileAgent";
60 this.contextMenuStrip.Size =
new System.Drawing.Size(225, 176);
61 this.contextMenuStrip.Text =
"-";
65 this.consoleToolStripMenuItem.Name =
"consoleToolStripMenuItem";
66 this.consoleToolStripMenuItem.Size =
new System.Drawing.Size(224, 22);
67 this.consoleToolStripMenuItem.Text =
"Open FileCrypt Tool";
68 this.consoleToolStripMenuItem.Click +=
new System.EventHandler(this.consoleToolStripMenuItem_Click);
72 this.toolStripMenuItem5.Name =
"toolStripMenuItem5";
73 this.toolStripMenuItem5.Size =
new System.Drawing.Size(221, 6);
77 this.openProtectorSourceCodeToolStripMenuItem.Name =
"openProtectorSourceCodeToolStripMenuItem";
78 this.openProtectorSourceCodeToolStripMenuItem.Size =
new System.Drawing.Size(224, 22);
79 this.openProtectorSourceCodeToolStripMenuItem.Text =
"Open SDK folder";
80 this.openProtectorSourceCodeToolStripMenuItem.Click +=
new System.EventHandler(this.openProtectorSourceCodeToolStripMenuItem_Click);
84 this.sdkToolStripMenuItem.Name =
"sdkToolStripMenuItem";
85 this.sdkToolStripMenuItem.Size =
new System.Drawing.Size(224, 22);
86 this.sdkToolStripMenuItem.Text =
"SDK manual";
87 this.sdkToolStripMenuItem.Click +=
new System.EventHandler(this.sdkToolStripMenuItem_Click);
91 this.toolStripMenuItem1.Name =
"toolStripMenuItem1";
92 this.toolStripMenuItem1.Size =
new System.Drawing.Size(221, 6);
96 this.reportBugToolStripMenuItem.Name =
"reportBugToolStripMenuItem";
97 this.reportBugToolStripMenuItem.Size =
new System.Drawing.Size(224, 22);
98 this.reportBugToolStripMenuItem.Text =
"Report bug or make suggestion";
99 this.reportBugToolStripMenuItem.Click +=
new System.EventHandler(this.reportBugToolStripMenuItem_Click);
103 this.toolStripMenuItem3.Name =
"toolStripMenuItem3";
104 this.toolStripMenuItem3.Size =
new System.Drawing.Size(221, 6);
108 this.exitToolStripMenuItem1.Name =
"exitToolStripMenuItem1";
109 this.exitToolStripMenuItem1.Size =
new System.Drawing.Size(224, 22);
110 this.exitToolStripMenuItem1.Text =
"Exit";
111 this.exitToolStripMenuItem1.Click +=
new System.EventHandler(this.exitToolStripMenuItem1_Click);
115 this.
notifyIcon.ContextMenuStrip = this.contextMenuStrip;
116 this.
notifyIcon.Icon = ((
System.Drawing.Icon)(resources.GetObject(
"notifyIcon.Icon")));
117 this.
notifyIcon.Text =
"EaseFilter File Protector";
122 this.toolStripMenuItemEncryptInfo.Name =
"toolStripMenuItemEncryptInfo";
123 this.toolStripMenuItemEncryptInfo.Size =
new System.Drawing.Size(224, 22);
124 this.toolStripMenuItemEncryptInfo.Text =
"Transparent file encryption";
125 this.toolStripMenuItemEncryptInfo.Click +=
new System.EventHandler(this.toolStripMenuItemEncryptInfo_Click);
129 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
130 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
131 this.ClientSize =
new System.Drawing.Size(263, 102);
132 this.Name =
"TrayForm";
133 this.Text =
"TrayForm";
134 this.WindowState =
System.Windows.Forms.FormWindowState.Minimized;
135 this.Load +=
new System.EventHandler(this.TrayForm_Load);
136 this.contextMenuStrip.ResumeLayout(
false);
137 this.ResumeLayout(
false);
143 private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
144 private System.Windows.Forms.ToolStripMenuItem consoleToolStripMenuItem;
145 private System.Windows.Forms.ToolStripMenuItem sdkToolStripMenuItem;
146 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
147 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
148 private System.Windows.Forms.ToolStripMenuItem reportBugToolStripMenuItem;
149 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
151 private System.Windows.Forms.ToolStripMenuItem openProtectorSourceCodeToolStripMenuItem;
152 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
153 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemEncryptInfo;