Searched refs:IDD_PASSWORD (Results 1 – 4 of 4) sorted by relevance
1 #define IDD_PASSWORD 3800 macro
25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); }
7 IDD_PASSWORD DIALOG 0, 0, xs, ys MY_MODAL_DIALOG_STYLE MY_FONT dialog
34 LangSetWindowText(*this, IDD_PASSWORD); in OnInit()