Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36ea7e6404 | |||
| a9540db0b2 | |||
| a41230f4b9 | |||
| 3ec88260c1 | |||
| a57c60aa47 | |||
| 6786d74cad |
@@ -209,8 +209,8 @@ Public Class MainWindowM
|
||||
Dim bNetHwKey As Boolean = (GetMainPrivateProfileInt(S_GENERAL, K_NETKEY, 0) = 1)
|
||||
EgtSetNetHwKey(bNetHwKey)
|
||||
' Recupero livello e opzioni della chiave
|
||||
Dim bKey As Boolean = EgtGetKeyLevel(9423, 2508, 1, m_nKeyLevel) And
|
||||
EgtGetKeyOptions(9423, 2508, 1, m_nKeyOptions)
|
||||
Dim bKey As Boolean = EgtGetKeyLevel(9423, 2603, 1, m_nKeyLevel) And
|
||||
EgtGetKeyOptions(9423, 2603, 1, m_nKeyOptions)
|
||||
' Verifico abilitazione prodotto
|
||||
Dim bProd As Boolean = GetKeyOption(KEY_OPT.PHOTO_BASE)
|
||||
' Inizializzazione generale di EgtInterface
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
xmlns:EgtPHOTOLib="clr-namespace:EgtPHOTOLib;assembly=EgtPHOTOLib"
|
||||
DataContext="{StaticResource MainWindowVM}"
|
||||
Style="{DynamicResource {x:Type EgtWPFLib5:EgtCustomWindow}}"
|
||||
TitleBarForeground="{StaticResource Omag_White}"
|
||||
Title="{Binding Title}" Icon="/Resources/OmagPHOTO.ico"
|
||||
MinHeight="600" MinWidth="800"
|
||||
AboutBoxCommand="{Binding AboutBoxCommand}" WindowStyle="None" ResizeMode="NoResize"
|
||||
|
||||
@@ -59,5 +59,5 @@ Imports System.Windows
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("2.5.8.1")>
|
||||
<Assembly: AssemblyFileVersion("2.5.8.1")>
|
||||
<Assembly: AssemblyVersion("2.6.3.1")>
|
||||
<Assembly: AssemblyFileVersion("2.6.3.1")>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<UniformGrid Columns="2">
|
||||
<TextBlock Text="{Binding ThicknessToleranceMsg}"/>
|
||||
<EgtWPFLib5:EgtTextBox Text="{Binding ThicknessTolerance}"
|
||||
Margin="13,0,0,0"
|
||||
Margin="36,0,0,0"
|
||||
TextAlignment="Right"/>
|
||||
</UniformGrid>
|
||||
</GroupBox>
|
||||
@@ -58,7 +58,7 @@
|
||||
<ColumnDefinition Width="3*"/>
|
||||
<ColumnDefinition Width="1*"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<TextBlock Text="{Binding LabelFileName}"/>
|
||||
<TextBlock Text="{Binding LabelFileName}" VerticalAlignment="Center"/>
|
||||
<Button Content="{Binding BrowseMsg}" Grid.Column="1"
|
||||
Command="{Binding BrowseCommand}"
|
||||
Style="{StaticResource OptionPanel_TextButton}"
|
||||
@@ -112,6 +112,9 @@
|
||||
|
||||
<ListBox ItemsSource="{Binding MaterialList}"
|
||||
SelectedItem="{Binding SelMaterial}"
|
||||
Background="{StaticResource Omag_Black}"
|
||||
Foreground="{StaticResource Omag_White}"
|
||||
BorderThickness="0"
|
||||
Grid.RowSpan="2"
|
||||
Margin="0,0,0,5"
|
||||
Height="150"/>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 703 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -6,12 +6,14 @@
|
||||
|
||||
<!--Barra superiore dei comandi-->
|
||||
<Button Command="{Binding NewCommand}"
|
||||
ToolTip="{Binding NewToolTip}">
|
||||
ToolTip="{Binding NewToolTip}"
|
||||
Style="{StaticResource TopCmdBar_Button}">
|
||||
<Image Source="/Resources/TopCommandBar/New.png" Stretch="Uniform"/>
|
||||
</Button>
|
||||
<ToggleButton IsChecked="{Binding Search_IsChecked}"
|
||||
IsEnabled="{Binding Search_IsEnabled}"
|
||||
ToolTip="{Binding SearchToolTip}">
|
||||
ToolTip="{Binding SearchToolTip}"
|
||||
Style="{StaticResource TopCmdBar_ToggleButton}">
|
||||
<Image Source="/Resources/TopCommandBar/Search.png" Stretch="Uniform"/>
|
||||
</ToggleButton>
|
||||
<!--<Button Command="{Binding OpenCommand}"
|
||||
@@ -41,7 +43,8 @@
|
||||
</Button>-->
|
||||
<Button Command="{Binding OptionsCommand}"
|
||||
ToolTip="{Binding OptionsToolTip}"
|
||||
IsEnabled="{Binding IsEnabled}">
|
||||
IsEnabled="{Binding IsEnabled}"
|
||||
Style="{StaticResource TopCmdBar_Button}">
|
||||
<Image Source="/Resources/TopCommandBar/Options.png" Stretch="Uniform"/>
|
||||
</Button>
|
||||
|
||||
|
||||
+685
-427
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user