OmagCUT 1.6w3 :
- sistemazioni per cambio layout fino a 9/10 assi.
This commit is contained in:
+2
-2
@@ -301,11 +301,11 @@ Class MainWindow
|
||||
' Creazione gestore comunicazione con macchina CN
|
||||
m_CNCommunication = New CNCommunication
|
||||
' Posizionamento nella griglia della MachineStatusBar
|
||||
Dim PcType As Integer = GetPrivateProfileInt(S_GENERAL, K_SIEMENSPC, 1, m_sIniFile)
|
||||
Dim PcType As Integer = GetPrivateProfileInt(S_GENERAL, K_SIEMENSPC, 0, m_sIniFile)
|
||||
If PcType = 0 Then
|
||||
m_MachineStatusUC.SetValue(Grid.RowProperty, 2)
|
||||
MainWindowGrid.ColumnDefinitions.RemoveAt(MainWindowGrid.ColumnDefinitions.Count - 1)
|
||||
ElseIf PcType >= 1 Then
|
||||
Else
|
||||
m_MachineStatusUC.SetValue(Grid.ColumnProperty, 2)
|
||||
m_MachineStatusUC.SetValue(Grid.RowSpanProperty, 3)
|
||||
MainWindowGrid.RowDefinitions.RemoveAt(MainWindowGrid.RowDefinitions.Count - 1)
|
||||
|
||||
Reference in New Issue
Block a user