- Timestamp:
- 02/15/18 17:48:31 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/GradientBoostedTreesModelView.Designer.cs
r15730 r15782 63 63 this.groupBoxVisualisation.TabIndex = 2; 64 64 this.groupBoxVisualisation.TabStop = false; 65 this.groupBoxVisualisation.Text = " Visualization";65 this.groupBoxVisualisation.Text = "Representation"; 66 66 // 67 67 // viewHost … … 88 88 this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; 89 89 this.listView.LabelWrap = false; 90 this.listView.Location = new System.Drawing.Point(3, 3);90 this.listView.Location = new System.Drawing.Point(3, 9); 91 91 this.listView.MultiSelect = false; 92 92 this.listView.Name = "listView"; 93 93 this.listView.ShowGroups = false; 94 this.listView.Size = new System.Drawing.Size(160, 2 83);94 this.listView.Size = new System.Drawing.Size(160, 271); 95 95 this.listView.TabIndex = 1; 96 96 this.listView.UseCompatibleStateImageBehavior = false;
Note: See TracChangeset
for help on using the changeset viewer.