[3090] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 | namespace HeuristicLab.PluginInfrastructure.Advanced {
|
---|
[3006] | 22 | partial class PluginView {
|
---|
| 23 | /// <summary>
|
---|
| 24 | /// Required designer variable.
|
---|
| 25 | /// </summary>
|
---|
| 26 | private System.ComponentModel.IContainer components = null;
|
---|
| 27 |
|
---|
| 28 | /// <summary>
|
---|
| 29 | /// Clean up any resources being used.
|
---|
| 30 | /// </summary>
|
---|
| 31 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 32 | protected override void Dispose(bool disposing) {
|
---|
| 33 | if (disposing && (components != null)) {
|
---|
| 34 | components.Dispose();
|
---|
| 35 | }
|
---|
| 36 | base.Dispose(disposing);
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | #region Component Designer generated code
|
---|
| 40 |
|
---|
| 41 | /// <summary>
|
---|
| 42 | /// Required method for Designer support - do not modify
|
---|
| 43 | /// the contents of this method with the code editor.
|
---|
| 44 | /// </summary>
|
---|
| 45 | private void InitializeComponent() {
|
---|
| 46 | this.components = new System.ComponentModel.Container();
|
---|
[3573] | 47 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PluginView));
|
---|
[3006] | 48 | this.nameLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.nameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 50 | this.versionTextBox = new System.Windows.Forms.TextBox();
|
---|
| 51 | this.versionLabel = new System.Windows.Forms.Label();
|
---|
| 52 | this.contactTextBox = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.contactInfoLabel = new System.Windows.Forms.Label();
|
---|
| 54 | this.licenseButton = new System.Windows.Forms.Button();
|
---|
| 55 | this.dependenciesGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 56 | this.dependenciesListView = new System.Windows.Forms.ListView();
|
---|
| 57 | this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
|
---|
| 58 | this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader();
|
---|
[3573] | 59 | this.pluginsImageList = new System.Windows.Forms.ImageList(this.components);
|
---|
[3006] | 60 | this.filesListView = new System.Windows.Forms.ListView();
|
---|
| 61 | this.fileNameHeader = new System.Windows.Forms.ColumnHeader();
|
---|
| 62 | this.fileTypeHeader = new System.Windows.Forms.ColumnHeader();
|
---|
[3573] | 63 | this.filesImageList = new System.Windows.Forms.ImageList(this.components);
|
---|
[3006] | 64 | this.filesGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 65 | this.stateTextBox = new System.Windows.Forms.TextBox();
|
---|
| 66 | this.stateLabel = new System.Windows.Forms.Label();
|
---|
| 67 | this.errorLabel = new System.Windows.Forms.Label();
|
---|
| 68 | this.descriptionLabel = new System.Windows.Forms.Label();
|
---|
[3573] | 69 | this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
---|
| 70 | this.errorTextBox = new System.Windows.Forms.TextBox();
|
---|
| 71 | this.pluginDescriptionHeader = new System.Windows.Forms.ColumnHeader();
|
---|
[3006] | 72 | this.dependenciesGroupBox.SuspendLayout();
|
---|
| 73 | this.filesGroupBox.SuspendLayout();
|
---|
| 74 | this.SuspendLayout();
|
---|
| 75 | //
|
---|
| 76 | // nameLabel
|
---|
| 77 | //
|
---|
| 78 | this.nameLabel.AutoSize = true;
|
---|
[3573] | 79 | this.nameLabel.Location = new System.Drawing.Point(9, 15);
|
---|
[3006] | 80 | this.nameLabel.Name = "nameLabel";
|
---|
| 81 | this.nameLabel.Size = new System.Drawing.Size(38, 13);
|
---|
| 82 | this.nameLabel.TabIndex = 0;
|
---|
| 83 | this.nameLabel.Text = "Name:";
|
---|
| 84 | //
|
---|
| 85 | // nameTextBox
|
---|
| 86 | //
|
---|
| 87 | this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 88 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3573] | 89 | this.nameTextBox.Location = new System.Drawing.Point(78, 12);
|
---|
[3006] | 90 | this.nameTextBox.Name = "nameTextBox";
|
---|
| 91 | this.nameTextBox.ReadOnly = true;
|
---|
[3573] | 92 | this.nameTextBox.Size = new System.Drawing.Size(594, 20);
|
---|
[3006] | 93 | this.nameTextBox.TabIndex = 1;
|
---|
| 94 | //
|
---|
| 95 | // versionTextBox
|
---|
| 96 | //
|
---|
| 97 | this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 98 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3573] | 99 | this.versionTextBox.Location = new System.Drawing.Point(78, 38);
|
---|
[3006] | 100 | this.versionTextBox.Name = "versionTextBox";
|
---|
| 101 | this.versionTextBox.ReadOnly = true;
|
---|
[3573] | 102 | this.versionTextBox.Size = new System.Drawing.Size(594, 20);
|
---|
[3006] | 103 | this.versionTextBox.TabIndex = 3;
|
---|
| 104 | //
|
---|
| 105 | // versionLabel
|
---|
| 106 | //
|
---|
| 107 | this.versionLabel.AutoSize = true;
|
---|
[3573] | 108 | this.versionLabel.Location = new System.Drawing.Point(9, 41);
|
---|
[3006] | 109 | this.versionLabel.Name = "versionLabel";
|
---|
| 110 | this.versionLabel.Size = new System.Drawing.Size(45, 13);
|
---|
| 111 | this.versionLabel.TabIndex = 2;
|
---|
| 112 | this.versionLabel.Text = "Version:";
|
---|
| 113 | //
|
---|
| 114 | // contactTextBox
|
---|
| 115 | //
|
---|
| 116 | this.contactTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 117 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3573] | 118 | this.contactTextBox.Location = new System.Drawing.Point(78, 64);
|
---|
[3006] | 119 | this.contactTextBox.Name = "contactTextBox";
|
---|
| 120 | this.contactTextBox.ReadOnly = true;
|
---|
[3573] | 121 | this.contactTextBox.Size = new System.Drawing.Size(594, 20);
|
---|
[3006] | 122 | this.contactTextBox.TabIndex = 5;
|
---|
| 123 | //
|
---|
| 124 | // contactInfoLabel
|
---|
| 125 | //
|
---|
| 126 | this.contactInfoLabel.AutoSize = true;
|
---|
[3573] | 127 | this.contactInfoLabel.Location = new System.Drawing.Point(9, 67);
|
---|
[3006] | 128 | this.contactInfoLabel.Name = "contactInfoLabel";
|
---|
| 129 | this.contactInfoLabel.Size = new System.Drawing.Size(47, 13);
|
---|
| 130 | this.contactInfoLabel.TabIndex = 4;
|
---|
| 131 | this.contactInfoLabel.Text = "Contact:";
|
---|
| 132 | //
|
---|
| 133 | // licenseButton
|
---|
| 134 | //
|
---|
| 135 | this.licenseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[3547] | 136 | this.licenseButton.Location = new System.Drawing.Point(3, 575);
|
---|
[3006] | 137 | this.licenseButton.Name = "licenseButton";
|
---|
| 138 | this.licenseButton.Size = new System.Drawing.Size(103, 23);
|
---|
| 139 | this.licenseButton.TabIndex = 10;
|
---|
| 140 | this.licenseButton.Text = "Show license";
|
---|
| 141 | this.licenseButton.UseVisualStyleBackColor = true;
|
---|
| 142 | this.licenseButton.Click += new System.EventHandler(this.licenseButton_Click);
|
---|
| 143 | //
|
---|
| 144 | // dependenciesGroupBox
|
---|
| 145 | //
|
---|
| 146 | this.dependenciesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 147 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 148 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 149 | this.dependenciesGroupBox.Controls.Add(this.dependenciesListView);
|
---|
[3573] | 150 | this.dependenciesGroupBox.Location = new System.Drawing.Point(12, 324);
|
---|
[3006] | 151 | this.dependenciesGroupBox.Name = "dependenciesGroupBox";
|
---|
[3573] | 152 | this.dependenciesGroupBox.Size = new System.Drawing.Size(663, 229);
|
---|
[3006] | 153 | this.dependenciesGroupBox.TabIndex = 1;
|
---|
| 154 | this.dependenciesGroupBox.TabStop = false;
|
---|
| 155 | this.dependenciesGroupBox.Text = "Dependencies";
|
---|
| 156 | //
|
---|
| 157 | // dependenciesListView
|
---|
| 158 | //
|
---|
| 159 | this.dependenciesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
| 160 | this.pluginNameHeader,
|
---|
[3573] | 161 | this.pluginVersionHeader,
|
---|
| 162 | this.pluginDescriptionHeader});
|
---|
[3006] | 163 | this.dependenciesListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 164 | this.dependenciesListView.Location = new System.Drawing.Point(3, 16);
|
---|
| 165 | this.dependenciesListView.Name = "dependenciesListView";
|
---|
[3573] | 166 | this.dependenciesListView.Size = new System.Drawing.Size(657, 210);
|
---|
| 167 | this.dependenciesListView.SmallImageList = this.pluginsImageList;
|
---|
[3006] | 168 | this.dependenciesListView.TabIndex = 0;
|
---|
| 169 | this.dependenciesListView.UseCompatibleStateImageBehavior = false;
|
---|
| 170 | this.dependenciesListView.View = System.Windows.Forms.View.Details;
|
---|
| 171 | this.dependenciesListView.ItemActivate += new System.EventHandler(this.dependenciesListView_ItemActivate);
|
---|
| 172 | //
|
---|
| 173 | // pluginNameHeader
|
---|
| 174 | //
|
---|
| 175 | this.pluginNameHeader.Text = "Name";
|
---|
| 176 | this.pluginNameHeader.Width = 200;
|
---|
| 177 | //
|
---|
| 178 | // pluginVersionHeader
|
---|
| 179 | //
|
---|
| 180 | this.pluginVersionHeader.Text = "Version";
|
---|
| 181 | this.pluginVersionHeader.Width = 120;
|
---|
| 182 | //
|
---|
[3573] | 183 | // pluginsImageList
|
---|
[3006] | 184 | //
|
---|
[3573] | 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;
|
---|
[3006] | 188 | //
|
---|
| 189 | // filesListView
|
---|
| 190 | //
|
---|
| 191 | this.filesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
| 192 | this.fileNameHeader,
|
---|
| 193 | this.fileTypeHeader});
|
---|
| 194 | this.filesListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 195 | this.filesListView.Location = new System.Drawing.Point(3, 16);
|
---|
| 196 | this.filesListView.Name = "filesListView";
|
---|
[3573] | 197 | this.filesListView.Size = new System.Drawing.Size(657, 131);
|
---|
| 198 | this.filesListView.SmallImageList = this.filesImageList;
|
---|
[3006] | 199 | this.filesListView.TabIndex = 0;
|
---|
| 200 | this.filesListView.UseCompatibleStateImageBehavior = false;
|
---|
| 201 | this.filesListView.View = System.Windows.Forms.View.Details;
|
---|
| 202 | //
|
---|
| 203 | // fileNameHeader
|
---|
| 204 | //
|
---|
| 205 | this.fileNameHeader.Text = "Name";
|
---|
| 206 | this.fileNameHeader.Width = 200;
|
---|
| 207 | //
|
---|
| 208 | // fileTypeHeader
|
---|
| 209 | //
|
---|
| 210 | this.fileTypeHeader.Text = "Type";
|
---|
| 211 | this.fileTypeHeader.Width = 120;
|
---|
| 212 | //
|
---|
[3573] | 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 | //
|
---|
[3006] | 219 | // filesGroupBox
|
---|
| 220 | //
|
---|
| 221 | this.filesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 222 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 223 | this.filesGroupBox.Controls.Add(this.filesListView);
|
---|
[3573] | 224 | this.filesGroupBox.Location = new System.Drawing.Point(12, 168);
|
---|
[3006] | 225 | this.filesGroupBox.Name = "filesGroupBox";
|
---|
[3573] | 226 | this.filesGroupBox.Size = new System.Drawing.Size(663, 150);
|
---|
[3006] | 227 | this.filesGroupBox.TabIndex = 11;
|
---|
| 228 | this.filesGroupBox.TabStop = false;
|
---|
| 229 | this.filesGroupBox.Text = "Files";
|
---|
| 230 | //
|
---|
| 231 | // stateTextBox
|
---|
| 232 | //
|
---|
| 233 | this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 234 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3573] | 235 | this.stateTextBox.Location = new System.Drawing.Point(78, 116);
|
---|
[3006] | 236 | this.stateTextBox.Name = "stateTextBox";
|
---|
| 237 | this.stateTextBox.ReadOnly = true;
|
---|
[3573] | 238 | this.stateTextBox.Size = new System.Drawing.Size(594, 20);
|
---|
[3006] | 239 | this.stateTextBox.TabIndex = 13;
|
---|
| 240 | //
|
---|
| 241 | // stateLabel
|
---|
| 242 | //
|
---|
| 243 | this.stateLabel.AutoSize = true;
|
---|
[3573] | 244 | this.stateLabel.Location = new System.Drawing.Point(9, 119);
|
---|
[3006] | 245 | this.stateLabel.Name = "stateLabel";
|
---|
| 246 | this.stateLabel.Size = new System.Drawing.Size(35, 13);
|
---|
| 247 | this.stateLabel.TabIndex = 12;
|
---|
| 248 | this.stateLabel.Text = "State:";
|
---|
| 249 | //
|
---|
| 250 | // errorLabel
|
---|
| 251 | //
|
---|
| 252 | this.errorLabel.AutoSize = true;
|
---|
[3573] | 253 | this.errorLabel.Location = new System.Drawing.Point(9, 145);
|
---|
[3006] | 254 | this.errorLabel.Name = "errorLabel";
|
---|
| 255 | this.errorLabel.Size = new System.Drawing.Size(32, 13);
|
---|
| 256 | this.errorLabel.TabIndex = 15;
|
---|
| 257 | this.errorLabel.Text = "Error:";
|
---|
| 258 | //
|
---|
| 259 | // descriptionLabel
|
---|
| 260 | //
|
---|
| 261 | this.descriptionLabel.AutoSize = true;
|
---|
[3573] | 262 | this.descriptionLabel.Location = new System.Drawing.Point(9, 93);
|
---|
[3006] | 263 | this.descriptionLabel.Name = "descriptionLabel";
|
---|
| 264 | this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
|
---|
| 265 | this.descriptionLabel.TabIndex = 17;
|
---|
| 266 | this.descriptionLabel.Text = "Description:";
|
---|
| 267 | //
|
---|
[3573] | 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 | //
|
---|
[3006] | 278 | // errorTextBox
|
---|
| 279 | //
|
---|
| 280 | this.errorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 281 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3573] | 282 | this.errorTextBox.Location = new System.Drawing.Point(78, 142);
|
---|
[3006] | 283 | this.errorTextBox.Name = "errorTextBox";
|
---|
| 284 | this.errorTextBox.ReadOnly = true;
|
---|
[3573] | 285 | this.errorTextBox.Size = new System.Drawing.Size(594, 20);
|
---|
| 286 | this.errorTextBox.TabIndex = 21;
|
---|
[3006] | 287 | //
|
---|
[3573] | 288 | // pluginDescriptionHeader
|
---|
[3006] | 289 | //
|
---|
[3573] | 290 | this.pluginDescriptionHeader.Text = "Description";
|
---|
| 291 | this.pluginDescriptionHeader.Width = 325;
|
---|
[3006] | 292 | //
|
---|
| 293 | // PluginView
|
---|
| 294 | //
|
---|
| 295 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 296 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[3573] | 297 | this.ClientSize = new System.Drawing.Size(687, 565);
|
---|
| 298 | this.Controls.Add(this.errorTextBox);
|
---|
[3006] | 299 | this.Controls.Add(this.descriptionTextBox);
|
---|
| 300 | this.Controls.Add(this.errorLabel);
|
---|
| 301 | this.Controls.Add(this.descriptionLabel);
|
---|
| 302 | this.Controls.Add(this.stateTextBox);
|
---|
| 303 | this.Controls.Add(this.stateLabel);
|
---|
| 304 | this.Controls.Add(this.dependenciesGroupBox);
|
---|
| 305 | this.Controls.Add(this.filesGroupBox);
|
---|
| 306 | this.Controls.Add(this.licenseButton);
|
---|
| 307 | this.Controls.Add(this.contactTextBox);
|
---|
| 308 | this.Controls.Add(this.contactInfoLabel);
|
---|
| 309 | this.Controls.Add(this.versionTextBox);
|
---|
| 310 | this.Controls.Add(this.versionLabel);
|
---|
| 311 | this.Controls.Add(this.nameTextBox);
|
---|
| 312 | this.Controls.Add(this.nameLabel);
|
---|
[3573] | 313 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
[3006] | 314 | this.Name = "PluginView";
|
---|
| 315 | this.dependenciesGroupBox.ResumeLayout(false);
|
---|
| 316 | this.filesGroupBox.ResumeLayout(false);
|
---|
| 317 | this.ResumeLayout(false);
|
---|
| 318 | this.PerformLayout();
|
---|
| 319 |
|
---|
| 320 | }
|
---|
| 321 |
|
---|
| 322 | #endregion
|
---|
| 323 |
|
---|
| 324 | protected System.Windows.Forms.Label nameLabel;
|
---|
| 325 | protected System.Windows.Forms.TextBox nameTextBox;
|
---|
| 326 | protected System.Windows.Forms.TextBox versionTextBox;
|
---|
| 327 | protected System.Windows.Forms.Label versionLabel;
|
---|
| 328 | protected System.Windows.Forms.TextBox contactTextBox;
|
---|
| 329 | protected System.Windows.Forms.Label contactInfoLabel;
|
---|
| 330 | protected System.Windows.Forms.Button licenseButton;
|
---|
| 331 | protected System.Windows.Forms.GroupBox dependenciesGroupBox;
|
---|
| 332 | private System.Windows.Forms.ColumnHeader pluginNameHeader;
|
---|
| 333 | private System.Windows.Forms.ColumnHeader pluginVersionHeader;
|
---|
| 334 | protected System.Windows.Forms.ListView dependenciesListView;
|
---|
| 335 | private System.Windows.Forms.ListView filesListView;
|
---|
| 336 | private System.Windows.Forms.GroupBox filesGroupBox;
|
---|
[3573] | 337 | private System.Windows.Forms.ImageList pluginsImageList;
|
---|
[3006] | 338 | private System.Windows.Forms.ColumnHeader fileNameHeader;
|
---|
| 339 | private System.Windows.Forms.ColumnHeader fileTypeHeader;
|
---|
| 340 | protected System.Windows.Forms.TextBox stateTextBox;
|
---|
| 341 | protected System.Windows.Forms.Label stateLabel;
|
---|
| 342 | protected System.Windows.Forms.Label errorLabel;
|
---|
| 343 | protected System.Windows.Forms.Label descriptionLabel;
|
---|
[3573] | 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;
|
---|
[3006] | 348 |
|
---|
| 349 | }
|
---|
| 350 | }
|
---|