summaryrefslogtreecommitdiff
path: root/protocols/Telegram/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-12-08 18:48:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-12-08 18:48:51 +0300
commit9589c7adf93691f60c613f944ae60ff9bd692b91 (patch)
treec786705d8cce2f43587166dd9b7a0f390162075b /protocols/Telegram/res
parente4a555d8e146994b7fc99c8f0c0f6b4ca8af1495 (diff)
Telegram: device registration
Diffstat (limited to 'protocols/Telegram/res')
-rw-r--r--protocols/Telegram/res/resource.rc52
1 files changed, 19 insertions, 33 deletions
diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc
index a0e2523557..5c3e00eb73 100644
--- a/protocols/Telegram/res/resource.rc
+++ b/protocols/Telegram/res/resource.rc
@@ -60,46 +60,32 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
// Dialog
//
-IDD_ACCOUNT_MANAGER DIALOGEX 0, 0, 186, 119
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
+IDD_ACCMGRUI DIALOGEX 0, 0, 188, 144
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
+ LTEXT "Phone number:",IDC_STATIC,0,6,89,10
+ EDITTEXT IDC_PHONE,96,4,86,12,ES_AUTOHSCROLL
+ LTEXT "Default group:",IDC_STATIC,0,23,89,10
+ EDITTEXT IDC_DEFGROUP,96,21,86,12,ES_AUTOHSCROLL
+ CONTROL "Do not open chat windows on creation",IDC_HIDECHATS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,57,182,10
END
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// DESIGNINFO
-//
-
-#ifdef APSTUDIO_INVOKED
-GUIDELINES DESIGNINFO
-BEGIN
- IDD_ACCOUNT_MANAGER, DIALOG
- BEGIN
- BOTTOMMARGIN, 112
- END
-END
-#endif // APSTUDIO_INVOKED
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// AFX_DIALOG_LAYOUT
-//
-
-IDD_PASSWORD_CHANGE2 AFX_DIALOG_LAYOUT
-BEGIN
- 0
-END
-
-IDD_ACCOUNT_MANAGER AFX_DIALOG_LAYOUT
+IDD_OPTIONS DIALOGEX 0, 0, 305, 188
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- 0
+ LTEXT "Phone number:",IDC_STATIC,5,6,79,10
+ EDITTEXT IDC_PHONE,87,5,211,12,ES_AUTOHSCROLL
+ LTEXT "Default group:",IDC_STATIC,5,24,79,10
+ EDITTEXT IDC_DEFGROUP,87,23,211,12,ES_AUTOHSCROLL
+ CONTROL "Do not open chat windows on creation",IDC_HIDECHATS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,64,294,10
END
-
/////////////////////////////////////////////////////////////////////////////
//
// Icon