EaseFilter Demo Project
CreateShareEncryptedFileForm.Designer.cs
Go to the documentation of this file.
1 namespace FileProtector
2 {
3  partial class ShareEncryptedFileCreationForm
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  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShareEncryptedFileCreationForm));
32  this.button_CreateShareEncryptedFile = new System.Windows.Forms.Button();
33  this.label2 = new System.Windows.Forms.Label();
34  this.label1 = new System.Windows.Forms.Label();
35  this.textBox_FileName = new System.Windows.Forms.TextBox();
36  this.groupBox1 = new System.Windows.Forms.GroupBox();
37  this.button_OpenFile = new System.Windows.Forms.Button();
38  this.label_PassPhrase = new System.Windows.Forms.Label();
39  this.label3 = new System.Windows.Forms.Label();
40  this.checkBox_DisplayPassword = new System.Windows.Forms.CheckBox();
41  this.textBox_ExcludeUserNames = new System.Windows.Forms.TextBox();
42  this.label4 = new System.Windows.Forms.Label();
43  this.textBox_IncludeUserNames = new System.Windows.Forms.TextBox();
44  this.textBox_PassPhrase = new System.Windows.Forms.TextBox();
45  this.label5 = new System.Windows.Forms.Label();
46  this.label_AccessFlags = new System.Windows.Forms.Label();
47  this.dateTimePicker_ExpireTime = new System.Windows.Forms.DateTimePicker();
48  this.label12 = new System.Windows.Forms.Label();
49  this.textBox_FileAccessFlags = new System.Windows.Forms.TextBox();
50  this.button_FileAccessFlags = new System.Windows.Forms.Button();
51  this.textBox_ExcludeProcessNames = new System.Windows.Forms.TextBox();
52  this.label11 = new System.Windows.Forms.Label();
53  this.textBox_IncludeProcessNames = new System.Windows.Forms.TextBox();
54  this.label10 = new System.Windows.Forms.Label();
55  this.groupBox1.SuspendLayout();
56  this.SuspendLayout();
57  //
58  // button_CreateShareEncryptedFile
59  //
60  this.button_CreateShareEncryptedFile.Location = new System.Drawing.Point(509, 401);
61  this.button_CreateShareEncryptedFile.Name = "button_CreateShareEncryptedFile";
62  this.button_CreateShareEncryptedFile.Size = new System.Drawing.Size(75, 23);
63  this.button_CreateShareEncryptedFile.TabIndex = 8;
64  this.button_CreateShareEncryptedFile.Text = "Start";
65  this.button_CreateShareEncryptedFile.UseVisualStyleBackColor = true;
66  this.button_CreateShareEncryptedFile.Click += new System.EventHandler(this.button_CreateShareEncryptedFile_Click);
67  //
68  // label2
69  //
70  this.label2.AutoSize = true;
71  this.label2.Location = new System.Drawing.Point(15, 59);
72  this.label2.Name = "label2";
73  this.label2.Size = new System.Drawing.Size(58, 13);
74  this.label2.TabIndex = 2;
75  this.label2.Text = "Expire time";
76  //
77  // label1
78  //
79  this.label1.AutoSize = true;
80  this.label1.Location = new System.Drawing.Point(16, 20);
81  this.label1.Name = "label1";
82  this.label1.Size = new System.Drawing.Size(52, 13);
83  this.label1.TabIndex = 1;
84  this.label1.Text = "File name";
85  //
86  // textBox_FileName
87  //
88  this.textBox_FileName.Location = new System.Drawing.Point(213, 13);
89  this.textBox_FileName.Name = "textBox_FileName";
90  this.textBox_FileName.Size = new System.Drawing.Size(242, 20);
91  this.textBox_FileName.TabIndex = 0;
92  this.textBox_FileName.Text = "c:\\test\\test.txt";
93  //
94  // groupBox1
95  //
96  this.groupBox1.Controls.Add(this.button_OpenFile);
97  this.groupBox1.Controls.Add(this.label_PassPhrase);
98  this.groupBox1.Controls.Add(this.label3);
99  this.groupBox1.Controls.Add(this.checkBox_DisplayPassword);
100  this.groupBox1.Controls.Add(this.textBox_ExcludeUserNames);
101  this.groupBox1.Controls.Add(this.label4);
102  this.groupBox1.Controls.Add(this.textBox_IncludeUserNames);
103  this.groupBox1.Controls.Add(this.textBox_PassPhrase);
104  this.groupBox1.Controls.Add(this.label5);
105  this.groupBox1.Controls.Add(this.label_AccessFlags);
106  this.groupBox1.Controls.Add(this.dateTimePicker_ExpireTime);
107  this.groupBox1.Controls.Add(this.label12);
108  this.groupBox1.Controls.Add(this.textBox_FileAccessFlags);
109  this.groupBox1.Controls.Add(this.button_FileAccessFlags);
110  this.groupBox1.Controls.Add(this.textBox_ExcludeProcessNames);
111  this.groupBox1.Controls.Add(this.label11);
112  this.groupBox1.Controls.Add(this.textBox_IncludeProcessNames);
113  this.groupBox1.Controls.Add(this.label10);
114  this.groupBox1.Controls.Add(this.label2);
115  this.groupBox1.Controls.Add(this.textBox_FileName);
116  this.groupBox1.Controls.Add(this.label1);
117  this.groupBox1.Location = new System.Drawing.Point(12, 12);
118  this.groupBox1.Name = "groupBox1";
119  this.groupBox1.Size = new System.Drawing.Size(572, 372);
120  this.groupBox1.TabIndex = 11;
121  this.groupBox1.TabStop = false;
122  //
123  // button_OpenFile
124  //
125  this.button_OpenFile.Location = new System.Drawing.Point(461, 11);
126  this.button_OpenFile.Name = "button_OpenFile";
127  this.button_OpenFile.Size = new System.Drawing.Size(75, 23);
128  this.button_OpenFile.TabIndex = 64;
129  this.button_OpenFile.Text = "browse";
130  this.button_OpenFile.UseVisualStyleBackColor = true;
131  this.button_OpenFile.Click += new System.EventHandler(this.button_OpenFile_Click);
132  //
133  // label_PassPhrase
134  //
135  this.label_PassPhrase.AutoSize = true;
136  this.label_PassPhrase.Location = new System.Drawing.Point(16, 296);
137  this.label_PassPhrase.Name = "label_PassPhrase";
138  this.label_PassPhrase.Size = new System.Drawing.Size(88, 13);
139  this.label_PassPhrase.TabIndex = 20;
140  this.label_PassPhrase.Text = "Password phrase";
141  //
142  // label3
143  //
144  this.label3.AutoSize = true;
145  this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
146  this.label3.Location = new System.Drawing.Point(211, 192);
147  this.label3.Name = "label3";
148  this.label3.Size = new System.Drawing.Size(332, 12);
149  this.label3.TabIndex = 63;
150  this.label3.Text = "( you can have multiple process names, seperate with \';\' , format \"domain\\user\" )" +
151  "";
152  //
153  // checkBox_DisplayPassword
154  //
155  this.checkBox_DisplayPassword.AutoSize = true;
156  this.checkBox_DisplayPassword.Location = new System.Drawing.Point(394, 299);
157  this.checkBox_DisplayPassword.Name = "checkBox_DisplayPassword";
158  this.checkBox_DisplayPassword.Size = new System.Drawing.Size(108, 17);
159  this.checkBox_DisplayPassword.TabIndex = 23;
160  this.checkBox_DisplayPassword.Text = "Display password";
161  this.checkBox_DisplayPassword.UseVisualStyleBackColor = true;
162  this.checkBox_DisplayPassword.CheckedChanged += new System.EventHandler(this.checkBox_DisplayPassword_CheckedChanged);
163  //
164  // textBox_ExcludeUserNames
165  //
166  this.textBox_ExcludeUserNames.Location = new System.Drawing.Point(213, 211);
167  this.textBox_ExcludeUserNames.Name = "textBox_ExcludeUserNames";
168  this.textBox_ExcludeUserNames.Size = new System.Drawing.Size(242, 20);
169  this.textBox_ExcludeUserNames.TabIndex = 62;
170  //
171  // label4
172  //
173  this.label4.AutoSize = true;
174  this.label4.Location = new System.Drawing.Point(16, 211);
175  this.label4.Name = "label4";
176  this.label4.Size = new System.Drawing.Size(102, 13);
177  this.label4.TabIndex = 61;
178  this.label4.Text = "Exclude user names";
179  //
180  // textBox_IncludeUserNames
181  //
182  this.textBox_IncludeUserNames.Location = new System.Drawing.Point(213, 169);
183  this.textBox_IncludeUserNames.Name = "textBox_IncludeUserNames";
184  this.textBox_IncludeUserNames.Size = new System.Drawing.Size(242, 20);
185  this.textBox_IncludeUserNames.TabIndex = 60;
186  //
187  // textBox_PassPhrase
188  //
189  this.textBox_PassPhrase.Location = new System.Drawing.Point(213, 296);
190  this.textBox_PassPhrase.Name = "textBox_PassPhrase";
191  this.textBox_PassPhrase.Size = new System.Drawing.Size(158, 20);
192  this.textBox_PassPhrase.TabIndex = 19;
193  this.textBox_PassPhrase.UseSystemPasswordChar = true;
194  //
195  // label5
196  //
197  this.label5.AutoSize = true;
198  this.label5.Location = new System.Drawing.Point(15, 169);
199  this.label5.Name = "label5";
200  this.label5.Size = new System.Drawing.Size(99, 13);
201  this.label5.TabIndex = 59;
202  this.label5.Text = "Include user names";
203  //
204  // label_AccessFlags
205  //
206  this.label_AccessFlags.AutoSize = true;
207  this.label_AccessFlags.Location = new System.Drawing.Point(16, 257);
208  this.label_AccessFlags.Name = "label_AccessFlags";
209  this.label_AccessFlags.Size = new System.Drawing.Size(120, 13);
210  this.label_AccessFlags.TabIndex = 12;
211  this.label_AccessFlags.Text = "File access control flags";
212  //
213  // dateTimePicker_ExpireTime
214  //
215  this.dateTimePicker_ExpireTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
216  this.dateTimePicker_ExpireTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
217  this.dateTimePicker_ExpireTime.Location = new System.Drawing.Point(213, 52);
218  this.dateTimePicker_ExpireTime.Name = "dateTimePicker_ExpireTime";
219  this.dateTimePicker_ExpireTime.Size = new System.Drawing.Size(242, 20);
220  this.dateTimePicker_ExpireTime.TabIndex = 58;
221  //
222  // label12
223  //
224  this.label12.AutoSize = true;
225  this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
226  this.label12.Location = new System.Drawing.Point(211, 115);
227  this.label12.Name = "label12";
228  this.label12.Size = new System.Drawing.Size(332, 12);
229  this.label12.TabIndex = 57;
230  this.label12.Text = "( you can have multiple process names, seperate with \';\' , format \"notepad.exe\" )" +
231  "";
232  //
233  // textBox_FileAccessFlags
234  //
235  this.textBox_FileAccessFlags.Location = new System.Drawing.Point(213, 251);
236  this.textBox_FileAccessFlags.Name = "textBox_FileAccessFlags";
237  this.textBox_FileAccessFlags.Size = new System.Drawing.Size(242, 20);
238  this.textBox_FileAccessFlags.TabIndex = 11;
239  this.textBox_FileAccessFlags.Text = "0";
240  //
241  // button_FileAccessFlags
242  //
243  this.button_FileAccessFlags.Location = new System.Drawing.Point(461, 250);
244  this.button_FileAccessFlags.Name = "button_FileAccessFlags";
245  this.button_FileAccessFlags.Size = new System.Drawing.Size(41, 20);
246  this.button_FileAccessFlags.TabIndex = 14;
247  this.button_FileAccessFlags.Text = "...";
248  this.button_FileAccessFlags.UseVisualStyleBackColor = true;
249  this.button_FileAccessFlags.Click += new System.EventHandler(this.button_FileAccessFlags_Click);
250  //
251  // textBox_ExcludeProcessNames
252  //
253  this.textBox_ExcludeProcessNames.Location = new System.Drawing.Point(213, 134);
254  this.textBox_ExcludeProcessNames.Name = "textBox_ExcludeProcessNames";
255  this.textBox_ExcludeProcessNames.Size = new System.Drawing.Size(242, 20);
256  this.textBox_ExcludeProcessNames.TabIndex = 56;
257  //
258  // label11
259  //
260  this.label11.AutoSize = true;
261  this.label11.Location = new System.Drawing.Point(15, 134);
262  this.label11.Name = "label11";
263  this.label11.Size = new System.Drawing.Size(119, 13);
264  this.label11.TabIndex = 55;
265  this.label11.Text = "Exclude process names";
266  //
267  // textBox_IncludeProcessNames
268  //
269  this.textBox_IncludeProcessNames.Location = new System.Drawing.Point(213, 92);
270  this.textBox_IncludeProcessNames.Name = "textBox_IncludeProcessNames";
271  this.textBox_IncludeProcessNames.Size = new System.Drawing.Size(242, 20);
272  this.textBox_IncludeProcessNames.TabIndex = 54;
273  //
274  // label10
275  //
276  this.label10.AutoSize = true;
277  this.label10.Location = new System.Drawing.Point(16, 99);
278  this.label10.Name = "label10";
279  this.label10.Size = new System.Drawing.Size(116, 13);
280  this.label10.TabIndex = 53;
281  this.label10.Text = "Include process names";
282  //
283  // ShareEncryptedFileCreationForm
284  //
285  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
286  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
287  this.ClientSize = new System.Drawing.Size(596, 453);
288  this.Controls.Add(this.groupBox1);
289  this.Controls.Add(this.button_CreateShareEncryptedFile);
290  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
291  this.Name = "ShareEncryptedFileCreationForm";
292  this.Text = "Create share encrypted file";
293  this.groupBox1.ResumeLayout(false);
294  this.groupBox1.PerformLayout();
295  this.ResumeLayout(false);
296 
297  }
298 
299  #endregion
300 
301  private System.Windows.Forms.Label label2;
302  private System.Windows.Forms.Label label1;
303  private System.Windows.Forms.TextBox textBox_FileName;
304  private System.Windows.Forms.Button button_CreateShareEncryptedFile;
305  private System.Windows.Forms.GroupBox groupBox1;
306  private System.Windows.Forms.TextBox textBox_FileAccessFlags;
307  private System.Windows.Forms.Label label_AccessFlags;
308  private System.Windows.Forms.Button button_FileAccessFlags;
309  private System.Windows.Forms.TextBox textBox_PassPhrase;
310  private System.Windows.Forms.Label label_PassPhrase;
311  private System.Windows.Forms.CheckBox checkBox_DisplayPassword;
312  private System.Windows.Forms.TextBox textBox_ExcludeProcessNames;
313  private System.Windows.Forms.Label label11;
314  private System.Windows.Forms.TextBox textBox_IncludeProcessNames;
315  private System.Windows.Forms.Label label10;
316  private System.Windows.Forms.Label label12;
317  private System.Windows.Forms.Label label3;
318  private System.Windows.Forms.TextBox textBox_ExcludeUserNames;
319  private System.Windows.Forms.Label label4;
320  private System.Windows.Forms.TextBox textBox_IncludeUserNames;
321  private System.Windows.Forms.Label label5;
322  private System.Windows.Forms.DateTimePicker dateTimePicker_ExpireTime;
323  private System.Windows.Forms.Button button_OpenFile;
324  }
325 }
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