Patch level :2.2 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :modificati progetti ve e cambiato a mano installa.rc avendo inserito le immagini delle chiavi hardware che devono apparire in fase di installazione


git-svn-id: svn://10.65.10.50/trunk@13685 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2006-01-11 17:01:47 +00:00
parent 817cdb1bcd
commit b841ba91d7
3 changed files with 73 additions and 1 deletions

View File

@ -1,3 +1,40 @@
"9012" ICON DISCARDABLE "../exed/res/setup.ico"
#include "windows.h"
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
9012 ICON DISCARDABLE "../res/setup.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
1000 BITMAP DISCARDABLE "../res/eutron.bmp"
1001 BITMAP DISCARDABLE "../res/hardlock.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
DONGLE DIALOG DISCARDABLE 256, 200, 178, 86
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_CHILD
CAPTION "Tipo chiave"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,26,64,50,14
PUSHBUTTON "Cancel",IDCANCEL,103,64,50,14
CONTROL 1000,1000,"Static",SS_BITMAP,8,8,93,25
CONTROL 1001,1001,"Static",SS_BITMAP,131,8,35,25
CONTROL "Eutron",100,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
WS_TABSTOP,32,40,37,10
CONTROL "Hardlock",101,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
127,40,45,10
END
/////////////////////////////////////////////////////////////////////////////

View File

@ -96,6 +96,10 @@ LINK32=link.exe
# PROP Default_Filter "cpp"
# Begin Source File
SOURCE=..\ba\ba8500.cpp
# End Source File
# Begin Source File
SOURCE=..\cg\cgsaldac.cpp
# End Source File
# Begin Source File

View File

@ -527,6 +527,37 @@ InputName=verig14
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\ve\verig15.uml
!IF "$(CFG)" == "ve_maskrighe - Win32 Release"
# Begin Custom Build - Compiling line mask $(InputPath)...
TargetDir=D:\Release\Campo22
InputPath=..\ve\verig15.uml
InputName=verig15
"$(TargetDir)\$(InputName).msk" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
msk232 $(InputPath) $(TargetDir)\$(InputName).msk
# End Custom Build
!ELSEIF "$(CFG)" == "ve_maskrighe - Win32 Debug"
# Begin Custom Build - Compiling line mask $(InputPath)...
TargetDir=\U\Luca\R_02_02\exed
InputPath=..\ve\verig15.uml
InputName=verig15
"$(TargetDir)\$(InputName).msk" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
msk232 $(InputPath) $(TargetDir)\$(InputName).msk
# End Custom Build
!ENDIF
# End Source File
# End Group
# End Target