Winify – Diff between revs 14 and 30

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 14 Rev 30
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;
10   10  
11 #region Windows Form Designer generated code 11 #region Windows Form Designer generated code
12   12  
13 /// <summary> 13 /// <summary>
14 /// Required method for Designer support - do not modify 14 /// Required method for Designer support - do not modify
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();
26 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 26 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 27 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
28 this.contextMenuStrip1.SuspendLayout(); 28 this.contextMenuStrip1.SuspendLayout();
29 this.SuspendLayout(); 29 this.SuspendLayout();
30 // 30 //
31 // notifyIcon1 31 // notifyIcon1
32 // 32 //
33 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 33 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
34 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 34 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
35 this.notifyIcon1.Text = "Winify"; 35 this.notifyIcon1.Text = "Winify";
36 this.notifyIcon1.Visible = true; 36 this.notifyIcon1.Visible = true;
37 // 37 //
38 // contextMenuStrip1 38 // contextMenuStrip1
39 // 39 //
40 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 40 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
41 this.settingsToolStripMenuItem, 41 this.settingsToolStripMenuItem,
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 //
59 this.toolStripSeparator1.Name = "toolStripSeparator1"; 59 this.toolStripSeparator1.Name = "toolStripSeparator1";
60 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); 60 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
61 // 61 //
62 // updateToolStripMenuItem 62 // updateToolStripMenuItem
63 // 63 //
64 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image"))); 64 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image")));
65 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem"; 65 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
66 this.updateToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 66 this.updateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
67 this.updateToolStripMenuItem.Text = "Update..."; 67 this.updateToolStripMenuItem.Text = "Update...";
68 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click); 68 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click);
69 // 69 //
70 // aboutToolStripMenuItem 70 // aboutToolStripMenuItem
71 // 71 //
72 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image"))); 72 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
73 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 73 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
74 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 74 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
75 this.aboutToolStripMenuItem.Text = "About"; 75 this.aboutToolStripMenuItem.Text = "About";
76 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click); 76 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
77 // 77 //
78 // quitToolStripMenuItem 78 // quitToolStripMenuItem
79 // 79 //
80 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image"))); 80 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
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);
95   102  
96 } 103 }
97   104  
98 #endregion 105 #endregion
99   106  
100 private System.Windows.Forms.NotifyIcon notifyIcon1; 107 private System.Windows.Forms.NotifyIcon notifyIcon1;
101 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; 108 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
102 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; 109 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
103 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 110 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
104 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; 111 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
105 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem; 112 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
106 private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem; 113 private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem;
107 } 114 }
108 } 115 }
109   116  
110   117