Widow – Diff between revs 5 and 6

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 5 Rev 6
Line 1... Line 1...
1  1 
2 namespace Widow 2 namespace Widow
3 { 3 {
4 partial class Form1 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;
Line 15... Line 15...
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(Form1)); 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.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 23 this.applyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 24 this.onWindowCreateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
25 this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 25 this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Line 34... Line 34...
34 // 34 //
35 // notifyIcon1 35 // notifyIcon1
36 // 36 //
37 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 37 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
38 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 38 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
39 this.notifyIcon1.Text = "notifyIcon1"; 39 this.notifyIcon1.Text = "Widow";
40 this.notifyIcon1.Visible = true; 40 this.notifyIcon1.Visible = true;
41 // 41 //
42 // contextMenuStrip1 42 // contextMenuStrip1
43 // 43 //
44 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 44 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
Line 64... Line 64...
64 // onWindowCreateToolStripMenuItem 64 // onWindowCreateToolStripMenuItem
65 // 65 //
66 this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate; 66 this.onWindowCreateToolStripMenuItem.Checked = global::Widow.Properties.Settings.Default.OnWindowCreate;
67 this.onWindowCreateToolStripMenuItem.CheckOnClick = true; 67 this.onWindowCreateToolStripMenuItem.CheckOnClick = true;
68 this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem"; 68 this.onWindowCreateToolStripMenuItem.Name = "onWindowCreateToolStripMenuItem";
69 this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(174, 22); 69 this.onWindowCreateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
70 this.onWindowCreateToolStripMenuItem.Text = "On Window Create"; 70 this.onWindowCreateToolStripMenuItem.Text = "On Window Create";
71 this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged); 71 this.onWindowCreateToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnWindowCreateToolStripMenuItem_CheckedChanged);
72 // 72 //
73 // newToolStripMenuItem 73 // newToolStripMenuItem
74 // 74 //
Line 126... Line 126...
126 // 126 //
127 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 127 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
128 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 128 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
129 this.ClientSize = new System.Drawing.Size(800, 450); 129 this.ClientSize = new System.Drawing.Size(800, 450);
130 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 130 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
131 this.Name = "Form1"; 131 this.Name = "MainForm";
132 this.ShowInTaskbar = false; 132 this.ShowInTaskbar = false;
133 this.Text = "Form1"; 133 this.Text = "Form1";
134 this.contextMenuStrip1.ResumeLayout(false); 134 this.contextMenuStrip1.ResumeLayout(false);
135 this.ResumeLayout(false); 135 this.ResumeLayout(false);