mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 16:07:04 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
15
CPP/7zip/UI/FileManager/MenuPage2.rc
Executable file → Normal file
15
CPP/7zip/UI/FileManager/MenuPage2.rc
Executable file → Normal file
@@ -1,14 +1,13 @@
|
||||
#define y 40
|
||||
#define y 54
|
||||
|
||||
CAPTION "7-Zip"
|
||||
BEGIN
|
||||
CONTROL "Integrate 7-Zip to shell context menu", IDC_SYSTEM_INTEGRATE_TO_CONTEXT_MENU,
|
||||
MY_CHECKBOX, m, m, xc, 10
|
||||
CONTROL "Cascaded context menu", IDC_SYSTEM_CASCADED_MENU,
|
||||
MY_CHECKBOX, m, m + 14, xc, 10
|
||||
LTEXT "Context menu items:", IDC_SYSTEM_STATIC_CONTEXT_MENU_ITEMS,
|
||||
m, m + 28, xc, 8
|
||||
CONTROL "List", IDC_SYSTEM_OPTIONS_LIST, "SysListView32",
|
||||
CONTROL "Integrate 7-Zip to shell context menu", IDX_SYSTEM_INTEGRATE_TO_CONTEXT_MENU, MY_CHECKBOX, m, m, xc, 10
|
||||
CONTROL "Cascaded context menu", IDX_SYSTEM_CASCADED_MENU, MY_CHECKBOX, m, m + 14, xc, 10
|
||||
CONTROL "Icons in context menu", IDX_SYSTEM_ICON_IN_MENU, MY_CHECKBOX, m, m + 28, xc, 10
|
||||
|
||||
LTEXT "Context menu items:", IDT_SYSTEM_CONTEXT_MENU_ITEMS, m, m + 42, xc, 8
|
||||
CONTROL "List", IDL_SYSTEM_OPTIONS, "SysListView32",
|
||||
LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
|
||||
m, m + y, xc, yc - y
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user