mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 02:11:43 -06:00
4.44 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
804edc5756
commit
d9666cf046
16
CPP/7zip/FileManager/Resource/ListBoxDialog/StdAfx.h
Executable file
16
CPP/7zip/FileManager/Resource/ListBoxDialog/StdAfx.h
Executable file
@@ -0,0 +1,16 @@
|
||||
// stdafx.h
|
||||
|
||||
#ifndef __STDAFX_H
|
||||
#define __STDAFX_H
|
||||
|
||||
#define _WIN32_WINNT 0x0400
|
||||
|
||||
// it's for Windows NT supporting (MENUITEMINFOW)
|
||||
#define WINVER 0x0400
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
#include "Common/NewHandler.h"
|
||||
|
||||
#endif
|
||||
3
CPP/7zip/FileManager/Resource/ListBoxDialog/resource.h
Executable file
3
CPP/7zip/FileManager/Resource/ListBoxDialog/resource.h
Executable file
@@ -0,0 +1,3 @@
|
||||
#define IDD_DIALOG_LISTBOX 202
|
||||
|
||||
#define IDC_LISTBOX_LIST 1000
|
||||
22
CPP/7zip/FileManager/Resource/ListBoxDialog/resource.rc
Executable file
22
CPP/7zip/FileManager/Resource/ListBoxDialog/resource.rc
Executable file
@@ -0,0 +1,22 @@
|
||||
#include "resource.h"
|
||||
#include "../../../GuiCommon.rc"
|
||||
|
||||
#define xSize2 223
|
||||
#define ySize2 177
|
||||
|
||||
#define xSize (xSize2 + marg + marg)
|
||||
#define ySize (ySize2 + marg + marg)
|
||||
|
||||
#define bYPos (ySize - marg - bYSize)
|
||||
#define b1XPos (xSize - marg - bXSize)
|
||||
#define b2XPos (b1XPos - 10 - bXSize)
|
||||
|
||||
|
||||
IDD_DIALOG_LISTBOX DIALOG 0, 0, xSize, ySize MY_MODAL_DIALOG_STYLE
|
||||
CAPTION "List Box"
|
||||
MY_FONT
|
||||
BEGIN
|
||||
LISTBOX IDC_LISTBOX_LIST, marg, marg, xSize2, 149, LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
||||
DEFPUSHBUTTON "OK", IDOK, b2XPos, bYPos, bXSize, bYSize
|
||||
PUSHBUTTON "Cancel", IDCANCEL, b1XPos, bYPos, bXSize, bYSize
|
||||
END
|
||||
Reference in New Issue
Block a user