Winify – Diff between revs 43 and 65

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 43 Rev 65
Line 20... Line 20...
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.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 23 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 24 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
-   25 this.logViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
25 this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 26 this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   27 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
26 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 28 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 29 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
28 this.logViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); -  
29 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); -  
30 this.contextMenuStrip1.SuspendLayout(); 30 this.contextMenuStrip1.SuspendLayout();
31 this.SuspendLayout(); 31 this.SuspendLayout();
32 // 32 //
33 // notifyIcon1 33 // notifyIcon1
34 // 34 //
Line 46... Line 46...
46 this.updateToolStripMenuItem, 46 this.updateToolStripMenuItem,
47 this.toolStripSeparator2, 47 this.toolStripSeparator2,
48 this.aboutToolStripMenuItem, 48 this.aboutToolStripMenuItem,
49 this.quitToolStripMenuItem}); 49 this.quitToolStripMenuItem});
50 this.contextMenuStrip1.Name = "contextMenuStrip1"; 50 this.contextMenuStrip1.Name = "contextMenuStrip1";
51 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 148); 51 this.contextMenuStrip1.Size = new System.Drawing.Size(129, 126);
52 // 52 //
53 // settingsToolStripMenuItem 53 // settingsToolStripMenuItem
54 // 54 //
55 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image"))); 55 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
56 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 56 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
57 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 57 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
58 this.settingsToolStripMenuItem.Text = "Settings..."; 58 this.settingsToolStripMenuItem.Text = "Settings...";
59 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click); 59 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click);
60 // 60 //
61 // toolStripSeparator1 61 // toolStripSeparator1
62 // 62 //
63 this.toolStripSeparator1.Name = "toolStripSeparator1"; 63 this.toolStripSeparator1.Name = "toolStripSeparator1";
64 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); 64 this.toolStripSeparator1.Size = new System.Drawing.Size(125, 6);
-   65 //
-   66 // logViewToolStripMenuItem
-   67 //
-   68 this.logViewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("logViewToolStripMenuItem.Image")));
-   69 this.logViewToolStripMenuItem.Name = "logViewToolStripMenuItem";
-   70 this.logViewToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
-   71 this.logViewToolStripMenuItem.Text = "Log View...";
-   72 this.logViewToolStripMenuItem.Click += new System.EventHandler(this.LogViewToolStripMenuItem_Click);
65 // 73 //
66 // updateToolStripMenuItem 74 // updateToolStripMenuItem
67 // 75 //
68 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image"))); 76 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image")));
69 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem"; 77 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
70 this.updateToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 78 this.updateToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
71 this.updateToolStripMenuItem.Text = "Update..."; 79 this.updateToolStripMenuItem.Text = "Update...";
72 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click); 80 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click);
73 // 81 //
-   82 // toolStripSeparator2
-   83 //
-   84 this.toolStripSeparator2.Name = "toolStripSeparator2";
-   85 this.toolStripSeparator2.Size = new System.Drawing.Size(125, 6);
-   86 //
74 // aboutToolStripMenuItem 87 // aboutToolStripMenuItem
75 // 88 //
76 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image"))); 89 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
77 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 90 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
78 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 91 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
79 this.aboutToolStripMenuItem.Text = "About"; 92 this.aboutToolStripMenuItem.Text = "About";
80 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click); 93 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
81 // 94 //
82 // quitToolStripMenuItem 95 // quitToolStripMenuItem
83 // 96 //
84 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image"))); 97 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
85 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; 98 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
86 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 99 this.quitToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
87 this.quitToolStripMenuItem.Text = "Quit"; 100 this.quitToolStripMenuItem.Text = "Quit";
88 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click); 101 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
89 // 102 //
90 // logViewToolStripMenuItem -  
91 // -  
92 this.logViewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("logViewToolStripMenuItem.Image"))); -  
93 this.logViewToolStripMenuItem.Name = "logViewToolStripMenuItem"; -  
94 this.logViewToolStripMenuItem.Size = new System.Drawing.Size(180, 22); -  
95 this.logViewToolStripMenuItem.Text = "Log View..."; -  
96 this.logViewToolStripMenuItem.Click += new System.EventHandler(this.LogViewToolStripMenuItem_Click); -  
97 // -  
98 // toolStripSeparator2 -  
99 // -  
100 this.toolStripSeparator2.Name = "toolStripSeparator2"; -  
101 this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6); -  
102 // -  
103 // MainForm 103 // MainForm
104 // 104 //
105 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 105 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
107 this.ClientSize = new System.Drawing.Size(800, 450); 107 this.ClientSize = new System.Drawing.Size(800, 450);
108 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 108 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
109 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 109 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
110 this.Name = "MainForm"; 110 this.Name = "MainForm";
111 this.Opacity = 0D; 111 this.Opacity = 0D;
112 this.ShowIcon = false; -  
113 this.ShowInTaskbar = false; 112 this.ShowInTaskbar = false;
114 this.Text = "Winify: Main"; 113 this.Text = "Winify: Main";
115 this.WindowState = System.Windows.Forms.FormWindowState.Minimized; 114 this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
116 this.Load += new System.EventHandler(this.MainForm_Load); 115 this.Load += new System.EventHandler(this.MainForm_Load);
117 this.contextMenuStrip1.ResumeLayout(false); 116 this.contextMenuStrip1.ResumeLayout(false);