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

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/PluginsPage.rc')
-rwxr-xr-xCPP/7zip/UI/FileManager/PluginsPage.rc19
1 files changed, 19 insertions, 0 deletions
diff --git a/CPP/7zip/UI/FileManager/PluginsPage.rc b/CPP/7zip/UI/FileManager/PluginsPage.rc
new file mode 100755
index 00000000..5a1f48ec
--- /dev/null
+++ b/CPP/7zip/UI/FileManager/PluginsPage.rc
@@ -0,0 +1,19 @@
+#include "PluginsPageRes.h"
+#include "../../GuiCommon.rc"
+
+#define xSize2 196
+#define ySize2 140
+#define xSize (xSize2 + marg + marg)
+#define ySize (ySize2 + marg + marg)
+
+
+IDD_PLUGINS DIALOG 0, 0, xSize, ySize MY_PAGE_STYLE
+CAPTION "Plugins"
+MY_FONT
+BEGIN
+ LTEXT "&Plugins:", IDC_PLUGINS_STATIC_PLUGINS, marg, marg, xSize2, 8
+ CONTROL "List1", IDC_PLUGINS_LIST, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS |
+ LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,
+ marg, 20, xSize2 - bXSize - 12, ySize2 - 12
+ PUSHBUTTON "Options...", IDC_PLUGINS_BUTTON_OPTIONS, (xSize - marg - bXSize), 20, bXSize, bYSize
+END