Winify – Diff between revs 65 and 67

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 65 Rev 67
1  1 
-   2 using System.ComponentModel;
-   3 using System.Windows.Forms;
-   4  
2 namespace Winify 5 namespace Winify
3 { 6 {
4 partial class MainForm 7 partial class MainForm
5 { 8 {
6 /// <summary> 9 /// <summary>
7 /// Required designer variable. 10 /// Required designer variable.
8 /// </summary> 11 /// </summary>
9 private System.ComponentModel.IContainer components = null; 12 private IContainer components = null;
10   13  
11 #region Windows Form Designer generated code 14 #region Windows Form Designer generated code
12   15  
13 /// <summary> 16 /// <summary>
14 /// Required method for Designer support - do not modify 17 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor. 18 /// the contents of this method with the code editor.
16 /// </summary> 19 /// </summary>
17 private void InitializeComponent() 20 private void InitializeComponent()
18 { 21 {
19 this.components = new System.ComponentModel.Container(); 22 this.components = new System.ComponentModel.Container();
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); 23 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
21 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); 24 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
22 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); 25 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
23 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 26 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 27 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
25 this.logViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 28 this.logViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 29 this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 30 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
28 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 31 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
29 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 32 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
30 this.contextMenuStrip1.SuspendLayout(); 33 this.contextMenuStrip1.SuspendLayout();
31 this.SuspendLayout(); 34 this.SuspendLayout();
32 // 35 //
33 // notifyIcon1 36 // notifyIcon1
34 // 37 //
35 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 38 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
36 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 39 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
37 this.notifyIcon1.Text = "Winify"; 40 this.notifyIcon1.Text = "Winify";
38 this.notifyIcon1.Visible = true; 41 this.notifyIcon1.Visible = true;
39 // 42 //
40 // contextMenuStrip1 43 // contextMenuStrip1
41 // 44 //
42 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 45 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
43 this.settingsToolStripMenuItem, 46 this.settingsToolStripMenuItem,
44 this.toolStripSeparator1, 47 this.toolStripSeparator1,
45 this.logViewToolStripMenuItem, 48 this.logViewToolStripMenuItem,
46 this.updateToolStripMenuItem, 49 this.updateToolStripMenuItem,
47 this.toolStripSeparator2, 50 this.toolStripSeparator2,
48 this.aboutToolStripMenuItem, 51 this.aboutToolStripMenuItem,
49 this.quitToolStripMenuItem}); 52 this.quitToolStripMenuItem});
50 this.contextMenuStrip1.Name = "contextMenuStrip1"; 53 this.contextMenuStrip1.Name = "contextMenuStrip1";
51 this.contextMenuStrip1.Size = new System.Drawing.Size(129, 126); 54 this.contextMenuStrip1.Size = new System.Drawing.Size(129, 126);
52 // 55 //
53 // settingsToolStripMenuItem 56 // settingsToolStripMenuItem
54 // 57 //
55 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image"))); 58 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
56 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 59 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
57 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(128, 22); 60 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
58 this.settingsToolStripMenuItem.Text = "Settings..."; 61 this.settingsToolStripMenuItem.Text = "Settings...";
59 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click); 62 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click);
60 // 63 //
61 // toolStripSeparator1 64 // toolStripSeparator1
62 // 65 //
63 this.toolStripSeparator1.Name = "toolStripSeparator1"; 66 this.toolStripSeparator1.Name = "toolStripSeparator1";
64 this.toolStripSeparator1.Size = new System.Drawing.Size(125, 6); 67 this.toolStripSeparator1.Size = new System.Drawing.Size(125, 6);
65 // 68 //
66 // logViewToolStripMenuItem 69 // logViewToolStripMenuItem
67 // 70 //
68 this.logViewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("logViewToolStripMenuItem.Image"))); 71 this.logViewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("logViewToolStripMenuItem.Image")));
69 this.logViewToolStripMenuItem.Name = "logViewToolStripMenuItem"; 72 this.logViewToolStripMenuItem.Name = "logViewToolStripMenuItem";
70 this.logViewToolStripMenuItem.Size = new System.Drawing.Size(128, 22); 73 this.logViewToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
71 this.logViewToolStripMenuItem.Text = "Log View..."; 74 this.logViewToolStripMenuItem.Text = "Log View...";
72 this.logViewToolStripMenuItem.Click += new System.EventHandler(this.LogViewToolStripMenuItem_Click); 75 this.logViewToolStripMenuItem.Click += new System.EventHandler(this.LogViewToolStripMenuItem_Click);
73 // 76 //
74 // updateToolStripMenuItem 77 // updateToolStripMenuItem
75 // 78 //
76 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image"))); 79 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image")));
77 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem"; 80 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
78 this.updateToolStripMenuItem.Size = new System.Drawing.Size(128, 22); 81 this.updateToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
79 this.updateToolStripMenuItem.Text = "Update..."; 82 this.updateToolStripMenuItem.Text = "Update...";
80 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click); 83 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click);
81 // 84 //
82 // toolStripSeparator2 85 // toolStripSeparator2
83 // 86 //
84 this.toolStripSeparator2.Name = "toolStripSeparator2"; 87 this.toolStripSeparator2.Name = "toolStripSeparator2";
85 this.toolStripSeparator2.Size = new System.Drawing.Size(125, 6); 88 this.toolStripSeparator2.Size = new System.Drawing.Size(125, 6);
86 // 89 //
87 // aboutToolStripMenuItem 90 // aboutToolStripMenuItem
88 // 91 //
89 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image"))); 92 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
90 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 93 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
91 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(128, 22); 94 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
92 this.aboutToolStripMenuItem.Text = "About"; 95 this.aboutToolStripMenuItem.Text = "About";
93 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click); 96 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
94 // 97 //
95 // quitToolStripMenuItem 98 // quitToolStripMenuItem
96 // 99 //
97 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image"))); 100 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
98 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; 101 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
99 this.quitToolStripMenuItem.Size = new System.Drawing.Size(128, 22); 102 this.quitToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
100 this.quitToolStripMenuItem.Text = "Quit"; 103 this.quitToolStripMenuItem.Text = "Quit";
101 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click); 104 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
102 // 105 //
103 // MainForm 106 // MainForm
104 // 107 //
105 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 108 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 109 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
107 this.ClientSize = new System.Drawing.Size(800, 450); 110 this.ClientSize = new System.Drawing.Size(800, 450);
108 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 111 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
109 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 112 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
110 this.Name = "MainForm"; 113 this.Name = "MainForm";
111 this.Opacity = 0D; 114 this.Opacity = 0D;
112 this.ShowInTaskbar = false; 115 this.ShowInTaskbar = false;
113 this.Text = "Winify: Main"; 116 this.Text = "Winify: Main";
114 this.WindowState = System.Windows.Forms.FormWindowState.Minimized; 117 this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
115 this.Load += new System.EventHandler(this.MainForm_Load); 118 this.Load += new System.EventHandler(this.MainForm_Load);
116 this.contextMenuStrip1.ResumeLayout(false); 119 this.contextMenuStrip1.ResumeLayout(false);
117 this.ResumeLayout(false); 120 this.ResumeLayout(false);
118   121  
119 } 122 }
120   123  
121 #endregion 124 #endregion
122   125  
123 private System.Windows.Forms.NotifyIcon notifyIcon1; 126 private NotifyIcon notifyIcon1;
124 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; 127 private ContextMenuStrip contextMenuStrip1;
125 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; 128 private ToolStripMenuItem settingsToolStripMenuItem;
126 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 129 private ToolStripSeparator toolStripSeparator1;
127 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; 130 private ToolStripMenuItem aboutToolStripMenuItem;
128 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem; 131 private ToolStripMenuItem quitToolStripMenuItem;
129 private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem; 132 private ToolStripMenuItem updateToolStripMenuItem;
130 private System.Windows.Forms.ToolStripMenuItem logViewToolStripMenuItem; 133 private ToolStripMenuItem logViewToolStripMenuItem;
131 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 134 private ToolStripSeparator toolStripSeparator2;
132 } 135 }
133 } 136 }
134   137  
135   138