diff options
Diffstat (limited to 'protocols/Telegram/res')
-rw-r--r-- | protocols/Telegram/res/resource.rc | 49 |
1 files changed, 48 insertions, 1 deletions
diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index cb6181fb51..65a4b91a35 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -99,8 +99,10 @@ BEGIN PUSHBUTTON "Log out",IDC_LOGOUT,212,168,86,14
CONTROL "Include URL preview into message text",IDC_USE_PREVIEW,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,109,294,10
- CONTROL "Store channel messages in memory only",IDC_RESIDENT_CHANNELS,
+ CONTROL "Do not store channel history in the database",IDC_RESIDENT_CHANNELS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,122,294,10
+ CONTROL "Delete contacts in Miranda when they are deleted from server",IDC_DELETE_CONTACTS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,135,294,10
END
IDD_OPTIONS_ADV DIALOGEX 0, 0, 310, 86
@@ -166,6 +168,28 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,158,22,50,14
END
+IDD_MYPROFILE DIALOGEX 0, 0, 221, 152
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+ LTEXT "Birthday",IDC_STATIC,2,3,217,8
+ CONTROL "",IDC_BIRTHDAY,"SysDateTimePick32",DTS_RIGHTALIGN | WS_DISABLED | WS_TABSTOP,0,14,100,15
+ LTEXT "Biography",IDC_STATIC,2,34,217,8
+ EDITTEXT IDC_BIO,0,46,217,101,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY,WS_EX_DLGMODALFRAME
+END
+
+IDD_CHANNEL_INFO DIALOGEX 0, 0, 221, 152
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+ LTEXT "User count",IDC_STATIC,2,6,149,8
+ EDITTEXT IDC_USER_COUNT,157,4,59,14,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED
+ LTEXT "Channel link",IDC_STATIC,2,27,217,8
+ CONTROL "",IDC_LINK,"Hyperlink",WS_TABSTOP,2,38,217,12
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -219,6 +243,14 @@ BEGIN BEGIN
BOTTOMMARGIN, 262
END
+
+ IDD_MYPROFILE, DIALOG
+ BEGIN
+ END
+
+ IDD_CHANNEL_INFO, DIALOG
+ BEGIN
+ END
END
#endif // APSTUDIO_INVOKED
@@ -258,6 +290,21 @@ BEGIN 0
END
+IDD_USERINFO AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
+IDD_MYPROFILE AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
+IDD_CHANNEL_INFO AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
#endif // English (Neutral) resources
/////////////////////////////////////////////////////////////////////////////
|