WINELIB applications (like reaktivate) might have very long (C++)
[wine/wine-kai.git] / dlls / setupapi / setupapi.rc
blob5bc79e282050ceb532445aafd269255676c3e584
1 /*
2  * Top level resource file for SETUPX
3  *
4  */
6 #include "windef.h"
7 #include "winuser.h"
8 #include "winnls.h"
9 #include "setupapi_private.h"
11 /*--------------------- FIXME --------------------------
12  *
13  * These must be seperated into the language files
14  * and translated. The language 0,0 is a hack to get it
15  * loaded properly for all languages by pretending that
16  * they are neutral.
17  * The menus are not yet properly implemented.
18  * Don't localize it yet. (js)
19  */
21 LANGUAGE 0,0
23 COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
24 STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
25 CAPTION "Copying Files..."
26 FONT 8, "MS Sans Serif"
27 BEGIN
28         PUSHBUTTON "Cancel", IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
29         LTEXT "Source:", -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
30         LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
31         LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
32         LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
33         CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP 
34 END