mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
20 lines
592 B
Text
20 lines
592 B
Text
5555 ICON DISCARDABLE "ide.ico"
|
|
|
|
#define IDOK 1
|
|
#define IDCANCEL 2
|
|
#define WS_TABSTOP 0x00010000L
|
|
#define BS_AUTOCHECKBOX 0x00000003L
|
|
#define ES_AUTOHSCROLL 0x0080L
|
|
|
|
99 DIALOG DISCARDABLE 0, 0, 231, 55
|
|
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
|
|
DEFPUSHBUTTON "Install !",IDOK,7,35,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,174,35,50,14
|
|
END
|