diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-27 20:40:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-27 20:40:35 +0300 |
commit | 3c0c4ec799f35eb99215758f99491583033c5741 (patch) | |
tree | 465e516f7dc5aa6ba7b8f952601b44c967c68d14 /protocols/Discord/res | |
parent | e191ad15875a046f7a243596fe92e99f88cea072 (diff) |
first version of options dialog
Diffstat (limited to 'protocols/Discord/res')
-rw-r--r-- | protocols/Discord/res/discord.rc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc index 75f3bfe2e9..41366bcd7b 100644 --- a/protocols/Discord/res/discord.rc +++ b/protocols/Discord/res/discord.rc @@ -55,5 +55,27 @@ END IDI_MAIN ICON "discord.ico" IDI_OFFLINE ICON "offline.ico" +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_OPTIONS_ACCOUNT DIALOGEX 0, 0, 305, 190 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 +BEGIN + GROUPBOX "User details",IDC_STATIC,7,7,291,62 + LTEXT "E-mail:",IDC_STATIC,17,20,61,8,0,WS_EX_RIGHT + EDITTEXT IDC_USERNAME,84,18,123,13,ES_AUTOHSCROLL + LTEXT "Password:",IDC_STATIC,17,36,61,8,0,WS_EX_RIGHT + EDITTEXT IDC_PASSWORD,84,34,123,13,ES_PASSWORD | ES_AUTOHSCROLL + + GROUPBOX "Contacts",IDC_STATIC,7,77,291,88 + LTEXT "Default group:",IDC_STATIC,17,91,61,8,0,WS_EX_RIGHT + EDITTEXT IDC_GROUP,84,89,123,13,ES_AUTOHSCROLL +END + #endif // English (United States) resources + ///////////////////////////////////////////////////////////////////////////// |