Changeset 140
- Timestamp:
- 04/20/08 11:26:49 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure.GUI
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.cs
r91 r140 116 116 availableNode.ImageIndex = 0; 117 117 availablePlugins.Nodes.Add(availableNode); 118 119 118 }); 120 119 upgrades.ForEach(delegate(PluginDescription upgrade) { … … 136 135 currentPlugin.PluginDescription = overridingPlugin; 137 136 }); 137 toolStripStatusLabel.Text = "Installed: " + installedPlugins.Nodes.Count + " Updates: " + upgrades.Count + " Available: " + availablePlugins.Nodes.Count; 138 138 RebuildActionHulls(); 139 139 pluginTreeView.Sort(); … … 238 238 dialog.Show(); 239 239 worker.RunWorkerAsync(); 240 241 // NOTE: ignore version conflicts242 240 } 243 241 -
trunk/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.designer.cs
r18 r140 75 75 this.deleteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 76 76 this.publishMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 77 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 78 this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); 77 79 this.menuStrip.SuspendLayout(); 78 80 this.splitContainer.Panel1.SuspendLayout(); … … 81 83 this.toolStrip.SuspendLayout(); 82 84 this.pluginContextMenuStrip.SuspendLayout(); 85 this.statusStrip1.SuspendLayout(); 83 86 this.SuspendLayout(); 84 87 // … … 112 115 // 113 116 this.managePluginSourcesToolStripMenuItem.Name = "managePluginSourcesToolStripMenuItem"; 114 this.managePluginSourcesToolStripMenuItem.Size = new System.Drawing.Size( 214, 22);117 this.managePluginSourcesToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 115 118 this.managePluginSourcesToolStripMenuItem.Text = "Edit plugin sources..."; 116 119 this.managePluginSourcesToolStripMenuItem.Click += new System.EventHandler(this.managePluginSourcesToolStripMenuItem_Click); … … 119 122 // 120 123 this.installPluginFromFileToolStripMenuItem.Name = "installPluginFromFileToolStripMenuItem"; 121 this.installPluginFromFileToolStripMenuItem.Size = new System.Drawing.Size( 214, 22);124 this.installPluginFromFileToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 122 125 this.installPluginFromFileToolStripMenuItem.Text = "Install plugin from file..."; 123 126 this.installPluginFromFileToolStripMenuItem.Click += new System.EventHandler(this.installPluginFromFileToolStripMenuItem_Click); … … 126 129 // 127 130 this.toolStripSeparator2.Name = "toolStripSeparator2"; 128 this.toolStripSeparator2.Size = new System.Drawing.Size( 211, 6);131 this.toolStripSeparator2.Size = new System.Drawing.Size(192, 6); 129 132 // 130 133 // installedPluginsToolStripMenuItem 131 134 // 132 135 this.installedPluginsToolStripMenuItem.Name = "installedPluginsToolStripMenuItem"; 133 this.installedPluginsToolStripMenuItem.Size = new System.Drawing.Size( 214, 22);136 this.installedPluginsToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 134 137 this.installedPluginsToolStripMenuItem.Text = "Update"; 135 138 this.installedPluginsToolStripMenuItem.Click += new System.EventHandler(this.updateButton_Click); … … 138 141 // 139 142 this.installNewPluginsToolStripMenuItem.Name = "installNewPluginsToolStripMenuItem"; 140 this.installNewPluginsToolStripMenuItem.Size = new System.Drawing.Size( 206, 22);143 this.installNewPluginsToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 141 144 this.installNewPluginsToolStripMenuItem.Text = "Delete/Upgrade/Install..."; 142 145 this.installNewPluginsToolStripMenuItem.Click += new System.EventHandler(this.upgradeButton_Click); … … 145 148 // 146 149 this.toolStripSeparator3.Name = "toolStripSeparator3"; 147 this.toolStripSeparator3.Size = new System.Drawing.Size( 211, 6);150 this.toolStripSeparator3.Size = new System.Drawing.Size(192, 6); 148 151 // 149 152 // refreshPluginListToolStripMenuItem 150 153 // 151 154 this.refreshPluginListToolStripMenuItem.Name = "refreshPluginListToolStripMenuItem"; 152 this.refreshPluginListToolStripMenuItem.Size = new System.Drawing.Size( 214, 22);155 this.refreshPluginListToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 153 156 this.refreshPluginListToolStripMenuItem.Text = "Refresh plugin list"; 154 157 this.refreshPluginListToolStripMenuItem.Click += new System.EventHandler(this.refreshPluginListToolStripMenuItem_Click); … … 157 160 // 158 161 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; 159 this.exitToolStripMenuItem.Size = new System.Drawing.Size( 214, 22);162 this.exitToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 160 163 this.exitToolStripMenuItem.Text = "Close"; 161 164 this.exitToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click); … … 172 175 // 173 176 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 174 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(1 26, 22);177 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(115, 22); 175 178 this.aboutToolStripMenuItem.Text = "About..."; 176 179 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); … … 314 317 this.publishMenuItem}); 315 318 this.pluginContextMenuStrip.Name = "pluginContextMenuStrip"; 316 this.pluginContextMenuStrip.Size = new System.Drawing.Size(1 19, 70);319 this.pluginContextMenuStrip.Size = new System.Drawing.Size(108, 70); 317 320 // 318 321 // installMenuItem 319 322 // 320 323 this.installMenuItem.Name = "installMenuItem"; 321 this.installMenuItem.Size = new System.Drawing.Size(1 52, 22);324 this.installMenuItem.Size = new System.Drawing.Size(107, 22); 322 325 this.installMenuItem.Text = "Install"; 323 326 this.installMenuItem.Click += new System.EventHandler(this.installButton_Clicked); … … 326 329 // 327 330 this.deleteMenuItem.Name = "deleteMenuItem"; 328 this.deleteMenuItem.Size = new System.Drawing.Size(1 18, 22);331 this.deleteMenuItem.Size = new System.Drawing.Size(107, 22); 329 332 this.deleteMenuItem.Text = "Delete"; 330 333 this.deleteMenuItem.Click += new System.EventHandler(this.removeButton_Clicked); … … 333 336 // 334 337 this.publishMenuItem.Name = "publishMenuItem"; 335 this.publishMenuItem.Size = new System.Drawing.Size(1 52, 22);338 this.publishMenuItem.Size = new System.Drawing.Size(107, 22); 336 339 this.publishMenuItem.Text = "Publish"; 337 340 this.publishMenuItem.Click += new System.EventHandler(this.publishButton_Click); 341 // 342 // statusStrip1 343 // 344 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 345 this.toolStripStatusLabel}); 346 this.statusStrip1.Location = new System.Drawing.Point(0, 515); 347 this.statusStrip1.Name = "statusStrip1"; 348 this.statusStrip1.Size = new System.Drawing.Size(828, 22); 349 this.statusStrip1.TabIndex = 3; 350 this.statusStrip1.Text = "statusStrip1"; 351 // 352 // toolStripStatusLabel 353 // 354 this.toolStripStatusLabel.Name = "toolStripStatusLabel"; 355 this.toolStripStatusLabel.Size = new System.Drawing.Size(103, 17); 356 this.toolStripStatusLabel.Text = "toolStripStatusLabel"; 338 357 // 339 358 // ManagerForm … … 342 361 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 343 362 this.ClientSize = new System.Drawing.Size(828, 537); 363 this.Controls.Add(this.statusStrip1); 344 364 this.Controls.Add(this.toolStrip); 345 365 this.Controls.Add(this.splitContainer); … … 357 377 this.toolStrip.PerformLayout(); 358 378 this.pluginContextMenuStrip.ResumeLayout(false); 379 this.statusStrip1.ResumeLayout(false); 380 this.statusStrip1.PerformLayout(); 359 381 this.ResumeLayout(false); 360 382 this.PerformLayout(); … … 392 414 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; 393 415 private System.Windows.Forms.ImageList pluginIcons; 416 private System.Windows.Forms.StatusStrip statusStrip1; 417 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; 394 418 } 395 419 } -
trunk/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.resx
r18 r140 290 290 <value>212, 17</value> 291 291 </metadata> 292 <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 293 <value>490, 17</value> 294 </metadata> 292 295 <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 293 296 <value>
Note: See TracChangeset
for help on using the changeset viewer.