[UI.Client]

修改ProcessHistoryTestView界面布局
This commit is contained in:
hanqiangqiang 2023-12-15 10:11:12 +08:00
parent c84d4abd9a
commit 3a58e3cc99
2 changed files with 20 additions and 19 deletions

View File

@ -116,10 +116,11 @@
<Grid Grid.Row="1">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" MaxHeight="350"/>
<RowDefinition Height="Auto" />
<RowDefinition />
</Grid.RowDefinitions>
<DataGrid
MaxHeight="350"
HorizontalAlignment="Left"
VerticalAlignment="Top"
AlternationCount="2"

View File

@ -216,6 +216,16 @@
<DependentUpon>DataConfigView.xaml</DependentUpon>
</Compile>
<Compile Include="CenterViews\Configs\DataConfig\DataConfigViewModel.cs" />
<Compile Include="CenterViews\DataLogs\ProcessHistory-old\ChartParameter.cs" />
<Compile Include="CenterViews\DataLogs\ProcessHistory-old\ProcessHistoryProvider.cs" />
<Compile Include="CenterViews\DataLogs\ProcessHistory-old\ProcessHistoryView.xaml.cs">
<DependentUpon>ProcessHistoryView.xaml</DependentUpon>
</Compile>
<Compile Include="CenterViews\DataLogs\ProcessHistory-old\ProcessHistoryViewModel.cs" />
<Compile Include="CenterViews\DataLogs\ProcessHistory-old\SelectDataView.xaml.cs">
<DependentUpon>SelectDataView.xaml</DependentUpon>
</Compile>
<Compile Include="CenterViews\DataLogs\ProcessHistory-old\SelectDataViewModel.cs" />
<Compile Include="CenterViews\DataLogs\ProcessHistory\ProcessHistoryInfMessageBoxView.xaml.cs">
<DependentUpon>ProcessHistoryInfMessageBoxView.xaml</DependentUpon>
</Compile>
@ -417,16 +427,6 @@
<DependentUpon>EventView.xaml</DependentUpon>
</Compile>
<Compile Include="CenterViews\DataLogs\Event\EventViewModel.cs" />
<Compile Include="CenterViews\DataLogs\ProcessHistory123\ChartParameter.cs" />
<Compile Include="CenterViews\DataLogs\ProcessHistory123\ProcessHistoryProvider.cs" />
<Compile Include="CenterViews\DataLogs\ProcessHistory123\ProcessHistoryView.xaml.cs">
<DependentUpon>ProcessHistoryView.xaml</DependentUpon>
</Compile>
<Compile Include="CenterViews\DataLogs\ProcessHistory123\ProcessHistoryViewModel.cs" />
<Compile Include="CenterViews\DataLogs\ProcessHistory123\SelectDataView.xaml.cs">
<DependentUpon>SelectDataView.xaml</DependentUpon>
</Compile>
<Compile Include="CenterViews\DataLogs\ProcessHistory123\SelectDataViewModel.cs" />
<Compile Include="CenterViews\DataLogs\Statistics\StatisticsView.xaml.cs">
<DependentUpon>StatisticsView.xaml</DependentUpon>
</Compile>
@ -901,6 +901,14 @@
<Content Include="DataGridTransform\ExtendedGrid\Images\sweep_broom_brush_clear.png" />
<Content Include="DataGridTransform\ExtendedGrid\Images\visualstudio.ico" />
<Content Include="DataGridTransform\ExtendedGrid\Images\vsi.ico" />
<Page Include="CenterViews\DataLogs\ProcessHistory-old\ProcessHistoryView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="CenterViews\DataLogs\ProcessHistory-old\SelectDataView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="CenterViews\DataLogs\ProcessHistory\ProcessHistoryInfMessageBoxView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@ -1165,14 +1173,6 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="CenterViews\DataLogs\ProcessHistory123\ProcessHistoryView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="CenterViews\DataLogs\ProcessHistory123\SelectDataView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="CenterViews\DataLogs\Statistics\StatisticsView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>