命名规范化
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user