Changeset 13425 for trunk/sources
- Timestamp:
- 12/01/15 12:49:23 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Data.Views/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
r12682 r13425 189 189 <DependentUpon>BoolValueView.cs</DependentUpon> 190 190 </Compile> 191 191 <Compile Include="BoolMatrixView.cs"> 192 192 <SubType>UserControl</SubType> 193 193 </Compile> -
trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleValueView.Designer.cs
r12012 r13425 63 63 this.valueTextBox.Location = new System.Drawing.Point(17, 0); 64 64 this.valueTextBox.Name = "valueTextBox"; 65 this.valueTextBox.Size = new System.Drawing.Size(13 5, 20);65 this.valueTextBox.Size = new System.Drawing.Size(132, 20); 66 66 this.valueTextBox.TabIndex = 2; 67 67 this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown);
Note: See TracChangeset
for help on using the changeset viewer.