命名规范化

This commit is contained in:
GG Z
2021-06-11 15:42:50 +08:00
parent a3f6bdcc32
commit 5e1bd8ca9a
37 changed files with 2288 additions and 2090 deletions

View File

@@ -35,7 +35,7 @@
Margin="2"
Header="砖长mm">
<TextBox
x:Name="tbLength"
x:Name="tbPavementLength"
InputMethod.IsInputMethodEnabled="False"
PreviewTextInput="tb_PreviewTextInput"
Text="600"
@@ -47,7 +47,7 @@
Margin="2"
Header="砖宽mm">
<TextBox
x:Name="tbWidth"
x:Name="tbPavementWidth"
InputMethod.IsInputMethodEnabled="False"
PreviewTextInput="tb_PreviewTextInput"
Text="600"
@@ -59,7 +59,7 @@
Margin="2"
Header="铺装缝隙mm">
<TextBox
x:Name="tbGap"
x:Name="tbPavementGap"
InputMethod.IsInputMethodEnabled="False"
PreviewTextInput="tb_PreviewTextInput"
Text="2"