Home
last modified time | relevance | path

Searched refs:NControl (Results 1 – 25 of 32) sorted by relevance

12

/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.h34 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;
DExtractDialog.cpp97 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int …
98 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int … in AddComboItems()
/third_party/lzma/CPP/7zip/UI/FileManager/
DPasswordDialog.h11 class CPasswordDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CEdit _passwordEdit;
DComboDialog.h11 class CComboDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CComboBox _comboBox;
DOverwriteDialog.cpp82 NControl::CDialogChildControl control; in SetFileInfoControl()
91 NControl::CStatic staticContol; in SetFileInfoControl()
DProgressDialog2.h105 class CProgressDialog: public NWindows::NControl::CModalDialog
152 NWindows::NControl::CProgressBar m_ProgressBar;
153 NWindows::NControl::CListView _messageList;
DProgressDialog.h77 class CProgressDialog: public NWindows::NControl::CModalDialog
86 NWindows::NControl::CProgressBar m_ProgressBar;
DDialogSize.h9 #define BIG_DIALOG_SIZE(x, y) bool isBig = NWindows::NControl::IsDialogSizeOK(x, y);
DOverwriteDialog.h48 class COverwriteDialog: public NWindows::NControl::CModalDialog
DComboDialog.cpp32 NControl::CStatic staticContol; in OnInit()
DBrowseDialog.cpp83 class CBrowseDialog: public NControl::CModalDialog
85 NControl::CListView _list;
86 NControl::CEdit _pathEdit;
87 NControl::CComboBox _filterCombo;
/third_party/lzma/CPP/Windows/Control/
DPropertyPage.cpp17 namespace NControl { namespace
97 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure; in MyPropertySheet()
118 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure; in MyPropertySheet()
DImageList.cpp8 namespace NControl { namespace
DEdit.h9 namespace NControl {
DTrackbar.h9 namespace NControl {
DProgressBar.h13 namespace NControl {
DStatic.h9 namespace NControl {
DDialog.h9 namespace NControl {
183 void Init(const NWindows::NControl::CDialog &parentDialog, unsigned id) in Init()
DReBar.h9 namespace NControl {
DToolBar.h9 namespace NControl {
DCommandBar.h15 namespace NControl {
DPropertyPage.h13 namespace NControl {
DComboBox.cpp16 namespace NControl { namespace
DWindow2.h9 namespace NControl {
DStatusBar.h9 namespace NControl {

12