Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (13 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.ExternalEvaluation.Views/3.3/EvaluationProcessChannelView.Designer.cs

    r5445 r5832  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EvaluationProcessChannelView));
    4847      this.executableTextBox = new System.Windows.Forms.TextBox();
    4948      this.browseExecutableButton = new System.Windows.Forms.Button();
     
    6160      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6261      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    63       this.nameTextBox.Size = new System.Drawing.Size(319, 20);
     62      this.nameTextBox.Location = new System.Drawing.Point(72, 0);
     63      this.nameTextBox.Size = new System.Drawing.Size(287, 20);
    6464      //
    65       // descriptionTextBox
     65      // infoLabel
    6666      //
    67       this.descriptionTextBox.Size = new System.Drawing.Size(319, 20);
     67      this.infoLabel.Location = new System.Drawing.Point(370, 3);
    6868      //
    6969      // executableTextBox
     
    7171      this.executableTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7272                  | System.Windows.Forms.AnchorStyles.Right)));
    73       this.executableTextBox.Location = new System.Drawing.Point(72, 59);
     73      this.executableTextBox.Location = new System.Drawing.Point(72, 26);
    7474      this.executableTextBox.Name = "executableTextBox";
    7575      this.executableTextBox.ReadOnly = true;
    76       this.executableTextBox.Size = new System.Drawing.Size(284, 20);
     76      this.executableTextBox.Size = new System.Drawing.Size(287, 20);
    7777      this.executableTextBox.TabIndex = 4;
    7878      //
    7979      // browseExecutableButton
    8080      //
     81      this.browseExecutableButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    8182      this.browseExecutableButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    82       this.browseExecutableButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    83       this.browseExecutableButton.Location = new System.Drawing.Point(362, 57);
     83      this.browseExecutableButton.Location = new System.Drawing.Point(365, 24);
    8484      this.browseExecutableButton.Name = "browseExecutableButton";
    8585      this.browseExecutableButton.Size = new System.Drawing.Size(26, 23);
     
    9292      this.argumentsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9393                  | System.Windows.Forms.AnchorStyles.Right)));
    94       this.argumentsTextBox.Location = new System.Drawing.Point(72, 85);
     94      this.argumentsTextBox.Location = new System.Drawing.Point(72, 52);
    9595      this.argumentsTextBox.Name = "argumentsTextBox";
    96       this.argumentsTextBox.Size = new System.Drawing.Size(284, 20);
     96      this.argumentsTextBox.Size = new System.Drawing.Size(287, 20);
    9797      this.argumentsTextBox.TabIndex = 6;
    9898      this.argumentsTextBox.Validated += new System.EventHandler(this.argumentsTextBox_Validated);
     
    101101      //
    102102      this.executableLabel.AutoSize = true;
    103       this.executableLabel.Location = new System.Drawing.Point(3, 62);
     103      this.executableLabel.Location = new System.Drawing.Point(3, 29);
    104104      this.executableLabel.Name = "executableLabel";
    105105      this.executableLabel.Size = new System.Drawing.Size(63, 13);
     
    110110      //
    111111      this.argumentsLabel.AutoSize = true;
    112       this.argumentsLabel.Location = new System.Drawing.Point(3, 88);
     112      this.argumentsLabel.Location = new System.Drawing.Point(3, 55);
    113113      this.argumentsLabel.Name = "argumentsLabel";
    114114      this.argumentsLabel.Size = new System.Drawing.Size(60, 13);
     
    124124      //
    125125      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    126       this.startButton.Location = new System.Drawing.Point(72, 111);
     126      this.startButton.Location = new System.Drawing.Point(72, 78);
    127127      this.startButton.Name = "startButton";
    128128      this.startButton.Size = new System.Drawing.Size(26, 23);
     
    133133      // terminateButton
    134134      //
     135      this.terminateButton.Enabled = false;
    135136      this.terminateButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    136       this.terminateButton.Enabled = false;
    137       this.terminateButton.Location = new System.Drawing.Point(104, 111);
     137      this.terminateButton.Location = new System.Drawing.Point(104, 78);
    138138      this.terminateButton.Name = "terminateButton";
    139139      this.terminateButton.Size = new System.Drawing.Size(26, 23);
     
    154154      this.Controls.Add(this.terminateButton);
    155155      this.Name = "EvaluationProcessChannelView";
    156       this.Size = new System.Drawing.Size(391, 139);
     156      this.Size = new System.Drawing.Size(391, 106);
     157      this.Controls.SetChildIndex(this.infoLabel, 0);
    157158      this.Controls.SetChildIndex(this.terminateButton, 0);
    158159      this.Controls.SetChildIndex(this.browseExecutableButton, 0);
     
    163164      this.Controls.SetChildIndex(this.executableTextBox, 0);
    164165      this.Controls.SetChildIndex(this.nameLabel, 0);
    165       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    166166      this.Controls.SetChildIndex(this.nameTextBox, 0);
    167       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    168167      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    169168      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.