Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/10 01:15:16 (14 years ago)
Author:
swagner
Message:

Implemented logs of engines (#963).

File:
1 edited

Legend:

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

    r2917 r3289  
    4747      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    4848      this.executionTimeLabel = new System.Windows.Forms.Label();
    49       this.logTextBox = new System.Windows.Forms.TextBox();
    50       this.logLabel = new System.Windows.Forms.Label();
     49      this.logView = new HeuristicLab.Core.Views.LogView();
    5150      this.SuspendLayout();
    5251      //
     
    7069      this.executionTimeLabel.Text = "&Execution Time:";
    7170      //
    72       // logTextBox
     71      // logView
    7372      //
    74       this.logTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     73      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    7574                  | System.Windows.Forms.AnchorStyles.Left)
    7675                  | System.Windows.Forms.AnchorStyles.Right)));
    77       this.logTextBox.Location = new System.Drawing.Point(0, 39);
    78       this.logTextBox.Multiline = true;
    79       this.logTextBox.Name = "logTextBox";
    80       this.logTextBox.ReadOnly = true;
    81       this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
    82       this.logTextBox.Size = new System.Drawing.Size(430, 315);
    83       this.logTextBox.TabIndex = 3;
    84       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:";
     76      this.logView.Caption = "LogView";
     77      this.logView.Content = null;
     78      this.logView.Location = new System.Drawing.Point(0, 26);
     79      this.logView.Name = "logView";
     80      this.logView.Size = new System.Drawing.Size(430, 328);
     81      this.logView.TabIndex = 2;
    9482      //
    9583      // EngineView
     
    9785      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    9886      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    99       this.Controls.Add(this.logTextBox);
    10087      this.Controls.Add(this.executionTimeTextBox);
    101       this.Controls.Add(this.logLabel);
    10288      this.Controls.Add(this.executionTimeLabel);
     89      this.Controls.Add(this.logView);
    10390      this.Name = "EngineView";
    10491      this.Size = new System.Drawing.Size(430, 354);
     
    11299    protected System.Windows.Forms.TextBox executionTimeTextBox;
    113100    protected System.Windows.Forms.Label executionTimeLabel;
    114     protected System.Windows.Forms.TextBox logTextBox;
    115     protected System.Windows.Forms.Label logLabel;
     101    protected LogView logView;
    116102
    117103  }
Note: See TracChangeset for help on using the changeset viewer.