V1版本
This commit is contained in:
@@ -43,13 +43,23 @@
|
||||
</Grid.RowDefinitions>
|
||||
<materialDesign:Card Margin="3" materialDesign:ElevationAssist.Elevation="Dp2">
|
||||
<StackPanel Orientation="Vertical">
|
||||
<TextBlock
|
||||
Margin="10,3"
|
||||
<StackPanel
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="30"
|
||||
Foreground="Blue"
|
||||
Text="曲线数据源" />
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="10,0,0,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="24"
|
||||
Foreground="Blue"
|
||||
Text="" />
|
||||
<TextBlock
|
||||
Margin="10,3"
|
||||
FontSize="30"
|
||||
Foreground="Blue"
|
||||
Text="曲线数据源" />
|
||||
</StackPanel>
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
@@ -126,14 +136,34 @@
|
||||
Margin="5"
|
||||
Command="{Binding ChartSourceCmd}"
|
||||
CommandParameter="Selected"
|
||||
Content="选中>>"
|
||||
Foreground="White" />
|
||||
Foreground="White">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="2,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="14"
|
||||
Foreground="White"
|
||||
Text="" />
|
||||
<TextBlock Text="选择>" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button
|
||||
Margin="5"
|
||||
Command="{Binding ChartSourceCmd}"
|
||||
CommandParameter="Delete"
|
||||
Content=">> 删除"
|
||||
Foreground="White" />
|
||||
Foreground="White">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="2,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="14"
|
||||
Foreground="White"
|
||||
Text="<" />
|
||||
<TextBlock Text="删除" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
</StackPanel>
|
||||
</materialDesign:Card>
|
||||
|
||||
@@ -143,18 +173,25 @@
|
||||
<RowDefinition Height="100" />
|
||||
<RowDefinition />
|
||||
</Grid.RowDefinitions>
|
||||
<materialDesign:Card
|
||||
Margin="3"
|
||||
materialDesign:ElevationAssist.Elevation="Dp2"
|
||||
Background="SkyBlue">
|
||||
<materialDesign:Card Margin="3" materialDesign:ElevationAssist.Elevation="Dp2">
|
||||
<StackPanel Orientation="Vertical">
|
||||
<TextBlock
|
||||
Margin="10,3"
|
||||
<StackPanel
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="30"
|
||||
Foreground="Green"
|
||||
Text="已选曲线" />
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="10,0,0,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="24"
|
||||
Foreground="Green"
|
||||
Text="" />
|
||||
<TextBlock
|
||||
Margin="10,3"
|
||||
FontSize="30"
|
||||
Foreground="Green"
|
||||
Text="已选曲线" />
|
||||
</StackPanel>
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
@@ -219,8 +256,18 @@
|
||||
Margin="5"
|
||||
Command="{Binding ChartYAxisSelectCmd}"
|
||||
CommandParameter="Selected"
|
||||
Content=">>选中"
|
||||
Foreground="White" />
|
||||
Foreground="White">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="2,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="14"
|
||||
Foreground="White"
|
||||
Text="<" />
|
||||
<TextBlock Text="选择" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
</StackPanel>
|
||||
</materialDesign:Card>
|
||||
|
||||
@@ -232,13 +279,23 @@
|
||||
</Grid.RowDefinitions>
|
||||
<materialDesign:Card Margin="3" materialDesign:ElevationAssist.Elevation="Dp2">
|
||||
<StackPanel Orientation="Vertical">
|
||||
<TextBlock
|
||||
Margin="10,3"
|
||||
<StackPanel
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="30"
|
||||
Foreground="Blue"
|
||||
Text="Y轴标尺" />
|
||||
Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="10,0,0,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="24"
|
||||
Foreground="Blue"
|
||||
Text="" />
|
||||
<TextBlock
|
||||
Margin="10,3"
|
||||
FontSize="30"
|
||||
Foreground="Blue"
|
||||
Text="Y轴标尺" />
|
||||
</StackPanel>
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
@@ -300,11 +357,13 @@
|
||||
|
||||
<StackPanel
|
||||
Grid.Row="1"
|
||||
Grid.Column="4"
|
||||
Grid.Column="5"
|
||||
VerticalAlignment="Center">
|
||||
<Button
|
||||
Width="150"
|
||||
Height="40"
|
||||
Margin="80,0"
|
||||
Margin="30,0"
|
||||
HorizontalAlignment="Right"
|
||||
Command="{Binding SaveCmd}"
|
||||
Content="关 闭"
|
||||
FontSize="26"
|
||||
|
||||
Reference in New Issue
Block a user