Changeset 7410
- Timestamp:
- 01/25/12 14:11:34 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 added
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HeuristicLab.Clients.Hive.Views-3.3.csproj
r7257 r7410 145 145 <DependentUpon>StateLogGanttChartListView.cs</DependentUpon> 146 146 </Compile> 147 <Compile Include="GanttChart\GanttChart.cs">148 <SubType>UserControl</SubType>149 </Compile>150 <Compile Include="GanttChart\GanttChart.Designer.cs">151 <DependentUpon>GanttChart.cs</DependentUpon>152 </Compile>153 147 <Compile Include="StateLog\StateLogGanttChartView.cs"> 154 148 <SubType>UserControl</SubType> -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartListView.cs
r7259 r7410 25 25 using HeuristicLab.Core.Views; 26 26 using HeuristicLab.MainForm; 27 using HeuristicLab.Visualization.ChartControlsExtensions; 27 28 28 29 namespace HeuristicLab.Clients.Hive.Views { -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartListView.designer.cs
r6976 r7410 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 this.ganttChart = new HeuristicLab. Clients.Hive.Views.GanttChart();26 this.ganttChart = new HeuristicLab.Visualization.ChartControlsExtensions.GanttChart(); 27 27 this.SuspendLayout(); 28 28 // … … 50 50 #endregion 51 51 52 private GanttChart ganttChart;52 private HeuristicLab.Visualization.ChartControlsExtensions.GanttChart ganttChart; 53 53 54 54 } -
trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/StateLog/StateLogGanttChartView.designer.cs
r6976 r7410 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 this.ganttChart = new HeuristicLab. Clients.Hive.Views.GanttChart();26 this.ganttChart = new HeuristicLab.Visualization.ChartControlsExtensions.GanttChart(); 27 27 this.SuspendLayout(); 28 28 // … … 50 50 #endregion 51 51 52 private GanttChart ganttChart;52 private HeuristicLab.Visualization.ChartControlsExtensions.GanttChart ganttChart; 53 53 54 54 } -
trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj
r6916 r7410 121 121 <DependentUpon>EnhancedChart.cs</DependentUpon> 122 122 </Compile> 123 <Compile Include="GanttChart.cs"> 124 <SubType>UserControl</SubType> 125 </Compile> 126 <Compile Include="GanttChart.Designer.cs"> 127 <DependentUpon>GanttChart.cs</DependentUpon> 128 </Compile> 123 129 <Compile Include="HistogramControl.cs"> 124 130 <SubType>UserControl</SubType>
Note: See TracChangeset
for help on using the changeset viewer.