|
77 | 77 | Command="{Binding SelectFileClickCommand}" />
|
78 | 78 |
|
79 | 79 | <ui:Card Grid.Row="1" Margin="24,24,24,0" VerticalAlignment="Top">
|
80 |
| - <ui:ToggleSwitch Name="Swtitch_Mode" OffContent="Skia 慢火烘焙" OnContent="OpenCV 大火收汁" |
| 80 | + <ui:ToggleSwitch Name="Swtitch_Mode" OffContent="Skia 慢火烘焙" OnContent="OpenCV 猛火爆炒" |
81 | 81 | IsChecked="{Binding Mode,Converter={StaticResource ModeConverter},Mode=TwoWay}"
|
82 | 82 | Command="{Binding ModeSwitchCommand}"
|
83 | 83 | Margin="0,0,0,0" HorizontalAlignment="Left">
|
|
95 | 95 | <Behaviors:EventTrigger EventName="PreviewMouseLeftButtonUp">
|
96 | 96 | <Behaviors:InvokeCommandAction Command="{Binding SliderMouseUpCommand}" />
|
97 | 97 | </Behaviors:EventTrigger>
|
98 |
| - <Behaviors:EventTrigger EventName="PreviewMouseLeftButtonDown"> |
| 98 | + <!--<Behaviors:EventTrigger EventName="PreviewMouseLeftButtonDown"> |
99 | 99 | <Behaviors:InvokeCommandAction Command="{Binding SliderMouseDownCommand}" />
|
100 |
| - </Behaviors:EventTrigger> |
| 100 | + </Behaviors:EventTrigger>--> |
101 | 101 | </Behaviors:Interaction.Triggers>
|
102 | 102 | </Slider>
|
103 | 103 | <TextBlock TextWrapping="Wrap" Text="噪点"
|
|
114 | 114 | <Behaviors:EventTrigger EventName="PreviewMouseLeftButtonUp">
|
115 | 115 | <Behaviors:InvokeCommandAction Command="{Binding SliderMouseUpCommand}" />
|
116 | 116 | </Behaviors:EventTrigger>
|
117 |
| - <Behaviors:EventTrigger EventName="PreviewMouseLeftButtonDown"> |
| 117 | + <!--<Behaviors:EventTrigger EventName="PreviewMouseLeftButtonDown"> |
118 | 118 | <Behaviors:InvokeCommandAction Command="{Binding SliderMouseDownCommand}" />
|
119 |
| - </Behaviors:EventTrigger> |
| 119 | + </Behaviors:EventTrigger>--> |
120 | 120 | </Behaviors:Interaction.Triggers>
|
121 | 121 | </Slider>
|
122 | 122 | <TextBlock TextWrapping="Wrap" Text="绿化"
|
|
133 | 133 | <Behaviors:EventTrigger EventName="PreviewMouseLeftButtonUp">
|
134 | 134 | <Behaviors:InvokeCommandAction Command="{Binding SliderMouseUpCommand}" />
|
135 | 135 | </Behaviors:EventTrigger>
|
136 |
| - <Behaviors:EventTrigger EventName="PreviewMouseLeftButtonDown"> |
| 136 | + <!--<Behaviors:EventTrigger EventName="PreviewMouseLeftButtonDown"> |
137 | 137 | <Behaviors:InvokeCommandAction Command="{Binding SliderMouseDownCommand}" />
|
138 |
| - </Behaviors:EventTrigger> |
| 138 | + </Behaviors:EventTrigger>--> |
139 | 139 | </Behaviors:Interaction.Triggers>
|
140 | 140 | </Slider>
|
141 | 141 | <TextBlock TextWrapping="Wrap" Text="压缩"
|
|
152 | 152 | <Behaviors:EventTrigger EventName="PreviewMouseLeftButtonUp">
|
153 | 153 | <Behaviors:InvokeCommandAction Command="{Binding SliderMouseUpCommand}" />
|
154 | 154 | </Behaviors:EventTrigger>
|
155 |
| - <Behaviors:EventTrigger EventName="PreviewMouseLeftButtonDown"> |
| 155 | + <!--<Behaviors:EventTrigger EventName="PreviewMouseLeftButtonDown"> |
156 | 156 | <Behaviors:InvokeCommandAction Command="{Binding SliderMouseDownCommand}" />
|
157 |
| - </Behaviors:EventTrigger> |
| 157 | + </Behaviors:EventTrigger>--> |
158 | 158 | </Behaviors:Interaction.Triggers>
|
159 | 159 | </Slider>
|
160 | 160 | <TextBlock TextWrapping="Wrap" Text="缩放"
|
|
178 | 178 | <CheckBox x:Name="Check_Watermark" Content="添加水印" VerticalContentAlignment="Center"
|
179 | 179 | HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="32,0,0,24"
|
180 | 180 | IsEnabled="{Binding Watermark_Available}" IsChecked="{Binding Watermark_Checked}"
|
181 |
| - Command="{Binding WatermarkCommand}" /> |
| 181 | + Command="{Binding WatermarkClickCommand}" /> |
182 | 182 | </Grid>
|
183 | 183 |
|
184 | 184 | <Grid Grid.Row="6">
|
|
0 commit comments