Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/10 01:41:58 (13 years ago)
Author:
swinkler
Message:

Improved GUI of symbolic expression view. (#1314)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis.Extensions/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/SymbolicExpressionView.Designer.cs

    r4840 r5018  
    5555                  | System.Windows.Forms.AnchorStyles.Left)
    5656                  | System.Windows.Forms.AnchorStyles.Right)));
     57      this.textBox.BackColor = System.Drawing.Color.White;
    5758      this.textBox.Location = new System.Drawing.Point(3, 30);
    5859      this.textBox.Multiline = true;
    5960      this.textBox.Name = "textBox";
     61      this.textBox.ReadOnly = true;
     62      this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    6063      this.textBox.Size = new System.Drawing.Size(475, 282);
    6164      this.textBox.TabIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.