OmagCUT :
- Correzione testi nel codice invece che da file messaggi.
This commit is contained in:
+2
-4
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user