Winify – Diff between revs 30 and 43

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 30 Rev 43
1  1 
2 namespace Winify 2 namespace Winify
3 { 3 {
4 partial class MainForm 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(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.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.logViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   29 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
28 this.contextMenuStrip1.SuspendLayout(); 30 this.contextMenuStrip1.SuspendLayout();
29 this.SuspendLayout(); 31 this.SuspendLayout();
30 // 32 //
31 // notifyIcon1 33 // notifyIcon1
32 // 34 //
33 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 35 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
34 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 36 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
35 this.notifyIcon1.Text = "Winify"; 37 this.notifyIcon1.Text = "Winify";
36 this.notifyIcon1.Visible = true; 38 this.notifyIcon1.Visible = true;
37 // 39 //
38 // contextMenuStrip1 40 // contextMenuStrip1
39 // 41 //
40 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 42 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
41 this.settingsToolStripMenuItem, 43 this.settingsToolStripMenuItem,
42 this.toolStripSeparator1, 44 this.toolStripSeparator1,
-   45 this.logViewToolStripMenuItem,
43 this.updateToolStripMenuItem, 46 this.updateToolStripMenuItem,
-   47 this.toolStripSeparator2,
44 this.aboutToolStripMenuItem, 48 this.aboutToolStripMenuItem,
45 this.quitToolStripMenuItem}); 49 this.quitToolStripMenuItem});
46 this.contextMenuStrip1.Name = "contextMenuStrip1"; 50 this.contextMenuStrip1.Name = "contextMenuStrip1";
47 this.contextMenuStrip1.Size = new System.Drawing.Size(126, 98); 51 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 148);
48 // 52 //
49 // settingsToolStripMenuItem 53 // settingsToolStripMenuItem
50 // 54 //
51 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image"))); 55 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
52 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 56 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
53 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(125, 22); 57 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
54 this.settingsToolStripMenuItem.Text = "Settings..."; 58 this.settingsToolStripMenuItem.Text = "Settings...";
55 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click); 59 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click);
56 // 60 //
57 // toolStripSeparator1 61 // toolStripSeparator1
58 // 62 //
59 this.toolStripSeparator1.Name = "toolStripSeparator1"; 63 this.toolStripSeparator1.Name = "toolStripSeparator1";
60 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); 64 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
61 // 65 //
62 // updateToolStripMenuItem 66 // updateToolStripMenuItem
63 // 67 //
64 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image"))); 68 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image")));
65 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem"; 69 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
66 this.updateToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 70 this.updateToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
67 this.updateToolStripMenuItem.Text = "Update..."; 71 this.updateToolStripMenuItem.Text = "Update...";
68 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click); 72 this.updateToolStripMenuItem.Click += new System.EventHandler(this.UpdateToolStripMenuItem_Click);
69 // 73 //
70 // aboutToolStripMenuItem 74 // aboutToolStripMenuItem
71 // 75 //
72 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image"))); 76 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
73 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 77 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
74 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 78 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
75 this.aboutToolStripMenuItem.Text = "About"; 79 this.aboutToolStripMenuItem.Text = "About";
76 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click); 80 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
77 // 81 //
78 // quitToolStripMenuItem 82 // quitToolStripMenuItem
79 // 83 //
80 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image"))); 84 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
81 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; 85 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
82 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 86 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
83 this.quitToolStripMenuItem.Text = "Quit"; 87 this.quitToolStripMenuItem.Text = "Quit";
84 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click); 88 this.quitToolStripMenuItem.Click += new System.EventHandler(this.QuitToolStripMenuItem_Click);
85 // 89 //
-   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 //
86 // MainForm 103 // MainForm
87 // 104 //
88 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 105 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
89 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
90 this.ClientSize = new System.Drawing.Size(800, 450); 107 this.ClientSize = new System.Drawing.Size(800, 450);
91 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 108 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
92 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 109 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
93 this.Name = "MainForm"; 110 this.Name = "MainForm";
94 this.Opacity = 0D; 111 this.Opacity = 0D;
95 this.ShowIcon = false; 112 this.ShowIcon = false;
96 this.ShowInTaskbar = false; 113 this.ShowInTaskbar = false;
97 this.Text = "Winify: Main"; 114 this.Text = "Winify: Main";
98 this.WindowState = System.Windows.Forms.FormWindowState.Minimized; 115 this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
99 this.Load += new System.EventHandler(this.MainForm_Load); 116 this.Load += new System.EventHandler(this.MainForm_Load);
100 this.contextMenuStrip1.ResumeLayout(false); 117 this.contextMenuStrip1.ResumeLayout(false);
101 this.ResumeLayout(false); 118 this.ResumeLayout(false);
102   119  
103 } 120 }
104   121  
105 #endregion 122 #endregion
106   123  
107 private System.Windows.Forms.NotifyIcon notifyIcon1; 124 private System.Windows.Forms.NotifyIcon notifyIcon1;
108 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; 125 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
109 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; 126 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
110 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 127 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
111 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; 128 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
112 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem; 129 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
113 private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem; 130 private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem;
-   131 private System.Windows.Forms.ToolStripMenuItem logViewToolStripMenuItem;
-   132 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
114 } 133 }
115 } 134 }
116   135  
117   136