- Timestamp:
- 02/20/08 14:16:34 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure.GUI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.cs
r11 r15 139 139 }); 140 140 RebuildActionHulls(); 141 pluginTreeView.Sort(); 141 142 } 142 143 -
trunk/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.designer.cs
r2 r15 61 61 this.splitContainer = new System.Windows.Forms.SplitContainer(); 62 62 this.pluginTreeView = new System.Windows.Forms.TreeView(); 63 this.pluginIcons = new System.Windows.Forms.ImageList(this.components); 63 64 this.infoTextBox = new System.Windows.Forms.RichTextBox(); 64 65 this.toolStrip = new System.Windows.Forms.ToolStrip(); … … 74 75 this.removeMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 75 76 this.publishMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 76 this.pluginIcons = new System.Windows.Forms.ImageList(this.components);77 77 this.menuStrip.SuspendLayout(); 78 78 this.splitContainer.Panel1.SuspendLayout(); … … 112 112 // 113 113 this.managePluginSourcesToolStripMenuItem.Name = "managePluginSourcesToolStripMenuItem"; 114 this.managePluginSourcesToolStripMenuItem.Size = new System.Drawing.Size(2 03, 22);114 this.managePluginSourcesToolStripMenuItem.Size = new System.Drawing.Size(214, 22); 115 115 this.managePluginSourcesToolStripMenuItem.Text = "Edit plugin sources..."; 116 116 this.managePluginSourcesToolStripMenuItem.Click += new System.EventHandler(this.managePluginSourcesToolStripMenuItem_Click); … … 119 119 // 120 120 this.installPluginFromFileToolStripMenuItem.Name = "installPluginFromFileToolStripMenuItem"; 121 this.installPluginFromFileToolStripMenuItem.Size = new System.Drawing.Size(2 03, 22);121 this.installPluginFromFileToolStripMenuItem.Size = new System.Drawing.Size(214, 22); 122 122 this.installPluginFromFileToolStripMenuItem.Text = "Install plugin from file..."; 123 123 this.installPluginFromFileToolStripMenuItem.Click += new System.EventHandler(this.installPluginFromFileToolStripMenuItem_Click); … … 126 126 // 127 127 this.toolStripSeparator2.Name = "toolStripSeparator2"; 128 this.toolStripSeparator2.Size = new System.Drawing.Size(2 00, 6);128 this.toolStripSeparator2.Size = new System.Drawing.Size(211, 6); 129 129 // 130 130 // installedPluginsToolStripMenuItem 131 131 // 132 132 this.installedPluginsToolStripMenuItem.Name = "installedPluginsToolStripMenuItem"; 133 this.installedPluginsToolStripMenuItem.Size = new System.Drawing.Size(2 03, 22);133 this.installedPluginsToolStripMenuItem.Size = new System.Drawing.Size(214, 22); 134 134 this.installedPluginsToolStripMenuItem.Text = "Update"; 135 135 this.installedPluginsToolStripMenuItem.Click += new System.EventHandler(this.updateButton_Click); … … 138 138 // 139 139 this.installNewPluginsToolStripMenuItem.Name = "installNewPluginsToolStripMenuItem"; 140 this.installNewPluginsToolStripMenuItem.Size = new System.Drawing.Size(2 03, 22);140 this.installNewPluginsToolStripMenuItem.Size = new System.Drawing.Size(214, 22); 141 141 this.installNewPluginsToolStripMenuItem.Text = "Remove/Upgrade/Install..."; 142 142 this.installNewPluginsToolStripMenuItem.Click += new System.EventHandler(this.upgradeButton_Click); … … 145 145 // 146 146 this.toolStripSeparator3.Name = "toolStripSeparator3"; 147 this.toolStripSeparator3.Size = new System.Drawing.Size(2 00, 6);147 this.toolStripSeparator3.Size = new System.Drawing.Size(211, 6); 148 148 // 149 149 // refreshPluginListToolStripMenuItem 150 150 // 151 151 this.refreshPluginListToolStripMenuItem.Name = "refreshPluginListToolStripMenuItem"; 152 this.refreshPluginListToolStripMenuItem.Size = new System.Drawing.Size(2 03, 22);152 this.refreshPluginListToolStripMenuItem.Size = new System.Drawing.Size(214, 22); 153 153 this.refreshPluginListToolStripMenuItem.Text = "Refresh plugin list"; 154 154 this.refreshPluginListToolStripMenuItem.Click += new System.EventHandler(this.refreshPluginListToolStripMenuItem_Click); … … 157 157 // 158 158 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; 159 this.exitToolStripMenuItem.Size = new System.Drawing.Size(2 03, 22);159 this.exitToolStripMenuItem.Size = new System.Drawing.Size(214, 22); 160 160 this.exitToolStripMenuItem.Text = "Close"; 161 161 this.exitToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click); … … 172 172 // 173 173 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 174 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(1 15, 22);174 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(126, 22); 175 175 this.aboutToolStripMenuItem.Text = "About..."; 176 176 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); … … 208 208 this.pluginTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.pluginTreeView_NodeMouseClick); 209 209 this.pluginTreeView.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.pluginTreeView_BeforeSelect); 210 // 211 // pluginIcons 212 // 213 this.pluginIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("pluginIcons.ImageStream"))); 214 this.pluginIcons.TransparentColor = System.Drawing.Color.Magenta; 215 this.pluginIcons.Images.SetKeyName(0, "VSObject_Module.bmp"); 216 this.pluginIcons.Images.SetKeyName(1, "VSObject_Namespace.bmp"); 217 this.pluginIcons.Images.SetKeyName(2, "install.bmp"); 218 this.pluginIcons.Images.SetKeyName(3, "delete.bmp"); 219 this.pluginIcons.Images.SetKeyName(4, "genericInternet.bmp"); 210 220 // 211 221 // infoTextBox … … 241 251 this.updateButton.Name = "updateButton"; 242 252 this.updateButton.Size = new System.Drawing.Size(46, 22); 243 this.updateButton.Text = "U pdate";253 this.updateButton.Text = "U&pdate"; 244 254 this.updateButton.Click += new System.EventHandler(this.updateButton_Click); 245 255 // … … 251 261 this.upgradeButton.Name = "upgradeButton"; 252 262 this.upgradeButton.Size = new System.Drawing.Size(140, 22); 253 this.upgradeButton.Text = "Remove/ Upgrade/Install...";263 this.upgradeButton.Text = "Remove/&Upgrade/Install..."; 254 264 this.upgradeButton.Click += new System.EventHandler(this.upgradeButton_Click); 255 265 // … … 267 277 this.installButton.Name = "installButton"; 268 278 this.installButton.Size = new System.Drawing.Size(40, 22); 269 this.installButton.Text = " Install";279 this.installButton.Text = "&Install"; 270 280 this.installButton.Click += new System.EventHandler(this.installButton_Clicked); 271 281 // … … 278 288 this.removeButton.Name = "removeButton"; 279 289 this.removeButton.Size = new System.Drawing.Size(50, 22); 280 this.removeButton.Text = " Remove";290 this.removeButton.Text = "&Remove"; 281 291 this.removeButton.Click += new System.EventHandler(this.removeButton_Clicked); 282 292 // … … 303 313 this.publishMenuItem}); 304 314 this.pluginContextMenuStrip.Name = "pluginContextMenuStrip"; 305 this.pluginContextMenuStrip.Size = new System.Drawing.Size(1 14, 70);315 this.pluginContextMenuStrip.Size = new System.Drawing.Size(125, 70); 306 316 // 307 317 // installMenuItem 308 318 // 309 319 this.installMenuItem.Name = "installMenuItem"; 310 this.installMenuItem.Size = new System.Drawing.Size(1 13, 22);320 this.installMenuItem.Size = new System.Drawing.Size(124, 22); 311 321 this.installMenuItem.Text = "Install"; 312 322 this.installMenuItem.Click += new System.EventHandler(this.installButton_Clicked); … … 315 325 // 316 326 this.removeMenuItem.Name = "removeMenuItem"; 317 this.removeMenuItem.Size = new System.Drawing.Size(1 13, 22);327 this.removeMenuItem.Size = new System.Drawing.Size(124, 22); 318 328 this.removeMenuItem.Text = "Remove"; 319 329 this.removeMenuItem.Click += new System.EventHandler(this.removeButton_Clicked); … … 322 332 // 323 333 this.publishMenuItem.Name = "publishMenuItem"; 324 this.publishMenuItem.Size = new System.Drawing.Size(1 13, 22);334 this.publishMenuItem.Size = new System.Drawing.Size(124, 22); 325 335 this.publishMenuItem.Text = "Publish"; 326 336 this.publishMenuItem.Click += new System.EventHandler(this.publishButton_Click); 327 //328 // pluginIcons329 //330 this.pluginIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("pluginIcons.ImageStream")));331 this.pluginIcons.TransparentColor = System.Drawing.Color.Magenta;332 this.pluginIcons.Images.SetKeyName(0, "VSObject_Module.bmp");333 this.pluginIcons.Images.SetKeyName(1, "VSObject_Namespace.bmp");334 this.pluginIcons.Images.SetKeyName(2, "install.bmp");335 this.pluginIcons.Images.SetKeyName(3, "delete.bmp");336 this.pluginIcons.Images.SetKeyName(4, "genericInternet.bmp");337 337 // 338 338 // ManagerForm
Note: See TracChangeset
for help on using the changeset viewer.