source: other-projects/trunk/is7_gsdl_cdrom/Greenstone/_ISUser1049.rc@ 14162

Last change on this file since 14162 was 7355, checked in by mdewsnip, 20 years ago

Updated installer for Greenstone 2.50 Waikato Workshop CD.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1#include <windows.h>
2#include <commctrl.h>
3
4
5#ifdef _WIN32
6LANGUAGE 0x19, SUBLANG_DEFAULT
7#pragma code_page(1251)
8#endif
9
10
1112033 DIALOGEX 0,0,332,202
12STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
13CAPTION "InstallShield Wizard"
14
15FONT 8,"Arial",0,0,0x1
16BEGIN
17 LTEXT "",52,0,0,332,33
18 LISTBOX 401,16,49,179,112,LBS_NOTIFY | LBS_SORT | WS_VSCROLL | LBS_NOINTEGRALHEIGHT | WS_TABSTOP | WS_BORDER
19 LTEXT "Click the type of Setup you prefer.",710,16,37,296,8,ES_AUTOHSCROLL | SS_NOPREFIX
20 LTEXT "",711,210,57,107,96,ES_AUTOHSCROLL | SS_NOPREFIX
21 LTEXT "@10550,10551;1;0;;0,128,128 ",1200,0,0,332,33,0,WS_EX_TRANSPARENT
22 LTEXT "Setup Type",50,10,2,220,7,0,WS_EX_TRANSPARENT
23 LTEXT "Choose the setup type that best suits your needs.",51,16,14,213,18,ES_AUTOHSCROLL | SS_NOPREFIX,WS_EX_TRANSPARENT
24 PUSHBUTTON "< &Back",12,166,182,50,13,WS_GROUP
25 DEFPUSHBUTTON "&Next >",1,215,182,50,13
26 PUSHBUTTON "Cancel",9,272,182,50,13
27 LTEXT "",7,2,169,40,9,NOT WS_VISIBLE
28 CONTROL "",1300,"Static",SS_BLACKFRAME | WS_GROUP,42,173,288,1
29 CONTROL "",1301,"Static",SS_ETCHEDHORZ | WS_GROUP,0,33,332,1
30 GROUPBOX "Description",-1,202,48,122,113,NOT WS_TABSTOP | 0x40000000
31 PUSHBUTTON "C",2,164,209,50,13,NOT WS_TABSTOP | NOT WS_VISIBLE
32END
33
34
Note: See TracBrowser for help on using the repository browser.