mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 00:06:59 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
4
CPP/7zip/UI/FileManager/ListViewDialog.rc
Executable file → Normal file
4
CPP/7zip/UI/FileManager/ListViewDialog.rc
Executable file → Normal file
@@ -4,10 +4,10 @@
|
||||
#define xc 320
|
||||
#define yc 240
|
||||
|
||||
IDD_DIALOG_LISTVIEW MY_RESIZE_DIALOG
|
||||
IDD_LISTVIEW DIALOG 0, 0, xs, ys MY_MODAL_RESIZE_DIALOG_STYLE MY_FONT
|
||||
CAPTION "ListView"
|
||||
{
|
||||
CONTROL "List1", IDC_LISTVIEW_LIST, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS |
|
||||
CONTROL "List1", IDL_LISTVIEW, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS |
|
||||
LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,
|
||||
m, m, xc, yc - bys - m
|
||||
OK_CANCEL
|
||||
|
||||
Reference in New Issue
Block a user