Winify – Diff between revs 14 and 30

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 14 Rev 30
Line 1... Line 1...
1  1 
2 namespace Winify 2 namespace Winify
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.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.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 25 this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
Line 42... Line 42...
42 this.toolStripSeparator1, 42 this.toolStripSeparator1,
43 this.updateToolStripMenuItem, 43 this.updateToolStripMenuItem,
44 this.aboutToolStripMenuItem, 44 this.aboutToolStripMenuItem,
45 this.quitToolStripMenuItem}); 45 this.quitToolStripMenuItem});
46 this.contextMenuStrip1.Name = "contextMenuStrip1"; 46 this.contextMenuStrip1.Name = "contextMenuStrip1";
47 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 120); 47 this.contextMenuStrip1.Size = new System.Drawing.Size(126, 98);
48 // 48 //
49 // settingsToolStripMenuItem 49 // settingsToolStripMenuItem
50 // 50 //
51 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image"))); 51 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
52 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 52 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
53 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 53 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
54 this.settingsToolStripMenuItem.Text = "Settings..."; 54 this.settingsToolStripMenuItem.Text = "Settings...";
55 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click); 55 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click);
56 // 56 //
57 // toolStripSeparator1 57 // toolStripSeparator1
58 // 58 //
Line 81... Line 81...
81 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; 81 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
82 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 82 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
83 this.quitToolStripMenuItem.Text = "Quit"; 83 this.quitToolStripMenuItem.Text = "Quit";
84 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click); 84 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
85 // 85 //
86 // Form1 86 // MainForm
87 // 87 //
88 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 88 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
89 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 89 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
90 this.ClientSize = new System.Drawing.Size(800, 450); 90 this.ClientSize = new System.Drawing.Size(800, 450);
-   91 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
-   92 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
91 this.Name = "Form1"; 93 this.Name = "MainForm";
-   94 this.Opacity = 0D;
-   95 this.ShowIcon = false;
-   96 this.ShowInTaskbar = false;
92 this.Text = "Form1"; 97 this.Text = "Winify: Main";
-   98 this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
-   99 this.Load += new System.EventHandler(this.MainForm_Load);
93 this.contextMenuStrip1.ResumeLayout(false); 100 this.contextMenuStrip1.ResumeLayout(false);
94 this.ResumeLayout(false); 101 this.ResumeLayout(false);
Line 95... Line 102...
95   102