EaseFilter Demo Project
TutorialForm.Designer.cs
Go to the documentation of this file.
1 namespace FileProtector
2 {
3  partial class TutorialForm
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(TutorialForm));
32  this.richTextBox1 = new System.Windows.Forms.RichTextBox();
33  this.tabControl1 = new System.Windows.Forms.TabControl();
34  this.tabPage_FilterRule = new System.Windows.Forms.TabPage();
35  this.tabPage_GlobalSettings = new System.Windows.Forms.TabPage();
36  this.richTextBox2 = new System.Windows.Forms.RichTextBox();
37  this.tabPage_AccessControl = new System.Windows.Forms.TabPage();
38  this.richTextBox3 = new System.Windows.Forms.RichTextBox();
39  this.tabPage_Encryption = new System.Windows.Forms.TabPage();
40  this.richTextBox4 = new System.Windows.Forms.RichTextBox();
41  this.tabPage_Example = new System.Windows.Forms.TabPage();
42  this.richTextBox5 = new System.Windows.Forms.RichTextBox();
43  this.tabControl1.SuspendLayout();
44  this.tabPage_FilterRule.SuspendLayout();
45  this.tabPage_GlobalSettings.SuspendLayout();
46  this.tabPage_AccessControl.SuspendLayout();
47  this.tabPage_Encryption.SuspendLayout();
48  this.tabPage_Example.SuspendLayout();
49  this.SuspendLayout();
50  //
51  // richTextBox1
52  //
53  this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
54  this.richTextBox1.Font = new System.Drawing.Font("Arial", 9F);
55  this.richTextBox1.Location = new System.Drawing.Point(3, 3);
56  this.richTextBox1.Name = "richTextBox1";
57  this.richTextBox1.Size = new System.Drawing.Size(596, 575);
58  this.richTextBox1.TabIndex = 0;
59  this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
60  //
61  // tabControl1
62  //
63  this.tabControl1.Controls.Add(this.tabPage_FilterRule);
64  this.tabControl1.Controls.Add(this.tabPage_GlobalSettings);
65  this.tabControl1.Controls.Add(this.tabPage_AccessControl);
66  this.tabControl1.Controls.Add(this.tabPage_Encryption);
67  this.tabControl1.Controls.Add(this.tabPage_Example);
68  this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
69  this.tabControl1.Location = new System.Drawing.Point(0, 0);
70  this.tabControl1.Name = "tabControl1";
71  this.tabControl1.SelectedIndex = 0;
72  this.tabControl1.Size = new System.Drawing.Size(610, 607);
73  this.tabControl1.TabIndex = 1;
74  //
75  // tabPage_FilterRule
76  //
77  this.tabPage_FilterRule.Controls.Add(this.richTextBox1);
78  this.tabPage_FilterRule.Location = new System.Drawing.Point(4, 22);
79  this.tabPage_FilterRule.Name = "tabPage_FilterRule";
80  this.tabPage_FilterRule.Padding = new System.Windows.Forms.Padding(3);
81  this.tabPage_FilterRule.Size = new System.Drawing.Size(602, 581);
82  this.tabPage_FilterRule.TabIndex = 0;
83  this.tabPage_FilterRule.Text = "Filter rule settings";
84  this.tabPage_FilterRule.UseVisualStyleBackColor = true;
85  //
86  // tabPage_GlobalSettings
87  //
88  this.tabPage_GlobalSettings.Controls.Add(this.richTextBox2);
89  this.tabPage_GlobalSettings.Location = new System.Drawing.Point(4, 22);
90  this.tabPage_GlobalSettings.Name = "tabPage_GlobalSettings";
91  this.tabPage_GlobalSettings.Padding = new System.Windows.Forms.Padding(3);
92  this.tabPage_GlobalSettings.Size = new System.Drawing.Size(602, 581);
93  this.tabPage_GlobalSettings.TabIndex = 1;
94  this.tabPage_GlobalSettings.Text = "Global settings";
95  this.tabPage_GlobalSettings.UseVisualStyleBackColor = true;
96  //
97  // richTextBox2
98  //
99  this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
100  this.richTextBox2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
101  this.richTextBox2.Location = new System.Drawing.Point(3, 3);
102  this.richTextBox2.Name = "richTextBox2";
103  this.richTextBox2.Size = new System.Drawing.Size(596, 575);
104  this.richTextBox2.TabIndex = 1;
105  this.richTextBox2.Text = resources.GetString("richTextBox2.Text");
106  //
107  // tabPage_AccessControl
108  //
109  this.tabPage_AccessControl.Controls.Add(this.richTextBox3);
110  this.tabPage_AccessControl.Location = new System.Drawing.Point(4, 22);
111  this.tabPage_AccessControl.Name = "tabPage_AccessControl";
112  this.tabPage_AccessControl.Padding = new System.Windows.Forms.Padding(3);
113  this.tabPage_AccessControl.Size = new System.Drawing.Size(602, 581);
114  this.tabPage_AccessControl.TabIndex = 2;
115  this.tabPage_AccessControl.Text = "Access control";
116  this.tabPage_AccessControl.UseVisualStyleBackColor = true;
117  //
118  // richTextBox3
119  //
120  this.richTextBox3.Dock = System.Windows.Forms.DockStyle.Fill;
121  this.richTextBox3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
122  this.richTextBox3.Location = new System.Drawing.Point(3, 3);
123  this.richTextBox3.Name = "richTextBox3";
124  this.richTextBox3.Size = new System.Drawing.Size(596, 575);
125  this.richTextBox3.TabIndex = 2;
126  this.richTextBox3.Text = resources.GetString("richTextBox3.Text");
127  //
128  // tabPage_Encryption
129  //
130  this.tabPage_Encryption.Controls.Add(this.richTextBox4);
131  this.tabPage_Encryption.Location = new System.Drawing.Point(4, 22);
132  this.tabPage_Encryption.Name = "tabPage_Encryption";
133  this.tabPage_Encryption.Padding = new System.Windows.Forms.Padding(3);
134  this.tabPage_Encryption.Size = new System.Drawing.Size(602, 581);
135  this.tabPage_Encryption.TabIndex = 3;
136  this.tabPage_Encryption.Text = "File encryption";
137  this.tabPage_Encryption.UseVisualStyleBackColor = true;
138  //
139  // richTextBox4
140  //
141  this.richTextBox4.Dock = System.Windows.Forms.DockStyle.Fill;
142  this.richTextBox4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
143  this.richTextBox4.Location = new System.Drawing.Point(3, 3);
144  this.richTextBox4.Name = "richTextBox4";
145  this.richTextBox4.Size = new System.Drawing.Size(596, 575);
146  this.richTextBox4.TabIndex = 2;
147  this.richTextBox4.Text = resources.GetString("richTextBox4.Text");
148  //
149  // tabPage_Example
150  //
151  this.tabPage_Example.Controls.Add(this.richTextBox5);
152  this.tabPage_Example.Location = new System.Drawing.Point(4, 22);
153  this.tabPage_Example.Name = "tabPage_Example";
154  this.tabPage_Example.Padding = new System.Windows.Forms.Padding(3);
155  this.tabPage_Example.Size = new System.Drawing.Size(602, 581);
156  this.tabPage_Example.TabIndex = 4;
157  this.tabPage_Example.Text = "Data protection examples";
158  this.tabPage_Example.UseVisualStyleBackColor = true;
159  //
160  // richTextBox5
161  //
162  this.richTextBox5.Dock = System.Windows.Forms.DockStyle.Fill;
163  this.richTextBox5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
164  this.richTextBox5.Location = new System.Drawing.Point(3, 3);
165  this.richTextBox5.Name = "richTextBox5";
166  this.richTextBox5.Size = new System.Drawing.Size(596, 575);
167  this.richTextBox5.TabIndex = 2;
168  this.richTextBox5.Text = resources.GetString("richTextBox5.Text");
169  //
170  // TutorialForm
171  //
172  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
173  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
174  this.ClientSize = new System.Drawing.Size(610, 607);
175  this.Controls.Add(this.tabControl1);
176  this.Name = "TutorialForm";
177  this.Text = "File Protector Tutorial";
178  this.tabControl1.ResumeLayout(false);
179  this.tabPage_FilterRule.ResumeLayout(false);
180  this.tabPage_GlobalSettings.ResumeLayout(false);
181  this.tabPage_AccessControl.ResumeLayout(false);
182  this.tabPage_Encryption.ResumeLayout(false);
183  this.tabPage_Example.ResumeLayout(false);
184  this.ResumeLayout(false);
185 
186  }
187 
188  #endregion
189 
190  private System.Windows.Forms.RichTextBox richTextBox1;
191  private System.Windows.Forms.TabControl tabControl1;
192  private System.Windows.Forms.TabPage tabPage_FilterRule;
193  private System.Windows.Forms.TabPage tabPage_GlobalSettings;
194  private System.Windows.Forms.RichTextBox richTextBox2;
195  private System.Windows.Forms.TabPage tabPage_AccessControl;
196  private System.Windows.Forms.RichTextBox richTextBox3;
197  private System.Windows.Forms.TabPage tabPage_Encryption;
198  private System.Windows.Forms.RichTextBox richTextBox4;
199  private System.Windows.Forms.TabPage tabPage_Example;
200  private System.Windows.Forms.RichTextBox richTextBox5;
201  }
202 }
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