misu – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 1... Line 1...
1 namespace misu 1 namespace misu
2 { 2 {
3 partial class Form1 3 partial class MisuMainForm
4 { 4 {
5 /// <summary> 5 /// <summary>
6 /// Required designer variable. 6 /// Required designer variable.
7 /// </summary> 7 /// </summary>
8 private System.ComponentModel.IContainer components = null; 8 private System.ComponentModel.IContainer components = null;
Line 27... Line 27...
27 /// the contents of this method with the code editor. 27 /// the contents of this method with the code editor.
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
31 this.components = new System.ComponentModel.Container(); 31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MisuMainForm));
33 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); 33 this.misuNotificationIcon = new System.Windows.Forms.NotifyIcon(this.components);
34 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); 34 this.misu = new System.Windows.Forms.ContextMenuStrip(this.components);
35 this.bindKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 35 this.bindKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 36 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
37 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 37 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 38 this.launchOnBootToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); 39 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
40 this.mouseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 40 this.mouseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.keyboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 41 this.keyboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 42 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
43 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 43 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 44 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.contextMenuStrip1.SuspendLayout(); 45 this.misu.SuspendLayout();
46 this.SuspendLayout(); 46 this.SuspendLayout();
47 // 47 //
48 // notifyIcon1 48 // misuNotificationIcon
49 // 49 //
50 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; 50 this.misuNotificationIcon.ContextMenuStrip = this.misu;
51 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); 51 this.misuNotificationIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("misuNotificationIcon.Icon")));
52 this.notifyIcon1.Text = "notifyIcon1"; 52 this.misuNotificationIcon.Text = "misu";
53 this.notifyIcon1.Visible = true; 53 this.misuNotificationIcon.Visible = true;
54 // 54 //
55 // contextMenuStrip1 55 // misu
56 // 56 //
57 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 57 this.misu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
58 this.bindKeyToolStripMenuItem, 58 this.bindKeyToolStripMenuItem,
59 this.toolStripSeparator2, 59 this.toolStripSeparator2,
60 this.settingsToolStripMenuItem, 60 this.settingsToolStripMenuItem,
61 this.toolStripSeparator1, 61 this.toolStripSeparator1,
62 this.aboutToolStripMenuItem, 62 this.aboutToolStripMenuItem,
63 this.quitToolStripMenuItem}); 63 this.quitToolStripMenuItem});
64 this.contextMenuStrip1.Name = "contextMenuStrip1"; 64 this.misu.Name = "contextMenuStrip1";
65 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 126); 65 this.misu.Size = new System.Drawing.Size(166, 104);
66 this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip_Opening); 66 this.misu.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip_Opening);
67 // 67 //
68 // bindKeyToolStripMenuItem 68 // bindKeyToolStripMenuItem
69 // 69 //
70 this.bindKeyToolStripMenuItem.Name = "bindKeyToolStripMenuItem"; 70 this.bindKeyToolStripMenuItem.Name = "bindKeyToolStripMenuItem";
71 this.bindKeyToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 71 this.bindKeyToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
72 this.bindKeyToolStripMenuItem.Text = "Bind Key..."; 72 this.bindKeyToolStripMenuItem.Text = "Create Shortcut...";
73 this.bindKeyToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuBindKeyClick); 73 this.bindKeyToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuBindKeyClick);
74 // 74 //
75 // toolStripSeparator2 75 // toolStripSeparator2
76 // 76 //
77 this.toolStripSeparator2.Name = "toolStripSeparator2"; 77 this.toolStripSeparator2.Name = "toolStripSeparator2";
78 this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6); 78 this.toolStripSeparator2.Size = new System.Drawing.Size(162, 6);
79 // 79 //
80 // settingsToolStripMenuItem 80 // settingsToolStripMenuItem
81 // 81 //
82 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 82 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
83 this.launchOnBootToolStripMenuItem, 83 this.launchOnBootToolStripMenuItem,
84 this.toolStripSeparator3, 84 this.toolStripSeparator3,
85 this.mouseToolStripMenuItem, 85 this.mouseToolStripMenuItem,
86 this.keyboardToolStripMenuItem}); 86 this.keyboardToolStripMenuItem});
87 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 87 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
88 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 88 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
89 this.settingsToolStripMenuItem.Text = "Settings"; 89 this.settingsToolStripMenuItem.Text = "Settings";
90 // 90 //
91 // launchOnBootToolStripMenuItem 91 // launchOnBootToolStripMenuItem
92 // 92 //
93 this.launchOnBootToolStripMenuItem.CheckOnClick = true; 93 this.launchOnBootToolStripMenuItem.CheckOnClick = true;
Line 120... Line 120...
120 this.keyboardToolStripMenuItem.CheckedChanged += new System.EventHandler(this.KeyboardToolStripMenuItem_CheckedChanged); 120 this.keyboardToolStripMenuItem.CheckedChanged += new System.EventHandler(this.KeyboardToolStripMenuItem_CheckedChanged);
121 // 121 //
122 // toolStripSeparator1 122 // toolStripSeparator1
123 // 123 //
124 this.toolStripSeparator1.Name = "toolStripSeparator1"; 124 this.toolStripSeparator1.Name = "toolStripSeparator1";
125 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); 125 this.toolStripSeparator1.Size = new System.Drawing.Size(162, 6);
126 // 126 //
127 // aboutToolStripMenuItem 127 // aboutToolStripMenuItem
128 // 128 //
129 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 129 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
130 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 130 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
131 this.aboutToolStripMenuItem.Text = "About..."; 131 this.aboutToolStripMenuItem.Text = "About...";
132 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuAboutClick); 132 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuAboutClick);
133 // 133 //
134 // quitToolStripMenuItem 134 // quitToolStripMenuItem
135 // 135 //
136 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; 136 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
137 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 137 this.quitToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
138 this.quitToolStripMenuItem.Text = "Quit"; 138 this.quitToolStripMenuItem.Text = "Quit";
139 this.quitToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuQuitClick); 139 this.quitToolStripMenuItem.Click += new System.EventHandler(this.OnContextMenuQuitClick);
140 // 140 //
141 // Form1 141 // misuMainForm
142 // 142 //
143 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 143 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
144 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 144 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
145 this.ClientSize = new System.Drawing.Size(800, 450); 145 this.ClientSize = new System.Drawing.Size(800, 450);
146 this.Name = "Form1"; 146 this.Name = "MisuMainForm";
147 this.ShowInTaskbar = false; 147 this.ShowInTaskbar = false;
148 this.Text = "Form1"; 148 this.Text = "misu";
149 this.contextMenuStrip1.ResumeLayout(false); 149 this.misu.ResumeLayout(false);
150 this.ResumeLayout(false); 150 this.ResumeLayout(false);
Line 151... Line 151...
151   151  
Line 152... Line 152...
152 } 152 }
Line 153... Line 153...
153   153  
154 #endregion 154 #endregion
155   155  
156 private System.Windows.Forms.NotifyIcon notifyIcon1; 156 private System.Windows.Forms.NotifyIcon misuNotificationIcon;
157 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; 157 private System.Windows.Forms.ContextMenuStrip misu;
158 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 158 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
159 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; 159 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;