Widow – Blame information for rev 11

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