Changeset 8086 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs
- Timestamp:
- 06/22/12 11:11:38 (13 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs
r7259 r8086 74 74 this.initialFrequencyTextBox.Size = new System.Drawing.Size(311, 20); 75 75 // 76 // minimumArityLabel 77 // 78 this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol"); 79 // 80 // maximumArityLabel 81 // 82 this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol"); 83 // 76 84 // minimumArityTextBox 77 85 // … … 232 240 this.variableNamesTabPage.Name = "variableNamesTabPage"; 233 241 this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3); 234 this.variableNamesTabPage.Size = new System.Drawing.Size(400, 1 41);242 this.variableNamesTabPage.Size = new System.Drawing.Size(400, 164); 235 243 this.variableNamesTabPage.TabIndex = 0; 236 244 this.variableNamesTabPage.Text = "Variable Names"; … … 252 260 // 253 261 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 254 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;262 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 255 263 this.Controls.Add(this.tabControl); 256 264 this.Name = "VariableView";
Note: See TracChangeset
for help on using the changeset viewer.