Horizon – Blame information for rev 13

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Horizon
3 {
4 partial class MainForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 this.components = new System.ComponentModel.Container();
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
21 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
22 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
23 this.enableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.manageFoldersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
25 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
26 this.snapshotsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
28 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
29 this.trashDatabaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
30 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32 this.atomicOperationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33 this.showBalloonTooltipsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.screenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35 this.windowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.screenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.networkSharingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
39 this.attributesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.creationTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.directoryNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.fileNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.lastAccessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.lastWriteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.securityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.sizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
13 office 47 this.notificationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48 this.eventsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49 this.createToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50 this.updateToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
51 this.transferToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52 this.revertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53 this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
54 this.gotifyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55 this.gotifyToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
56 this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
1 office 57 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
58 this.logViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
59 this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
61 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
13 office 63 this.autoNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1 office 64 this.contextMenuStrip1.SuspendLayout();
65 this.SuspendLayout();
66 //
67 // notifyIcon1
68 //
69 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
70 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
71 this.notifyIcon1.Text = "Horizon";
72 this.notifyIcon1.Visible = true;
73 this.notifyIcon1.Click += new System.EventHandler(this.NotifyIcon1_Click);
74 //
75 // contextMenuStrip1
76 //
77 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
78 this.enableToolStripMenuItem,
79 this.manageFoldersToolStripMenuItem,
80 this.toolStripSeparator2,
81 this.snapshotsToolStripMenuItem,
82 this.toolStripSeparator3,
83 this.toolStripMenuItem1,
84 this.settingsToolStripMenuItem,
85 this.toolStripSeparator1,
86 this.logViewToolStripMenuItem,
87 this.updateToolStripMenuItem,
88 this.toolStripSeparator4,
89 this.aboutToolStripMenuItem,
90 this.quitToolStripMenuItem});
91 this.contextMenuStrip1.Name = "contextMenuStrip1";
7 office 92 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 248);
1 office 93 //
94 // enableToolStripMenuItem
95 //
96 this.enableToolStripMenuItem.CheckOnClick = true;
97 this.enableToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("enableToolStripMenuItem.Image")));
98 this.enableToolStripMenuItem.Name = "enableToolStripMenuItem";
7 office 99 this.enableToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
1 office 100 this.enableToolStripMenuItem.Text = "Enable";
101 this.enableToolStripMenuItem.CheckedChanged += new System.EventHandler(this.EnableToolStripMenuItem_CheckedChanged);
102 //
103 // manageFoldersToolStripMenuItem
104 //
105 this.manageFoldersToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("manageFoldersToolStripMenuItem.Image")));
106 this.manageFoldersToolStripMenuItem.Name = "manageFoldersToolStripMenuItem";
7 office 107 this.manageFoldersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
1 office 108 this.manageFoldersToolStripMenuItem.Text = "Manage Folders...";
109 this.manageFoldersToolStripMenuItem.Click += new System.EventHandler(this.ManageFoldersToolStripMenuItem_Click);
110 //
111 // toolStripSeparator2
112 //
113 this.toolStripSeparator2.Name = "toolStripSeparator2";
7 office 114 this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
1 office 115 //
116 // snapshotsToolStripMenuItem
117 //
118 this.snapshotsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("snapshotsToolStripMenuItem.Image")));
119 this.snapshotsToolStripMenuItem.Name = "snapshotsToolStripMenuItem";
7 office 120 this.snapshotsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
1 office 121 this.snapshotsToolStripMenuItem.Text = "Snapshots...";
122 this.snapshotsToolStripMenuItem.Click += new System.EventHandler(this.SnapshotsToolStripMenuItem_Click);
123 //
124 // toolStripSeparator3
125 //
126 this.toolStripSeparator3.Name = "toolStripSeparator3";
7 office 127 this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6);
1 office 128 //
129 // toolStripMenuItem1
130 //
131 this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
132 this.trashDatabaseToolStripMenuItem});
133 this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
134 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
7 office 135 this.toolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
1 office 136 this.toolStripMenuItem1.Text = "Tools";
137 //
138 // trashDatabaseToolStripMenuItem
139 //
140 this.trashDatabaseToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("trashDatabaseToolStripMenuItem.Image")));
141 this.trashDatabaseToolStripMenuItem.Name = "trashDatabaseToolStripMenuItem";
142 this.trashDatabaseToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
143 this.trashDatabaseToolStripMenuItem.Text = "Trash Database";
144 this.trashDatabaseToolStripMenuItem.Click += new System.EventHandler(this.TrashDatabaseToolStripMenuItem_Click);
145 //
146 // settingsToolStripMenuItem
147 //
148 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
149 this.launchOnBootToolStripMenuItem,
150 this.atomicOperationsToolStripMenuItem,
151 this.showBalloonTooltipsToolStripMenuItem,
13 office 152 this.autoNotesToolStripMenuItem,
1 office 153 this.screenshotToolStripMenuItem,
154 this.networkSharingToolStripMenuItem,
7 office 155 this.toolStripMenuItem3,
156 this.notificationsToolStripMenuItem});
1 office 157 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
158 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
7 office 159 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
1 office 160 this.settingsToolStripMenuItem.Text = "Settings";
161 //
162 // launchOnBootToolStripMenuItem
163 //
164 this.launchOnBootToolStripMenuItem.CheckOnClick = true;
165 this.launchOnBootToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("launchOnBootToolStripMenuItem.Image")));
166 this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem";
7 office 167 this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
1 office 168 this.launchOnBootToolStripMenuItem.Text = "Launch on Boot";
169 this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_CheckedChanged);
170 //
171 // atomicOperationsToolStripMenuItem
172 //
173 this.atomicOperationsToolStripMenuItem.Checked = true;
174 this.atomicOperationsToolStripMenuItem.CheckOnClick = true;
175 this.atomicOperationsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
176 this.atomicOperationsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("atomicOperationsToolStripMenuItem.Image")));
177 this.atomicOperationsToolStripMenuItem.Name = "atomicOperationsToolStripMenuItem";
7 office 178 this.atomicOperationsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
1 office 179 this.atomicOperationsToolStripMenuItem.Text = "Atomic Operations";
180 this.atomicOperationsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.AtomicOperationsToolStripMenuItem_CheckedChanged);
181 //
182 // showBalloonTooltipsToolStripMenuItem
183 //
184 this.showBalloonTooltipsToolStripMenuItem.Checked = true;
185 this.showBalloonTooltipsToolStripMenuItem.CheckOnClick = true;
186 this.showBalloonTooltipsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
187 this.showBalloonTooltipsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showBalloonTooltipsToolStripMenuItem.Image")));
188 this.showBalloonTooltipsToolStripMenuItem.Name = "showBalloonTooltipsToolStripMenuItem";
7 office 189 this.showBalloonTooltipsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
1 office 190 this.showBalloonTooltipsToolStripMenuItem.Text = "Show Balloon Tooltips";
191 this.showBalloonTooltipsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.ShowBalloonTooltipsToolStripMenuItem_CheckedChanged);
192 //
193 // screenshotToolStripMenuItem
194 //
195 this.screenshotToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
196 this.windowToolStripMenuItem,
197 this.screenToolStripMenuItem});
198 this.screenshotToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("screenshotToolStripMenuItem.Image")));
199 this.screenshotToolStripMenuItem.Name = "screenshotToolStripMenuItem";
7 office 200 this.screenshotToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
1 office 201 this.screenshotToolStripMenuItem.Text = "Screenshot";
202 //
203 // windowToolStripMenuItem
204 //
205 this.windowToolStripMenuItem.CheckOnClick = true;
206 this.windowToolStripMenuItem.Name = "windowToolStripMenuItem";
13 office 207 this.windowToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
1 office 208 this.windowToolStripMenuItem.Text = "Window";
209 this.windowToolStripMenuItem.Click += new System.EventHandler(this.WindowToolStripMenuItem_Click);
210 //
211 // screenToolStripMenuItem
212 //
213 this.screenToolStripMenuItem.CheckOnClick = true;
214 this.screenToolStripMenuItem.Name = "screenToolStripMenuItem";
13 office 215 this.screenToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
1 office 216 this.screenToolStripMenuItem.Text = "Screen";
217 this.screenToolStripMenuItem.Click += new System.EventHandler(this.ScreenToolStripMenuItem_Click);
218 //
219 // networkSharingToolStripMenuItem
220 //
221 this.networkSharingToolStripMenuItem.CheckOnClick = true;
222 this.networkSharingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("networkSharingToolStripMenuItem.Image")));
223 this.networkSharingToolStripMenuItem.Name = "networkSharingToolStripMenuItem";
7 office 224 this.networkSharingToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
1 office 225 this.networkSharingToolStripMenuItem.Text = "Network Sharing";
226 this.networkSharingToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.networkSharingToolStripMenuItem_CheckStateChanged);
227 //
228 // toolStripMenuItem3
229 //
230 this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
231 this.attributesToolStripMenuItem,
232 this.creationTimeToolStripMenuItem,
233 this.directoryNameToolStripMenuItem,
234 this.fileNameToolStripMenuItem,
235 this.lastAccessToolStripMenuItem,
236 this.lastWriteToolStripMenuItem,
237 this.securityToolStripMenuItem,
238 this.sizeToolStripMenuItem});
239 this.toolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem3.Image")));
240 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
7 office 241 this.toolStripMenuItem3.Size = new System.Drawing.Size(190, 22);
1 office 242 this.toolStripMenuItem3.Text = "Watchers";
243 //
244 // attributesToolStripMenuItem
245 //
246 this.attributesToolStripMenuItem.Checked = true;
247 this.attributesToolStripMenuItem.CheckOnClick = true;
248 this.attributesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
249 this.attributesToolStripMenuItem.Name = "attributesToolStripMenuItem";
13 office 250 this.attributesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
1 office 251 this.attributesToolStripMenuItem.Text = "Attributes";
252 this.attributesToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
253 //
254 // creationTimeToolStripMenuItem
255 //
256 this.creationTimeToolStripMenuItem.CheckOnClick = true;
257 this.creationTimeToolStripMenuItem.Name = "creationTimeToolStripMenuItem";
13 office 258 this.creationTimeToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
1 office 259 this.creationTimeToolStripMenuItem.Text = "CreationTime";
260 this.creationTimeToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
261 //
262 // directoryNameToolStripMenuItem
263 //
264 this.directoryNameToolStripMenuItem.CheckOnClick = true;
265 this.directoryNameToolStripMenuItem.Name = "directoryNameToolStripMenuItem";
13 office 266 this.directoryNameToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
1 office 267 this.directoryNameToolStripMenuItem.Text = "DirectoryName";
268 this.directoryNameToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
269 //
270 // fileNameToolStripMenuItem
271 //
272 this.fileNameToolStripMenuItem.CheckOnClick = true;
273 this.fileNameToolStripMenuItem.Name = "fileNameToolStripMenuItem";
13 office 274 this.fileNameToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
1 office 275 this.fileNameToolStripMenuItem.Text = "FileName";
276 this.fileNameToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
277 //
278 // lastAccessToolStripMenuItem
279 //
280 this.lastAccessToolStripMenuItem.CheckOnClick = true;
281 this.lastAccessToolStripMenuItem.Name = "lastAccessToolStripMenuItem";
13 office 282 this.lastAccessToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
1 office 283 this.lastAccessToolStripMenuItem.Text = "LastAccess";
284 this.lastAccessToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
285 //
286 // lastWriteToolStripMenuItem
287 //
288 this.lastWriteToolStripMenuItem.Checked = true;
289 this.lastWriteToolStripMenuItem.CheckOnClick = true;
290 this.lastWriteToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
291 this.lastWriteToolStripMenuItem.Name = "lastWriteToolStripMenuItem";
13 office 292 this.lastWriteToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
1 office 293 this.lastWriteToolStripMenuItem.Text = "LastWrite";
294 this.lastWriteToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
295 //
296 // securityToolStripMenuItem
297 //
298 this.securityToolStripMenuItem.CheckOnClick = true;
299 this.securityToolStripMenuItem.Name = "securityToolStripMenuItem";
13 office 300 this.securityToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
1 office 301 this.securityToolStripMenuItem.Text = "Security";
302 this.securityToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
303 //
304 // sizeToolStripMenuItem
305 //
306 this.sizeToolStripMenuItem.CheckOnClick = true;
307 this.sizeToolStripMenuItem.Name = "sizeToolStripMenuItem";
13 office 308 this.sizeToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
1 office 309 this.sizeToolStripMenuItem.Text = "Size";
310 this.sizeToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.attributesToolStripMenuItem_CheckStateChanged);
311 //
7 office 312 // notificationsToolStripMenuItem
313 //
314 this.notificationsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
315 this.eventsToolStripMenuItem,
316 this.toolStripSeparator5,
317 this.gotifyToolStripMenuItem,
318 this.gotifyToolStripTextBox,
319 this.toolStripSeparator6});
320 this.notificationsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("notificationsToolStripMenuItem.Image")));
321 this.notificationsToolStripMenuItem.Name = "notificationsToolStripMenuItem";
322 this.notificationsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
323 this.notificationsToolStripMenuItem.Text = "Notifications";
324 //
325 // eventsToolStripMenuItem
326 //
327 this.eventsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
328 this.createToolStripMenuItem,
329 this.updateToolStripMenuItem1,
330 this.transferToolStripMenuItem,
331 this.revertToolStripMenuItem});
332 this.eventsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("eventsToolStripMenuItem.Image")));
333 this.eventsToolStripMenuItem.Name = "eventsToolStripMenuItem";
13 office 334 this.eventsToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
7 office 335 this.eventsToolStripMenuItem.Text = "Events";
336 this.eventsToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.eventsToolStripMenuItem_CheckStateChanged);
337 //
338 // createToolStripMenuItem
339 //
340 this.createToolStripMenuItem.Checked = true;
341 this.createToolStripMenuItem.CheckOnClick = true;
342 this.createToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
343 this.createToolStripMenuItem.Name = "createToolStripMenuItem";
13 office 344 this.createToolStripMenuItem.Size = new System.Drawing.Size(115, 22);
7 office 345 this.createToolStripMenuItem.Text = "Create";
346 //
347 // updateToolStripMenuItem1
348 //
349 this.updateToolStripMenuItem1.CheckOnClick = true;
350 this.updateToolStripMenuItem1.Name = "updateToolStripMenuItem1";
13 office 351 this.updateToolStripMenuItem1.Size = new System.Drawing.Size(115, 22);
7 office 352 this.updateToolStripMenuItem1.Text = "Update";
353 //
354 // transferToolStripMenuItem
355 //
356 this.transferToolStripMenuItem.Name = "transferToolStripMenuItem";
13 office 357 this.transferToolStripMenuItem.Size = new System.Drawing.Size(115, 22);
7 office 358 this.transferToolStripMenuItem.Text = "Transfer";
359 //
360 // revertToolStripMenuItem
361 //
362 this.revertToolStripMenuItem.Name = "revertToolStripMenuItem";
13 office 363 this.revertToolStripMenuItem.Size = new System.Drawing.Size(115, 22);
7 office 364 this.revertToolStripMenuItem.Text = "Revert";
365 //
13 office 366 // toolStripSeparator5
367 //
368 this.toolStripSeparator5.Name = "toolStripSeparator5";
369 this.toolStripSeparator5.Size = new System.Drawing.Size(157, 6);
370 //
371 // gotifyToolStripMenuItem
372 //
373 this.gotifyToolStripMenuItem.CheckOnClick = true;
374 this.gotifyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("gotifyToolStripMenuItem.Image")));
375 this.gotifyToolStripMenuItem.Name = "gotifyToolStripMenuItem";
376 this.gotifyToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
377 this.gotifyToolStripMenuItem.Text = "Gotify";
378 this.gotifyToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.gotifyToolStripMenuItem_CheckedChanged);
379 //
380 // gotifyToolStripTextBox
381 //
382 this.gotifyToolStripTextBox.Font = new System.Drawing.Font("Segoe UI", 9F);
383 this.gotifyToolStripTextBox.Name = "gotifyToolStripTextBox";
384 this.gotifyToolStripTextBox.Size = new System.Drawing.Size(100, 23);
385 this.gotifyToolStripTextBox.TextChanged += new System.EventHandler(this.gotfyToolStripTextBox_TextChanged);
386 //
387 // toolStripSeparator6
388 //
389 this.toolStripSeparator6.Name = "toolStripSeparator6";
390 this.toolStripSeparator6.Size = new System.Drawing.Size(157, 6);
391 //
392 // toolStripSeparator1
393 //
394 this.toolStripSeparator1.Name = "toolStripSeparator1";
395 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
396 //
397 // logViewToolStripMenuItem
398 //
399 this.logViewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("logViewToolStripMenuItem.Image")));
400 this.logViewToolStripMenuItem.Name = "logViewToolStripMenuItem";
401 this.logViewToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
402 this.logViewToolStripMenuItem.Text = "Log View...";
403 this.logViewToolStripMenuItem.Click += new System.EventHandler(this.LogViewToolStripMenuItem_Click);
404 //
405 // updateToolStripMenuItem
406 //
407 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image")));
408 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
409 this.updateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
410 this.updateToolStripMenuItem.Text = "Update...";
411 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click);
412 //
413 // toolStripSeparator4
414 //
415 this.toolStripSeparator4.Name = "toolStripSeparator4";
416 this.toolStripSeparator4.Size = new System.Drawing.Size(177, 6);
417 //
418 // aboutToolStripMenuItem
419 //
420 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
421 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
422 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
423 this.aboutToolStripMenuItem.Text = "About...";
424 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
425 //
426 // quitToolStripMenuItem
427 //
428 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
429 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
430 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
431 this.quitToolStripMenuItem.Text = "Quit";
432 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
433 //
434 // autoNotesToolStripMenuItem
435 //
436 this.autoNotesToolStripMenuItem.Checked = true;
437 this.autoNotesToolStripMenuItem.CheckOnClick = true;
438 this.autoNotesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
439 this.autoNotesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("autoNotesToolStripMenuItem.Image")));
440 this.autoNotesToolStripMenuItem.Name = "autoNotesToolStripMenuItem";
441 this.autoNotesToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
442 this.autoNotesToolStripMenuItem.Text = "Auto-Notes";
443 this.autoNotesToolStripMenuItem.Click += new System.EventHandler(this.autoNotesToolStripMenuItem_Click);
444 //
1 office 445 // MainForm
446 //
447 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
448 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
449 this.ClientSize = new System.Drawing.Size(800, 450);
450 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
451 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
452 this.Name = "MainForm";
453 this.Opacity = 0D;
454 this.ShowInTaskbar = false;
455 this.Text = "Horizon: Main";
456 this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
457 this.Load += new System.EventHandler(this.MainForm_Load);
458 this.contextMenuStrip1.ResumeLayout(false);
459 this.ResumeLayout(false);
460  
461 }
462  
463 #endregion
464  
465 private System.Windows.Forms.NotifyIcon notifyIcon1;
466 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
467 private System.Windows.Forms.ToolStripMenuItem manageFoldersToolStripMenuItem;
468 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
469 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
470 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
471  
472 private System.Windows.Forms.ToolStripMenuItem snapshotsToolStripMenuItem;
473 private System.Windows.Forms.ToolStripMenuItem enableToolStripMenuItem;
474 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
475 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
476 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
477 private System.Windows.Forms.ToolStripMenuItem launchOnBootToolStripMenuItem;
478 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
479 private System.Windows.Forms.ToolStripMenuItem trashDatabaseToolStripMenuItem;
480 private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem;
481 private System.Windows.Forms.ToolStripMenuItem atomicOperationsToolStripMenuItem;
482 private System.Windows.Forms.ToolStripMenuItem logViewToolStripMenuItem;
483 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
484 private System.Windows.Forms.ToolStripMenuItem showBalloonTooltipsToolStripMenuItem;
485 private System.Windows.Forms.ToolStripMenuItem screenshotToolStripMenuItem;
486 private System.Windows.Forms.ToolStripMenuItem windowToolStripMenuItem;
487 private System.Windows.Forms.ToolStripMenuItem screenToolStripMenuItem;
488 private System.Windows.Forms.ToolStripMenuItem networkSharingToolStripMenuItem;
489 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
490 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
491 private System.Windows.Forms.ToolStripMenuItem attributesToolStripMenuItem;
492 private System.Windows.Forms.ToolStripMenuItem creationTimeToolStripMenuItem;
493 private System.Windows.Forms.ToolStripMenuItem directoryNameToolStripMenuItem;
494 private System.Windows.Forms.ToolStripMenuItem fileNameToolStripMenuItem;
495 private System.Windows.Forms.ToolStripMenuItem lastAccessToolStripMenuItem;
496 private System.Windows.Forms.ToolStripMenuItem lastWriteToolStripMenuItem;
497 private System.Windows.Forms.ToolStripMenuItem securityToolStripMenuItem;
498 private System.Windows.Forms.ToolStripMenuItem sizeToolStripMenuItem;
7 office 499 private System.Windows.Forms.ToolStripMenuItem notificationsToolStripMenuItem;
500 private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
501 private System.Windows.Forms.ToolStripMenuItem gotifyToolStripMenuItem;
502 private System.Windows.Forms.ToolStripTextBox gotifyToolStripTextBox;
503 private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
504 private System.Windows.Forms.ToolStripMenuItem eventsToolStripMenuItem;
505 private System.Windows.Forms.ToolStripMenuItem createToolStripMenuItem;
506 private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem1;
507 private System.Windows.Forms.ToolStripMenuItem transferToolStripMenuItem;
508 private System.Windows.Forms.ToolStripMenuItem revertToolStripMenuItem;
13 office 509 private System.Windows.Forms.ToolStripMenuItem autoNotesToolStripMenuItem;
1 office 510 }
511 }
512