Changeset 3571 for trunk/sources/HeuristicLab.MainForm.WindowsForms
- Timestamp:
- 04/30/10 13:07:31 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/DockForm.cs
r3437 r3571 53 53 break; 54 54 } 55 if (view is Sidebar) 56 this.DockAreas = DockAreas.DockLeft | DockAreas.DockRight; 57 55 58 Type viewType = view.GetType(); 56 59 Control control = (Control)view; -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj
r3477 r3571 112 112 <DependentUpon>DockingMainForm.cs</DependentUpon> 113 113 </Compile> 114 <Compile Include="Sidebar.cs"> 115 <SubType>UserControl</SubType> 116 </Compile> 117 <Compile Include="Sidebar.Designer.cs"> 118 <DependentUpon>Sidebar.cs</DependentUpon> 119 </Compile> 114 120 <Compile Include="DocumentForm.cs"> 115 121 <SubType>Form</SubType>
Note: See TracChangeset
for help on using the changeset viewer.