source: other-projects/gs2-export-cdrom-installer/trunk/vcinstall.rc

Last change on this file was 22919, checked in by ak19, 14 years ago

Dr Bainbridge got gssetup.exe (for the export to cdrom installer) to work again for a later version of Visual Studio: now it works with Visual Studio 9 and does not use STLPort anymore. Changed .rc reference to including afxres.h to windows.h in vcinstall.rc, and there were changes to dereferencing File elements in an STL iterator (in fileCopier.cpp). Also needed to change references to unsigned double to double since the former seems to no longer be supported in later versions of Vis Studio.

  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1//Microsoft Developer Studio generated resource script.
2//
3#include "resource.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////////
7//
8// Generated from the TEXTINCLUDE 2 resource.
9//
10// afxres.h not part of Visual Studio Express. Changed to windows.h
11// here and in "2 TEXTINCLUDE DISCARDABLE " section
12//#include "afxres.h"
13#include "windows.h"
14
15/////////////////////////////////////////////////////////////////////////////
16#undef APSTUDIO_READONLY_SYMBOLS
17
18/////////////////////////////////////////////////////////////////////////////
19// English (U.K.) resources
20
21#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
22#ifdef _WIN32
23LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
24#pragma code_page(1252)
25#endif //_WIN32
26
27#ifdef APSTUDIO_INVOKED
28/////////////////////////////////////////////////////////////////////////////
29//
30// TEXTINCLUDE
31//
32
331 TEXTINCLUDE DISCARDABLE
34BEGIN
35 "resource.h\0"
36END
37
382 TEXTINCLUDE DISCARDABLE
39BEGIN
40 "#include ""windows.h""\r\n"
41 "\0"
42END
43
443 TEXTINCLUDE DISCARDABLE
45BEGIN
46 "\r\n"
47 "\0"
48END
49
50#endif // APSTUDIO_INVOKED
51
52#include "common.h"
53//#include "winuser.h"
54
55
56/////////////////////////////////////////////////////////////////////////////
57//
58// Bitmap
59//
60
61SETUPBMP BITMAP MOVEABLE PURE "vcinstall.bmp"
62
63/////////////////////////////////////////////////////////////////////////////
64//
65// Dialog
66//
67
68GETDIRPATH DIALOG DISCARDABLE 0, 0, 276, 140
69STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
70 WS_SYSMENU
71FONT 8, "MS Sans Serif"
72BEGIN
73 LTEXT "Text1",dirpath_PROMPT,80,0,180,96,NOT WS_GROUP
74 EDITTEXT dirpath_PATH,108,124,120,13
75 RTEXT "Path",-1,84,127,18,10,NOT WS_GROUP
76 PUSHBUTTON "Browse...",dirpath_BROWSE,230,124,44,14,BS_CENTER
77 CONTROL "CheckBox1",dirpath_OPTION,"Button",BS_AUTOCHECKBOX |
78 BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,108,101,162,
79 17
80 CONTROL "SetupBmp",-1,"Static",SS_BITMAP,12,20,53,86
81END
82
83MYSAVEASDLG DIALOG DISCARDABLE 0, 0, 280, 163
84STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE |
85 WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
86CAPTION "Open"
87FONT 8, "MS Sans Serif"
88BEGIN
89 LTEXT "Look &in:",1091,7,6,41,8,SS_NOTIFY
90 COMBOBOX 1137,50,3,138,100,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED |
91 CBS_HASSTRINGS | WS_VSCROLL | WS_TABSTOP
92 LTEXT "",1088,188,2,82,17,NOT WS_VISIBLE | NOT WS_GROUP
93 LISTBOX 1120,4,20,272,85,LBS_SORT | LBS_NOINTEGRALHEIGHT |
94 LBS_MULTICOLUMN | NOT WS_VISIBLE | WS_HSCROLL
95 LTEXT "File &name:",1090,7,166,36,8,SS_NOTIFY
96 EDITTEXT 1152,56,164,155,12,ES_AUTOHSCROLL
97 LTEXT "Files of &type:",1089,7,182,46,8,SS_NOTIFY
98 COMBOBOX 1136,56,180,155,100,CBS_DROPDOWNLIST | WS_VSCROLL |
99 WS_TABSTOP
100 CONTROL "Open as &read-only",1040,"Button",BS_AUTOCHECKBOX |
101 WS_TABSTOP,56,199,74,10
102 DEFPUSHBUTTON "&Open",1,222,110,50,14
103 PUSHBUTTON "Cancel",2,222,128,50,14
104 PUSHBUTTON "&Help",1038,222,145,50,14
105END
106
107#endif // English (U.K.) resources
108/////////////////////////////////////////////////////////////////////////////
109
110
111
112#ifndef APSTUDIO_INVOKED
113/////////////////////////////////////////////////////////////////////////////
114//
115// Generated from the TEXTINCLUDE 3 resource.
116//
117
118
119/////////////////////////////////////////////////////////////////////////////
120#endif // not APSTUDIO_INVOKED
121
Note: See TracBrowser for help on using the repository browser.