Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PluginsPage.rc « FileManager « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18e5dfc8836c7c24ecffc2bdddf1f46da060160d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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