mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 13:14:59 -06:00
16 lines
465 B
Plaintext
Executable File
16 lines
465 B
Plaintext
Executable File
#include "PluginsPageRes.h"
|
|
#include "../../GuiCommon.rc"
|
|
|
|
#define xc 96
|
|
#define yc 80
|
|
|
|
IDD_PLUGINS MY_PAGE
|
|
CAPTION "Plugins"
|
|
BEGIN
|
|
LTEXT "&Plugins:", IDC_PLUGINS_STATIC_PLUGINS, m, m, xc, 8
|
|
CONTROL "List1", IDC_PLUGINS_LIST, "SysListView32",
|
|
LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,
|
|
m, 20, xc, 40
|
|
PUSHBUTTON "Options...", IDC_PLUGINS_BUTTON_OPTIONS, m, by, bxs, bys
|
|
END
|