Widow – Diff between revs 6 and 7

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 6 Rev 7
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();
-   24 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
23 this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 25 this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 26 this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
25 this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 27 this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 28 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
27 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 29 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
28 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 30 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
29 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 31 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
30 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 32 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 33 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32 this.contextMenuStrip1.SuspendLayout(); 34 this.contextMenuStrip1.SuspendLayout();
33 this.SuspendLayout(); 35 this.SuspendLayout();
34 // 36 //
35 // notifyIcon1 37 // notifyIcon1
36 // 38 //
37 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 39 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
38 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 40 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
39 this.notifyIcon1.Text = "Widow"; 41 this.notifyIcon1.Text = "Widow";
40 this.notifyIcon1.Visible = true; 42 this.notifyIcon1.Visible = true;
41 // 43 //
42 // contextMenuStrip1 44 // contextMenuStrip1
43 // 45 //
44 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 46 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
-   47 this.applyNowToolStripMenuItem,
-   48 this.toolStripSeparator3,
45 this.applyToolStripMenuItem, 49 this.applyToolStripMenuItem,
46 this.newToolStripMenuItem, 50 this.newToolStripMenuItem,
47 this.toolStripSeparator2, 51 this.toolStripSeparator2,
48 this.settingsToolStripMenuItem, 52 this.settingsToolStripMenuItem,
49 this.toolStripSeparator1, 53 this.toolStripSeparator1,
50 this.aboutToolStripMenuItem, 54 this.aboutToolStripMenuItem,
51 this.exitToolStripMenuItem}); 55 this.exitToolStripMenuItem});
52 this.contextMenuStrip1.Name = "contextMenuStrip1"; 56 this.contextMenuStrip1.Name = "contextMenuStrip1";
53 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 148); 57 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 176);
-   58 //
-   59 // applyNowToolStripMenuItem
-   60 //
-   61 this.applyNowToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyNowToolStripMenuItem.Image")));
-   62 this.applyNowToolStripMenuItem.Name = "applyNowToolStripMenuItem";
-   63 this.applyNowToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
-   64 this.applyNowToolStripMenuItem.Text = "Apply Now";
-   65 this.applyNowToolStripMenuItem.Click += new System.EventHandler(this.ApplyNowToolStripMenuItem_Click);
-   66 //
-   67 // toolStripSeparator3
-   68 //
-   69 this.toolStripSeparator3.Name = "toolStripSeparator3";
-   70 this.toolStripSeparator3.Size = new System.Drawing.Size(177, 6);
54 // 71 //
55 // applyToolStripMenuItem 72 // applyToolStripMenuItem
56 // 73 //
57 this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 74 this.applyToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
58 this.onWindowCreateToolStripMenuItem}); 75 this.onWindowCreateToolStripMenuItem});
59 this.applyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyToolStripMenuItem.Image"))); 76 this.applyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("applyToolStripMenuItem.Image")));
60 this.applyToolStripMenuItem.Name = "applyToolStripMenuItem"; 77 this.applyToolStripMenuItem.Name = "applyToolStripMenuItem";
61 this.applyToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 78 this.applyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
62 this.applyToolStripMenuItem.Text = "Apply..."; 79 this.applyToolStripMenuItem.Text = "Apply...";
63 // 80 //
64 // onWindowCreateToolStripMenuItem 81 // onWindowCreateToolStripMenuItem
65 // 82 //
66 this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate; 83 this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate;
67 this.onWindowCreateToolStripMenuItem.CheckOnClick = true; 84 this.onWindowCreateToolStripMenuItem.CheckOnClick = true;
68 this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem"; 85 this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem";
69 this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 86 this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
70 this.onWindowCreateToolStripMenuItem.Text = "On Window Create"; 87 this.onWindowCreateToolStripMenuItem.Text = "On Window Create";
71 this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged); 88 this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged);
72 // 89 //
73 // newToolStripMenuItem 90 // newToolStripMenuItem
74 // 91 //
75 this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); 92 this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
76 this.newToolStripMenuItem.Name = "newToolStripMenuItem"; 93 this.newToolStripMenuItem.Name = "newToolStripMenuItem";
77 this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 94 this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
78 this.newToolStripMenuItem.Text = "Edit Rules..."; 95 this.newToolStripMenuItem.Text = "Edit Rules...";
79 this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click); 96 this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItem_Click);
80 // 97 //
81 // toolStripSeparator2 98 // toolStripSeparator2
82 // 99 //
83 this.toolStripSeparator2.Name = "toolStripSeparator2"; 100 this.toolStripSeparator2.Name = "toolStripSeparator2";
84 this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6); 101 this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
85 // 102 //
86 // settingsToolStripMenuItem 103 // settingsToolStripMenuItem
87 // 104 //
88 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 105 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
89 this.launchOnBootToolStripMenuItem}); 106 this.launchOnBootToolStripMenuItem});
90 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image"))); 107 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
91 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 108 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
92 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 109 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
93 this.settingsToolStripMenuItem.Text = "Settings"; 110 this.settingsToolStripMenuItem.Text = "Settings";
94 // 111 //
95 // launchOnBootToolStripMenuItem 112 // launchOnBootToolStripMenuItem
96 // 113 //
97 this.launchOnBootToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.LaunchOnBoot; 114 this.launchOnBootToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.LaunchOnBoot;
98 this.launchOnBootToolStripMenuItem.CheckOnClick = true; 115 this.launchOnBootToolStripMenuItem.CheckOnClick = true;
99 this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem"; 116 this.launchOnBootToolStripMenuItem.Name = "launchOnBootToolStripMenuItem";
100 this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(158, 22); 117 this.launchOnBootToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
101 this.launchOnBootToolStripMenuItem.Text = "Launch on Boot"; 118 this.launchOnBootToolStripMenuItem.Text = "Launch on Boot";
102 this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_CheckedChanged); 119 this.launchOnBootToolStripMenuItem.CheckedChanged += new System.EventHandler(this.LaunchOnBootToolStripMenuItem_CheckedChanged);
103 // 120 //
104 // toolStripSeparator1 121 // toolStripSeparator1
105 // 122 //
106 this.toolStripSeparator1.Name = "toolStripSeparator1"; 123 this.toolStripSeparator1.Name = "toolStripSeparator1";
107 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); 124 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
108 // 125 //
109 // aboutToolStripMenuItem 126 // aboutToolStripMenuItem
110 // 127 //
111 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image"))); 128 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
112 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 129 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
113 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 130 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
114 this.aboutToolStripMenuItem.Text = "About"; 131 this.aboutToolStripMenuItem.Text = "About";
115 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click); 132 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
116 // 133 //
117 // exitToolStripMenuItem 134 // exitToolStripMenuItem
118 // 135 //
119 this.exitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exitToolStripMenuItem.Image"))); 136 this.exitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exitToolStripMenuItem.Image")));
120 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; 137 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
121 this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 138 this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
122 this.exitToolStripMenuItem.Text = "Exit"; 139 this.exitToolStripMenuItem.Text = "Exit";
123 this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click); 140 this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
124 // 141 //
125 // Form1 142 // MainForm
126 // 143 //
127 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 144 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
128 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 145 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
129 this.ClientSize = new System.Drawing.Size(800, 450); 146 this.ClientSize = new System.Drawing.Size(800, 450);
130 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 147 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
131 this.Name = "MainForm"; 148 this.Name = "MainForm";
132 this.ShowInTaskbar = false; 149 this.ShowInTaskbar = false;
133 this.Text = "Form1"; 150 this.Text = "MainForm";
134 this.contextMenuStrip1.ResumeLayout(false); 151 this.contextMenuStrip1.ResumeLayout(false);
135 this.ResumeLayout(false); 152 this.ResumeLayout(false);
136   153  
137 } 154 }
138   155  
139 #endregion 156 #endregion
140 private System.Windows.Forms.NotifyIcon notifyIcon1; 157 private System.Windows.Forms.NotifyIcon notifyIcon1;
141 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; 158 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
142 private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; 159 private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
143 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 160 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
144 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; 161 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
145 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; 162 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
146 private System.Windows.Forms.ToolStripMenuItem applyToolStripMenuItem; 163 private System.Windows.Forms.ToolStripMenuItem applyToolStripMenuItem;
147 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 164 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
148 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; 165 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
149 private System.Windows.Forms.ToolStripMenuItem launchOnBootToolStripMenuItem; 166 private System.Windows.Forms.ToolStripMenuItem launchOnBootToolStripMenuItem;
150 private System.Windows.Forms.ToolStripMenuItem onWindowCreateToolStripMenuItem; 167 private System.Windows.Forms.ToolStripMenuItem onWindowCreateToolStripMenuItem;
-   168 private System.Windows.Forms.ToolStripMenuItem applyNowToolStripMenuItem;
-   169 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
151 } 170 }
152 } 171 }
153   172  
154   173