Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Resources/
DResource.h38 #define IDC_LOGIN_USERNAME_TEXT 1182 macro
DApplication.rc134 EDITTEXT IDC_LOGIN_USERNAME_TEXT,50,32,118,12,ES_AUTOHSCROLL
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DLoginDialog.cpp77 control = GetDlgItem( IDC_LOGIN_USERNAME_TEXT ); in OnOK()