ultimatepp/uppbox/WinInstaller2/install.rc
andreincx 312af12b0a Implemented *.upp file association with TheIDE
git-svn-id: svn://ultimatepp.org/upp/trunk@7956 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-12-08 22:49:21 +00:00

22 lines
734 B
Text

5555 ICON DISCARDABLE "ide.ico"
#define IDOK 1
#define IDCANCEL 2
#define IDC_ASSOC 10
#define WS_TABSTOP 0x00010000L
#define BS_AUTOCHECKBOX 0x00000003L
#define ES_AUTOHSCROLL 0x0080L
99 DIALOG DISCARDABLE 0, 0, 231, 80
STYLE 0
EXSTYLE 0
CAPTION "Ultimate++"
FONT 8, "MS Sans Serif"
BEGIN
LTEXT "Install path",100,7,16,41,8
EDITTEXT 101,51,14,120,12,ES_AUTOHSCROLL
PUSHBUTTON "Browse..",999,174,14,50,14
CONTROL "Associate with *.upp files",IDC_ASSOC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,35,165,14
DEFPUSHBUTTON "Install !",IDOK,7,60,50,14
PUSHBUTTON "Cancel",IDCANCEL,174,60,50,14
END