/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractDialog.h | 34 class CExtractDialog: public NWindows::NControl::CModalDialog
37 NWindows::NControl::CDialogChildControl _path;
39 NWindows::NControl::CComboBox _path;
43 NWindows::NControl::CEdit _pathName;
44 NWindows::NControl::CEdit _passwordControl;
45 NWindows::NControl::CComboBox _pathMode;
46 NWindows::NControl::CComboBox _overwriteMode;
|
H A D | ExtractDialog.cpp | 97 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int *values, int curVal);
98 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int *values, int curVal)
in AddComboItems()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ComboDialog.h | 11 class CComboDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CComboBox _comboBox;
|
H A D | PasswordDialog.h | 11 class CPasswordDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CEdit _passwordEdit;
|
H A D | OverwriteDialog.cpp | 82 NControl::CDialogChildControl control;
in SetFileInfoControl() 91 NControl::CStatic staticContol;
in SetFileInfoControl()
|
H A D | ProgressDialog.h | 77 class CProgressDialog: public NWindows::NControl::CModalDialog
86 NWindows::NControl::CProgressBar m_ProgressBar;
|
H A D | ProgressDialog2.h | 105 class CProgressDialog: public NWindows::NControl::CModalDialog
152 NWindows::NControl::CProgressBar m_ProgressBar;
153 NWindows::NControl::CListView _messageList;
|
H A D | DialogSize.h | 9 #define BIG_DIALOG_SIZE(x, y) bool isBig = NWindows::NControl::IsDialogSizeOK(x, y);
|
H A D | ComboDialog.cpp | 32 NControl::CStatic staticContol;
in OnInit()
|
H A D | OverwriteDialog.h | 48 class COverwriteDialog: public NWindows::NControl::CModalDialog
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | PropertyPage.cpp | 17 namespace NControl {
namespace 97 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure;
in MyPropertySheet() 118 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure;
in MyPropertySheet()
|
H A D | ImageList.cpp | 8 namespace NControl {
namespace
|
H A D | Edit.h | 9 namespace NControl {
namespace
|
H A D | Trackbar.h | 9 namespace NControl {
namespace
|
H A D | ProgressBar.h | 13 namespace NControl {
namespace
|
H A D | Static.h | 9 namespace NControl {
namespace
|
H A D | ReBar.h | 9 namespace NControl {
namespace
|
H A D | ToolBar.h | 9 namespace NControl {
namespace
|
H A D | Window2.h | 9 namespace NControl {
namespace
|
H A D | CommandBar.h | 15 namespace NControl {
namespace
|
H A D | ComboBox.cpp | 16 namespace NControl {
namespace
|
H A D | PropertyPage.h | 13 namespace NControl {
namespace
|
H A D | StatusBar.h | 9 namespace NControl {
namespace
|
H A D | ImageList.h | 11 namespace NControl {
namespace
|
H A D | Dialog.h | 9 namespace NControl {
namespace 183 void Init(const NWindows::NControl::CDialog &parentDialog, unsigned id)
in Init()
|