mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 20:06:59 -06:00
9.06 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
829409452d
commit
c99f3ebdd6
14
CPP/7zip/UI/FileManager/MenuPage2.rc
Executable file
14
CPP/7zip/UI/FileManager/MenuPage2.rc
Executable file
@@ -0,0 +1,14 @@
|
||||
#define y 40
|
||||
|
||||
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",
|
||||
LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
|
||||
m, m + y, xc, yc - y
|
||||
END
|
||||
Reference in New Issue
Block a user