Changeset 431 for branches/eraser6/Eraser/MainForm.Designer.cs
- Timestamp:
- 9/28/2008 3:24:03 PM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/MainForm.Designer.cs (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/MainForm.Designer.cs
r427 r431 65 65 this.openEraserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 66 66 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); 67 this.hideWhenMinimiseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 67 68 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 68 69 this.notificationIconTimer = new System.Windows.Forms.Timer(this.components); … … 132 133 this.notificationIcon.ContextMenuStrip = this.notificationMenu; 133 134 resources.ApplyResources(this.notificationIcon, "notificationIcon"); 134 this.notificationIcon.DoubleClick += new System.EventHandler(this. Show);135 this.notificationIcon.DoubleClick += new System.EventHandler(this.openToolStripMenuItem_Click); 135 136 // 136 137 // notificationMenu … … 139 140 this.openEraserToolStripMenuItem, 140 141 this.toolStripMenuItem1, 142 this.hideWhenMinimiseToolStripMenuItem, 141 143 this.exitToolStripMenuItem}); 142 144 this.notificationMenu.Name = "notificationMenu"; … … 147 149 this.openEraserToolStripMenuItem.Name = "openEraserToolStripMenuItem"; 148 150 resources.ApplyResources(this.openEraserToolStripMenuItem, "openEraserToolStripMenuItem"); 149 this.openEraserToolStripMenuItem.Click += new System.EventHandler(this. Show);151 this.openEraserToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); 150 152 // 151 153 // toolStripMenuItem1 … … 154 156 resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1"); 155 157 // 158 // hideWhenMinimiseToolStripMenuItem 159 // 160 this.hideWhenMinimiseToolStripMenuItem.CheckOnClick = true; 161 this.hideWhenMinimiseToolStripMenuItem.Name = "hideWhenMinimiseToolStripMenuItem"; 162 resources.ApplyResources(this.hideWhenMinimiseToolStripMenuItem, "hideWhenMinimiseToolStripMenuItem"); 163 this.hideWhenMinimiseToolStripMenuItem.Click += new System.EventHandler(this.hideWhenMinimiseToolStripMenuItem_Click); 164 // 156 165 // exitToolStripMenuItem 157 166 // 158 167 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; 159 168 resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); 169 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); 160 170 // 161 171 // notificationIconTimer … … 197 207 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; 198 208 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; 209 private System.Windows.Forms.ToolStripMenuItem hideWhenMinimiseToolStripMenuItem; 199 210 200 211 }
Note: See TracChangeset
for help on using the changeset viewer.
