Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: remoting/host/elevated_controller.rc

Issue 10266024: Make the PIN confirmation dialog an ATL-based one and brushing it up a little bit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/elevated_controller_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/elevated_controller.rc
diff --git a/remoting/host/elevated_controller.rc b/remoting/host/elevated_controller.rc
index 1d5cf832554abacb6da005da11841ef9e6303116..d7cda158c357ab4a589f1172faf7e13cc23cfe38 100644
--- a/remoting/host/elevated_controller.rc
+++ b/remoting/host/elevated_controller.rc
@@ -21,23 +21,26 @@ BEGIN
#endif
END
+IDD_VERIFY_CONFIG_DIALOG ICON "remoting/resources/chromoting.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
-IDD_VERIFY_CONFIG_DIALOG DIALOGEX 0, 0, 221, 120
+IDD_VERIFY_CONFIG_DIALOG DIALOGEX 0, 0, 221, 106
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
EXSTYLE WS_EX_TOPMOST
CAPTION "kTitle"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- EDITTEXT IDC_PIN,7,69,107,15,WS_TABSTOP | ES_PASSWORD | ES_NUMBER
- DEFPUSHBUTTON "kOK",IDOK,116,100,98,14,WS_TABSTOP
LTEXT "kConfirmConfigChange",IDC_MESSAGE,7,7,207,30
- LTEXT "kEmail",IDC_EMAIL,7,38,207,30
- PUSHBUTTON "kCancel",IDCANCEL,7,100,98,14,WS_TABSTOP
+ LTEXT "kAccount",IDC_EMAIL_LABEL,7,38,50,30
+ LTEXT "kEmail",IDC_EMAIL,60,38,110,30
+ LTEXT "kPin",IDC_PIN_LABEL,7,55,50,30
+ EDITTEXT IDC_PIN,60,55,100,15,WS_TABSTOP | ES_PASSWORD | ES_NUMBER
+ DEFPUSHBUTTON "kOK",IDOK,68,86,68,14,WS_TABSTOP
+ PUSHBUTTON "kCancel",IDCANCEL,146,86,68,14,WS_TABSTOP
END
« no previous file with comments | « no previous file | remoting/host/elevated_controller_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698