Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 06:46:30 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/EngineView.Designer.cs

    r2916 r2917  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.components = new System.ComponentModel.Container();
    4847      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    4948      this.executionTimeLabel = new System.Windows.Forms.Label();
    50       this.stopButton = new System.Windows.Forms.Button();
    51       this.startButton = new System.Windows.Forms.Button();
    52       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5349      this.logTextBox = new System.Windows.Forms.TextBox();
     50      this.logLabel = new System.Windows.Forms.Label();
    5451      this.SuspendLayout();
    5552      //
    5653      // executionTimeTextBox
    5754      //
    58       this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    59       this.executionTimeTextBox.Location = new System.Drawing.Point(661, 620);
     55      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     56                  | System.Windows.Forms.AnchorStyles.Right)));
     57      this.executionTimeTextBox.Location = new System.Drawing.Point(92, 0);
    6058      this.executionTimeTextBox.Name = "executionTimeTextBox";
    6159      this.executionTimeTextBox.ReadOnly = true;
    62       this.executionTimeTextBox.Size = new System.Drawing.Size(141, 20);
    63       this.executionTimeTextBox.TabIndex = 5;
     60      this.executionTimeTextBox.Size = new System.Drawing.Size(338, 20);
     61      this.executionTimeTextBox.TabIndex = 1;
    6462      //
    6563      // executionTimeLabel
    6664      //
    67       this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    6865      this.executionTimeLabel.AutoSize = true;
    69       this.executionTimeLabel.Location = new System.Drawing.Point(572, 623);
     66      this.executionTimeLabel.Location = new System.Drawing.Point(3, 3);
    7067      this.executionTimeLabel.Name = "executionTimeLabel";
    7168      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    72       this.executionTimeLabel.TabIndex = 4;
     69      this.executionTimeLabel.TabIndex = 0;
    7370      this.executionTimeLabel.Text = "&Execution Time:";
    74       //
    75       // stopButton
    76       //
    77       this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    78       this.stopButton.Enabled = false;
    79       this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
    80       this.stopButton.Location = new System.Drawing.Point(30, 616);
    81       this.stopButton.Name = "stopButton";
    82       this.stopButton.Size = new System.Drawing.Size(24, 24);
    83       this.stopButton.TabIndex = 2;
    84       this.toolTip.SetToolTip(this.stopButton, "Stop Engine");
    85       this.stopButton.UseVisualStyleBackColor = true;
    86       this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
    87       //
    88       // startButton
    89       //
    90       this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    91       this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
    92       this.startButton.Location = new System.Drawing.Point(0, 616);
    93       this.startButton.Name = "startButton";
    94       this.startButton.Size = new System.Drawing.Size(24, 24);
    95       this.startButton.TabIndex = 1;
    96       this.toolTip.SetToolTip(this.startButton, "Start Engine");
    97       this.startButton.UseVisualStyleBackColor = true;
    98       this.startButton.Click += new System.EventHandler(this.startButton_Click);
    9971      //
    10072      // logTextBox
     
    10375                  | System.Windows.Forms.AnchorStyles.Left)
    10476                  | System.Windows.Forms.AnchorStyles.Right)));
    105       this.logTextBox.Location = new System.Drawing.Point(0, 0);
     77      this.logTextBox.Location = new System.Drawing.Point(0, 39);
    10678      this.logTextBox.Multiline = true;
    10779      this.logTextBox.Name = "logTextBox";
    10880      this.logTextBox.ReadOnly = true;
    10981      this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
    110       this.logTextBox.Size = new System.Drawing.Size(802, 610);
    111       this.logTextBox.TabIndex = 6;
     82      this.logTextBox.Size = new System.Drawing.Size(430, 315);
     83      this.logTextBox.TabIndex = 3;
    11284      this.logTextBox.WordWrap = false;
     85      //
     86      // logLabel
     87      //
     88      this.logLabel.AutoSize = true;
     89      this.logLabel.Location = new System.Drawing.Point(3, 23);
     90      this.logLabel.Name = "logLabel";
     91      this.logLabel.Size = new System.Drawing.Size(28, 13);
     92      this.logLabel.TabIndex = 2;
     93      this.logLabel.Text = "&Log:";
    11394      //
    11495      // EngineView
     
    11899      this.Controls.Add(this.logTextBox);
    119100      this.Controls.Add(this.executionTimeTextBox);
    120       this.Controls.Add(this.stopButton);
     101      this.Controls.Add(this.logLabel);
    121102      this.Controls.Add(this.executionTimeLabel);
    122       this.Controls.Add(this.startButton);
    123103      this.Name = "EngineView";
    124       this.Size = new System.Drawing.Size(802, 640);
     104      this.Size = new System.Drawing.Size(430, 354);
    125105      this.ResumeLayout(false);
    126106      this.PerformLayout();
     
    132112    protected System.Windows.Forms.TextBox executionTimeTextBox;
    133113    protected System.Windows.Forms.Label executionTimeLabel;
    134     protected System.Windows.Forms.Button stopButton;
    135     protected System.Windows.Forms.Button startButton;
    136     protected System.Windows.Forms.ToolTip toolTip;
    137114    protected System.Windows.Forms.TextBox logTextBox;
     115    protected System.Windows.Forms.Label logLabel;
    138116
    139117  }
Note: See TracChangeset for help on using the changeset viewer.