- Timestamp:
- 04/30/10 15:13:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.