Changeset 3573 for trunk/sources/HeuristicLab.PluginInfrastructure/Advanced
- Timestamp:
- 04/30/10 15:13:48 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/Advanced
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/BasicUpdateView.Designer.cs
r3547 r3573 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.components = new System.ComponentModel.Container(); 47 48 this.updateAndInstallButton = new System.Windows.Forms.Button(); 49 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 48 50 this.SuspendLayout(); 49 51 // … … 58 60 this.updateAndInstallButton.Text = "Find and Install Updates"; 59 61 this.updateAndInstallButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 62 this.toolTip.SetToolTip(this.updateAndInstallButton, "Find, download and install updates for all installed plugins."); 60 63 this.updateAndInstallButton.UseVisualStyleBackColor = true; 61 64 this.updateAndInstallButton.Click += new System.EventHandler(this.updateAndInstallButton_Click); … … 75 78 76 79 private System.Windows.Forms.Button updateAndInstallButton; 80 private System.Windows.Forms.ToolTip toolTip; 77 81 } 78 82 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/BasicUpdateView.resx
r3547 r3573 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>17, 17</value> 122 </metadata> 120 123 </root> -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ConfirmationDialog.Designer.cs
r3474 r3573 44 44 /// </summary> 45 45 private void InitializeComponent() { 46 this.components = new System.ComponentModel.Container(); 46 47 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfirmationDialog)); 47 48 this.informationTextBox = new System.Windows.Forms.RichTextBox(); … … 51 52 this.icon = new System.Windows.Forms.PictureBox(); 52 53 this.panel1 = new System.Windows.Forms.Panel(); 54 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 53 55 ((System.ComponentModel.ISupportInitialize)(this.icon)).BeginInit(); 54 56 this.panel1.SuspendLayout(); … … 85 87 this.okButton.Size = new System.Drawing.Size(75, 23); 86 88 this.okButton.TabIndex = 2; 87 this.okButton.Text = "Ok"; 89 this.okButton.Text = "&OK"; 90 this.toolTip.SetToolTip(this.okButton, "Confirm Action"); 88 91 this.okButton.UseVisualStyleBackColor = true; 89 92 this.okButton.Click += new System.EventHandler(this.okButton_Click); … … 92 95 // 93 96 this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 97 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 94 98 this.cancelButton.Location = new System.Drawing.Point(331, 14); 95 99 this.cancelButton.Name = "cancelButton"; 96 100 this.cancelButton.Size = new System.Drawing.Size(75, 23); 97 101 this.cancelButton.TabIndex = 3; 98 this.cancelButton.Text = "Cancel"; 102 this.cancelButton.Text = "&Cancel"; 103 this.toolTip.SetToolTip(this.cancelButton, "Cancel Action"); 99 104 this.cancelButton.UseVisualStyleBackColor = true; 100 105 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); … … 123 128 // ConfirmationDialog 124 129 // 130 this.AcceptButton = this.okButton; 125 131 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 126 132 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 127 133 this.BackColor = System.Drawing.SystemColors.HighlightText; 134 this.CancelButton = this.cancelButton; 128 135 this.ClientSize = new System.Drawing.Size(418, 282); 129 136 this.Controls.Add(this.panel1); … … 132 139 this.Controls.Add(this.informationTextBox); 133 140 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 141 this.MaximizeBox = false; 142 this.MinimizeBox = false; 134 143 this.Name = "ConfirmationDialog"; 144 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 135 145 this.Text = "ConfirmationDialog"; 136 146 ((System.ComponentModel.ISupportInitialize)(this.icon)).EndInit(); … … 149 159 private System.Windows.Forms.PictureBox icon; 150 160 private System.Windows.Forms.Panel panel1; 161 private System.Windows.Forms.ToolTip toolTip; 151 162 } 152 163 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ConfirmationDialog.resx
r3474 r3573 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>17, 17</value> 122 </metadata> 120 123 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 121 124 <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ConnectionSetupView.Designer.cs
r3474 r3573 44 44 /// </summary> 45 45 private void InitializeComponent() { 46 this.components = new System.ComponentModel.Container(); 46 47 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionSetupView)); 47 48 this.urlTextBox = new System.Windows.Forms.TextBox(); … … 54 55 this.savePasswordCheckbox = new System.Windows.Forms.CheckBox(); 55 56 this.cancelButton = new System.Windows.Forms.Button(); 57 this.groupBox1 = new System.Windows.Forms.GroupBox(); 58 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 59 this.groupBox1.SuspendLayout(); 56 60 this.SuspendLayout(); 57 61 // … … 60 64 this.urlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 61 65 | System.Windows.Forms.AnchorStyles.Right))); 62 this.urlTextBox.Location = new System.Drawing.Point( 80, 15);66 this.urlTextBox.Location = new System.Drawing.Point(66, 15); 63 67 this.urlTextBox.Name = "urlTextBox"; 64 this.urlTextBox.Size = new System.Drawing.Size( 219, 20);68 this.urlTextBox.Size = new System.Drawing.Size(410, 20); 65 69 this.urlTextBox.TabIndex = 0; 70 this.toolTip.SetToolTip(this.urlTextBox, "URL of HeuristicLab Plugin Deployment Service"); 66 71 // 67 72 // urlLabel … … 72 77 this.urlLabel.Size = new System.Drawing.Size(48, 13); 73 78 this.urlLabel.TabIndex = 1; 74 this.urlLabel.Text = " Address:";79 this.urlLabel.Text = "&Address:"; 75 80 // 76 81 // userLabel 77 82 // 78 83 this.userLabel.AutoSize = true; 79 this.userLabel.Location = new System.Drawing.Point( 12, 44);84 this.userLabel.Location = new System.Drawing.Point(6, 22); 80 85 this.userLabel.Name = "userLabel"; 81 this.userLabel.Size = new System.Drawing.Size( 32, 13);86 this.userLabel.Size = new System.Drawing.Size(58, 13); 82 87 this.userLabel.TabIndex = 3; 83 this.userLabel.Text = " User:";88 this.userLabel.Text = "&Username:"; 84 89 // 85 90 // userTextBox … … 87 92 this.userTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 88 93 | System.Windows.Forms.AnchorStyles.Right))); 89 this.userTextBox.Location = new System.Drawing.Point( 80, 41);94 this.userTextBox.Location = new System.Drawing.Point(94, 19); 90 95 this.userTextBox.Name = "userTextBox"; 91 this.userTextBox.Size = new System.Drawing.Size(219, 20); 92 this.userTextBox.TabIndex = 2; 96 this.userTextBox.Size = new System.Drawing.Size(155, 20); 97 this.userTextBox.TabIndex = 0; 98 this.toolTip.SetToolTip(this.userTextBox, "Username used to connect to the HeuristicLab plugin deployment service"); 93 99 // 94 100 // passwordLabel 95 101 // 96 102 this.passwordLabel.AutoSize = true; 97 this.passwordLabel.Location = new System.Drawing.Point( 12, 70);103 this.passwordLabel.Location = new System.Drawing.Point(6, 48); 98 104 this.passwordLabel.Name = "passwordLabel"; 99 105 this.passwordLabel.Size = new System.Drawing.Size(56, 13); 100 106 this.passwordLabel.TabIndex = 5; 101 this.passwordLabel.Text = " Password:";107 this.passwordLabel.Text = "&Password:"; 102 108 // 103 109 // passwordTextBox … … 105 111 this.passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 106 112 | System.Windows.Forms.AnchorStyles.Right))); 107 this.passwordTextBox.Location = new System.Drawing.Point( 80, 67);113 this.passwordTextBox.Location = new System.Drawing.Point(94, 45); 108 114 this.passwordTextBox.Name = "passwordTextBox"; 109 this.passwordTextBox.Size = new System.Drawing.Size(219, 20); 110 this.passwordTextBox.TabIndex = 4; 115 this.passwordTextBox.Size = new System.Drawing.Size(155, 20); 116 this.passwordTextBox.TabIndex = 1; 117 this.toolTip.SetToolTip(this.passwordTextBox, "Passwort used to connect to the HeuristicLab plugin deployment service"); 111 118 this.passwordTextBox.UseSystemPasswordChar = true; 112 119 // … … 114 121 // 115 122 this.applyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 116 this.applyButton.Location = new System.Drawing.Point( 143, 127);123 this.applyButton.Location = new System.Drawing.Point(320, 148); 117 124 this.applyButton.Name = "applyButton"; 118 125 this.applyButton.Size = new System.Drawing.Size(75, 23); 119 this.applyButton.TabIndex = 6; 120 this.applyButton.Text = "Apply"; 126 this.applyButton.TabIndex = 2; 127 this.applyButton.Text = "&OK"; 128 this.toolTip.SetToolTip(this.applyButton, "Apply and save changes"); 121 129 this.applyButton.UseVisualStyleBackColor = true; 122 130 this.applyButton.Click += new System.EventHandler(this.applyButton_Click); … … 126 134 this.savePasswordCheckbox.AutoSize = true; 127 135 this.savePasswordCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; 128 this.savePasswordCheckbox.Location = new System.Drawing.Point( 80, 93);136 this.savePasswordCheckbox.Location = new System.Drawing.Point(6, 71); 129 137 this.savePasswordCheckbox.Name = "savePasswordCheckbox"; 130 138 this.savePasswordCheckbox.Size = new System.Drawing.Size(103, 17); 131 this.savePasswordCheckbox.TabIndex = 7; 132 this.savePasswordCheckbox.Text = "Save Password:"; 139 this.savePasswordCheckbox.TabIndex = 2; 140 this.savePasswordCheckbox.Text = "&Save Password:"; 141 this.toolTip.SetToolTip(this.savePasswordCheckbox, "Check to save the user credentials to disk"); 133 142 this.savePasswordCheckbox.UseVisualStyleBackColor = true; 134 143 // … … 136 145 // 137 146 this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 138 this.cancelButton.Location = new System.Drawing.Point(224, 127); 147 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 148 this.cancelButton.Location = new System.Drawing.Point(401, 148); 139 149 this.cancelButton.Name = "cancelButton"; 140 150 this.cancelButton.Size = new System.Drawing.Size(75, 23); 141 this.cancelButton.TabIndex = 8; 142 this.cancelButton.Text = "Cancel"; 151 this.cancelButton.TabIndex = 3; 152 this.cancelButton.Text = "&Cancel"; 153 this.toolTip.SetToolTip(this.cancelButton, "Cancel and revert changes"); 143 154 this.cancelButton.UseVisualStyleBackColor = true; 144 155 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); 145 156 // 157 // groupBox1 158 // 159 this.groupBox1.Controls.Add(this.userTextBox); 160 this.groupBox1.Controls.Add(this.userLabel); 161 this.groupBox1.Controls.Add(this.savePasswordCheckbox); 162 this.groupBox1.Controls.Add(this.passwordTextBox); 163 this.groupBox1.Controls.Add(this.passwordLabel); 164 this.groupBox1.Location = new System.Drawing.Point(12, 41); 165 this.groupBox1.Name = "groupBox1"; 166 this.groupBox1.Size = new System.Drawing.Size(255, 96); 167 this.groupBox1.TabIndex = 1; 168 this.groupBox1.TabStop = false; 169 this.groupBox1.Text = "User Credentials"; 170 // 146 171 // ConnectionSetupView 147 172 // 173 this.AcceptButton = this.applyButton; 148 174 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 149 175 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 150 this.ClientSize = new System.Drawing.Size(311, 162); 176 this.CancelButton = this.cancelButton; 177 this.ClientSize = new System.Drawing.Size(488, 183); 178 this.Controls.Add(this.groupBox1); 151 179 this.Controls.Add(this.cancelButton); 152 this.Controls.Add(this.savePasswordCheckbox);153 180 this.Controls.Add(this.applyButton); 154 this.Controls.Add(this.passwordLabel);155 this.Controls.Add(this.passwordTextBox);156 this.Controls.Add(this.userLabel);157 this.Controls.Add(this.userTextBox);158 181 this.Controls.Add(this.urlLabel); 159 182 this.Controls.Add(this.urlTextBox); 160 183 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 161 184 this.MaximizeBox = false; 162 this.MaximumSize = new System.Drawing.Size(327, 198);163 185 this.MinimizeBox = false; 164 this.MinimumSize = new System.Drawing.Size(327, 198);165 186 this.Name = "ConnectionSetupView"; 166 187 this.ShowInTaskbar = false; 167 188 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 189 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 168 190 this.Text = "Edit Connection Settings"; 191 this.groupBox1.ResumeLayout(false); 192 this.groupBox1.PerformLayout(); 169 193 this.ResumeLayout(false); 170 194 this.PerformLayout(); … … 183 207 private System.Windows.Forms.CheckBox savePasswordCheckbox; 184 208 private System.Windows.Forms.Button cancelButton; 209 private System.Windows.Forms.GroupBox groupBox1; 210 private System.Windows.Forms.ToolTip toolTip; 185 211 } 186 212 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ConnectionSetupView.resx
r3474 r3573 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>17, 17</value> 122 </metadata> 120 123 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 121 124 <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.Designer.cs
r3547 r3573 44 44 /// </summary> 45 45 private void InitializeComponent() { 46 this.components = new System.ComponentModel.Container(); 46 47 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallationManagerForm)); 47 48 this.statusStrip = new System.Windows.Forms.StatusStrip(); … … 67 68 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 68 69 this.connectionSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 70 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 69 71 this.statusStrip.SuspendLayout(); 70 72 this.tabControl.SuspendLayout(); … … 128 130 this.updateAllPluginsTabPage.TabIndex = 5; 129 131 this.updateAllPluginsTabPage.Text = "Update Plugins"; 132 this.toolTip.SetToolTip(this.updateAllPluginsTabPage, "Update all installed plugins"); 130 133 this.updateAllPluginsTabPage.UseVisualStyleBackColor = true; 131 134 // … … 152 155 this.localPluginsTabPage.TabIndex = 0; 153 156 this.localPluginsTabPage.Text = "Installed Plugins"; 157 this.toolTip.SetToolTip(this.localPluginsTabPage, "Delete or update installed plugins"); 154 158 this.localPluginsTabPage.UseVisualStyleBackColor = true; 155 159 // … … 176 180 this.availablePluginsTabPage.TabIndex = 1; 177 181 this.availablePluginsTabPage.Text = "Available Plugins"; 182 this.toolTip.SetToolTip(this.availablePluginsTabPage, "Download and install new plugins"); 178 183 this.availablePluginsTabPage.UseVisualStyleBackColor = true; 179 184 // … … 184 189 | System.Windows.Forms.AnchorStyles.Left) 185 190 | System.Windows.Forms.AnchorStyles.Right))); 191 this.remotePluginInstaller.InstallationManager = null; 186 192 this.remotePluginInstaller.Location = new System.Drawing.Point(6, 6); 187 193 this.remotePluginInstaller.Name = "remotePluginInstaller"; 188 194 this.remotePluginInstaller.NewPlugins = new HeuristicLab.PluginInfrastructure.IPluginDescription[0]; 195 this.remotePluginInstaller.PluginManager = null; 189 196 this.remotePluginInstaller.Products = new HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription[0]; 190 197 this.remotePluginInstaller.ShowAllPlugins = false; 191 198 this.remotePluginInstaller.Size = new System.Drawing.Size(578, 354); 199 this.remotePluginInstaller.StatusView = null; 192 200 this.remotePluginInstaller.TabIndex = 14; 193 201 // … … 201 209 this.uploadPluginsTabPage.TabIndex = 3; 202 210 this.uploadPluginsTabPage.Text = "Upload Plugins"; 211 this.toolTip.SetToolTip(this.uploadPluginsTabPage, "Upload plugins"); 203 212 this.uploadPluginsTabPage.UseVisualStyleBackColor = true; 204 213 // … … 223 232 this.manageProductsTabPage.TabIndex = 4; 224 233 this.manageProductsTabPage.Text = "Manage Products"; 234 this.toolTip.SetToolTip(this.manageProductsTabPage, "Create and manage products"); 225 235 this.manageProductsTabPage.UseVisualStyleBackColor = true; 226 236 // … … 243 253 this.logTabPage.TabIndex = 2; 244 254 this.logTabPage.Text = "Log"; 255 this.toolTip.SetToolTip(this.logTabPage, "Show Log Messages"); 245 256 this.logTabPage.UseVisualStyleBackColor = true; 246 257 // … … 274 285 this.simpleToolStripMenuItem, 275 286 this.advancedToolStripMenuItem}); 276 this.viewToolStripMenuItem.Enabled = false;277 287 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; 278 288 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); 279 289 this.viewToolStripMenuItem.Text = "View"; 290 this.viewToolStripMenuItem.Visible = false; 280 291 // 281 292 // simpleToolStripMenuItem … … 366 377 private System.Windows.Forms.TabPage updateAllPluginsTabPage; 367 378 private BasicUpdateView basicUpdateView; 379 private System.Windows.Forms.ToolTip toolTip; 368 380 } 369 381 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.cs
r3547 r3573 38 38 public InstallationManagerForm(PluginManager pluginManager) { 39 39 InitializeComponent(); 40 Text = "HeuristicLab Plugin Manager " + GetType().Assembly.GetName().Version.ToString(); 41 40 42 this.pluginManager = pluginManager; 41 43 … … 138 140 139 141 private void tabControl_Selected(object sender, TabControlEventArgs e) { 140 viewToolStripMenuItem. Enabled = e.TabPage == availablePluginsTabPage;142 viewToolStripMenuItem.Visible = e.TabPage == availablePluginsTabPage; 141 143 toolStripStatusLabel.Text = string.Empty; 142 144 toolStripProgressBar.Visible = false; … … 255 257 } 256 258 #endregion 259 257 260 } 258 261 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.resx
r3474 r3573 120 120 <metadata name="statusStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 121 <value>17, 17</value> 122 </metadata> 123 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 124 <value>234, 17</value> 122 125 </metadata> 123 126 <metadata name="menuStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LicenseConfirmationBox.Designer.cs
r3474 r3573 44 44 /// </summary> 45 45 private void InitializeComponent() { 46 this.components = new System.ComponentModel.Container(); 46 47 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LicenseConfirmationBox)); 47 48 this.richTextBox = new System.Windows.Forms.RichTextBox(); … … 54 55 this.acceptRadioButton = new System.Windows.Forms.RadioButton(); 55 56 this.panel1 = new System.Windows.Forms.Panel(); 57 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 56 58 this.radioButtonGroupBox.SuspendLayout(); 57 59 this.panel1.SuspendLayout(); … … 80 82 this.acceptButton.TabIndex = 1; 81 83 this.acceptButton.Text = "Next >"; 84 this.toolTip.SetToolTip(this.acceptButton, "Accept license agreement and continue installation"); 82 85 this.acceptButton.UseVisualStyleBackColor = true; 83 86 this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click); … … 91 94 this.rejectButton.TabIndex = 2; 92 95 this.rejectButton.Text = "Cancel"; 96 this.toolTip.SetToolTip(this.rejectButton, "Cancel installation"); 93 97 this.rejectButton.UseVisualStyleBackColor = true; 94 98 this.rejectButton.Click += new System.EventHandler(this.rejectButton_Click); … … 192 196 private System.Windows.Forms.RadioButton acceptRadioButton; 193 197 private System.Windows.Forms.Panel panel1; 198 private System.Windows.Forms.ToolTip toolTip; 194 199 } 195 200 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LicenseConfirmationBox.resx
r3474 r3573 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>17, 17</value> 122 </metadata> 120 123 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 121 124 <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LocalPluginsView.Designer.cs
r3547 r3573 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.components = new System.ComponentModel.Container(); 47 48 System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Active Plugins", System.Windows.Forms.HorizontalAlignment.Left); 48 49 System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Disabled Plugins", System.Windows.Forms.HorizontalAlignment.Left); … … 53 54 this.versionHeader = new System.Windows.Forms.ColumnHeader(); 54 55 this.descriptionHeader = new System.Windows.Forms.ColumnHeader(); 56 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 55 57 this.SuspendLayout(); 56 58 // … … 66 68 this.updateSelectedButton.Text = "Update Selected"; 67 69 this.updateSelectedButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 70 this.toolTip.SetToolTip(this.updateSelectedButton, "Update all selected plugins"); 68 71 this.updateSelectedButton.UseVisualStyleBackColor = true; 69 72 this.updateSelectedButton.Click += new System.EventHandler(this.updateSelectedButton_Click); … … 80 83 this.removeButton.Text = "Delete Selected"; 81 84 this.removeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 85 this.toolTip.SetToolTip(this.removeButton, "Delete all selected plugins from disk"); 82 86 this.removeButton.UseVisualStyleBackColor = true; 83 87 this.removeButton.Click += new System.EventHandler(this.removeButton_Click); … … 94 98 this.descriptionHeader}); 95 99 listViewGroup1.Header = "Active Plugins"; 96 listViewGroup1.Name = " listViewGroup2";100 listViewGroup1.Name = "activePluginsGroup"; 97 101 listViewGroup2.Header = "Disabled Plugins"; 98 listViewGroup2.Name = " listViewGroup1";102 listViewGroup2.Name = "disabledPluginsGroup"; 99 103 this.localPluginsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 100 104 listViewGroup1, 101 105 listViewGroup2}); 102 this.localPluginsListView.Location = new System.Drawing.Point( 3, 3);106 this.localPluginsListView.Location = new System.Drawing.Point(0, 0); 103 107 this.localPluginsListView.Name = "localPluginsListView"; 104 this.localPluginsListView.Size = new System.Drawing.Size(53 6, 474);108 this.localPluginsListView.Size = new System.Drawing.Size(539, 477); 105 109 this.localPluginsListView.SuppressItemCheckedEvents = false; 106 110 this.localPluginsListView.TabIndex = 13; … … 146 150 private System.Windows.Forms.ColumnHeader versionHeader; 147 151 private System.Windows.Forms.ColumnHeader descriptionHeader; 152 private System.Windows.Forms.ToolTip toolTip; 148 153 // private LocalPluginManagerView localPluginManagerView; 149 154 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LocalPluginsView.resx
r3547 r3573 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>17, 17</value> 122 </metadata> 120 123 </root> -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginComparisonView.Designer.cs
r3474 r3573 59 59 this.tableLayoutPanel.RowCount = 1; 60 60 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 61 this.tableLayoutPanel.Size = new System.Drawing.Size( 523, 469);61 this.tableLayoutPanel.Size = new System.Drawing.Size(849, 444); 62 62 this.tableLayoutPanel.TabIndex = 0; 63 63 // … … 66 66 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 67 67 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 68 this.ClientSize = new System.Drawing.Size( 523, 469);68 this.ClientSize = new System.Drawing.Size(849, 444); 69 69 this.Controls.Add(this.tableLayoutPanel); 70 70 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginEditor.Designer.cs
r3547 r3573 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.components = new System.ComponentModel.Container(); 47 48 this.uploadButton = new System.Windows.Forms.Button(); 48 49 this.refreshButton = new System.Windows.Forms.Button(); … … 52 53 this.serverVersionHeader = new System.Windows.Forms.ColumnHeader(); 53 54 this.descriptionHeader = new System.Windows.Forms.ColumnHeader(); 55 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 54 56 this.SuspendLayout(); 55 57 // … … 59 61 this.uploadButton.Enabled = false; 60 62 this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up; 61 this.uploadButton.Location = new System.Drawing.Point(78, 4 77);63 this.uploadButton.Location = new System.Drawing.Point(78, 482); 62 64 this.uploadButton.Name = "uploadButton"; 63 this.uploadButton.Size = new System.Drawing.Size(114, 31);65 this.uploadButton.Size = new System.Drawing.Size(114, 26); 64 66 this.uploadButton.TabIndex = 7; 65 67 this.uploadButton.Text = "Upload Selected"; 66 68 this.uploadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 69 this.toolTip.SetToolTip(this.uploadButton, "Upload selected plugins to the server"); 67 70 this.uploadButton.UseVisualStyleBackColor = true; 68 71 this.uploadButton.Click += new System.EventHandler(this.uploadButton_Click); … … 72 75 this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 73 76 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet; 74 this.refreshButton.Location = new System.Drawing.Point(0, 4 77);77 this.refreshButton.Location = new System.Drawing.Point(0, 482); 75 78 this.refreshButton.Name = "refreshButton"; 76 this.refreshButton.Size = new System.Drawing.Size(72, 31);79 this.refreshButton.Size = new System.Drawing.Size(72, 26); 77 80 this.refreshButton.TabIndex = 6; 78 81 this.refreshButton.Text = "Refresh"; 79 82 this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 83 this.toolTip.SetToolTip(this.refreshButton, "Update list of plugins from the server"); 80 84 this.refreshButton.UseVisualStyleBackColor = true; 81 85 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); … … 94 98 this.listView.Location = new System.Drawing.Point(0, 0); 95 99 this.listView.Name = "listView"; 96 this.listView.Size = new System.Drawing.Size(539, 47 1);100 this.listView.Size = new System.Drawing.Size(539, 476); 97 101 this.listView.SuppressItemCheckedEvents = false; 98 102 this.listView.TabIndex = 8; … … 144 148 private System.Windows.Forms.ColumnHeader serverVersionHeader; 145 149 private System.Windows.Forms.ColumnHeader descriptionHeader; 150 private System.Windows.Forms.ToolTip toolTip; 146 151 } 147 152 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginEditor.resx
r3474 r3573 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>17, 17</value> 122 </metadata> 120 123 </root> -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginView.Designer.cs
r3547 r3573 45 45 private void InitializeComponent() { 46 46 this.components = new System.ComponentModel.Container(); 47 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PluginView)); 47 48 this.nameLabel = new System.Windows.Forms.Label(); 48 49 this.nameTextBox = new System.Windows.Forms.TextBox(); … … 56 57 this.pluginNameHeader = new System.Windows.Forms.ColumnHeader(); 57 58 this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader(); 58 this. imageList = new System.Windows.Forms.ImageList(this.components);59 this.pluginsImageList = new System.Windows.Forms.ImageList(this.components); 59 60 this.filesListView = new System.Windows.Forms.ListView(); 60 61 this.fileNameHeader = new System.Windows.Forms.ColumnHeader(); 61 62 this.fileTypeHeader = new System.Windows.Forms.ColumnHeader(); 63 this.filesImageList = new System.Windows.Forms.ImageList(this.components); 62 64 this.filesGroupBox = new System.Windows.Forms.GroupBox(); 63 65 this.stateTextBox = new System.Windows.Forms.TextBox(); … … 65 67 this.errorLabel = new System.Windows.Forms.Label(); 66 68 this.descriptionLabel = new System.Windows.Forms.Label(); 67 this.errorTextBox = new System.Windows.Forms.RichTextBox(); 68 this.descriptionTextBox = new System.Windows.Forms.RichTextBox(); 69 this.descriptionTextBox = new System.Windows.Forms.TextBox(); 70 this.errorTextBox = new System.Windows.Forms.TextBox(); 71 this.pluginDescriptionHeader = new System.Windows.Forms.ColumnHeader(); 69 72 this.dependenciesGroupBox.SuspendLayout(); 70 73 this.filesGroupBox.SuspendLayout(); … … 74 77 // 75 78 this.nameLabel.AutoSize = true; 76 this.nameLabel.Location = new System.Drawing.Point( 12, 6);79 this.nameLabel.Location = new System.Drawing.Point(9, 15); 77 80 this.nameLabel.Name = "nameLabel"; 78 81 this.nameLabel.Size = new System.Drawing.Size(38, 13); … … 84 87 this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 85 88 | System.Windows.Forms.AnchorStyles.Right))); 86 this.nameTextBox.Location = new System.Drawing.Point( 81, 3);89 this.nameTextBox.Location = new System.Drawing.Point(78, 12); 87 90 this.nameTextBox.Name = "nameTextBox"; 88 91 this.nameTextBox.ReadOnly = true; 89 this.nameTextBox.Size = new System.Drawing.Size( 268, 20);92 this.nameTextBox.Size = new System.Drawing.Size(594, 20); 90 93 this.nameTextBox.TabIndex = 1; 91 94 // … … 94 97 this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 95 98 | System.Windows.Forms.AnchorStyles.Right))); 96 this.versionTextBox.Location = new System.Drawing.Point( 81, 29);99 this.versionTextBox.Location = new System.Drawing.Point(78, 38); 97 100 this.versionTextBox.Name = "versionTextBox"; 98 101 this.versionTextBox.ReadOnly = true; 99 this.versionTextBox.Size = new System.Drawing.Size( 268, 20);102 this.versionTextBox.Size = new System.Drawing.Size(594, 20); 100 103 this.versionTextBox.TabIndex = 3; 101 104 // … … 103 106 // 104 107 this.versionLabel.AutoSize = true; 105 this.versionLabel.Location = new System.Drawing.Point( 12, 32);108 this.versionLabel.Location = new System.Drawing.Point(9, 41); 106 109 this.versionLabel.Name = "versionLabel"; 107 110 this.versionLabel.Size = new System.Drawing.Size(45, 13); … … 113 116 this.contactTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 114 117 | System.Windows.Forms.AnchorStyles.Right))); 115 this.contactTextBox.Location = new System.Drawing.Point( 81, 55);118 this.contactTextBox.Location = new System.Drawing.Point(78, 64); 116 119 this.contactTextBox.Name = "contactTextBox"; 117 120 this.contactTextBox.ReadOnly = true; 118 this.contactTextBox.Size = new System.Drawing.Size( 268, 20);121 this.contactTextBox.Size = new System.Drawing.Size(594, 20); 119 122 this.contactTextBox.TabIndex = 5; 120 123 // … … 122 125 // 123 126 this.contactInfoLabel.AutoSize = true; 124 this.contactInfoLabel.Location = new System.Drawing.Point( 12, 58);127 this.contactInfoLabel.Location = new System.Drawing.Point(9, 67); 125 128 this.contactInfoLabel.Name = "contactInfoLabel"; 126 129 this.contactInfoLabel.Size = new System.Drawing.Size(47, 13); … … 145 148 | System.Windows.Forms.AnchorStyles.Right))); 146 149 this.dependenciesGroupBox.Controls.Add(this.dependenciesListView); 147 this.dependenciesGroupBox.Location = new System.Drawing.Point(12, 408);150 this.dependenciesGroupBox.Location = new System.Drawing.Point(12, 324); 148 151 this.dependenciesGroupBox.Name = "dependenciesGroupBox"; 149 this.dependenciesGroupBox.Size = new System.Drawing.Size( 337, 145);152 this.dependenciesGroupBox.Size = new System.Drawing.Size(663, 229); 150 153 this.dependenciesGroupBox.TabIndex = 1; 151 154 this.dependenciesGroupBox.TabStop = false; … … 156 159 this.dependenciesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 157 160 this.pluginNameHeader, 158 this.pluginVersionHeader}); 161 this.pluginVersionHeader, 162 this.pluginDescriptionHeader}); 159 163 this.dependenciesListView.Dock = System.Windows.Forms.DockStyle.Fill; 160 164 this.dependenciesListView.Location = new System.Drawing.Point(3, 16); 161 165 this.dependenciesListView.Name = "dependenciesListView"; 162 this.dependenciesListView.Size = new System.Drawing.Size( 331, 126);163 this.dependenciesListView.SmallImageList = this. imageList;166 this.dependenciesListView.Size = new System.Drawing.Size(657, 210); 167 this.dependenciesListView.SmallImageList = this.pluginsImageList; 164 168 this.dependenciesListView.TabIndex = 0; 165 169 this.dependenciesListView.UseCompatibleStateImageBehavior = false; … … 177 181 this.pluginVersionHeader.Width = 120; 178 182 // 179 // imageList180 // 181 this. imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;182 this. imageList.ImageSize = new System.Drawing.Size(16, 16);183 this. imageList.TransparentColor = System.Drawing.Color.Transparent;183 // pluginsImageList 184 // 185 this.pluginsImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; 186 this.pluginsImageList.ImageSize = new System.Drawing.Size(16, 16); 187 this.pluginsImageList.TransparentColor = System.Drawing.Color.Transparent; 184 188 // 185 189 // filesListView … … 191 195 this.filesListView.Location = new System.Drawing.Point(3, 16); 192 196 this.filesListView.Name = "filesListView"; 193 this.filesListView.Size = new System.Drawing.Size( 331, 140);194 this.filesListView.SmallImageList = this. imageList;197 this.filesListView.Size = new System.Drawing.Size(657, 131); 198 this.filesListView.SmallImageList = this.filesImageList; 195 199 this.filesListView.TabIndex = 0; 196 200 this.filesListView.UseCompatibleStateImageBehavior = false; … … 207 211 this.fileTypeHeader.Width = 120; 208 212 // 213 // filesImageList 214 // 215 this.filesImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; 216 this.filesImageList.ImageSize = new System.Drawing.Size(16, 16); 217 this.filesImageList.TransparentColor = System.Drawing.Color.Transparent; 218 // 209 219 // filesGroupBox 210 220 // … … 212 222 | System.Windows.Forms.AnchorStyles.Right))); 213 223 this.filesGroupBox.Controls.Add(this.filesListView); 214 this.filesGroupBox.Location = new System.Drawing.Point(12, 243);224 this.filesGroupBox.Location = new System.Drawing.Point(12, 168); 215 225 this.filesGroupBox.Name = "filesGroupBox"; 216 this.filesGroupBox.Size = new System.Drawing.Size( 337, 159);226 this.filesGroupBox.Size = new System.Drawing.Size(663, 150); 217 227 this.filesGroupBox.TabIndex = 11; 218 228 this.filesGroupBox.TabStop = false; … … 223 233 this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 224 234 | System.Windows.Forms.AnchorStyles.Right))); 225 this.stateTextBox.Location = new System.Drawing.Point( 81, 145);235 this.stateTextBox.Location = new System.Drawing.Point(78, 116); 226 236 this.stateTextBox.Name = "stateTextBox"; 227 237 this.stateTextBox.ReadOnly = true; 228 this.stateTextBox.Size = new System.Drawing.Size( 268, 20);238 this.stateTextBox.Size = new System.Drawing.Size(594, 20); 229 239 this.stateTextBox.TabIndex = 13; 230 240 // … … 232 242 // 233 243 this.stateLabel.AutoSize = true; 234 this.stateLabel.Location = new System.Drawing.Point( 12, 148);244 this.stateLabel.Location = new System.Drawing.Point(9, 119); 235 245 this.stateLabel.Name = "stateLabel"; 236 246 this.stateLabel.Size = new System.Drawing.Size(35, 13); … … 241 251 // 242 252 this.errorLabel.AutoSize = true; 243 this.errorLabel.Location = new System.Drawing.Point( 12, 174);253 this.errorLabel.Location = new System.Drawing.Point(9, 145); 244 254 this.errorLabel.Name = "errorLabel"; 245 255 this.errorLabel.Size = new System.Drawing.Size(32, 13); … … 250 260 // 251 261 this.descriptionLabel.AutoSize = true; 252 this.descriptionLabel.Location = new System.Drawing.Point( 12, 84);262 this.descriptionLabel.Location = new System.Drawing.Point(9, 93); 253 263 this.descriptionLabel.Name = "descriptionLabel"; 254 264 this.descriptionLabel.Size = new System.Drawing.Size(63, 13); … … 256 266 this.descriptionLabel.Text = "Description:"; 257 267 // 268 // descriptionTextBox 269 // 270 this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 271 | System.Windows.Forms.AnchorStyles.Right))); 272 this.descriptionTextBox.Location = new System.Drawing.Point(78, 90); 273 this.descriptionTextBox.Name = "descriptionTextBox"; 274 this.descriptionTextBox.ReadOnly = true; 275 this.descriptionTextBox.Size = new System.Drawing.Size(594, 20); 276 this.descriptionTextBox.TabIndex = 20; 277 // 258 278 // errorTextBox 259 279 // 260 280 this.errorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 261 281 | System.Windows.Forms.AnchorStyles.Right))); 262 this.errorTextBox.Location = new System.Drawing.Point( 81, 171);282 this.errorTextBox.Location = new System.Drawing.Point(78, 142); 263 283 this.errorTextBox.Name = "errorTextBox"; 264 284 this.errorTextBox.ReadOnly = true; 265 this.errorTextBox.Size = new System.Drawing.Size(268, 66); 266 this.errorTextBox.TabIndex = 18; 267 this.errorTextBox.Text = ""; 268 // 269 // descriptionTextBox 270 // 271 this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 272 | System.Windows.Forms.AnchorStyles.Right))); 273 this.descriptionTextBox.Location = new System.Drawing.Point(81, 81); 274 this.descriptionTextBox.Name = "descriptionTextBox"; 275 this.descriptionTextBox.ReadOnly = true; 276 this.descriptionTextBox.Size = new System.Drawing.Size(268, 58); 277 this.descriptionTextBox.TabIndex = 19; 278 this.descriptionTextBox.Text = ""; 285 this.errorTextBox.Size = new System.Drawing.Size(594, 20); 286 this.errorTextBox.TabIndex = 21; 287 // 288 // pluginDescriptionHeader 289 // 290 this.pluginDescriptionHeader.Text = "Description"; 291 this.pluginDescriptionHeader.Width = 325; 279 292 // 280 293 // PluginView … … 282 295 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 283 296 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 284 this.ClientSize = new System.Drawing.Size(361, 565); 297 this.ClientSize = new System.Drawing.Size(687, 565); 298 this.Controls.Add(this.errorTextBox); 285 299 this.Controls.Add(this.descriptionTextBox); 286 this.Controls.Add(this.errorTextBox);287 300 this.Controls.Add(this.errorLabel); 288 301 this.Controls.Add(this.descriptionLabel); … … 298 311 this.Controls.Add(this.nameTextBox); 299 312 this.Controls.Add(this.nameLabel); 313 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 300 314 this.Name = "PluginView"; 301 315 this.dependenciesGroupBox.ResumeLayout(false); … … 321 335 private System.Windows.Forms.ListView filesListView; 322 336 private System.Windows.Forms.GroupBox filesGroupBox; 323 private System.Windows.Forms.ImageList imageList;337 private System.Windows.Forms.ImageList pluginsImageList; 324 338 private System.Windows.Forms.ColumnHeader fileNameHeader; 325 339 private System.Windows.Forms.ColumnHeader fileTypeHeader; … … 328 342 protected System.Windows.Forms.Label errorLabel; 329 343 protected System.Windows.Forms.Label descriptionLabel; 330 private System.Windows.Forms.RichTextBox errorTextBox; 331 private System.Windows.Forms.RichTextBox descriptionTextBox; 344 protected System.Windows.Forms.TextBox descriptionTextBox; 345 protected System.Windows.Forms.TextBox errorTextBox; 346 private System.Windows.Forms.ImageList filesImageList; 347 private System.Windows.Forms.ColumnHeader pluginDescriptionHeader; 332 348 333 349 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginView.cs
r3547 r3573 33 33 namespace HeuristicLab.PluginInfrastructure.Advanced { 34 34 internal partial class PluginView : Form { 35 private const string IMAGE_KEY_PLUGIN = "Plugin"; 35 36 private const string IMAGE_KEY_ASSEMBLY = "Assembly"; 36 37 private const string IMAGE_KEY_FILE = "File"; … … 54 55 55 56 private void PopulateImageList() { 56 imageList.Images.Add(IMAGE_KEY_ASSEMBLY, HeuristicLab.PluginInfrastructure.Resources.Resources.Assembly); 57 imageList.Images.Add(IMAGE_KEY_FILE, HeuristicLab.PluginInfrastructure.Resources.Resources.File); 58 imageList.Images.Add(IMAGE_KEY_DOCUMENT, HeuristicLab.PluginInfrastructure.Resources.Resources.Document); 57 pluginsImageList.Images.Add(IMAGE_KEY_PLUGIN, HeuristicLab.PluginInfrastructure.Resources.Resources.Install); 58 filesImageList.Images.Add(IMAGE_KEY_ASSEMBLY, HeuristicLab.PluginInfrastructure.Resources.Resources.Assembly); 59 filesImageList.Images.Add(IMAGE_KEY_FILE, HeuristicLab.PluginInfrastructure.Resources.Resources.File); 60 filesImageList.Images.Add(IMAGE_KEY_DOCUMENT, HeuristicLab.PluginInfrastructure.Resources.Resources.Document); 59 61 } 60 62 … … 71 73 } 72 74 foreach (PluginDescription dependency in plugin.Dependencies) { 73 var depItem = new ListViewItem(new string[] { dependency.Name, dependency.Version.ToString() });75 var depItem = new ListViewItem(new string[] { dependency.Name, dependency.Version.ToString(), dependency.Description }); 74 76 depItem.Tag = dependency; 75 depItem.ImageKey = IMAGE_KEY_ ASSEMBLY;77 depItem.ImageKey = IMAGE_KEY_PLUGIN; 76 78 dependenciesListView.Items.Add(depItem); 77 79 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginView.resx
r3006 r3573 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name=" imageList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">120 <metadata name="pluginsImageList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 121 <value>17, 17</value> 122 122 </metadata> 123 <metadata name="filesImageList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 124 <value>181, 17</value> 125 </metadata> 126 <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 127 <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 128 <value> 129 AAABAAgAEBAQAAAAAAAoAQAAhgAAABAQAAAAAAAAaAUAAK4BAAAgIBAAAAAAAOgCAAAWBwAAICAAAAAA 130 AACoCAAA/gkAADAwEAAAAAAAaAYAAKYSAAAwMAAAAAAAAKgOAAAOGQAAQEAQAAAAAABoCgAAticAAEBA 131 AAAAAAAAKBYAAB4yAAAoAAAAEAAAACAAAAABAAQAAAAAAIAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAAA 132 gAAAgAAAAICAAIAAAACAAIAAgIAAAMDAwACAgIAAAAD/AAD/AAAA//8A/wAAAP8A/wD//wAA////AAAA 133 AAAAAAAAD/////////APD///gAAA8A8H//9wj//wDwj///gP//APgH//9wf/8A/wj///AP/wD/gIiIiA 134 f/AP/wAAAACP8A//gHd3eAfwD/9wj///CPAP//gP//+A8A//9w////DwD///D///+PAP////////8AAA 135 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 136 AAAAAAAAAAAAACgAAAAQAAAAIAAAAAEACAAAAAAAAAEAAAAAAAAAAAAAAAEAAAABAAAAAAAAAACAAACA 137 AAAAgIAAgAAAAIAAgACAgAAAwMDAAMDcwADwyqYABAQEAAgICAAMDAwAERERABYWFgAcHBwAIiIiACkp 138 KQBVVVUATU1NAEJCQgA5OTkAgHz/AFBQ/wCTANYA/+zMAMbW7wDW5+cAkKmtAAAAMwAAAGYAAACZAAAA 139 zAAAMwAAADMzAAAzZgAAM5kAADPMAAAz/wAAZgAAAGYzAABmZgAAZpkAAGbMAABm/wAAmQAAAJkzAACZ 140 ZgAAmZkAAJnMAACZ/wAAzAAAAMwzAADMZgAAzJkAAMzMAADM/wAA/2YAAP+ZAAD/zAAzAAAAMwAzADMA 141 ZgAzAJkAMwDMADMA/wAzMwAAMzMzADMzZgAzM5kAMzPMADMz/wAzZgAAM2YzADNmZgAzZpkAM2bMADNm 142 /wAzmQAAM5kzADOZZgAzmZkAM5nMADOZ/wAzzAAAM8wzADPMZgAzzJkAM8zMADPM/wAz/zMAM/9mADP/ 143 mQAz/8wAM///AGYAAABmADMAZgBmAGYAmQBmAMwAZgD/AGYzAABmMzMAZjNmAGYzmQBmM8wAZjP/AGZm 144 AABmZjMAZmZmAGZmmQBmZswAZpkAAGaZMwBmmWYAZpmZAGaZzABmmf8AZswAAGbMMwBmzJkAZszMAGbM 145 /wBm/wAAZv8zAGb/mQBm/8wAzAD/AP8AzACZmQAAmTOZAJkAmQCZAMwAmQAAAJkzMwCZAGYAmTPMAJkA 146 /wCZZgAAmWYzAJkzZgCZZpkAmWbMAJkz/wCZmTMAmZlmAJmZmQCZmcwAmZn/AJnMAACZzDMAZsxmAJnM 147 mQCZzMwAmcz/AJn/AACZ/zMAmcxmAJn/mQCZ/8wAmf//AMwAAACZADMAzABmAMwAmQDMAMwAmTMAAMwz 148 MwDMM2YAzDOZAMwzzADMM/8AzGYAAMxmMwCZZmYAzGaZAMxmzACZZv8AzJkAAMyZMwDMmWYAzJmZAMyZ 149 zADMmf8AzMwAAMzMMwDMzGYAzMyZAMzMzADMzP8AzP8AAMz/MwCZ/2YAzP+ZAMz/zADM//8AzAAzAP8A 150 ZgD/AJkAzDMAAP8zMwD/M2YA/zOZAP8zzAD/M/8A/2YAAP9mMwDMZmYA/2aZAP9mzADMZv8A/5kAAP+Z 151 MwD/mWYA/5mZAP+ZzAD/mf8A/8wAAP/MMwD/zGYA/8yZAP/MzAD/zP8A//8zAMz/ZgD//5kA///MAGZm 152 /wBm/2YAZv//AP9mZgD/Zv8A//9mACEApQBfX18Ad3d3AIaGhgCWlpYAy8vLALKysgDX19cA3d3dAOPj 153 4wDq6uoA8fHxAPj4+ADw+/8ApKCgAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8ACgoKCgoK 154 CgoKCgoKCgoKCgr//////////////////woK/xT//////20KFBQUFP8KCv8K8f/////xCpL/////Cgr/ 155 EG3//////20U/////woK/5IK8f////8HCgf///8KCv//Duz//////xQU////Cgr//+wO7Ozs7OwSCvH/ 156 /woK///zDgoKCgoKCgpt//8KCv///+sOBwcHBwfsCvH/Cgr////xCpL//////w7s/woK/////21D//// 157 ///sDv8KCv////+8Cv//////8w7/Cgr//////xT///////9t/woK//////////////////8KCgoKCgoK 158 CgoKCgoKCgoKCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 159 AAAAAAAAAAAAAAAAAAAoAAAAIAAAAEAAAAABAAQAAAAAAAACAAAAAAAAAAAAABAAAAAQAAAAAAAAAAAA 160 gAAAgAAAAICAAIAAAACAAIAAgIAAAMDAwACAgIAAAAD/AAD/AAAA//8A/wAAAP8A/wD//wAA////AAAA 161 AAAAAAAAAAAAAAAAAAAP///////////////////wB3f///////93d3d3d3d38AcAj///////AAAAAAAA 162 CPAPAA///////4AAAAAAAABwD4AI//////9wAAAAAAAAgA/wAP//////+AB///////AP+ACP//////cA 163 D//////wD/8AD///////AAf/////8A//gAf//////4AI//////AP/3AA///////wAH/////wD//4AH// 164 ////+ACP////8A//9wCP//////8AD/////AP//8AB///////gAj////wD///cAj///////AA////8A// 165 //AAAAAAAAAAAI////AP///4AAAAAAAAAAAP///wD////wAAAAAAAAAAB///8A////+AAIiIiIiIgAD/ 166 //AP////8AD///////AAf//wD/////gAf//////4AI//8A/////3AA///////wAH//AP/////4AH//// 167 //+ACP/wD/////9wCP//////8AD/8A//////8AB///////gAj/AP//////cAj///////AA/wD/////// 168 AA///////4AI8A///////4AI//////9wAPAP///////wAP//////+ABwD///////94h///////eIcA// 169 //////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 170 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 171 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAIAAAAEAAAAABAAgAAAAAAAAE 172 AAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAgAAAgAAAAICAAIAAAACAAIAAgIAAAMDAwADA3MAA8MqmAAQE 173 BAAICAgADAwMABEREQAWFhYAHBwcACIiIgApKSkAVVVVAE1NTQBCQkIAOTk5AIB8/wBQUP8AkwDWAP/s 174 zADG1u8A1ufnAJCprQAAADMAAABmAAAAmQAAAMwAADMAAAAzMwAAM2YAADOZAAAzzAAAM/8AAGYAAABm 175 MwAAZmYAAGaZAABmzAAAZv8AAJkAAACZMwAAmWYAAJmZAACZzAAAmf8AAMwAAADMMwAAzGYAAMyZAADM 176 zAAAzP8AAP9mAAD/mQAA/8wAMwAAADMAMwAzAGYAMwCZADMAzAAzAP8AMzMAADMzMwAzM2YAMzOZADMz 177 zAAzM/8AM2YAADNmMwAzZmYAM2aZADNmzAAzZv8AM5kAADOZMwAzmWYAM5mZADOZzAAzmf8AM8wAADPM 178 MwAzzGYAM8yZADPMzAAzzP8AM/8zADP/ZgAz/5kAM//MADP//wBmAAAAZgAzAGYAZgBmAJkAZgDMAGYA 179 /wBmMwAAZjMzAGYzZgBmM5kAZjPMAGYz/wBmZgAAZmYzAGZmZgBmZpkAZmbMAGaZAABmmTMAZplmAGaZ 180 mQBmmcwAZpn/AGbMAABmzDMAZsyZAGbMzABmzP8AZv8AAGb/MwBm/5kAZv/MAMwA/wD/AMwAmZkAAJkz 181 mQCZAJkAmQDMAJkAAACZMzMAmQBmAJkzzACZAP8AmWYAAJlmMwCZM2YAmWaZAJlmzACZM/8AmZkzAJmZ 182 ZgCZmZkAmZnMAJmZ/wCZzAAAmcwzAGbMZgCZzJkAmczMAJnM/wCZ/wAAmf8zAJnMZgCZ/5kAmf/MAJn/ 183 /wDMAAAAmQAzAMwAZgDMAJkAzADMAJkzAADMMzMAzDNmAMwzmQDMM8wAzDP/AMxmAADMZjMAmWZmAMxm 184 mQDMZswAmWb/AMyZAADMmTMAzJlmAMyZmQDMmcwAzJn/AMzMAADMzDMAzMxmAMzMmQDMzMwAzMz/AMz/ 185 AADM/zMAmf9mAMz/mQDM/8wAzP//AMwAMwD/AGYA/wCZAMwzAAD/MzMA/zNmAP8zmQD/M8wA/zP/AP9m 186 AAD/ZjMAzGZmAP9mmQD/ZswAzGb/AP+ZAAD/mTMA/5lmAP+ZmQD/mcwA/5n/AP/MAAD/zDMA/8xmAP/M 187 mQD/zMwA/8z/AP//MwDM/2YA//+ZAP//zABmZv8AZv9mAGb//wD/ZmYA/2b/AP//ZgAhAKUAX19fAHd3 188 dwCGhoYAlpaWAMvLywCysrIA19fXAN3d3QDj4+MA6urqAPHx8QD4+PgA8Pv/AKSgoACAgIAAAAD/AAD/ 189 AAAA//8A/wAAAP8A/wD//wAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP////// 190 /////////////////////////////////wAA8QcH8//////////////zBwcHBwcHBwcHBwcHB/H/AADv 191 Cgpt//////////////MKCgoKCgoKCgoKCgoKEv8AAP8QCg7z/////////////20KCgoKCgoKCgoKCgoK 192 8QAA/5IKCuz/////////////8QoKCgoKCgoKCgoKCgptAAD//w4KDv//////////////EgoKB/////// 193 //////8AAP//7AoKkv////////////8HCgoU/////////////wAA///zDgoQ//////////////8UCgq8 194 ////////////AAD///9tCgrv/////////////5IKCm3///////////8AAP////EKChT///////////// 195 /xAKCvH//////////wAA/////20KCgf/////////////kgoK6///////////AAD/////BwoKbf////// 196 ///////zDgoO8/////////8AAP//////FAoK8f/////////////sCgrs/////////wAA///////vCgpt 197 //////////////MKChD/////////AAD///////8QCg4UFBQUFBQUFBQUFA4KCpL///////8AAP////// 198 /5IKCgoKCgoKCgoKCgoKCgoKEP///////wAA/////////w4KCgoKCgoKCgoKCgoKCgoKB///////AAD/ 199 ////////7AoKFOzs7Ozs7Ozs7OzrCgoU//////8AAP/////////zDgoQ//////////////8UCgq8//// 200 /wAA//////////9tCgrv/////////////5IKCm3/////AAD///////////EKChT//////////////xAK 201 CvH///8AAP///////////20KCgf/////////////kgoK6////wAA////////////BwoKbf////////// 202 ////DgoO8///AAD/////////////FAoK8f/////////////sCgrs//8AAP/////////////vCgpt//// 203 //////////MOChD//wAA//////////////8QCg7z/////////////20KCpL/AAD//////////////5IK 204 Cuz/////////////8QoKEP8AAP///////////////w4KDvP/////////////bQoKBwAA//////////// 205 ////7+zs8f////////////+87OzvAAD///////////////////////////////////////8AAAAAAAAA 206 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 207 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 208 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAwAAAAYAAAAAEABAAAAAAAgAQAAAAA 209 AAAAAAAAEAAAABAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD/ 210 /wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////// 211 ///////wD//////////////////////////////wD//////////////////////////////wDwAAj/// 212 ///////4AAAAAAAAAAAAAP/wD3AAD///////////AAAAAAAAAAAAAI/wD/AACP//////////gAAAAAAA 213 AAAAAA/wD/gAAP//////////cAAAAAAAAAAAAAjwD/8AAI//////////+AAAAAAAAAAAAAjwD/+AAA// 214 ////////9wAAf//////////wD//wAAj//////////wAAD//////////wD//4AAD//////////3AAB/// 215 ///////wD//3AAB///////////AACP/////////wD///gACP//////////gAAH/////////wD///cAAH 216 //////////8AAI/////////wD///8AAI//////////+AAA/////////wD///9wAA///////////wAAj/ 217 ///////wD////wAAj//////////4AAD////////wD////4AAD//////////3AACP///////wD/////AA 218 CP//////////gAAP///////wD/////gAAP//////////cAAI///////wD/////8AAI//////////8AAA 219 ///////wD/////+AAA//////////9wAAf//////wD/////9wAAAAAAAAAAAAAAAAj//////wD//////4 220 AAAAAAAAAAAAAAAAB//////wD//////3AAAAAAAAAAAAAAAACP/////wD///////AAAAAAAAAAAAAAAA 221 AP/////wD///////cAAAAAAAAAAAAAAAAI/////wD///////8AAI//////////+AAA/////wD/////// 222 +AAA//////////9wAAj////wD////////wAAj//////////4AAD////wD////////4AAD//////////3 223 AACP///wD/////////AACP//////////AAAP///wD/////////gAAP//////////cAAH///wD/////// 224 //cAAH//////////8AAI///wD/////////+AAA//////////+AAAf//wD/////////9wAAf///////// 225 /wAAj//wD//////////wAAj//////////4AAD//wD//////////3AAB///////////AACP/wD/////// 226 ////AACP//////////gAAP/wD///////////gAAP//////////cAAI/wD///////////8AAI//////// 227 //+AAA/wD///////////+AAA//////////9wAAjwD////////////wAAj//////////wAADwD/////// 228 ///////////////////////wD//////////////////////////////wD/////////////////////// 229 ///////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 230 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 231 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 232 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 233 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 234 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 235 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAADAA 236 AABgAAAAAQAIAAAAAAAACQAAAAAAAAAAAAAAAQAAAAEAAAAAAAAAAIAAAIAAAACAgACAAAAAgACAAICA 237 AADAwMAAwNzAAPDKpgAEBAQACAgIAAwMDAAREREAFhYWABwcHAAiIiIAKSkpAFVVVQBNTU0AQkJCADk5 238 OQCAfP8AUFD/AJMA1gD/7MwAxtbvANbn5wCQqa0AAAAzAAAAZgAAAJkAAADMAAAzAAAAMzMAADNmAAAz 239 mQAAM8wAADP/AABmAAAAZjMAAGZmAABmmQAAZswAAGb/AACZAAAAmTMAAJlmAACZmQAAmcwAAJn/AADM 240 AAAAzDMAAMxmAADMmQAAzMwAAMz/AAD/ZgAA/5kAAP/MADMAAAAzADMAMwBmADMAmQAzAMwAMwD/ADMz 241 AAAzMzMAMzNmADMzmQAzM8wAMzP/ADNmAAAzZjMAM2ZmADNmmQAzZswAM2b/ADOZAAAzmTMAM5lmADOZ 242 mQAzmcwAM5n/ADPMAAAzzDMAM8xmADPMmQAzzMwAM8z/ADP/MwAz/2YAM/+ZADP/zAAz//8AZgAAAGYA 243 MwBmAGYAZgCZAGYAzABmAP8AZjMAAGYzMwBmM2YAZjOZAGYzzABmM/8AZmYAAGZmMwBmZmYAZmaZAGZm 244 zABmmQAAZpkzAGaZZgBmmZkAZpnMAGaZ/wBmzAAAZswzAGbMmQBmzMwAZsz/AGb/AABm/zMAZv+ZAGb/ 245 zADMAP8A/wDMAJmZAACZM5kAmQCZAJkAzACZAAAAmTMzAJkAZgCZM8wAmQD/AJlmAACZZjMAmTNmAJlm 246 mQCZZswAmTP/AJmZMwCZmWYAmZmZAJmZzACZmf8AmcwAAJnMMwBmzGYAmcyZAJnMzACZzP8Amf8AAJn/ 247 MwCZzGYAmf+ZAJn/zACZ//8AzAAAAJkAMwDMAGYAzACZAMwAzACZMwAAzDMzAMwzZgDMM5kAzDPMAMwz 248 /wDMZgAAzGYzAJlmZgDMZpkAzGbMAJlm/wDMmQAAzJkzAMyZZgDMmZkAzJnMAMyZ/wDMzAAAzMwzAMzM 249 ZgDMzJkAzMzMAMzM/wDM/wAAzP8zAJn/ZgDM/5kAzP/MAMz//wDMADMA/wBmAP8AmQDMMwAA/zMzAP8z 250 ZgD/M5kA/zPMAP8z/wD/ZgAA/2YzAMxmZgD/ZpkA/2bMAMxm/wD/mQAA/5kzAP+ZZgD/mZkA/5nMAP+Z 251 /wD/zAAA/8wzAP/MZgD/zJkA/8zMAP/M/wD//zMAzP9mAP//mQD//8wAZmb/AGb/ZgBm//8A/2ZmAP9m 252 /wD//2YAIQClAF9fXwB3d3cAhoaGAJaWlgDLy8sAsrKyANfX1wDd3d0A4+PjAOrq6gDx8fEA+Pj4APD7 253 /wCkoKAAgICAAAAA/wAA/wAAAP//AP8AAAD/AP8A//8AAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 254 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////// 255 /////////////////wAA//////////////////////////////////////////////////////////// 256 /wAA/////////////////////////////////////////////////////////////wAA/xQKCgpt//// 257 /////////////////+wKCgoKCgoKCgoKCgoKCgoKCgoKDvP//wAA/wcKCgoK8/////////////////// 258 //MOCgoKCgoKCgoKCgoKCgoKCgoKCuz//wAA//8QCgoK7P////////////////////9tCgoKCgoKCgoK 259 CgoKCgoKCgoKCg7//wAA//+SCgoKDvP////////////////////xCgoKCgoKCgoKCgoKCgoKCgoKCgqS 260 /wAA////EAoKCpL/////////////////////bQoKCgoUFBQUFBQUFBQUFBQUFBRt/wAA////7AoKChD/ 261 ////////////////////BwoKCgrv/////////////////////wAA////8w4KCgqS//////////////// 262 /////xQKCgoU/////////////////////wAA/////+sKCgoU/////////////////////+8KCgoKB/// 263 /////////////////wAA//////EKCgoKB/////////////////////8QCgoKbf////////////////// 264 /wAA//////9tCgoKEv////////////////////+SCgoKCvH//////////////////wAA//////+8CgoK 265 CvH/////////////////////DgoKCm3//////////////////wAA////////FAoKCm3///////////// 266 ////////7AoKCgrz/////////////////wAA////////BwoKCgrz////////////////////8w4KCgrs 267 /////////////////wAA/////////xAKCgrs/////////////////////20KCgoO8/////////////// 268 /wAA/////////5IKCgoO8/////////////////////EKCgoKkv///////////////wAA//////////8Q 269 CgoKkv////////////////////9tCgoKEP///////////////wAA///////////sCgoKEP////////// 270 //////////8HCgoKCpL//////////////wAA///////////zDgoKCpL/////////////////////FAoK 271 ChT//////////////wAA////////////6woKChT/////////////////////7woKCgoH//////////// 272 /wAA////////////8QoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoS/////////////wAA//////////// 273 /20KCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoK8f///////////wAA/////////////7wKCgoKCgoKCgoK 274 CgoKCgoKCgoKCgoKCgoKbf///////////wAA//////////////8UCgoKCgoKCgoKCgoKCgoKCgoKCgoK 275 CgoKCvP//////////wAA//////////////8HCgoKCkMUFBQUFBQUFBQUFBQUFBQUDgoKCuz///////// 276 /wAA////////////////EAoKCuz/////////////////////bQoKCg7z/////////wAA//////////// 277 ////kgoKCg7z////////////////////8QoKCgqS/////////wAA/////////////////xAKCgrs//// 278 /////////////////20KCgoQ/////////wAA/////////////////+wKCgoQ//////////////////// 279 /7wKCgoKkv///////wAA//////////////////MOCgoKkv////////////////////8UCgoKFP////// 280 /wAA///////////////////rCgoKQ/////////////////////8HCgoKCgf//////wAA//////////// 281 ///////xCgoKCgf/////////////////////EAoKChL//////wAA////////////////////bQoKChT/ 282 ////////////////////kgoKCgrx/////wAA////////////////////vAoKCgrx//////////////// 283 /////xAKCgpt/////wAA/////////////////////xQKCgpt/////////////////////+wKCgoK8/// 284 /wAA/////////////////////wcKCgoK8f////////////////////MOCgoK7P///wAA//////////// 285 //////////9DCgoK7P/////////////////////rCgoKDvP//wAA//////////////////////+SCgoK 286 DvP////////////////////xCgoKCpL//wAA////////////////////////EAoKCuz///////////// 287 ////////bQoKChD//wAA////////////////////////7AoKChD/////////////////////vAoKCgqS 288 /wAA////////////////////////8w4KCgqS/////////////////////xQKCgoU/wAA//////////// 289 /////////////////////////////////////////////////wAA//////////////////////////// 290 /////////////////////////////////wAA//////////////////////////////////////////// 291 /////////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 292 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 293 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 294 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 295 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 296 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 297 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 298 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAQAAAAIAAAAABAAQAAAAAAAAIAAAAAAAAAAAAABAA 299 AAAQAAAAAAAAAAAAgAAAgAAAAICAAIAAAACAAIAAgIAAAMDAwACAgIAAAAD/AAD/AAAA//8A/wAAAP8A 300 /wD//wAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////////////////////// 301 //////////////////AP////////////////////////////////////////8A////////////////// 302 ///////////////////////wD/////////////////////////////////////////AP+IiIf/////// 303 ///////4iIiIiIiIiIiIiIiIiH//8A/wAAAP//////////////gAAAAAAAAAAAAAAAAAD//wD/gAAAj/ 304 /////////////wAAAAAAAAAAAAAAAAAI//AP/wAAAP//////////////gAAAAAAAAAAAAAAAAAD/8A// 305 gAAAj//////////////wAAAAAAAAAAAAAAAAAI/wD//wAAAP//////////////gAAAAAAAAAAAAAAAAA 306 D/AP//gAAAf/////////////9wAAAAAAAAAAAAAAAAAH8A//9wAACP//////////////gAAAf/////// 307 ///////wD///gAAAf/////////////9wAAAP//////////////AP//9wAACP//////////////AAAAf/ 308 ////////////8A////AAAA//////////////+AAACP/////////////wD///9wAACP////////////// 309 AAAAf/////////////AP////AAAA//////////////+AAACP////////////8A////+AAACP//////// 310 //////AAAA/////////////wD/////AAAA//////////////+AAACP////////////AP////+AAACP// 311 ////////////AAAA////////////8A//////AAAA//////////////+AAACP///////////wD/////+A 312 AAB//////////////3AAAA////////////AP/////3AAAI//////////////+AAAB///////////8A// 313 ////+AAAB//////////////3AAAA///////////wD//////3AAAI//////////////8AAAB///////// 314 //AP//////8AAAD//////////////3AAAI//////////8A///////3AAAI//////////////8AAAB/// 315 ///////wD///////8AAAD//////////////4AAAI//////////AP///////4AAAI//////////////8A 316 AAD/////////8A////////8AAAB3d3d3d3d3d3d3d4AAAI/////////wD////////4AAAAAAAAAAAAAA 317 AAAAAAAAD/////////AP////////8AAAAAAAAAAAAAAAAAAAAAAI////////8A/////////4AAAAAAAA 318 AAAAAAAAAAAAAAD////////wD/////////cAAAAAAAAAAAAAAAAAAAAAAI////////AP/////////4AA 319 AAAAAAAAAAAAAAAAAAAAD///////8A//////////cAAAAAAAAAAAAAAAAAAAAAAH///////wD/////// 320 ///wAAAH//////////////cAAAj///////AP//////////cAAAj//////////////wAAAH//////8A// 321 /////////wAAAP//////////////gAAAj//////wD///////////gAAAj//////////////wAAAP//// 322 //AP///////////wAAAP//////////////gAAAj/////8A////////////gAAAj//////////////wAA 323 AP/////wD////////////wAAAP//////////////gAAAj/////AP////////////gAAAf/////////// 324 //9wAAAP////8A////////////9wAAAP//////////////gAAAj////wD/////////////gAAAf///// 325 ////////9wAAAP////AP////////////9wAACP//////////////AAAAf///8A//////////////AAAA 326 f/////////////9wAACP///wD/////////////9wAACP//////////////AAAAf///AP//////////// 327 //AAAA//////////////+AAACP//8A//////////////+AAACP//////////////AAAA///wD/////// 328 ////////AAAA//////////////+AAACP//AP//////////////+AAACP//////////////AAAA//8A// 329 //////////////AAAA//////////////+AAACP/wD///////////////+AAAB//////////////3AAAA 330 //AP///////////////3AAAA//////////////+AAACP8A////////////////+AAAB///////////// 331 /3AAAA/wD////////////////3AAAI//////////////8AAAB/AP//////////////////////////// 332 ////////////8A/////////////////////////////////////////wD/////////////////////// 333 //////////////////AP////////////////////////////////////////8AAAAAAAAAAAAAAAAAAA 334 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 335 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 336 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 337 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 338 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 339 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 340 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 341 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 342 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAQAAAAIAA 343 AAABAAgAAAAAAAAQAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAgAAAgAAAAICAAIAAAACAAIAAgIAAAMDA 344 wADA3MAA8MqmAAQEBAAICAgADAwMABEREQAWFhYAHBwcACIiIgApKSkAVVVVAE1NTQBCQkIAOTk5AIB8 345 /wBQUP8AkwDWAP/szADG1u8A1ufnAJCprQAAADMAAABmAAAAmQAAAMwAADMAAAAzMwAAM2YAADOZAAAz 346 zAAAM/8AAGYAAABmMwAAZmYAAGaZAABmzAAAZv8AAJkAAACZMwAAmWYAAJmZAACZzAAAmf8AAMwAAADM 347 MwAAzGYAAMyZAADMzAAAzP8AAP9mAAD/mQAA/8wAMwAAADMAMwAzAGYAMwCZADMAzAAzAP8AMzMAADMz 348 MwAzM2YAMzOZADMzzAAzM/8AM2YAADNmMwAzZmYAM2aZADNmzAAzZv8AM5kAADOZMwAzmWYAM5mZADOZ 349 zAAzmf8AM8wAADPMMwAzzGYAM8yZADPMzAAzzP8AM/8zADP/ZgAz/5kAM//MADP//wBmAAAAZgAzAGYA 350 ZgBmAJkAZgDMAGYA/wBmMwAAZjMzAGYzZgBmM5kAZjPMAGYz/wBmZgAAZmYzAGZmZgBmZpkAZmbMAGaZ 351 AABmmTMAZplmAGaZmQBmmcwAZpn/AGbMAABmzDMAZsyZAGbMzABmzP8AZv8AAGb/MwBm/5kAZv/MAMwA 352 /wD/AMwAmZkAAJkzmQCZAJkAmQDMAJkAAACZMzMAmQBmAJkzzACZAP8AmWYAAJlmMwCZM2YAmWaZAJlm 353 zACZM/8AmZkzAJmZZgCZmZkAmZnMAJmZ/wCZzAAAmcwzAGbMZgCZzJkAmczMAJnM/wCZ/wAAmf8zAJnM 354 ZgCZ/5kAmf/MAJn//wDMAAAAmQAzAMwAZgDMAJkAzADMAJkzAADMMzMAzDNmAMwzmQDMM8wAzDP/AMxm 355 AADMZjMAmWZmAMxmmQDMZswAmWb/AMyZAADMmTMAzJlmAMyZmQDMmcwAzJn/AMzMAADMzDMAzMxmAMzM 356 mQDMzMwAzMz/AMz/AADM/zMAmf9mAMz/mQDM/8wAzP//AMwAMwD/AGYA/wCZAMwzAAD/MzMA/zNmAP8z 357 mQD/M8wA/zP/AP9mAAD/ZjMAzGZmAP9mmQD/ZswAzGb/AP+ZAAD/mTMA/5lmAP+ZmQD/mcwA/5n/AP/M 358 AAD/zDMA/8xmAP/MmQD/zMwA/8z/AP//MwDM/2YA//+ZAP//zABmZv8AZv9mAGb//wD/ZmYA/2b/AP// 359 ZgAhAKUAX19fAHd3dwCGhoYAlpaWAMvLywCysrIA19fXAN3d3QDj4+MA6urqAPHx8QD4+PgA8Pv/AKSg 360 oACAgIAAAAD/AAD/AAAA//8A/wAAAP8A/wD//wAA////AAoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoK 361 CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoK//////////////////////////// 362 //////////////////////////////////////////////////////8KCv////////////////////// 363 ////////////////////////////////////////////////////////////Cgr///////////////// 364 /////////////////////////////////////////////////////////////////woK//////////// 365 //////////////////////////////////////////////////////////////////////8KCv/z7Ozs 366 7Ozv/////////////////////////////5Ls7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O//////Cgr/ 367 /xAKCgoKDvP///////////////////////////+SCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoO8/// 368 /woK//+SCgoKCgqS////////////////////////////8w4KCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoK 369 Cuz///8KCv///xAKCgoKEP/////////////////////////////sCgoKCgoKCgoKCgoKCgoKCgoKCgoK 370 CgoKCgoQ////Cgr////sCgoKCgqS////////////////////////////8woKCgoKCgoKCgoKCgoKCgoK 371 CgoKCgoKCgoKCpL//woK////8w4KCgoKFP////////////////////////////9tCgoKCgoKCgoKCgoK 372 CgoKCgoKCgoKCgoKCgpD//8KCv/////rCgoKCgoH////////////////////////////8QoKCgoKChQU 373 FBQUFBQUFBQUFBQUFBQUFBQUFPH/Cgr/////8QoKCgoKEv////////////////////////////8SCgoK 374 Cgrv/////////////////////////////woK//////9tCgoKCgrx//////////////////////////// 375 BwoKCgoKFP////////////////////////////8KCv//////vAoKCgoKbf////////////////////// 376 //////8UCgoKCgoH////////////////////////////Cgr///////8UCgoKCgrz//////////////// 377 ////////////kgoKCgoKbf///////////////////////////woK////////BwoKCgoK7P////////// 378 //////////////////8QCgoKCgrx//////////////////////////8KCv////////8QCgoKCg7z//// 379 ////////////////////////kgoKCgoKbf//////////////////////////Cgr/////////kgoKCgoK 380 kv////////////////////////////MOCgoKCg7z/////////////////////////woK//////////8Q 381 CgoKChD/////////////////////////////7AoKCgoK7P////////////////////////8KCv////// 382 ////7AoKCgoKkv////////////////////////////MOCgoKCg7/////////////////////////Cgr/ 383 //////////MOCgoKChT/////////////////////////////bQoKCgoKkv////////////////////// 384 /woK////////////6woKCgoKB/////////////////////////////EKCgoKChD///////////////// 385 //////8KCv////////////EKCgoKChL/////////////////////////////bQoKCgoK7/////////// 386 ////////////Cgr/////////////bQoKCgoK8f///////////////////////////wcKCgoKChT///// 387 /////////////////woK/////////////7wKCgoKCm3/////////////////////////////FAoKCgoK 388 B/////////////////////8KCv//////////////FAoKCgoK8////////////////////////////+8K 389 CgoKCm3/////////////////////Cgr//////////////wcKCgoKCuz///////////////////////// 390 ////EAoKCgoK8f///////////////////woK////////////////EAoKCgoO8/////////////////// 391 /////////5IKCgoKCm3///////////////////8KCv///////////////5IKCgoKCpL///////////// 392 ////////////////DgoKCgoK8///////////////////Cgr/////////////////EAoKCgoQBwcHBwcH 393 BwcHBwcHBwcHBwcHBwcHBxIKCgoKCuz//////////////////woK/////////////////+wKCgoKCgoK 394 CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoO8/////////////////8KCv/////////////////zDgoK 395 CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCpL/////////////////Cgr///////////////// 396 /+sKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoQ/////////////////woK//////////// 397 ///////xCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCpL///////////////8KCv////// 398 /////////////20KCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoU////////////////Cgr/ 399 //////////////////+8CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgf///////////// 400 /woK/////////////////////xQKCgoKCvH////////////////////////////vCgoKCgoS//////// 401 //////8KCv////////////////////8HCgoKCgrs/////////////////////////////xAKCgoKCvH/ 402 ////////////Cgr//////////////////////xAKCgoKDvP///////////////////////////+SCgoK 403 Cgpt/////////////woK//////////////////////+SCgoKCgrs//////////////////////////// 404 /w4KCgoKCvP///////////8KCv///////////////////////xAKCgoKEP////////////////////// 405 ///////sCgoKCgrs////////////Cgr////////////////////////sCgoKCgqS//////////////// 406 ////////////8w4KCgoKDvP//////////woK////////////////////////8w4KCgoKQ/////////// 407 //////////////////9tCgoKCgqS//////////8KCv/////////////////////////sCgoKCgoH//// 408 ////////////////////////8QoKCgoKEP//////////Cgr/////////////////////////8QoKCgoK 409 FP////////////////////////////9tCgoKCgqS/////////woK//////////////////////////9t 410 CgoKCgrx////////////////////////////BwoKCgoKFP////////8KCv////////////////////// 411 ////8QoKCgoKbf////////////////////////////8UCgoKCgoH////////Cgr///////////////// 412 //////////8UCgoKCgrx////////////////////////////7woKCgoKEv///////woK//////////// 413 ////////////////BwoKCgoK7P////////////////////////////8QCgoKCgrx//////8KCv////// 414 //////////////////////9DCgoKCg7z////////////////////////////kgoKCgoKbf//////Cgr/ 415 ////////////////////////////kgoKCgoK7P////////////////////////////8OCgoKCgrz//// 416 /woK//////////////////////////////8QCgoKChD/////////////////////////////7AoKCgoK 417 7P////8KCv//////////////////////////////7AoKCgoKkv////////////////////////////MO 418 CgoKCg7z////Cgr///////////////////////////////MOCgoKCkP///////////////////////// 419 ////bQoKCgoKkv///woK////////////////////////////////7AoKCgoKB/////////////////// 420 //////////EKCgoKChD///8KCv////////////////////////////////EKCgoKChT///////////// 421 ////////////////bQoKCgoKkv//Cgr/////////////////////////////////bQoKCgoK8f////// 422 /////////////////////wcKCgoKChT//woK//////////////////////////////////EKCgoKCm3/ 423 ////////////////////////////FAoKCgoKB/8KCv////////////////////////////////////// 424 ////////////////////////////////////////////Cgr///////////////////////////////// 425 /////////////////////////////////////////////////woK//////////////////////////// 426 //////////////////////////////////////////////////////8KCv////////////////////// 427 ////////////////////////////////////////////////////////////CgoKCgoKCgoKCgoKCgoK 428 CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoAAAAAAAAAAAAA 429 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 430 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 431 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 432 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 433 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 434 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 435 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 436 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 437 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== 438 </value> 439 </data> 123 440 </root> -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ProductEditor.Designer.cs
r3547 r3573 50 50 this.splitContainer = new System.Windows.Forms.SplitContainer(); 51 51 this.productsGroupBox = new System.Windows.Forms.GroupBox(); 52 this.newProductButton = new System.Windows.Forms.Button(); 52 53 this.productsListView = new System.Windows.Forms.ListView(); 53 54 this.productNameHeader = new System.Windows.Forms.ColumnHeader(); … … 56 57 this.detailsGroupBox = new System.Windows.Forms.GroupBox(); 57 58 this.pluginsGroupBox = new System.Windows.Forms.GroupBox(); 59 this.pluginListView = new HeuristicLab.PluginInfrastructure.Advanced.PluginListView(); 58 60 this.versionTextBox = new System.Windows.Forms.TextBox(); 59 61 this.nameLabel = new System.Windows.Forms.Label(); … … 61 63 this.versionLabel = new System.Windows.Forms.Label(); 62 64 this.pluginImageList = new System.Windows.Forms.ImageList(this.components); 63 this.newProductButton = new System.Windows.Forms.Button();64 65 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 65 this. pluginListView = new HeuristicLab.PluginInfrastructure.Advanced.PluginListView();66 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 66 67 this.splitContainer.Panel1.SuspendLayout(); 67 68 this.splitContainer.Panel2.SuspendLayout(); … … 77 78 this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 78 79 this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet; 79 this.refreshButton.Location = new System.Drawing.Point(6, 3 89);80 this.refreshButton.Location = new System.Drawing.Point(6, 394); 80 81 this.refreshButton.Name = "refreshButton"; 81 this.refreshButton.Size = new System.Drawing.Size(73, 31);82 this.refreshButton.Size = new System.Drawing.Size(73, 26); 82 83 this.refreshButton.TabIndex = 1; 83 84 this.refreshButton.Text = "Refresh"; 84 85 this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 86 this.toolTip.SetToolTip(this.refreshButton, "Refresh list of plugins and products from server"); 85 87 this.refreshButton.UseVisualStyleBackColor = true; 86 88 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); … … 91 93 this.uploadButton.Enabled = false; 92 94 this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up; 93 this.uploadButton.Location = new System.Drawing.Point(85, 3 89);95 this.uploadButton.Location = new System.Drawing.Point(85, 394); 94 96 this.uploadButton.Name = "uploadButton"; 95 this.uploadButton.Size = new System.Drawing.Size(120, 31);97 this.uploadButton.Size = new System.Drawing.Size(120, 26); 96 98 this.uploadButton.TabIndex = 2; 97 99 this.uploadButton.Text = "Upload Products"; 98 100 this.uploadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 101 this.toolTip.SetToolTip(this.uploadButton, "Upload changed products to server"); 99 102 this.uploadButton.UseVisualStyleBackColor = true; 100 103 this.uploadButton.Click += new System.EventHandler(this.saveButton_Click); … … 133 136 this.productsGroupBox.Text = "Products"; 134 137 // 138 // newProductButton 139 // 140 this.newProductButton.Enabled = false; 141 this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add; 142 this.newProductButton.Location = new System.Drawing.Point(6, 19); 143 this.newProductButton.Name = "newProductButton"; 144 this.newProductButton.Size = new System.Drawing.Size(104, 26); 145 this.newProductButton.TabIndex = 3; 146 this.newProductButton.Text = "Create Product"; 147 this.newProductButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 148 this.toolTip.SetToolTip(this.newProductButton, "Create a new product"); 149 this.newProductButton.UseVisualStyleBackColor = true; 150 this.newProductButton.Click += new System.EventHandler(this.newProductButton_Click); 151 // 135 152 // productsListView 136 153 // … … 143 160 this.productsListView.Enabled = false; 144 161 this.productsListView.FullRowSelect = true; 145 this.productsListView.Location = new System.Drawing.Point(6, 5 6);162 this.productsListView.Location = new System.Drawing.Point(6, 51); 146 163 this.productsListView.MultiSelect = false; 147 164 this.productsListView.Name = "productsListView"; 148 this.productsListView.Size = new System.Drawing.Size(309, 3 27);165 this.productsListView.Size = new System.Drawing.Size(309, 337); 149 166 this.productsListView.SmallImageList = this.productImageList; 150 167 this.productsListView.TabIndex = 4; … … 199 216 this.pluginsGroupBox.Text = "Plugins"; 200 217 // 218 // pluginListView 219 // 220 this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 221 | System.Windows.Forms.AnchorStyles.Left) 222 | System.Windows.Forms.AnchorStyles.Right))); 223 this.pluginListView.Enabled = false; 224 this.pluginListView.Location = new System.Drawing.Point(3, 16); 225 this.pluginListView.Name = "pluginListView"; 226 this.pluginListView.Plugins = null; 227 this.pluginListView.Size = new System.Drawing.Size(322, 330); 228 this.pluginListView.TabIndex = 7; 229 this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked); 230 // 201 231 // versionTextBox 202 232 // … … 247 277 this.pluginImageList.TransparentColor = System.Drawing.Color.Transparent; 248 278 // 249 // newProductButton250 //251 this.newProductButton.Enabled = false;252 this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;253 this.newProductButton.Location = new System.Drawing.Point(6, 19);254 this.newProductButton.Name = "newProductButton";255 this.newProductButton.Size = new System.Drawing.Size(104, 31);256 this.newProductButton.TabIndex = 3;257 this.newProductButton.Text = "Create Product";258 this.newProductButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;259 this.newProductButton.UseVisualStyleBackColor = true;260 this.newProductButton.Click += new System.EventHandler(this.newProductButton_Click);261 //262 279 // errorProvider 263 280 // 264 281 this.errorProvider.ContainerControl = this; 265 //266 // pluginListView267 //268 this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)269 | System.Windows.Forms.AnchorStyles.Left)270 | System.Windows.Forms.AnchorStyles.Right)));271 this.pluginListView.Enabled = false;272 this.pluginListView.Location = new System.Drawing.Point(3, 16);273 this.pluginListView.Name = "pluginListView";274 this.pluginListView.Plugins = null;275 this.pluginListView.Size = new System.Drawing.Size(322, 330);276 this.pluginListView.TabIndex = 7;277 this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked);278 282 // 279 283 // ProductEditor … … 316 320 private System.Windows.Forms.GroupBox detailsGroupBox; 317 321 private System.Windows.Forms.GroupBox pluginsGroupBox; 322 private System.Windows.Forms.ToolTip toolTip; 318 323 319 324 } -
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ProductEditor.resx
r3474 r3573 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 <value>425, 17</value> 122 </metadata> 120 123 <metadata name="productImageList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 121 124 <value>140, 17</value>
Note: See TracChangeset
for help on using the changeset viewer.