summaryrefslogtreecommitdiff
path: root/protocols/EmLanProto/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-27 18:41:03 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-27 18:41:03 +0000
commit9070dd01ae46fa9187684b66405a751fb4822702 (patch)
tree0c4b6dc600b17a55dafde419f5b50d99f1942729 /protocols/EmLanProto/res
parent75a2eab4a30c503df310118d0d75ff503d59e562 (diff)
adaptation of old good E-mage LAN proto
git-svn-id: http://svn.miranda-ng.org/main/trunk@2523 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/EmLanProto/res')
-rw-r--r--protocols/EmLanProto/res/amdproto.rc143
-rw-r--r--protocols/EmLanProto/res/icon_off.icobin0 -> 766 bytes
-rw-r--r--protocols/EmLanProto/res/icon_onl.icobin0 -> 766 bytes
3 files changed, 143 insertions, 0 deletions
diff --git a/protocols/EmLanProto/res/amdproto.rc b/protocols/EmLanProto/res/amdproto.rc
new file mode 100644
index 0000000000..4795110dd0
--- /dev/null
+++ b/protocols/EmLanProto/res/amdproto.rc
@@ -0,0 +1,143 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "..\src\resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// Russian resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+#ifdef _WIN32
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_ICON_ONLINE ICON "icon_onl.ico"
+IDI_ICON_OFFLINE ICON "icon_off.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_DIALOG1 DIALOGEX 0, 0, 327, 191
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
+ WS_SYSMENU
+CAPTION "EmLan protocol - donate author please"
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ DEFPUSHBUTTON "OK",IDOK,277,177,50,14
+ EDITTEXT IDC_EDIT1,0,0,327,176,ES_MULTILINE | ES_READONLY |
+ WS_VSCROLL
+ LTEXT "This window is shown only once",IDC_STATIC,2,179,274,11
+END
+
+#endif // Russian resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "..\\src\\resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_EMP_FORM_OPT DIALOGEX 0, 0, 200, 63
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+ LISTBOX IDC_LIST_IP,5,23,94,34,LBS_USETABSTOPS |
+ LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
+ CTEXT "Select your IP address",IDC_STATIC,7,12,92,8
+ GROUPBOX "LAN Settings",IDC_STATIC,2,2,196,58
+ CONTROL "Use computer name",IDC_RADIO_USECOMPNAME,"Button",
+ BS_AUTORADIOBUTTON,101,24,79,10
+ CONTROL "Your name",IDC_RADIO_USEOWN,"Button",BS_AUTORADIOBUTTON,
+ 101,34,50,10
+ EDITTEXT IDC_EDIT_NAME,101,44,93,12,ES_AUTOHSCROLL
+ CTEXT "Select your name",IDC_STATIC,99,13,92,8
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
+ IDD_EMP_FORM_OPT, DIALOG
+ BEGIN
+ LEFTMARGIN, 2
+ RIGHTMARGIN, 198
+ TOPMARGIN, 2
+ BOTTOMMARGIN, 61
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
diff --git a/protocols/EmLanProto/res/icon_off.ico b/protocols/EmLanProto/res/icon_off.ico
new file mode 100644
index 0000000000..ead47f556f
--- /dev/null
+++ b/protocols/EmLanProto/res/icon_off.ico
Binary files differ
diff --git a/protocols/EmLanProto/res/icon_onl.ico b/protocols/EmLanProto/res/icon_onl.ico
new file mode 100644
index 0000000000..f35ab26753
--- /dev/null
+++ b/protocols/EmLanProto/res/icon_onl.ico
Binary files differ