3 partial class AccessControlForm
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()
32 this.menuStrip1 =
new System.Windows.Forms.MenuStrip();
33 this.optionsToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
34 this.toolStrip1 =
new System.Windows.Forms.ToolStrip();
35 this.toolStripButton_StartFilter =
new System.Windows.Forms.ToolStripButton();
36 this.toolStripSeparator1 =
new System.Windows.Forms.ToolStripSeparator();
37 this.toolStripButton_Stop =
new System.Windows.Forms.ToolStripButton();
38 this.toolStripSeparator2 =
new System.Windows.Forms.ToolStripSeparator();
39 this.toolStripButton_ClearMessage =
new System.Windows.Forms.ToolStripButton();
40 this.toolStripSeparator3 =
new System.Windows.Forms.ToolStripSeparator();
41 this.toolStripButton_LoadMessage =
new System.Windows.Forms.ToolStripButton();
42 this.toolStripSeparator4 =
new System.Windows.Forms.ToolStripSeparator();
43 this.toolStripButton1 =
new System.Windows.Forms.ToolStripButton();
44 this.listView_Info =
new System.Windows.Forms.ListView();
45 this.toolsToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
46 this.helpToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
47 this.contactUsToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
48 this.onlineManualToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
49 this.sDKManualToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
50 this.createSecureShareFileToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
51 this.menuStrip1.SuspendLayout();
52 this.toolStrip1.SuspendLayout();
57 this.menuStrip1.Items.AddRange(
new System.Windows.Forms.ToolStripItem[] {
58 this.optionsToolStripMenuItem,
59 this.toolsToolStripMenuItem,
60 this.helpToolStripMenuItem});
61 this.menuStrip1.Location =
new System.Drawing.Point(0, 0);
62 this.menuStrip1.Name =
"menuStrip1";
63 this.menuStrip1.Size =
new System.Drawing.Size(974, 24);
64 this.menuStrip1.TabIndex = 0;
65 this.menuStrip1.Text =
"menuStrip1";
69 this.optionsToolStripMenuItem.Name =
"optionsToolStripMenuItem";
70 this.optionsToolStripMenuItem.Size =
new System.Drawing.Size(61, 20);
71 this.optionsToolStripMenuItem.Text =
"Settings";
72 this.optionsToolStripMenuItem.Click +=
new System.EventHandler(this.settingsToolStripMenuItem_Click);
76 this.toolStrip1.Items.AddRange(
new System.Windows.Forms.ToolStripItem[] {
77 this.toolStripButton_StartFilter,
78 this.toolStripSeparator1,
79 this.toolStripButton_Stop,
80 this.toolStripSeparator2,
81 this.toolStripButton_ClearMessage,
82 this.toolStripSeparator3,
83 this.toolStripButton_LoadMessage,
84 this.toolStripSeparator4,
85 this.toolStripButton1});
86 this.toolStrip1.Location =
new System.Drawing.Point(0, 24);
87 this.toolStrip1.Name =
"toolStrip1";
88 this.toolStrip1.Size =
new System.Drawing.Size(974, 25);
89 this.toolStrip1.TabIndex = 1;
90 this.toolStrip1.Text =
"toolStrip1";
94 this.toolStripButton_StartFilter.Image = ((
System.Drawing.Image)(resources.GetObject(
"toolStripButton_StartFilter.Image")));
95 this.toolStripButton_StartFilter.ImageTransparentColor =
System.Drawing.Color.Magenta;
96 this.toolStripButton_StartFilter.Name =
"toolStripButton_StartFilter";
97 this.toolStripButton_StartFilter.Size =
new System.Drawing.Size(150, 22);
98 this.toolStripButton_StartFilter.Text =
"Start filter driver service";
99 this.toolStripButton_StartFilter.Click +=
new System.EventHandler(this.toolStripButton_StartFilter_Click);
103 this.toolStripSeparator1.Name =
"toolStripSeparator1";
104 this.toolStripSeparator1.Size =
new System.Drawing.Size(6, 25);
108 this.toolStripButton_Stop.Image = ((
System.Drawing.Image)(resources.GetObject(
"toolStripButton_Stop.Image")));
109 this.toolStripButton_Stop.ImageTransparentColor =
System.Drawing.Color.Magenta;
110 this.toolStripButton_Stop.Name =
"toolStripButton_Stop";
111 this.toolStripButton_Stop.Size =
new System.Drawing.Size(150, 22);
112 this.toolStripButton_Stop.Text =
"Stop filter driver service";
113 this.toolStripButton_Stop.Click +=
new System.EventHandler(this.toolStripButton_Stop_Click);
117 this.toolStripSeparator2.Name =
"toolStripSeparator2";
118 this.toolStripSeparator2.Size =
new System.Drawing.Size(6, 25);
122 this.toolStripButton_ClearMessage.Image = ((
System.Drawing.Image)(resources.GetObject(
"toolStripButton_ClearMessage.Image")));
123 this.toolStripButton_ClearMessage.ImageTransparentColor =
System.Drawing.Color.Magenta;
124 this.toolStripButton_ClearMessage.Name =
"toolStripButton_ClearMessage";
125 this.toolStripButton_ClearMessage.Size =
new System.Drawing.Size(108, 22);
126 this.toolStripButton_ClearMessage.Text =
"Clear messages";
127 this.toolStripButton_ClearMessage.Click +=
new System.EventHandler(this.toolStripButton_ClearMessage_Click);
131 this.toolStripSeparator3.Name =
"toolStripSeparator3";
132 this.toolStripSeparator3.Size =
new System.Drawing.Size(6, 25);
136 this.toolStripButton_LoadMessage.Image = ((
System.Drawing.Image)(resources.GetObject(
"toolStripButton_LoadMessage.Image")));
137 this.toolStripButton_LoadMessage.ImageTransparentColor =
System.Drawing.Color.Magenta;
138 this.toolStripButton_LoadMessage.Name =
"toolStripButton_LoadMessage";
139 this.toolStripButton_LoadMessage.Size =
new System.Drawing.Size(107, 22);
140 this.toolStripButton_LoadMessage.Text =
"Load messages";
141 this.toolStripButton_LoadMessage.Click +=
new System.EventHandler(this.toolStripButton_LoadMessage_Click);
145 this.toolStripSeparator4.Name =
"toolStripSeparator4";
146 this.toolStripSeparator4.Size =
new System.Drawing.Size(6, 25);
150 this.toolStripButton1.Image = ((
System.Drawing.Image)(resources.GetObject(
"toolStripButton1.Image")));
151 this.toolStripButton1.ImageTransparentColor =
System.Drawing.Color.Magenta;
152 this.toolStripButton1.Name =
"toolStripButton1";
153 this.toolStripButton1.Size =
new System.Drawing.Size(93, 22);
154 this.toolStripButton1.Text =
"Event viewer";
155 this.toolStripButton1.Click +=
new System.EventHandler(this.toolStripButton1_Click);
159 this.listView_Info.Dock =
System.Windows.Forms.DockStyle.Fill;
160 this.listView_Info.FullRowSelect =
true;
161 this.listView_Info.HoverSelection =
true;
162 this.listView_Info.LabelEdit =
true;
163 this.listView_Info.Location =
new System.Drawing.Point(0, 49);
164 this.listView_Info.Name =
"listView_Info";
165 this.listView_Info.ShowItemToolTips =
true;
166 this.listView_Info.Size =
new System.Drawing.Size(974, 457);
167 this.listView_Info.TabIndex = 2;
168 this.listView_Info.UseCompatibleStateImageBehavior =
false;
169 this.listView_Info.View =
System.Windows.Forms.View.Details;
173 this.toolsToolStripMenuItem.DropDownItems.AddRange(
new System.Windows.Forms.ToolStripItem[] {
174 this.createSecureShareFileToolStripMenuItem});
175 this.toolsToolStripMenuItem.Name =
"toolsToolStripMenuItem";
176 this.toolsToolStripMenuItem.Size =
new System.Drawing.Size(47, 20);
177 this.toolsToolStripMenuItem.Text =
"Tools";
181 this.helpToolStripMenuItem.DropDownItems.AddRange(
new System.Windows.Forms.ToolStripItem[] {
182 this.contactUsToolStripMenuItem,
183 this.onlineManualToolStripMenuItem,
184 this.sDKManualToolStripMenuItem});
185 this.helpToolStripMenuItem.Name =
"helpToolStripMenuItem";
186 this.helpToolStripMenuItem.Size =
new System.Drawing.Size(44, 20);
187 this.helpToolStripMenuItem.Text =
"Help";
191 this.contactUsToolStripMenuItem.Name =
"contactUsToolStripMenuItem";
192 this.contactUsToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
193 this.contactUsToolStripMenuItem.Text =
"Contact us";
194 this.contactUsToolStripMenuItem.Click +=
new System.EventHandler(this.contactUsToolStripMenuItem_Click);
198 this.onlineManualToolStripMenuItem.Name =
"onlineManualToolStripMenuItem";
199 this.onlineManualToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
200 this.onlineManualToolStripMenuItem.Text =
"Online manual";
201 this.onlineManualToolStripMenuItem.Click +=
new System.EventHandler(this.onlineManualToolStripMenuItem_Click);
205 this.sDKManualToolStripMenuItem.Name =
"sDKManualToolStripMenuItem";
206 this.sDKManualToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
207 this.sDKManualToolStripMenuItem.Text =
"SDK manual";
208 this.sDKManualToolStripMenuItem.Click +=
new System.EventHandler(this.sDKManualToolStripMenuItem_Click);
212 this.createSecureShareFileToolStripMenuItem.Name =
"createSecureShareFileToolStripMenuItem";
213 this.createSecureShareFileToolStripMenuItem.Size =
new System.Drawing.Size(195, 22);
214 this.createSecureShareFileToolStripMenuItem.Text =
"Create secure share file";
215 this.createSecureShareFileToolStripMenuItem.Click +=
new System.EventHandler(this.createSecureShareFileToolStripMenuItem_Click);
219 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
220 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
221 this.ClientSize =
new System.Drawing.Size(974, 506);
222 this.Controls.Add(this.listView_Info);
223 this.Controls.Add(this.toolStrip1);
224 this.Controls.Add(this.menuStrip1);
225 this.Icon = ((
System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
226 this.MainMenuStrip = this.menuStrip1;
227 this.Name =
"AccessControlForm";
228 this.Text =
"AssureFiles Access Control Console";
229 this.menuStrip1.ResumeLayout(
false);
230 this.menuStrip1.PerformLayout();
231 this.toolStrip1.ResumeLayout(
false);
232 this.toolStrip1.PerformLayout();
233 this.ResumeLayout(
false);
234 this.PerformLayout();
240 private System.Windows.Forms.MenuStrip menuStrip1;
241 private System.Windows.Forms.ToolStrip toolStrip1;
242 private System.Windows.Forms.ToolStripButton toolStripButton_StartFilter;
243 private System.Windows.Forms.ToolStripButton toolStripButton_Stop;
244 private System.Windows.Forms.ToolStripButton toolStripButton_ClearMessage;
245 private System.Windows.Forms.ListView listView_Info;
246 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
247 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
248 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
249 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
250 private System.Windows.Forms.ToolStripButton toolStripButton1;
251 private System.Windows.Forms.ToolStripButton toolStripButton_LoadMessage;
252 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
253 private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
254 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
255 private System.Windows.Forms.ToolStripMenuItem createSecureShareFileToolStripMenuItem;
256 private System.Windows.Forms.ToolStripMenuItem contactUsToolStripMenuItem;
257 private System.Windows.Forms.ToolStripMenuItem onlineManualToolStripMenuItem;
258 private System.Windows.Forms.ToolStripMenuItem sDKManualToolStripMenuItem;