Winify – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
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(Form1)); 20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
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.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); -  
24 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); -  
25 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 23 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 24 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
-   25 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   26 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.contextMenuStrip1.SuspendLayout(); 27 this.contextMenuStrip1.SuspendLayout();
28 this.SuspendLayout(); 28 this.SuspendLayout();
29 // 29 //
30 // notifyIcon1 30 // notifyIcon1
31 // 31 //
32 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 32 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
33 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 33 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
34 this.notifyIcon1.Text = "notifyIcon1"; 34 this.notifyIcon1.Text = "Winify";
35 this.notifyIcon1.Visible = true; 35 this.notifyIcon1.Visible = true;
36 // 36 //
37 // contextMenuStrip1 37 // contextMenuStrip1
38 // 38 //
39 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 39 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
Line 42... Line 42...
42 this.aboutToolStripMenuItem, 42 this.aboutToolStripMenuItem,
43 this.quitToolStripMenuItem}); 43 this.quitToolStripMenuItem});
44 this.contextMenuStrip1.Name = "contextMenuStrip1"; 44 this.contextMenuStrip1.Name = "contextMenuStrip1";
45 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 98); 45 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 98);
46 // 46 //
47 // quitToolStripMenuItem -  
48 // -  
49 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image"))); -  
50 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; -  
51 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); -  
52 this.quitToolStripMenuItem.Text = "Quit"; -  
53 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click); -  
54 // -  
55 // aboutToolStripMenuItem -  
56 // -  
57 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image"))); -  
58 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; -  
59 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); -  
60 this.aboutToolStripMenuItem.Text = "About"; -  
61 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click); -  
62 // -  
63 // settingsToolStripMenuItem 47 // settingsToolStripMenuItem
64 // 48 //
65 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image"))); 49 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
66 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 50 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
67 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 51 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
Line 71... Line 55...
71 // toolStripSeparator1 55 // toolStripSeparator1
72 // 56 //
73 this.toolStripSeparator1.Name = "toolStripSeparator1"; 57 this.toolStripSeparator1.Name = "toolStripSeparator1";
74 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); 58 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
75 // 59 //
-   60 // aboutToolStripMenuItem
-   61 //
-   62 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
-   63 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
-   64 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
-   65 this.aboutToolStripMenuItem.Text = "About";
-   66 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
-   67 //
-   68 // quitToolStripMenuItem
-   69 //
-   70 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
-   71 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
-   72 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
-   73 this.quitToolStripMenuItem.Text = "Quit";
-   74 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
-   75 //
76 // Form1 76 // Form1
77 // 77 //
78 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 78 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
79 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 79 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
80 this.ClientSize = new System.Drawing.Size(800, 450); 80 this.ClientSize = new System.Drawing.Size(800, 450);