OmagCUT :

- Correzione testi nel codice invece che da file messaggi.
This commit is contained in:
Emmanuele Sassi
2016-03-10 14:52:05 +00:00
parent 1f33c844b7
commit 6ec50f51dd
2 changed files with 4 additions and 5 deletions
+2 -4
View File
@@ -43,10 +43,8 @@
<ColumnDefinition Width="1*"/>
<ColumnDefinition Width="1*"/>
</Grid.ColumnDefinitions>
<ToggleButton Name="DimensionBtn" Grid.Column="0" Style="{StaticResource OmagCut_YellowToggleButton}"
Content="Misure"/>
<ToggleButton Name="SideAngleBtn" Grid.Column="1" Style="{StaticResource OmagCut_YellowToggleButton}"
Content="Inclinazioni"/>
<ToggleButton Name="DimensionBtn" Grid.Column="0" Style="{StaticResource OmagCut_YellowToggleButton}"/>
<ToggleButton Name="SideAngleBtn" Grid.Column="1" Style="{StaticResource OmagCut_YellowToggleButton}"/>
<Button Name="DripstoneBtn" Grid.Column="2" Style="{StaticResource OmagCut_YellowIconButton}"
Content="Gocciolatoio" Visibility="Hidden"/>
</Grid>
+2 -1
View File
@@ -73,7 +73,8 @@ Public Class DrawPageUC
'Imposto i messaggi letti dal file dei messaggi
PartNumTxBl.Text = EgtMsg(MSG_DRAWPAGEUC + 1) 'Part Number - Numero pezzi
DimensionBtn.Content = EgtMsg(MSG_DRAWPAGEUC + 2)
SideAngleBtn.Content = EgtMsg(MSG_DRAWPAGEUC + 3)
End Sub
Private Sub DrawPage_Loaded(sender As Object, e As RoutedEventArgs)