Changeset 5018
- Timestamp:
- 12/04/10 01:41:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis.Extensions/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/SymbolicExpressionView.Designer.cs
r4840 r5018 55 55 | System.Windows.Forms.AnchorStyles.Left) 56 56 | System.Windows.Forms.AnchorStyles.Right))); 57 this.textBox.BackColor = System.Drawing.Color.White; 57 58 this.textBox.Location = new System.Drawing.Point(3, 30); 58 59 this.textBox.Multiline = true; 59 60 this.textBox.Name = "textBox"; 61 this.textBox.ReadOnly = true; 62 this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 60 63 this.textBox.Size = new System.Drawing.Size(475, 282); 61 64 this.textBox.TabIndex = 0;
Note: See TracChangeset
for help on using the changeset viewer.