Widow – Blame information for rev 8

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