📄 customercommentsview.xaml
字号:
<UserControl x:Class="BankTellerModule.CustomerCommentsView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TextBox x:Name="commentsTextBox" MinHeight="100" MinWidth="100" Text="{Binding Comments}"/>
</UserControl>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -