Home
last modified time | relevance | path

Searched refs:IDC_LOGIN_PASSWORD_TEXT (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Resources/
DResource.h40 #define IDC_LOGIN_PASSWORD_TEXT 1183 macro
DApplication.rc136 EDITTEXT IDC_LOGIN_PASSWORD_TEXT,50,48,118,12,ES_PASSWORD |
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DLoginDialog.cpp86 control = GetDlgItem( IDC_LOGIN_PASSWORD_TEXT ); in OnOK()