Widow – Blame information for rev 21

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