Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/10 15:13:48 (14 years ago)
Author:
gkronber
Message:

Implemented a list of review comments by swagner. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginView.Designer.cs

    r3547 r3573  
    4545    private void InitializeComponent() {
    4646      this.components = new System.ComponentModel.Container();
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PluginView));
    4748      this.nameLabel = new System.Windows.Forms.Label();
    4849      this.nameTextBox = new System.Windows.Forms.TextBox();
     
    5657      this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
    5758      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);
    5960      this.filesListView = new System.Windows.Forms.ListView();
    6061      this.fileNameHeader = new System.Windows.Forms.ColumnHeader();
    6162      this.fileTypeHeader = new System.Windows.Forms.ColumnHeader();
     63      this.filesImageList = new System.Windows.Forms.ImageList(this.components);
    6264      this.filesGroupBox = new System.Windows.Forms.GroupBox();
    6365      this.stateTextBox = new System.Windows.Forms.TextBox();
     
    6567      this.errorLabel = new System.Windows.Forms.Label();
    6668      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();
    6972      this.dependenciesGroupBox.SuspendLayout();
    7073      this.filesGroupBox.SuspendLayout();
     
    7477      //
    7578      this.nameLabel.AutoSize = true;
    76       this.nameLabel.Location = new System.Drawing.Point(12, 6);
     79      this.nameLabel.Location = new System.Drawing.Point(9, 15);
    7780      this.nameLabel.Name = "nameLabel";
    7881      this.nameLabel.Size = new System.Drawing.Size(38, 13);
     
    8487      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8588                  | 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);
    8790      this.nameTextBox.Name = "nameTextBox";
    8891      this.nameTextBox.ReadOnly = true;
    89       this.nameTextBox.Size = new System.Drawing.Size(268, 20);
     92      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
    9093      this.nameTextBox.TabIndex = 1;
    9194      //
     
    9497      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9598                  | 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);
    97100      this.versionTextBox.Name = "versionTextBox";
    98101      this.versionTextBox.ReadOnly = true;
    99       this.versionTextBox.Size = new System.Drawing.Size(268, 20);
     102      this.versionTextBox.Size = new System.Drawing.Size(594, 20);
    100103      this.versionTextBox.TabIndex = 3;
    101104      //
     
    103106      //
    104107      this.versionLabel.AutoSize = true;
    105       this.versionLabel.Location = new System.Drawing.Point(12, 32);
     108      this.versionLabel.Location = new System.Drawing.Point(9, 41);
    106109      this.versionLabel.Name = "versionLabel";
    107110      this.versionLabel.Size = new System.Drawing.Size(45, 13);
     
    113116      this.contactTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    114117                  | 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);
    116119      this.contactTextBox.Name = "contactTextBox";
    117120      this.contactTextBox.ReadOnly = true;
    118       this.contactTextBox.Size = new System.Drawing.Size(268, 20);
     121      this.contactTextBox.Size = new System.Drawing.Size(594, 20);
    119122      this.contactTextBox.TabIndex = 5;
    120123      //
     
    122125      //
    123126      this.contactInfoLabel.AutoSize = true;
    124       this.contactInfoLabel.Location = new System.Drawing.Point(12, 58);
     127      this.contactInfoLabel.Location = new System.Drawing.Point(9, 67);
    125128      this.contactInfoLabel.Name = "contactInfoLabel";
    126129      this.contactInfoLabel.Size = new System.Drawing.Size(47, 13);
     
    145148                  | System.Windows.Forms.AnchorStyles.Right)));
    146149      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);
    148151      this.dependenciesGroupBox.Name = "dependenciesGroupBox";
    149       this.dependenciesGroupBox.Size = new System.Drawing.Size(337, 145);
     152      this.dependenciesGroupBox.Size = new System.Drawing.Size(663, 229);
    150153      this.dependenciesGroupBox.TabIndex = 1;
    151154      this.dependenciesGroupBox.TabStop = false;
     
    156159      this.dependenciesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    157160            this.pluginNameHeader,
    158             this.pluginVersionHeader});
     161            this.pluginVersionHeader,
     162            this.pluginDescriptionHeader});
    159163      this.dependenciesListView.Dock = System.Windows.Forms.DockStyle.Fill;
    160164      this.dependenciesListView.Location = new System.Drawing.Point(3, 16);
    161165      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;
    164168      this.dependenciesListView.TabIndex = 0;
    165169      this.dependenciesListView.UseCompatibleStateImageBehavior = false;
     
    177181      this.pluginVersionHeader.Width = 120;
    178182      //
    179       // imageList
    180       //
    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;
    184188      //
    185189      // filesListView
     
    191195      this.filesListView.Location = new System.Drawing.Point(3, 16);
    192196      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;
    195199      this.filesListView.TabIndex = 0;
    196200      this.filesListView.UseCompatibleStateImageBehavior = false;
     
    207211      this.fileTypeHeader.Width = 120;
    208212      //
     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      //
    209219      // filesGroupBox
    210220      //
     
    212222                  | System.Windows.Forms.AnchorStyles.Right)));
    213223      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);
    215225      this.filesGroupBox.Name = "filesGroupBox";
    216       this.filesGroupBox.Size = new System.Drawing.Size(337, 159);
     226      this.filesGroupBox.Size = new System.Drawing.Size(663, 150);
    217227      this.filesGroupBox.TabIndex = 11;
    218228      this.filesGroupBox.TabStop = false;
     
    223233      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    224234                  | 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);
    226236      this.stateTextBox.Name = "stateTextBox";
    227237      this.stateTextBox.ReadOnly = true;
    228       this.stateTextBox.Size = new System.Drawing.Size(268, 20);
     238      this.stateTextBox.Size = new System.Drawing.Size(594, 20);
    229239      this.stateTextBox.TabIndex = 13;
    230240      //
     
    232242      //
    233243      this.stateLabel.AutoSize = true;
    234       this.stateLabel.Location = new System.Drawing.Point(12, 148);
     244      this.stateLabel.Location = new System.Drawing.Point(9, 119);
    235245      this.stateLabel.Name = "stateLabel";
    236246      this.stateLabel.Size = new System.Drawing.Size(35, 13);
     
    241251      //
    242252      this.errorLabel.AutoSize = true;
    243       this.errorLabel.Location = new System.Drawing.Point(12, 174);
     253      this.errorLabel.Location = new System.Drawing.Point(9, 145);
    244254      this.errorLabel.Name = "errorLabel";
    245255      this.errorLabel.Size = new System.Drawing.Size(32, 13);
     
    250260      //
    251261      this.descriptionLabel.AutoSize = true;
    252       this.descriptionLabel.Location = new System.Drawing.Point(12, 84);
     262      this.descriptionLabel.Location = new System.Drawing.Point(9, 93);
    253263      this.descriptionLabel.Name = "descriptionLabel";
    254264      this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
     
    256266      this.descriptionLabel.Text = "Description:";
    257267      //
     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      //
    258278      // errorTextBox
    259279      //
    260280      this.errorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    261281                  | 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);
    263283      this.errorTextBox.Name = "errorTextBox";
    264284      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;
    279292      //
    280293      // PluginView
     
    282295      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    283296      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);
    285299      this.Controls.Add(this.descriptionTextBox);
    286       this.Controls.Add(this.errorTextBox);
    287300      this.Controls.Add(this.errorLabel);
    288301      this.Controls.Add(this.descriptionLabel);
     
    298311      this.Controls.Add(this.nameTextBox);
    299312      this.Controls.Add(this.nameLabel);
     313      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    300314      this.Name = "PluginView";
    301315      this.dependenciesGroupBox.ResumeLayout(false);
     
    321335    private System.Windows.Forms.ListView filesListView;
    322336    private System.Windows.Forms.GroupBox filesGroupBox;
    323     private System.Windows.Forms.ImageList imageList;
     337    private System.Windows.Forms.ImageList pluginsImageList;
    324338    private System.Windows.Forms.ColumnHeader fileNameHeader;
    325339    private System.Windows.Forms.ColumnHeader fileTypeHeader;
     
    328342    protected System.Windows.Forms.Label errorLabel;
    329343    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;
    332348
    333349  }
Note: See TracChangeset for help on using the changeset viewer.