Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/27/10 18:57:01 (14 years ago)
Author:
abeham
Message:

#1041

  • Added views plugin for variable symbol to set the variable names
  • Beautified interface in the channel views (images in buttons)
  • fixed a bug in the tree interpreter regarding missing variables
  • Added missing frame file for ExternalEvaluation.Views plugin
  • Fixed build of ProtoGen in the solution file
File:
1 edited

Legend:

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

    r3881 r4117  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EvaluationProcessChannelView));
    4748      this.executableTextBox = new System.Windows.Forms.TextBox();
    4849      this.browseExecutableButton = new System.Windows.Forms.Button();
     
    7374      this.executableTextBox.Name = "executableTextBox";
    7475      this.executableTextBox.ReadOnly = true;
    75       this.executableTextBox.Size = new System.Drawing.Size(243, 20);
     76      this.executableTextBox.Size = new System.Drawing.Size(284, 20);
    7677      this.executableTextBox.TabIndex = 4;
    7778      //
    7879      // browseExecutableButton
    7980      //
     81      this.browseExecutableButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
    8082      this.browseExecutableButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    81       this.browseExecutableButton.Location = new System.Drawing.Point(321, 57);
     83      this.browseExecutableButton.Location = new System.Drawing.Point(362, 57);
    8284      this.browseExecutableButton.Name = "browseExecutableButton";
    83       this.browseExecutableButton.Size = new System.Drawing.Size(67, 23);
     85      this.browseExecutableButton.Size = new System.Drawing.Size(26, 23);
    8486      this.browseExecutableButton.TabIndex = 5;
    85       this.browseExecutableButton.Text = "Browse...";
    8687      this.browseExecutableButton.UseVisualStyleBackColor = true;
    8788      this.browseExecutableButton.Click += new System.EventHandler(this.browseExecutableButton_Click);
     
    9394      this.argumentsTextBox.Location = new System.Drawing.Point(72, 85);
    9495      this.argumentsTextBox.Name = "argumentsTextBox";
    95       this.argumentsTextBox.Size = new System.Drawing.Size(243, 20);
     96      this.argumentsTextBox.Size = new System.Drawing.Size(284, 20);
    9697      this.argumentsTextBox.TabIndex = 6;
    9798      this.argumentsTextBox.Validated += new System.EventHandler(this.argumentsTextBox_Validated);
     
    122123      // startButton
    123124      //
     125      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
    124126      this.startButton.Location = new System.Drawing.Point(72, 111);
    125127      this.startButton.Name = "startButton";
    126       this.startButton.Size = new System.Drawing.Size(75, 23);
     128      this.startButton.Size = new System.Drawing.Size(26, 23);
    127129      this.startButton.TabIndex = 8;
    128       this.startButton.Text = "Launch";
    129130      this.startButton.UseVisualStyleBackColor = true;
    130131      this.startButton.Click += new System.EventHandler(this.startButton_Click);
     
    132133      // terminateButton
    133134      //
     135      this.terminateButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
    134136      this.terminateButton.Enabled = false;
    135       this.terminateButton.Location = new System.Drawing.Point(153, 111);
     137      this.terminateButton.Location = new System.Drawing.Point(104, 111);
    136138      this.terminateButton.Name = "terminateButton";
    137       this.terminateButton.Size = new System.Drawing.Size(75, 23);
     139      this.terminateButton.Size = new System.Drawing.Size(26, 23);
    138140      this.terminateButton.TabIndex = 8;
    139       this.terminateButton.Text = "Terminate";
    140141      this.terminateButton.UseVisualStyleBackColor = true;
    141142      this.terminateButton.Click += new System.EventHandler(this.terminateButton_Click);
    142143      //
    143       // ExternalEvaluationProcessDriverView
     144      // EvaluationProcessChannelView
    144145      //
    145146      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    148149      this.Controls.Add(this.argumentsLabel);
    149150      this.Controls.Add(this.argumentsTextBox);
    150       this.Controls.Add(this.browseExecutableButton);
    151151      this.Controls.Add(this.startButton);
    152152      this.Controls.Add(this.executableLabel);
     153      this.Controls.Add(this.browseExecutableButton);
    153154      this.Controls.Add(this.terminateButton);
    154       this.Name = "ExternalEvaluationProcessDriverView";
     155      this.Name = "EvaluationProcessChannelView";
    155156      this.Size = new System.Drawing.Size(391, 139);
    156157      this.Controls.SetChildIndex(this.terminateButton, 0);
     158      this.Controls.SetChildIndex(this.browseExecutableButton, 0);
    157159      this.Controls.SetChildIndex(this.executableLabel, 0);
    158160      this.Controls.SetChildIndex(this.startButton, 0);
    159       this.Controls.SetChildIndex(this.browseExecutableButton, 0);
    160161      this.Controls.SetChildIndex(this.argumentsTextBox, 0);
    161162      this.Controls.SetChildIndex(this.argumentsLabel, 0);
Note: See TracChangeset for help on using the changeset viewer.