Changeset 13637
- Timestamp:
- 03/02/16 14:42:46 (9 years ago)
- Location:
- stable
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13425
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Data.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Data.Views merged: 13425
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Data.Views/3.3
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Data.Views/3.3 merged: 13425
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
r12749 r13637 189 189 <DependentUpon>BoolValueView.cs</DependentUpon> 190 190 </Compile> 191 191 <Compile Include="BoolMatrixView.cs"> 192 192 <SubType>UserControl</SubType> 193 193 </Compile> -
stable/HeuristicLab.Data.Views/3.3/StringConvertibleValueView.Designer.cs
r12009 r13637 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.