Subversion Repositories Projects

Rev

Rev 2364 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2364 Rev 2374
Line 187... Line 187...
187
            <Label  Content="{Binding Result}" HorizontalContentAlignment="Right" Background="WhiteSmoke" Margin="4"/>
187
            <Label  Content="{Binding Result}" HorizontalContentAlignment="Right" Background="WhiteSmoke" Margin="4"/>
Line 188... Line 188...
188
 
188
 
189
		</Grid>
189
		</Grid>
190
		<Grid Grid.Column="3" >
190
		<Grid Grid.Column="3" >
-
 
191
			<Border  Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
-
 
192
			<Button x:Name="buttonClear" Grid.Row="0" 
191
			<Border  Style="{StaticResource buttonBorder}" Background="Black" CornerRadius="4" />
193
				Command="{Binding PressAndRelease}" CommandParameter="Clear" Click="button_Click" Content="C"/>
192
			<Button x:Name="buttonEsc" Grid.Row="0" 
194
			<!--<Button x:Name="buttonEsc" Grid.Row="0" 
193
				Command="{Binding PressAndRelease}" CommandParameter="ESC" Click="button_Click" Content="Esc"/>
195
				Command="{Binding PressAndRelease}" CommandParameter="ESC" Click="button_Click" Content="Esc"/>-->
Line 194... Line 196...
194
		</Grid>
196
		</Grid>
195
 
197