EaseFilter Demo Project
FormFileCrypt.Designer.cs
Go to the documentation of this file.
1 namespace AutoFileCryptTool
2 {
3  partial class Form_FileCrypt
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(Form_FileCrypt));
33  System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
34  System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
35  "You can drag&drop the empty folders to here"}, -1, System.Drawing.Color.Turquoise, System.Drawing.Color.Empty, new System.Drawing.Font("Arial Rounded MT Bold", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
36  System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
37  "The encryption driver will encrypt/decrypt the files automatically"}, -1, System.Drawing.Color.Turquoise, System.Drawing.Color.Empty, new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
38  System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
39  "The files will be encrypted with 256 bit AES algorithm"}, -1, System.Drawing.Color.Turquoise, System.Drawing.Color.Empty, new System.Drawing.Font("Arial Rounded MT Bold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
40  this.imageList1 = new System.Windows.Forms.ImageList(this.components);
41  this.tabPage_Settings = new System.Windows.Forms.TabPage();
42  this.button_ChangePassword = new System.Windows.Forms.Button();
43  this.button_ApplySetting = new System.Windows.Forms.Button();
44  this.groupBox5 = new System.Windows.Forms.GroupBox();
45  this.textBox_ExcludedUsers = new System.Windows.Forms.TextBox();
46  this.label10 = new System.Windows.Forms.Label();
47  this.textBox_IncludedUsers = new System.Windows.Forms.TextBox();
48  this.label9 = new System.Windows.Forms.Label();
49  this.label_user = new System.Windows.Forms.Label();
50  this.button_SelectExcludePID = new System.Windows.Forms.Button();
51  this.textBox_ExcludePID = new System.Windows.Forms.TextBox();
52  this.label5 = new System.Windows.Forms.Label();
53  this.button_SelectIncludePID = new System.Windows.Forms.Button();
54  this.textBox_IncludePID = new System.Windows.Forms.TextBox();
55  this.label7 = new System.Windows.Forms.Label();
56  this.tabPage_Help = new System.Windows.Forms.TabPage();
57  this.linkLabel_SDK = new System.Windows.Forms.LinkLabel();
58  this.linkLabel_Report = new System.Windows.Forms.LinkLabel();
59  this.label_VersionInfo = new System.Windows.Forms.Label();
60  this.tabPage_DecryptFile = new System.Windows.Forms.TabPage();
61  this.groupBox3 = new System.Windows.Forms.GroupBox();
62  this.button_BrowseFileToDecrypt = new System.Windows.Forms.Button();
63  this.checkBox_ShowPasswordToDecrypt = new System.Windows.Forms.CheckBox();
64  this.textBox_FileNameToDecrypt = new System.Windows.Forms.TextBox();
65  this.label2 = new System.Windows.Forms.Label();
66  this.textBox_PasswordToDecrypt = new System.Windows.Forms.TextBox();
67  this.label4 = new System.Windows.Forms.Label();
68  this.button_StartToDecrypt = new System.Windows.Forms.Button();
69  this.tabPage_EncryptFile = new System.Windows.Forms.TabPage();
70  this.groupBox2 = new System.Windows.Forms.GroupBox();
71  this.button_BrowseEncryptFile = new System.Windows.Forms.Button();
72  this.checkBox_ShowPasswordToEncrypt = new System.Windows.Forms.CheckBox();
73  this.textBox_FileNameToEncrypt = new System.Windows.Forms.TextBox();
74  this.label3 = new System.Windows.Forms.Label();
75  this.textBox_PasswordToEncrypt = new System.Windows.Forms.TextBox();
76  this.label1 = new System.Windows.Forms.Label();
77  this.button_StartToEncrypt = new System.Windows.Forms.Button();
78  this.tabPage_Folder = new System.Windows.Forms.TabPage();
79  this.splitContainer1 = new System.Windows.Forms.SplitContainer();
80  this.groupBox1 = new System.Windows.Forms.GroupBox();
81  this.button_RemoveFolder = new System.Windows.Forms.Button();
82  this.button_AddFolder = new System.Windows.Forms.Button();
83  this.listView_Folders = new System.Windows.Forms.ListView();
84  this.tabControl1 = new System.Windows.Forms.TabControl();
85  this.tabPage_Settings.SuspendLayout();
86  this.groupBox5.SuspendLayout();
87  this.tabPage_Help.SuspendLayout();
88  this.tabPage_DecryptFile.SuspendLayout();
89  this.groupBox3.SuspendLayout();
90  this.tabPage_EncryptFile.SuspendLayout();
91  this.groupBox2.SuspendLayout();
92  this.tabPage_Folder.SuspendLayout();
93  ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
94  this.splitContainer1.Panel1.SuspendLayout();
95  this.splitContainer1.Panel2.SuspendLayout();
96  this.splitContainer1.SuspendLayout();
97  this.groupBox1.SuspendLayout();
98  this.tabControl1.SuspendLayout();
99  this.SuspendLayout();
100  //
101  // imageList1
102  //
103  this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
104  this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
105  this.imageList1.Images.SetKeyName(0, "folder_ok.png");
106  //
107  // tabPage_Settings
108  //
109  this.tabPage_Settings.Controls.Add(this.button_ChangePassword);
110  this.tabPage_Settings.Controls.Add(this.button_ApplySetting);
111  this.tabPage_Settings.Controls.Add(this.groupBox5);
112  this.tabPage_Settings.Location = new System.Drawing.Point(4, 22);
113  this.tabPage_Settings.Name = "tabPage_Settings";
114  this.tabPage_Settings.Padding = new System.Windows.Forms.Padding(3);
115  this.tabPage_Settings.Size = new System.Drawing.Size(548, 255);
116  this.tabPage_Settings.TabIndex = 5;
117  this.tabPage_Settings.Text = "Settings";
118  this.tabPage_Settings.UseVisualStyleBackColor = true;
119  //
120  // button_ChangePassword
121  //
122  this.button_ChangePassword.Location = new System.Drawing.Point(25, 215);
123  this.button_ChangePassword.Name = "button_ChangePassword";
124  this.button_ChangePassword.Size = new System.Drawing.Size(122, 20);
125  this.button_ChangePassword.TabIndex = 42;
126  this.button_ChangePassword.Text = "Change password";
127  this.button_ChangePassword.UseVisualStyleBackColor = true;
128  this.button_ChangePassword.Click += new System.EventHandler(this.button_ChangePassword_Click);
129  //
130  // button_ApplySetting
131  //
132  this.button_ApplySetting.Location = new System.Drawing.Point(431, 215);
133  this.button_ApplySetting.Name = "button_ApplySetting";
134  this.button_ApplySetting.Size = new System.Drawing.Size(97, 20);
135  this.button_ApplySetting.TabIndex = 46;
136  this.button_ApplySetting.Text = "Apply settings";
137  this.button_ApplySetting.UseVisualStyleBackColor = true;
138  this.button_ApplySetting.Click += new System.EventHandler(this.button_ApplySetting_Click);
139  //
140  // groupBox5
141  //
142  this.groupBox5.Controls.Add(this.textBox_ExcludedUsers);
143  this.groupBox5.Controls.Add(this.label10);
144  this.groupBox5.Controls.Add(this.textBox_IncludedUsers);
145  this.groupBox5.Controls.Add(this.label9);
146  this.groupBox5.Controls.Add(this.label_user);
147  this.groupBox5.Controls.Add(this.button_SelectExcludePID);
148  this.groupBox5.Controls.Add(this.textBox_ExcludePID);
149  this.groupBox5.Controls.Add(this.label5);
150  this.groupBox5.Controls.Add(this.button_SelectIncludePID);
151  this.groupBox5.Controls.Add(this.textBox_IncludePID);
152  this.groupBox5.Controls.Add(this.label7);
153  this.groupBox5.Location = new System.Drawing.Point(25, 17);
154  this.groupBox5.Name = "groupBox5";
155  this.groupBox5.Size = new System.Drawing.Size(503, 192);
156  this.groupBox5.TabIndex = 0;
157  this.groupBox5.TabStop = false;
158  this.groupBox5.Text = "Access control";
159  //
160  // textBox_ExcludedUsers
161  //
162  this.textBox_ExcludedUsers.Location = new System.Drawing.Point(151, 153);
163  this.textBox_ExcludedUsers.Name = "textBox_ExcludedUsers";
164  this.textBox_ExcludedUsers.Size = new System.Drawing.Size(287, 20);
165  this.textBox_ExcludedUsers.TabIndex = 51;
166  //
167  // label10
168  //
169  this.label10.AutoSize = true;
170  this.label10.Location = new System.Drawing.Point(15, 156);
171  this.label10.Name = "label10";
172  this.label10.Size = new System.Drawing.Size(79, 13);
173  this.label10.TabIndex = 50;
174  this.label10.Text = "Excluded users";
175  //
176  // textBox_IncludedUsers
177  //
178  this.textBox_IncludedUsers.Location = new System.Drawing.Point(151, 105);
179  this.textBox_IncludedUsers.Name = "textBox_IncludedUsers";
180  this.textBox_IncludedUsers.Size = new System.Drawing.Size(287, 20);
181  this.textBox_IncludedUsers.TabIndex = 49;
182  //
183  // label9
184  //
185  this.label9.AutoSize = true;
186  this.label9.Location = new System.Drawing.Point(15, 105);
187  this.label9.Name = "label9";
188  this.label9.Size = new System.Drawing.Size(76, 13);
189  this.label9.TabIndex = 48;
190  this.label9.Text = "Included users";
191  //
192  // label_user
193  //
194  this.label_user.AutoSize = true;
195  this.label_user.Location = new System.Drawing.Point(148, 128);
196  this.label_user.Name = "label_user";
197  this.label_user.Size = new System.Drawing.Size(290, 13);
198  this.label_user.TabIndex = 47;
199  this.label_user.Text = "(format:domain\\username, split with \';\' for multiple users)";
200  //
201  // button_SelectExcludePID
202  //
203  this.button_SelectExcludePID.Location = new System.Drawing.Point(458, 65);
204  this.button_SelectExcludePID.Name = "button_SelectExcludePID";
205  this.button_SelectExcludePID.Size = new System.Drawing.Size(30, 20);
206  this.button_SelectExcludePID.TabIndex = 44;
207  this.button_SelectExcludePID.Text = "...";
208  this.button_SelectExcludePID.UseVisualStyleBackColor = true;
209  this.button_SelectExcludePID.Click += new System.EventHandler(this.button_SelectExcludePID_Click);
210  //
211  // textBox_ExcludePID
212  //
213  this.textBox_ExcludePID.Location = new System.Drawing.Point(151, 65);
214  this.textBox_ExcludePID.Name = "textBox_ExcludePID";
215  this.textBox_ExcludePID.ReadOnly = true;
216  this.textBox_ExcludePID.Size = new System.Drawing.Size(287, 20);
217  this.textBox_ExcludePID.TabIndex = 43;
218  //
219  // label5
220  //
221  this.label5.AutoSize = true;
222  this.label5.Location = new System.Drawing.Point(15, 65);
223  this.label5.Name = "label5";
224  this.label5.Size = new System.Drawing.Size(110, 13);
225  this.label5.TabIndex = 42;
226  this.label5.Text = "Excluded process IDs";
227  //
228  // button_SelectIncludePID
229  //
230  this.button_SelectIncludePID.Location = new System.Drawing.Point(458, 23);
231  this.button_SelectIncludePID.Name = "button_SelectIncludePID";
232  this.button_SelectIncludePID.Size = new System.Drawing.Size(30, 20);
233  this.button_SelectIncludePID.TabIndex = 41;
234  this.button_SelectIncludePID.Text = "...";
235  this.button_SelectIncludePID.UseVisualStyleBackColor = true;
236  this.button_SelectIncludePID.Click += new System.EventHandler(this.button_SelectIncludePID_Click);
237  //
238  // textBox_IncludePID
239  //
240  this.textBox_IncludePID.Location = new System.Drawing.Point(151, 27);
241  this.textBox_IncludePID.Name = "textBox_IncludePID";
242  this.textBox_IncludePID.ReadOnly = true;
243  this.textBox_IncludePID.Size = new System.Drawing.Size(287, 20);
244  this.textBox_IncludePID.TabIndex = 40;
245  //
246  // label7
247  //
248  this.label7.AutoSize = true;
249  this.label7.Location = new System.Drawing.Point(15, 27);
250  this.label7.Name = "label7";
251  this.label7.Size = new System.Drawing.Size(107, 13);
252  this.label7.TabIndex = 39;
253  this.label7.Text = "Included process IDs";
254  //
255  // tabPage_Help
256  //
257  this.tabPage_Help.Controls.Add(this.linkLabel_SDK);
258  this.tabPage_Help.Controls.Add(this.linkLabel_Report);
259  this.tabPage_Help.Controls.Add(this.label_VersionInfo);
260  this.tabPage_Help.Location = new System.Drawing.Point(4, 22);
261  this.tabPage_Help.Name = "tabPage_Help";
262  this.tabPage_Help.Padding = new System.Windows.Forms.Padding(3);
263  this.tabPage_Help.Size = new System.Drawing.Size(548, 255);
264  this.tabPage_Help.TabIndex = 4;
265  this.tabPage_Help.Text = "Help&Support";
266  this.tabPage_Help.UseVisualStyleBackColor = true;
267  //
268  // linkLabel_SDK
269  //
270  this.linkLabel_SDK.AutoSize = true;
271  this.linkLabel_SDK.Location = new System.Drawing.Point(24, 82);
272  this.linkLabel_SDK.Name = "linkLabel_SDK";
273  this.linkLabel_SDK.Size = new System.Drawing.Size(290, 13);
274  this.linkLabel_SDK.TabIndex = 10;
275  this.linkLabel_SDK.TabStop = true;
276  this.linkLabel_SDK.Text = "Online Transparent Encryption SDK and Example Download";
277  this.linkLabel_SDK.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_SDK_LinkClicked);
278  //
279  // linkLabel_Report
280  //
281  this.linkLabel_Report.AutoSize = true;
282  this.linkLabel_Report.Location = new System.Drawing.Point(24, 43);
283  this.linkLabel_Report.Name = "linkLabel_Report";
284  this.linkLabel_Report.Size = new System.Drawing.Size(173, 13);
285  this.linkLabel_Report.TabIndex = 9;
286  this.linkLabel_Report.TabStop = true;
287  this.linkLabel_Report.Text = "Report a bug or make a suggestion";
288  this.linkLabel_Report.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_Report_LinkClicked);
289  //
290  // label_VersionInfo
291  //
292  this.label_VersionInfo.AutoSize = true;
293  this.label_VersionInfo.Location = new System.Drawing.Point(24, 26);
294  this.label_VersionInfo.Name = "label_VersionInfo";
295  this.label_VersionInfo.Size = new System.Drawing.Size(0, 13);
296  this.label_VersionInfo.TabIndex = 9;
297  //
298  // tabPage_DecryptFile
299  //
300  this.tabPage_DecryptFile.Controls.Add(this.groupBox3);
301  this.tabPage_DecryptFile.Controls.Add(this.button_StartToDecrypt);
302  this.tabPage_DecryptFile.Location = new System.Drawing.Point(4, 22);
303  this.tabPage_DecryptFile.Name = "tabPage_DecryptFile";
304  this.tabPage_DecryptFile.Padding = new System.Windows.Forms.Padding(3);
305  this.tabPage_DecryptFile.Size = new System.Drawing.Size(548, 255);
306  this.tabPage_DecryptFile.TabIndex = 2;
307  this.tabPage_DecryptFile.Text = "Decrypt File";
308  this.tabPage_DecryptFile.UseVisualStyleBackColor = true;
309  //
310  // groupBox3
311  //
312  this.groupBox3.Controls.Add(this.button_BrowseFileToDecrypt);
313  this.groupBox3.Controls.Add(this.checkBox_ShowPasswordToDecrypt);
314  this.groupBox3.Controls.Add(this.textBox_FileNameToDecrypt);
315  this.groupBox3.Controls.Add(this.label2);
316  this.groupBox3.Controls.Add(this.textBox_PasswordToDecrypt);
317  this.groupBox3.Controls.Add(this.label4);
318  this.groupBox3.Location = new System.Drawing.Point(17, 29);
319  this.groupBox3.Name = "groupBox3";
320  this.groupBox3.Size = new System.Drawing.Size(471, 142);
321  this.groupBox3.TabIndex = 7;
322  this.groupBox3.TabStop = false;
323  //
324  // button_BrowseFileToDecrypt
325  //
326  this.button_BrowseFileToDecrypt.Location = new System.Drawing.Point(411, 83);
327  this.button_BrowseFileToDecrypt.Name = "button_BrowseFileToDecrypt";
328  this.button_BrowseFileToDecrypt.Size = new System.Drawing.Size(44, 23);
329  this.button_BrowseFileToDecrypt.TabIndex = 6;
330  this.button_BrowseFileToDecrypt.Text = "...";
331  this.button_BrowseFileToDecrypt.UseVisualStyleBackColor = true;
332  this.button_BrowseFileToDecrypt.Click += new System.EventHandler(this.button_BrowseFileToDecrypt_Click);
333  //
334  // checkBox_ShowPasswordToDecrypt
335  //
336  this.checkBox_ShowPasswordToDecrypt.AutoSize = true;
337  this.checkBox_ShowPasswordToDecrypt.Location = new System.Drawing.Point(347, 26);
338  this.checkBox_ShowPasswordToDecrypt.Name = "checkBox_ShowPasswordToDecrypt";
339  this.checkBox_ShowPasswordToDecrypt.Size = new System.Drawing.Size(108, 17);
340  this.checkBox_ShowPasswordToDecrypt.TabIndex = 5;
341  this.checkBox_ShowPasswordToDecrypt.Text = "Display password";
342  this.checkBox_ShowPasswordToDecrypt.UseVisualStyleBackColor = true;
343  this.checkBox_ShowPasswordToDecrypt.CheckedChanged += new System.EventHandler(this.checkBox_ShowPasswordToDecrypt_CheckedChanged);
344  //
345  // textBox_FileNameToDecrypt
346  //
347  this.textBox_FileNameToDecrypt.Location = new System.Drawing.Point(117, 85);
348  this.textBox_FileNameToDecrypt.Name = "textBox_FileNameToDecrypt";
349  this.textBox_FileNameToDecrypt.Size = new System.Drawing.Size(288, 20);
350  this.textBox_FileNameToDecrypt.TabIndex = 4;
351  //
352  // label2
353  //
354  this.label2.AutoSize = true;
355  this.label2.Location = new System.Drawing.Point(23, 88);
356  this.label2.Name = "label2";
357  this.label2.Size = new System.Drawing.Size(52, 13);
358  this.label2.TabIndex = 3;
359  this.label2.Text = "File name";
360  //
361  // textBox_PasswordToDecrypt
362  //
363  this.textBox_PasswordToDecrypt.Location = new System.Drawing.Point(117, 23);
364  this.textBox_PasswordToDecrypt.Name = "textBox_PasswordToDecrypt";
365  this.textBox_PasswordToDecrypt.Size = new System.Drawing.Size(211, 20);
366  this.textBox_PasswordToDecrypt.TabIndex = 1;
367  this.textBox_PasswordToDecrypt.UseSystemPasswordChar = true;
368  //
369  // label4
370  //
371  this.label4.AutoSize = true;
372  this.label4.Location = new System.Drawing.Point(23, 26);
373  this.label4.Name = "label4";
374  this.label4.Size = new System.Drawing.Size(88, 13);
375  this.label4.TabIndex = 0;
376  this.label4.Text = "Master Password";
377  //
378  // button_StartToDecrypt
379  //
380  this.button_StartToDecrypt.Location = new System.Drawing.Point(413, 187);
381  this.button_StartToDecrypt.Name = "button_StartToDecrypt";
382  this.button_StartToDecrypt.Size = new System.Drawing.Size(75, 23);
383  this.button_StartToDecrypt.TabIndex = 6;
384  this.button_StartToDecrypt.Text = "Start";
385  this.button_StartToDecrypt.UseVisualStyleBackColor = true;
386  this.button_StartToDecrypt.Click += new System.EventHandler(this.button_StartToDecrypt_Click);
387  //
388  // tabPage_EncryptFile
389  //
390  this.tabPage_EncryptFile.Controls.Add(this.groupBox2);
391  this.tabPage_EncryptFile.Controls.Add(this.button_StartToEncrypt);
392  this.tabPage_EncryptFile.Location = new System.Drawing.Point(4, 22);
393  this.tabPage_EncryptFile.Name = "tabPage_EncryptFile";
394  this.tabPage_EncryptFile.Padding = new System.Windows.Forms.Padding(3);
395  this.tabPage_EncryptFile.Size = new System.Drawing.Size(548, 255);
396  this.tabPage_EncryptFile.TabIndex = 1;
397  this.tabPage_EncryptFile.Text = "Encrypt File";
398  this.tabPage_EncryptFile.UseVisualStyleBackColor = true;
399  //
400  // groupBox2
401  //
402  this.groupBox2.Controls.Add(this.button_BrowseEncryptFile);
403  this.groupBox2.Controls.Add(this.checkBox_ShowPasswordToEncrypt);
404  this.groupBox2.Controls.Add(this.textBox_FileNameToEncrypt);
405  this.groupBox2.Controls.Add(this.label3);
406  this.groupBox2.Controls.Add(this.textBox_PasswordToEncrypt);
407  this.groupBox2.Controls.Add(this.label1);
408  this.groupBox2.Location = new System.Drawing.Point(12, 31);
409  this.groupBox2.Name = "groupBox2";
410  this.groupBox2.Size = new System.Drawing.Size(471, 142);
411  this.groupBox2.TabIndex = 5;
412  this.groupBox2.TabStop = false;
413  //
414  // button_BrowseEncryptFile
415  //
416  this.button_BrowseEncryptFile.Location = new System.Drawing.Point(411, 83);
417  this.button_BrowseEncryptFile.Name = "button_BrowseEncryptFile";
418  this.button_BrowseEncryptFile.Size = new System.Drawing.Size(44, 23);
419  this.button_BrowseEncryptFile.TabIndex = 6;
420  this.button_BrowseEncryptFile.Text = "...";
421  this.button_BrowseEncryptFile.UseVisualStyleBackColor = true;
422  this.button_BrowseEncryptFile.Click += new System.EventHandler(this.button_BrowseEncryptFile_Click);
423  //
424  // checkBox_ShowPasswordToEncrypt
425  //
426  this.checkBox_ShowPasswordToEncrypt.AutoSize = true;
427  this.checkBox_ShowPasswordToEncrypt.Location = new System.Drawing.Point(357, 26);
428  this.checkBox_ShowPasswordToEncrypt.Name = "checkBox_ShowPasswordToEncrypt";
429  this.checkBox_ShowPasswordToEncrypt.Size = new System.Drawing.Size(108, 17);
430  this.checkBox_ShowPasswordToEncrypt.TabIndex = 5;
431  this.checkBox_ShowPasswordToEncrypt.Text = "Display password";
432  this.checkBox_ShowPasswordToEncrypt.UseVisualStyleBackColor = true;
433  this.checkBox_ShowPasswordToEncrypt.CheckedChanged += new System.EventHandler(this.checkBox_ShowPasswordToEncrypt_CheckedChanged);
434  //
435  // textBox_FileNameToEncrypt
436  //
437  this.textBox_FileNameToEncrypt.Location = new System.Drawing.Point(117, 85);
438  this.textBox_FileNameToEncrypt.Name = "textBox_FileNameToEncrypt";
439  this.textBox_FileNameToEncrypt.Size = new System.Drawing.Size(288, 20);
440  this.textBox_FileNameToEncrypt.TabIndex = 4;
441  //
442  // label3
443  //
444  this.label3.AutoSize = true;
445  this.label3.Location = new System.Drawing.Point(23, 88);
446  this.label3.Name = "label3";
447  this.label3.Size = new System.Drawing.Size(52, 13);
448  this.label3.TabIndex = 3;
449  this.label3.Text = "File name";
450  //
451  // textBox_PasswordToEncrypt
452  //
453  this.textBox_PasswordToEncrypt.Location = new System.Drawing.Point(117, 23);
454  this.textBox_PasswordToEncrypt.Name = "textBox_PasswordToEncrypt";
455  this.textBox_PasswordToEncrypt.Size = new System.Drawing.Size(227, 20);
456  this.textBox_PasswordToEncrypt.TabIndex = 1;
457  this.textBox_PasswordToEncrypt.UseSystemPasswordChar = true;
458  //
459  // label1
460  //
461  this.label1.AutoSize = true;
462  this.label1.Location = new System.Drawing.Point(23, 26);
463  this.label1.Name = "label1";
464  this.label1.Size = new System.Drawing.Size(88, 13);
465  this.label1.TabIndex = 0;
466  this.label1.Text = "Master Password";
467  //
468  // button_StartToEncrypt
469  //
470  this.button_StartToEncrypt.Location = new System.Drawing.Point(408, 189);
471  this.button_StartToEncrypt.Name = "button_StartToEncrypt";
472  this.button_StartToEncrypt.Size = new System.Drawing.Size(75, 23);
473  this.button_StartToEncrypt.TabIndex = 4;
474  this.button_StartToEncrypt.Text = "Start";
475  this.button_StartToEncrypt.UseVisualStyleBackColor = true;
476  this.button_StartToEncrypt.Click += new System.EventHandler(this.button_StartToEncrypt_Click);
477  //
478  // tabPage_Folder
479  //
480  this.tabPage_Folder.Controls.Add(this.splitContainer1);
481  this.tabPage_Folder.Location = new System.Drawing.Point(4, 22);
482  this.tabPage_Folder.Name = "tabPage_Folder";
483  this.tabPage_Folder.Padding = new System.Windows.Forms.Padding(3);
484  this.tabPage_Folder.Size = new System.Drawing.Size(548, 255);
485  this.tabPage_Folder.TabIndex = 0;
486  this.tabPage_Folder.Text = "Auto Folder Encrption";
487  this.tabPage_Folder.UseVisualStyleBackColor = true;
488  //
489  // splitContainer1
490  //
491  this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
492  this.splitContainer1.Location = new System.Drawing.Point(3, 3);
493  this.splitContainer1.Name = "splitContainer1";
494  //
495  // splitContainer1.Panel1
496  //
497  this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
498  //
499  // splitContainer1.Panel2
500  //
501  this.splitContainer1.Panel2.Controls.Add(this.listView_Folders);
502  this.splitContainer1.Size = new System.Drawing.Size(542, 249);
503  this.splitContainer1.SplitterDistance = 114;
504  this.splitContainer1.TabIndex = 0;
505  //
506  // groupBox1
507  //
508  this.groupBox1.Controls.Add(this.button_RemoveFolder);
509  this.groupBox1.Controls.Add(this.button_AddFolder);
510  this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
511  this.groupBox1.Location = new System.Drawing.Point(0, 0);
512  this.groupBox1.Name = "groupBox1";
513  this.groupBox1.Size = new System.Drawing.Size(114, 249);
514  this.groupBox1.TabIndex = 2;
515  this.groupBox1.TabStop = false;
516  //
517  // button_RemoveFolder
518  //
519  this.button_RemoveFolder.Location = new System.Drawing.Point(6, 127);
520  this.button_RemoveFolder.Name = "button_RemoveFolder";
521  this.button_RemoveFolder.Size = new System.Drawing.Size(94, 23);
522  this.button_RemoveFolder.TabIndex = 1;
523  this.button_RemoveFolder.Text = "Remove folder";
524  this.button_RemoveFolder.UseVisualStyleBackColor = true;
525  this.button_RemoveFolder.Click += new System.EventHandler(this.button_RemoveFolder_Click);
526  //
527  // button_AddFolder
528  //
529  this.button_AddFolder.Location = new System.Drawing.Point(6, 34);
530  this.button_AddFolder.Name = "button_AddFolder";
531  this.button_AddFolder.Size = new System.Drawing.Size(94, 23);
532  this.button_AddFolder.TabIndex = 0;
533  this.button_AddFolder.Text = "Add folder";
534  this.button_AddFolder.UseVisualStyleBackColor = true;
535  this.button_AddFolder.Click += new System.EventHandler(this.button_AddFolder_Click);
536  //
537  // listView_Folders
538  //
539  this.listView_Folders.AllowDrop = true;
540  this.listView_Folders.Dock = System.Windows.Forms.DockStyle.Fill;
541  this.listView_Folders.FullRowSelect = true;
542  this.listView_Folders.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
543  listViewItem1,
544  listViewItem2,
545  listViewItem3,
546  listViewItem4});
547  this.listView_Folders.Location = new System.Drawing.Point(0, 0);
548  this.listView_Folders.Name = "listView_Folders";
549  this.listView_Folders.Size = new System.Drawing.Size(424, 249);
550  this.listView_Folders.SmallImageList = this.imageList1;
551  this.listView_Folders.TabIndex = 0;
552  this.listView_Folders.UseCompatibleStateImageBehavior = false;
553  this.listView_Folders.View = System.Windows.Forms.View.List;
554  this.listView_Folders.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView_Folders_DragDrop);
555  this.listView_Folders.DragEnter += new System.Windows.Forms.DragEventHandler(this.listView_Folders_DragEnter);
556  //
557  // tabControl1
558  //
559  this.tabControl1.Controls.Add(this.tabPage_Folder);
560  this.tabControl1.Controls.Add(this.tabPage_EncryptFile);
561  this.tabControl1.Controls.Add(this.tabPage_DecryptFile);
562  this.tabControl1.Controls.Add(this.tabPage_Settings);
563  this.tabControl1.Controls.Add(this.tabPage_Help);
564  this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
565  this.tabControl1.Location = new System.Drawing.Point(0, 0);
566  this.tabControl1.Name = "tabControl1";
567  this.tabControl1.SelectedIndex = 0;
568  this.tabControl1.Size = new System.Drawing.Size(556, 281);
569  this.tabControl1.TabIndex = 0;
570  //
571  // Form_FileCrypt
572  //
573  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
574  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
575  this.ClientSize = new System.Drawing.Size(556, 281);
576  this.Controls.Add(this.tabControl1);
577  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
578  this.Name = "Form_FileCrypt";
579  this.Text = "Auto FileCrypt Tool";
580  this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_FileCrypt_FormClosed);
581  this.tabPage_Settings.ResumeLayout(false);
582  this.groupBox5.ResumeLayout(false);
583  this.groupBox5.PerformLayout();
584  this.tabPage_Help.ResumeLayout(false);
585  this.tabPage_Help.PerformLayout();
586  this.tabPage_DecryptFile.ResumeLayout(false);
587  this.groupBox3.ResumeLayout(false);
588  this.groupBox3.PerformLayout();
589  this.tabPage_EncryptFile.ResumeLayout(false);
590  this.groupBox2.ResumeLayout(false);
591  this.groupBox2.PerformLayout();
592  this.tabPage_Folder.ResumeLayout(false);
593  this.splitContainer1.Panel1.ResumeLayout(false);
594  this.splitContainer1.Panel2.ResumeLayout(false);
595  ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
596  this.splitContainer1.ResumeLayout(false);
597  this.groupBox1.ResumeLayout(false);
598  this.tabControl1.ResumeLayout(false);
599  this.ResumeLayout(false);
600 
601  }
602 
603  #endregion
604 
605  private System.Windows.Forms.ImageList imageList1;
606  private System.Windows.Forms.TabPage tabPage_Settings;
607  private System.Windows.Forms.TabPage tabPage_Help;
608  private System.Windows.Forms.LinkLabel linkLabel_SDK;
609  private System.Windows.Forms.LinkLabel linkLabel_Report;
610  private System.Windows.Forms.Label label_VersionInfo;
611  private System.Windows.Forms.TabPage tabPage_DecryptFile;
612  private System.Windows.Forms.GroupBox groupBox3;
613  private System.Windows.Forms.Button button_BrowseFileToDecrypt;
614  private System.Windows.Forms.CheckBox checkBox_ShowPasswordToDecrypt;
615  private System.Windows.Forms.TextBox textBox_FileNameToDecrypt;
616  private System.Windows.Forms.Label label2;
617  private System.Windows.Forms.TextBox textBox_PasswordToDecrypt;
618  private System.Windows.Forms.Label label4;
619  private System.Windows.Forms.Button button_StartToDecrypt;
620  private System.Windows.Forms.TabPage tabPage_EncryptFile;
621  private System.Windows.Forms.GroupBox groupBox2;
622  private System.Windows.Forms.Button button_BrowseEncryptFile;
623  private System.Windows.Forms.CheckBox checkBox_ShowPasswordToEncrypt;
624  private System.Windows.Forms.TextBox textBox_FileNameToEncrypt;
625  private System.Windows.Forms.Label label3;
626  private System.Windows.Forms.TextBox textBox_PasswordToEncrypt;
627  private System.Windows.Forms.Label label1;
628  private System.Windows.Forms.Button button_StartToEncrypt;
629  private System.Windows.Forms.TabPage tabPage_Folder;
630  private System.Windows.Forms.SplitContainer splitContainer1;
631  private System.Windows.Forms.GroupBox groupBox1;
632  private System.Windows.Forms.Button button_RemoveFolder;
633  private System.Windows.Forms.Button button_AddFolder;
634  private System.Windows.Forms.ListView listView_Folders;
635  private System.Windows.Forms.TabControl tabControl1;
636  private System.Windows.Forms.GroupBox groupBox5;
637  private System.Windows.Forms.Button button_ApplySetting;
638  private System.Windows.Forms.Button button_ChangePassword;
639  private System.Windows.Forms.Button button_SelectExcludePID;
640  private System.Windows.Forms.TextBox textBox_ExcludePID;
641  private System.Windows.Forms.Label label5;
642  private System.Windows.Forms.Button button_SelectIncludePID;
643  private System.Windows.Forms.TextBox textBox_IncludePID;
644  private System.Windows.Forms.Label label7;
645  private System.Windows.Forms.Label label_user;
646  private System.Windows.Forms.TextBox textBox_ExcludedUsers;
647  private System.Windows.Forms.Label label10;
648  private System.Windows.Forms.TextBox textBox_IncludedUsers;
649  private System.Windows.Forms.Label label9;
650  }
651 }
652 
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