Widow – Diff between revs 11 and 21

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 11 Rev 21
1  1 
2 namespace Widow 2 namespace Widow
3 { 3 {
4 partial class MainForm 4 partial class MainForm
5 { 5 {
6 /// <summary> 6 /// <summary>
7 /// Required designer variable. 7 /// Required designer variable.
8 /// </summary> 8 /// </summary>
9 private System.ComponentModel.IContainer components = null; 9 private System.ComponentModel.IContainer components = null;
10   10  
11 #region Windows Form Designer generated code 11 #region Windows Form Designer generated code
12   12  
13 /// <summary> 13 /// <summary>
14 /// Required method for Designer support - do not modify 14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor. 15 /// the contents of this method with the code editor.
16 /// </summary> 16 /// </summary>
17 private void InitializeComponent() 17 private void InitializeComponent()
18 { 18 {
19 this.components = new System.ComponentModel.Container(); 19 this.components = new System.ComponentModel.Container();
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); 20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
21 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); 21 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
22 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); 22 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
23 this.applyNowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 23 this.applyNowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); 24 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
25 this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 25 this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 26 this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); 27 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
28 this.everyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 28 this.everyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
29 this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); 29 this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
30 this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 30 this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 31 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
32 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 32 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 33 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 34 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
35 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 35 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 36 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   37 this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
-   38 this.showLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.contextMenuStrip1.SuspendLayout(); 39 this.contextMenuStrip1.SuspendLayout();
38 this.SuspendLayout(); 40 this.SuspendLayout();
39 // 41 //
40 // notifyIcon1 42 // notifyIcon1
41 // 43 //
42 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 44 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
43 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 45 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
44 this.notifyIcon1.Text = "Widow"; 46 this.notifyIcon1.Text = "Widow";
45 this.notifyIcon1.Visible = true; 47 this.notifyIcon1.Visible = true;
46 this.notifyIcon1.Click += new System.EventHandler(this.NotifyIcon1_Click); 48 this.notifyIcon1.Click += new System.EventHandler(this.NotifyIcon1_Click);
47 this.notifyIcon1.DoubleClick += new System.EventHandler(this.NotifyIcon1_DoubleClick); 49 this.notifyIcon1.DoubleClick += new System.EventHandler(this.NotifyIcon1_DoubleClick);
48 // 50 //
49 // contextMenuStrip1 51 // contextMenuStrip1
50 // 52 //
51 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 53 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
52 this.applyNowToolStripMenuItem, 54 this.applyNowToolStripMenuItem,
53 this.toolStripSeparator3, 55 this.toolStripSeparator3,
54 this.applyToolStripMenuItem, 56 this.applyToolStripMenuItem,
55 this.newToolStripMenuItem, 57 this.newToolStripMenuItem,
56 this.toolStripSeparator2, 58 this.toolStripSeparator2,
57 this.settingsToolStripMenuItem, 59 this.settingsToolStripMenuItem,
58 this.toolStripSeparator1, 60 this.toolStripSeparator1,
-   61 this.showLogToolStripMenuItem,
-   62 this.toolStripSeparator5,
59 this.aboutToolStripMenuItem, 63 this.aboutToolStripMenuItem,
60 this.exitToolStripMenuItem}); 64 this.quitToolStripMenuItem});
61 this.contextMenuStrip1.Name = "contextMenuStrip1"; 65 this.contextMenuStrip1.Name = "contextMenuStrip1";
62 this.contextMenuStrip1.Size = new System.Drawing.Size(135, 154); 66 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 204);
63 // 67 //
64 // applyNowToolStripMenuItem 68 // applyNowToolStripMenuItem
65 // 69 //
66 this.applyNowToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyNowToolStripMenuItem.Image"))); 70 this.applyNowToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyNowToolStripMenuItem.Image")));
67 this.applyNowToolStripMenuItem.Name = "applyNowToolStripMenuItem"; 71 this.applyNowToolStripMenuItem.Name = "applyNowToolStripMenuItem";
68 this.applyNowToolStripMenuItem.Size = new System.Drawing.Size(134, 22); 72 this.applyNowToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
69 this.applyNowToolStripMenuItem.Text = "Apply Now"; 73 this.applyNowToolStripMenuItem.Text = "Apply Now";
70 this.applyNowToolStripMenuItem.Click += new System.EventHandler(this.ApplyNowToolStripMenuItem_Click); 74 this.applyNowToolStripMenuItem.Click += new System.EventHandler(this.ApplyNowToolStripMenuItem_Click);
71 // 75 //
72 // toolStripSeparator3 76 // toolStripSeparator3
73 // 77 //
74 this.toolStripSeparator3.Name = "toolStripSeparator3"; 78 this.toolStripSeparator3.Name = "toolStripSeparator3";
75 this.toolStripSeparator3.Size = new System.Drawing.Size(131, 6); 79 this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6);
76 // 80 //
77 // applyToolStripMenuItem 81 // applyToolStripMenuItem
78 // 82 //
79 this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 83 this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
80 this.onWindowCreateToolStripMenuItem, 84 this.onWindowCreateToolStripMenuItem,
81 this.toolStripSeparator4, 85 this.toolStripSeparator4,
82 this.everyToolStripMenuItem, 86 this.everyToolStripMenuItem,
83 this.toolStripTextBox1}); 87 this.toolStripTextBox1});
84 this.applyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyToolStripMenuItem.Image"))); 88 this.applyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyToolStripMenuItem.Image")));
85 this.applyToolStripMenuItem.Name = "applyToolStripMenuItem"; 89 this.applyToolStripMenuItem.Name = "applyToolStripMenuItem";
86 this.applyToolStripMenuItem.Size = new System.Drawing.Size(134, 22); 90 this.applyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
87 this.applyToolStripMenuItem.Text = "Apply..."; 91 this.applyToolStripMenuItem.Text = "Apply...";
88 // 92 //
89 // onWindowCreateToolStripMenuItem 93 // onWindowCreateToolStripMenuItem
90 // 94 //
91 this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate; 95 this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate;
92 this.onWindowCreateToolStripMenuItem.CheckOnClick = true; 96 this.onWindowCreateToolStripMenuItem.CheckOnClick = true;
93 this.onWindowCreateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("onWindowCreateToolStripMenuItem.Image"))); 97 this.onWindowCreateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("onWindowCreateToolStripMenuItem.Image")));
94 this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem"; 98 this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem";
95 this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(174, 22); 99 this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
96 this.onWindowCreateToolStripMenuItem.Text = "On Window Create"; 100 this.onWindowCreateToolStripMenuItem.Text = "On Window Create";
97 this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged); 101 this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged);
98 // 102 //
99 // toolStripSeparator4 103 // toolStripSeparator4
100 // 104 //
101 this.toolStripSeparator4.Name = "toolStripSeparator4"; 105 this.toolStripSeparator4.Name = "toolStripSeparator4";
102 this.toolStripSeparator4.Size = new System.Drawing.Size(171, 6); 106 this.toolStripSeparator4.Size = new System.Drawing.Size(171, 6);
103 // 107 //
104 // everyToolStripMenuItem 108 // everyToolStripMenuItem
105 // 109 //
106 this.everyToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.ApplyEveryTimeEnabled; 110 this.everyToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.ApplyEveryTimeEnabled;
107 this.everyToolStripMenuItem.CheckOnClick = true; 111 this.everyToolStripMenuItem.CheckOnClick = true;
108 this.everyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("everyToolStripMenuItem.Image"))); 112 this.everyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("everyToolStripMenuItem.Image")));
109 this.everyToolStripMenuItem.Name = "everyToolStripMenuItem"; 113 this.everyToolStripMenuItem.Name = "everyToolStripMenuItem";
110 this.everyToolStripMenuItem.Size = new System.Drawing.Size(174, 22); 114 this.everyToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
111 this.everyToolStripMenuItem.Text = "Every"; 115 this.everyToolStripMenuItem.Text = "Every";
112 this.everyToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnEveryToolStripMenuItem_CheckedChanged); 116 this.everyToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnEveryToolStripMenuItem_CheckedChanged);
113 // 117 //
114 // toolStripTextBox1 118 // toolStripTextBox1
115 // 119 //
116 this.toolStripTextBox1.Name = "toolStripTextBox1"; 120 this.toolStripTextBox1.Name = "toolStripTextBox1";
117 this.toolStripTextBox1.Size = new System.Drawing.Size(100, 23); 121 this.toolStripTextBox1.Size = new System.Drawing.Size(100, 23);
118 this.toolStripTextBox1.Text = global::Widow.Properties.Settings.Default.ApplyEveryTime; 122 this.toolStripTextBox1.Text = global::Widow.Properties.Settings.Default.ApplyEveryTime;
119 // 123 //
120 // newToolStripMenuItem 124 // newToolStripMenuItem
121 // 125 //
122 this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); 126 this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
123 this.newToolStripMenuItem.Name = "newToolStripMenuItem"; 127 this.newToolStripMenuItem.Name = "newToolStripMenuItem";
124 this.newToolStripMenuItem.Size = new System.Drawing.Size(134, 22); 128 this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
125 this.newToolStripMenuItem.Text = "Edit Rules..."; 129 this.newToolStripMenuItem.Text = "Edit Rules...";
126 this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click); 130 this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click);
127 // 131 //
128 // toolStripSeparator2 132 // toolStripSeparator2
129 // 133 //
130 this.toolStripSeparator2.Name = "toolStripSeparator2"; 134 this.toolStripSeparator2.Name = "toolStripSeparator2";
131 this.toolStripSeparator2.Size = new System.Drawing.Size(131, 6); 135 this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
132 // 136 //
133 // settingsToolStripMenuItem 137 // settingsToolStripMenuItem
134 // 138 //
135 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 139 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
136 this.launchOnBootToolStripMenuItem}); 140 this.launchOnBootToolStripMenuItem});
137 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image"))); 141 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
138 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 142 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
139 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(134, 22); 143 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
140 this.settingsToolStripMenuItem.Text = "Settings"; 144 this.settingsToolStripMenuItem.Text = "Settings";
141 // 145 //
142 // launchOnBootToolStripMenuItem 146 // launchOnBootToolStripMenuItem
143 // 147 //
144 this.launchOnBootToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.LaunchOnBoot; 148 this.launchOnBootToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.LaunchOnBoot;
145 this.launchOnBootToolStripMenuItem.CheckOnClick = true; 149 this.launchOnBootToolStripMenuItem.CheckOnClick = true;
146 this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem"; 150 this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem";
147 this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(158, 22); 151 this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
148 this.launchOnBootToolStripMenuItem.Text = "Launch on Boot"; 152 this.launchOnBootToolStripMenuItem.Text = "Launch on Boot";
149 this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_CheckedChanged); 153 this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_CheckedChanged);
150 // 154 //
151 // toolStripSeparator1 155 // toolStripSeparator1
152 // 156 //
153 this.toolStripSeparator1.Name = "toolStripSeparator1"; 157 this.toolStripSeparator1.Name = "toolStripSeparator1";
154 this.toolStripSeparator1.Size = new System.Drawing.Size(131, 6); 158 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
155 // 159 //
156 // aboutToolStripMenuItem 160 // aboutToolStripMenuItem
157 // 161 //
158 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image"))); 162 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
159 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 163 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
160 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(134, 22); 164 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
161 this.aboutToolStripMenuItem.Text = "About"; 165 this.aboutToolStripMenuItem.Text = "About";
162 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click); 166 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
163 // 167 //
164 // exitToolStripMenuItem 168 // quitToolStripMenuItem
165 // 169 //
166 this.exitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exitToolStripMenuItem.Image"))); 170 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
167 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; 171 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
168 this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22); 172 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
169 this.exitToolStripMenuItem.Text = "Exit"; 173 this.quitToolStripMenuItem.Text = "Quit";
170 this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click); 174 this.quitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
-   175 //
-   176 // toolStripSeparator5
-   177 //
-   178 this.toolStripSeparator5.Name = "toolStripSeparator5";
-   179 this.toolStripSeparator5.Size = new System.Drawing.Size(177, 6);
-   180 //
-   181 // showLogToolStripMenuItem
-   182 //
-   183 this.showLogToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("showLogToolStripMenuItem.Image")));
-   184 this.showLogToolStripMenuItem.Name = "showLogToolStripMenuItem";
-   185 this.showLogToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
-   186 this.showLogToolStripMenuItem.Text = "Show Log...";
-   187 this.showLogToolStripMenuItem.Click += new System.EventHandler(this.ShowLogToolStripMenuItem_Click);
171 // 188 //
172 // MainForm 189 // MainForm
173 // 190 //
174 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 191 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
175 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 192 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
176 this.ClientSize = new System.Drawing.Size(800, 450); 193 this.ClientSize = new System.Drawing.Size(800, 450);
177 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 194 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
178 this.Name = "MainForm"; 195 this.Name = "MainForm";
179 this.ShowInTaskbar = false; 196 this.ShowInTaskbar = false;
180 this.Text = "MainForm"; 197 this.Text = "MainForm";
181 this.contextMenuStrip1.ResumeLayout(false); 198 this.contextMenuStrip1.ResumeLayout(false);
182 this.ResumeLayout(false); 199 this.ResumeLayout(false);
183   200  
184 } 201 }
185   202  
186 #endregion 203 #endregion
187 private System.Windows.Forms.NotifyIcon notifyIcon1; 204 private System.Windows.Forms.NotifyIcon notifyIcon1;
188 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; 205 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
189 private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; 206 private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
190 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 207 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
191 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; 208 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
192 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; 209 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
193 private System.Windows.Forms.ToolStripMenuItem applyToolStripMenuItem; 210 private System.Windows.Forms.ToolStripMenuItem applyToolStripMenuItem;
194 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 211 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
195 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; 212 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
196 private System.Windows.Forms.ToolStripMenuItem launchOnBootToolStripMenuItem; 213 private System.Windows.Forms.ToolStripMenuItem launchOnBootToolStripMenuItem;
197 private System.Windows.Forms.ToolStripMenuItem onWindowCreateToolStripMenuItem; 214 private System.Windows.Forms.ToolStripMenuItem onWindowCreateToolStripMenuItem;
198 private System.Windows.Forms.ToolStripMenuItem applyNowToolStripMenuItem; 215 private System.Windows.Forms.ToolStripMenuItem applyNowToolStripMenuItem;
199 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; 216 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
200 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; 217 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
201 private System.Windows.Forms.ToolStripMenuItem everyToolStripMenuItem; 218 private System.Windows.Forms.ToolStripMenuItem everyToolStripMenuItem;
202 private System.Windows.Forms.ToolStripTextBox toolStripTextBox1; 219 private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
-   220 private System.Windows.Forms.ToolStripMenuItem showLogToolStripMenuItem;
-   221 private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
203 } 222 }
204 } 223 }
205   224  
206   225