Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/10 21:30:24 (14 years ago)
Author:
gkronber
Message:

Implemented review comments in plugin manager. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

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

    r3474 r3547  
    7474      //
    7575      this.nameLabel.AutoSize = true;
    76       this.nameLabel.Location = new System.Drawing.Point(3, 6);
     76      this.nameLabel.Location = new System.Drawing.Point(12, 6);
    7777      this.nameLabel.Name = "nameLabel";
    7878      this.nameLabel.Size = new System.Drawing.Size(38, 13);
     
    8484      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8585                  | System.Windows.Forms.AnchorStyles.Right)));
    86       this.nameTextBox.Location = new System.Drawing.Point(74, 3);
     86      this.nameTextBox.Location = new System.Drawing.Point(81, 3);
    8787      this.nameTextBox.Name = "nameTextBox";
    8888      this.nameTextBox.ReadOnly = true;
    89       this.nameTextBox.Size = new System.Drawing.Size(284, 20);
     89      this.nameTextBox.Size = new System.Drawing.Size(268, 20);
    9090      this.nameTextBox.TabIndex = 1;
    9191      //
     
    9494      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9595                  | System.Windows.Forms.AnchorStyles.Right)));
    96       this.versionTextBox.Location = new System.Drawing.Point(74, 29);
     96      this.versionTextBox.Location = new System.Drawing.Point(81, 29);
    9797      this.versionTextBox.Name = "versionTextBox";
    9898      this.versionTextBox.ReadOnly = true;
    99       this.versionTextBox.Size = new System.Drawing.Size(284, 20);
     99      this.versionTextBox.Size = new System.Drawing.Size(268, 20);
    100100      this.versionTextBox.TabIndex = 3;
    101101      //
     
    103103      //
    104104      this.versionLabel.AutoSize = true;
    105       this.versionLabel.Location = new System.Drawing.Point(3, 32);
     105      this.versionLabel.Location = new System.Drawing.Point(12, 32);
    106106      this.versionLabel.Name = "versionLabel";
    107107      this.versionLabel.Size = new System.Drawing.Size(45, 13);
     
    113113      this.contactTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    114114                  | System.Windows.Forms.AnchorStyles.Right)));
    115       this.contactTextBox.Location = new System.Drawing.Point(74, 55);
     115      this.contactTextBox.Location = new System.Drawing.Point(81, 55);
    116116      this.contactTextBox.Name = "contactTextBox";
    117117      this.contactTextBox.ReadOnly = true;
    118       this.contactTextBox.Size = new System.Drawing.Size(284, 20);
     118      this.contactTextBox.Size = new System.Drawing.Size(268, 20);
    119119      this.contactTextBox.TabIndex = 5;
    120120      //
     
    122122      //
    123123      this.contactInfoLabel.AutoSize = true;
    124       this.contactInfoLabel.Location = new System.Drawing.Point(3, 58);
     124      this.contactInfoLabel.Location = new System.Drawing.Point(12, 58);
    125125      this.contactInfoLabel.Name = "contactInfoLabel";
    126126      this.contactInfoLabel.Size = new System.Drawing.Size(47, 13);
     
    131131      //
    132132      this.licenseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    133       this.licenseButton.Location = new System.Drawing.Point(3, 586);
     133      this.licenseButton.Location = new System.Drawing.Point(3, 575);
    134134      this.licenseButton.Name = "licenseButton";
    135135      this.licenseButton.Size = new System.Drawing.Size(103, 23);
     
    145145                  | System.Windows.Forms.AnchorStyles.Right)));
    146146      this.dependenciesGroupBox.Controls.Add(this.dependenciesListView);
    147       this.dependenciesGroupBox.Location = new System.Drawing.Point(6, 408);
     147      this.dependenciesGroupBox.Location = new System.Drawing.Point(12, 408);
    148148      this.dependenciesGroupBox.Name = "dependenciesGroupBox";
    149       this.dependenciesGroupBox.Size = new System.Drawing.Size(355, 172);
     149      this.dependenciesGroupBox.Size = new System.Drawing.Size(337, 145);
    150150      this.dependenciesGroupBox.TabIndex = 1;
    151151      this.dependenciesGroupBox.TabStop = false;
     
    160160      this.dependenciesListView.Location = new System.Drawing.Point(3, 16);
    161161      this.dependenciesListView.Name = "dependenciesListView";
    162       this.dependenciesListView.Size = new System.Drawing.Size(349, 153);
     162      this.dependenciesListView.Size = new System.Drawing.Size(331, 126);
    163163      this.dependenciesListView.SmallImageList = this.imageList;
    164164      this.dependenciesListView.TabIndex = 0;
     
    191191      this.filesListView.Location = new System.Drawing.Point(3, 16);
    192192      this.filesListView.Name = "filesListView";
    193       this.filesListView.Size = new System.Drawing.Size(346, 140);
     193      this.filesListView.Size = new System.Drawing.Size(331, 140);
    194194      this.filesListView.SmallImageList = this.imageList;
    195195      this.filesListView.TabIndex = 0;
     
    212212                  | System.Windows.Forms.AnchorStyles.Right)));
    213213      this.filesGroupBox.Controls.Add(this.filesListView);
    214       this.filesGroupBox.Location = new System.Drawing.Point(9, 243);
     214      this.filesGroupBox.Location = new System.Drawing.Point(12, 243);
    215215      this.filesGroupBox.Name = "filesGroupBox";
    216       this.filesGroupBox.Size = new System.Drawing.Size(352, 159);
     216      this.filesGroupBox.Size = new System.Drawing.Size(337, 159);
    217217      this.filesGroupBox.TabIndex = 11;
    218218      this.filesGroupBox.TabStop = false;
     
    223223      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    224224                  | System.Windows.Forms.AnchorStyles.Right)));
    225       this.stateTextBox.Location = new System.Drawing.Point(74, 145);
     225      this.stateTextBox.Location = new System.Drawing.Point(81, 145);
    226226      this.stateTextBox.Name = "stateTextBox";
    227227      this.stateTextBox.ReadOnly = true;
    228       this.stateTextBox.Size = new System.Drawing.Size(284, 20);
     228      this.stateTextBox.Size = new System.Drawing.Size(268, 20);
    229229      this.stateTextBox.TabIndex = 13;
    230230      //
     
    232232      //
    233233      this.stateLabel.AutoSize = true;
    234       this.stateLabel.Location = new System.Drawing.Point(3, 148);
     234      this.stateLabel.Location = new System.Drawing.Point(12, 148);
    235235      this.stateLabel.Name = "stateLabel";
    236236      this.stateLabel.Size = new System.Drawing.Size(35, 13);
     
    241241      //
    242242      this.errorLabel.AutoSize = true;
    243       this.errorLabel.Location = new System.Drawing.Point(3, 174);
     243      this.errorLabel.Location = new System.Drawing.Point(12, 174);
    244244      this.errorLabel.Name = "errorLabel";
    245245      this.errorLabel.Size = new System.Drawing.Size(32, 13);
     
    250250      //
    251251      this.descriptionLabel.AutoSize = true;
    252       this.descriptionLabel.Location = new System.Drawing.Point(3, 84);
     252      this.descriptionLabel.Location = new System.Drawing.Point(12, 84);
    253253      this.descriptionLabel.Name = "descriptionLabel";
    254254      this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
     
    260260      this.errorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    261261                  | System.Windows.Forms.AnchorStyles.Right)));
    262       this.errorTextBox.Location = new System.Drawing.Point(74, 171);
     262      this.errorTextBox.Location = new System.Drawing.Point(81, 171);
    263263      this.errorTextBox.Name = "errorTextBox";
    264264      this.errorTextBox.ReadOnly = true;
    265       this.errorTextBox.Size = new System.Drawing.Size(284, 66);
     265      this.errorTextBox.Size = new System.Drawing.Size(268, 66);
    266266      this.errorTextBox.TabIndex = 18;
    267267      this.errorTextBox.Text = "";
     
    271271      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    272272                  | System.Windows.Forms.AnchorStyles.Right)));
    273       this.descriptionTextBox.Location = new System.Drawing.Point(74, 81);
     273      this.descriptionTextBox.Location = new System.Drawing.Point(81, 81);
    274274      this.descriptionTextBox.Name = "descriptionTextBox";
    275275      this.descriptionTextBox.ReadOnly = true;
    276       this.descriptionTextBox.Size = new System.Drawing.Size(284, 58);
     276      this.descriptionTextBox.Size = new System.Drawing.Size(268, 58);
    277277      this.descriptionTextBox.TabIndex = 19;
    278278      this.descriptionTextBox.Text = "";
     
    282282      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    283283      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    284       this.ClientSize = new System.Drawing.Size(345, 576);
     284      this.ClientSize = new System.Drawing.Size(361, 565);
    285285      this.Controls.Add(this.descriptionTextBox);
    286286      this.Controls.Add(this.errorTextBox);
Note: See TracChangeset for help on using the changeset viewer.