EaseFilter Demo Project
AutoFileCryptTool/TrayForm.Designer.cs
Go to the documentation of this file.
1 namespace AutoFileCryptTool
2 {
3  partial class TrayForm
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
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();
42  this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
43  this.toolStripMenuItemEncryptInfo = new System.Windows.Forms.ToolStripMenuItem();
44  this.contextMenuStrip.SuspendLayout();
45  this.SuspendLayout();
46  //
47  // contextMenuStrip
48  //
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 = "-";
62  //
63  // consoleToolStripMenuItem
64  //
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);
69  //
70  // toolStripMenuItem5
71  //
72  this.toolStripMenuItem5.Name = "toolStripMenuItem5";
73  this.toolStripMenuItem5.Size = new System.Drawing.Size(221, 6);
74  //
75  // openProtectorSourceCodeToolStripMenuItem
76  //
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);
81  //
82  // sdkToolStripMenuItem
83  //
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);
88  //
89  // toolStripMenuItem1
90  //
91  this.toolStripMenuItem1.Name = "toolStripMenuItem1";
92  this.toolStripMenuItem1.Size = new System.Drawing.Size(221, 6);
93  //
94  // reportBugToolStripMenuItem
95  //
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);
100  //
101  // toolStripMenuItem3
102  //
103  this.toolStripMenuItem3.Name = "toolStripMenuItem3";
104  this.toolStripMenuItem3.Size = new System.Drawing.Size(221, 6);
105  //
106  // exitToolStripMenuItem1
107  //
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);
112  //
113  // notifyIcon
114  //
115  this.notifyIcon.ContextMenuStrip = this.contextMenuStrip;
116  this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
117  this.notifyIcon.Text = "EaseFilter File Protector";
118  this.notifyIcon.Visible = true;
119  //
120  // toolStripMenuItemEncryptInfo
121  //
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);
126  //
127  // TrayForm
128  //
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);
138 
139  }
140 
141  #endregion
142 
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;
150  public System.Windows.Forms.NotifyIcon notifyIcon;
151  private System.Windows.Forms.ToolStripMenuItem openProtectorSourceCodeToolStripMenuItem;
152  private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
153  private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemEncryptInfo;
154  }
155 }
System.Windows.Forms.NotifyIcon notifyIcon
override void Dispose(bool disposing)
Clean up any resources being used.

Social Network


Services Overview

Architect, implement and test file system filter drivers for a wide range of functionality. We can offer several levels of assistance to meet your specific.

Contact Us

You are welcome to contact us for salse or partnership.

Sales: sales@easefilter.com
Support: support@easefilter.com
Info: info@easefilter.com