HomeSort by relevance Sort by last modified time
    Searched refs:NControl (Results 1 - 25 of 31) sorted by null

1 2

  /external/lzma/CPP/Windows/Control/
ImageList.cpp 8 namespace NControl {
Edit.h 9 namespace NControl {
Trackbar.h 9 namespace NControl {
Static.h 9 namespace NControl {
ProgressBar.h 13 namespace NControl {
PropertyPage.h 13 namespace NControl {
ReBar.h 9 namespace NControl {
PropertyPage.cpp 17 namespace NControl {
74 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure;
95 page.pfnDlgProc = NWindows::NControl::MyProperyPageProcedure;
ComboBox.cpp 16 namespace NControl {
StatusBar.h 9 namespace NControl {
ToolBar.h 9 namespace NControl {
Window2.h 9 namespace NControl {
ComboBox.h 13 namespace NControl {
CommandBar.h 15 namespace NControl {
ImageList.h 11 namespace NControl {
Dialog.h 9 namespace NControl {
156 void Init(const NWindows::NControl::CDialog &parentDialog, int id)
  /external/lzma/CPP/7zip/UI/FileManager/
PasswordDialog.h 11 class CPasswordDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CEdit _passwordEdit;
ComboDialog.h 11 class CComboDialog: public NWindows::NControl::CModalDialog
13 NWindows::NControl::CComboBox _comboBox;
DialogSize.h 9 #define BIG_DIALOG_SIZE(x, y) bool isBig = NWindows::NControl::IsDialogSizeOK(x, y);
OverwriteDialog.h 44 class COverwriteDialog: public NWindows::NControl::CModalDialog
OverwriteDialog.cpp 79 NControl::CDialogChildControl control;
88 NControl::CStatic staticContol;
ComboDialog.cpp 32 NControl::CStatic staticContol;
ProgressDialog.h 77 class CProgressDialog: public NWindows::NControl::CModalDialog
86 NWindows::NControl::CProgressBar m_ProgressBar;
ProgressDialog2.h 104 class CProgressDialog: public NWindows::NControl::CModalDialog
151 NWindows::NControl::CProgressBar m_ProgressBar;
152 NWindows::NControl::CListView _messageList;
  /external/lzma/CPP/7zip/UI/GUI/
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;

Completed in 233 milliseconds

1 2