Imported Upstream version 9.20
[platform/upstream/7zip.git] / CPP / 7zip / Bundles / SFXWin / resource.rc
1 #include "../../MyVersionInfo.rc"\r
2 #include "../../GuiCommon.rc"\r
3 #include "../../UI/GUI/ExtractDialogRes.h"\r
4 #include "resource.h"\r
5 \r
6 MY_VERSION_INFO_APP("7z SFX", "7z.sfx")\r
7 \r
8 #define xc 240\r
9 #define yc 64\r
10 \r
11 IDI_ICON ICON "7z.ico"\r
12 \r
13 IDD_DIALOG_EXTRACT  MY_DIALOG\r
14 CAPTION "7-Zip self-extracting archive"\r
15 BEGIN\r
16   LTEXT          "E&xtract to:", IDC_STATIC_EXTRACT_EXTRACT_TO, m, m, xc, 8\r
17   EDITTEXT       IDC_EXTRACT_COMBO_PATH, m, 21, xc - bxsDots - 12, 14, ES_AUTOHSCROLL\r
18   PUSHBUTTON     "...", IDC_EXTRACT_BUTTON_SET_PATH, xs - m - bxsDots, 20, bxsDots, bys, WS_GROUP\r
19   DEFPUSHBUTTON  "Extract", IDOK, bx2, by, bxs, bys, WS_GROUP\r
20   PUSHBUTTON     "Cancel", IDCANCEL, bx1, by, bxs, bys\r
21 END\r
22 \r
23 #ifdef UNDER_CE\r
24 \r
25 #undef xc\r
26 #define xc 144\r
27 \r
28 IDD_DIALOG_EXTRACT_2  MY_DIALOG\r
29 CAPTION "7-Zip self-extracting archive"\r
30 BEGIN\r
31   LTEXT          "E&xtract to:", IDC_STATIC_EXTRACT_EXTRACT_TO, m, m, xc - bxsDots - 12, 8\r
32   EDITTEXT       IDC_EXTRACT_COMBO_PATH, m, m + bys + 4, xc, 14, ES_AUTOHSCROLL\r
33   PUSHBUTTON     "...", IDC_EXTRACT_BUTTON_SET_PATH, xs - m - bxsDots, m, bxsDots, bys, WS_GROUP\r
34   DEFPUSHBUTTON  "Extract", IDOK, bx2, by, bxs, bys, WS_GROUP\r
35   PUSHBUTTON     "Cancel", IDCANCEL, bx1, by, bxs, bys\r
36 END\r
37 \r
38 #endif\r
39 \r
40 #include "../../UI/FileManager/OverwriteDialog.rc"\r
41 #include "../../UI/FileManager/PasswordDialog.rc"\r
42 #include "../../UI/FileManager/ProgressDialog2.rc"\r
43 #include "../../UI/GUI/Extract.rc"\r