Widow – Diff between revs 6 and 7

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 6 Rev 7
Line 18... Line 18...
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();
Line 40... Line 42...
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});
Line 64... Line 81...
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 //
Line 120... Line 137...
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);
Line 136... Line 153...
136   153  
Line 146... Line 163...
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 }