diff options
Diffstat (limited to 'protocols/EmLanProto/res')
-rw-r--r-- | protocols/EmLanProto/res/amdproto.rc | 143 | ||||
-rw-r--r-- | protocols/EmLanProto/res/icon_off.ico | bin | 0 -> 766 bytes | |||
-rw-r--r-- | protocols/EmLanProto/res/icon_onl.ico | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000000..ead47f556f --- /dev/null +++ b/protocols/EmLanProto/res/icon_off.ico diff --git a/protocols/EmLanProto/res/icon_onl.ico b/protocols/EmLanProto/res/icon_onl.ico Binary files differnew file mode 100644 index 0000000000..f35ab26753 --- /dev/null +++ b/protocols/EmLanProto/res/icon_onl.ico |