diff options
author | George Hazan <george.hazan@gmail.com> | 2023-05-30 17:47:15 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-05-30 17:47:15 +0300 |
commit | 1cb5721c62ccea00e1423e347f56038e52176736 (patch) | |
tree | a9b728f4b55797a520d7a47e084f45877e1c4c06 /protocols/Telegram/res | |
parent | b84d7da2abb0632aa9214987102b783f63f8bc2e (diff) |
Telegram: text messages forwarding
Diffstat (limited to 'protocols/Telegram/res')
-rw-r--r-- | protocols/Telegram/res/forward.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | protocols/Telegram/res/resource.rc | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/protocols/Telegram/res/forward.ico b/protocols/Telegram/res/forward.ico Binary files differnew file mode 100644 index 0000000000..0b6fa81f6c --- /dev/null +++ b/protocols/Telegram/res/forward.ico diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index b27f08a877..0132cbc861 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -129,6 +129,16 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,284,85,50,14
END
+IDD_FORWARD DIALOGEX 0, 0, 215, 267
+STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Forward message"
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+ CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x1,8,4,201,239,WS_EX_CLIENTEDGE
+ DEFPUSHBUTTON "Forward",IDOK,104,248,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,158,248,50,14
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -141,6 +151,7 @@ IDI_TELEGRAM ICON "telegram.ico" IDI_PREMIUM ICON "premium.ico"
+IDI_FORWARD ICON "forward.ico"
/////////////////////////////////////////////////////////////////////////////
//
@@ -162,6 +173,11 @@ BEGIN BEGIN
BOTTOMMARGIN, 84
END
+
+ IDD_FORWARD, DIALOG
+ BEGIN
+ BOTTOMMARGIN, 262
+ END
END
#endif // APSTUDIO_INVOKED
@@ -186,6 +202,11 @@ BEGIN 0
END
+IDD_FORWARD AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
#endif // English (Neutral) resources
/////////////////////////////////////////////////////////////////////////////
|