// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #ifndef APSTUDIO_INVOKED #include "targetver.h" #endif #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // English (Australia) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS #pragma code_page(1252) #endif //_WIN32 #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" END 2 TEXTINCLUDE BEGIN "#ifndef APSTUDIO_INVOKED\r\n" "#include ""targetver.h""\r\n" "#endif\r\n" "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE BEGIN "#define _AFX_NO_SPLITTER_RESOURCES\r\n" "#define _AFX_NO_OLE_RESOURCES\r\n" "#define _AFX_NO_TRACKER_RESOURCES\r\n" "#define _AFX_NO_PROPERTY_RESOURCES\r\n" "\r\n" "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" "LANGUAGE 9, 1\r\n" "#pragma code_page(1252)\r\n" "#include ""res\\BorIP.rc2"" // non-Microsoft Visual C++ edited resources\r\n" "#include ""afxres.rc"" // Standard components\r\n" "#endif\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDR_MAINFRAME ICON "res\\spench.ico" IDR_OLD_MAINFRAME ICON "res\\BorIP.ico" ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_ABOUTBOX DIALOGEX 0, 0, 190, 166 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "About BorIP" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDR_MAINFRAME,IDC_STATIC,14,14,20,20 LTEXT "BorIP, Version 1.8 (GPL)",IDC_STATIC,42,14,114,8,SS_NOPREFIX LTEXT "Copyright (C) Balint Seeber 2011-2016",IDC_STATIC,42,26,126,8 DEFPUSHBUTTON "OK",IDOK,132,84,50,14,WS_GROUP LTEXT "Uses USRP code from GNU Radio &&\nUHD from Ettus Research, and rtl-sdr.",IDC_STATIC,42,42,126,18 CONTROL "spench.net",IDC_SYSLINK_WWW, "SysLink",WS_TABSTOP,124,66,42,12 LTEXT "For help, links && source:",IDC_STATIC,42,66,78,8 LTEXT "Command line arguments (/ or -):\n\nport <#>\tListen on a different port than 28888\ndevice [hint]\tImmediately connect to device\n\t\t(optional device hint, default if none)\nresettime \tTime when device should be\t\t\t\tre-created",IDC_STATIC,12,102,174,60 END IDD_BORIP_DIALOG DIALOGEX 0, 0, 320, 238 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_APPWINDOW CAPTION "BorIP" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN PUSHBUTTON "E&xit",IDOK,264,216,50,14 PUSHBUTTON "Cancel",IDCANCEL,192,216,31,14,NOT WS_VISIBLE LISTBOX IDC_LIST_LOG,6,120,306,88,LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP EDITTEXT IDC_EDIT_INFO,6,6,306,108,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY PUSHBUTTON "Release",IDC_BUTTON_RELEASE_DEVICE,6,216,50,14,WS_DISABLED PUSHBUTTON "About",IDC_BUTTON_ABOUT,228,216,30,14 CONTROL "Autorun",IDC_CHECK_AUTORUN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,66,218,42,10 END ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO FILEVERSION 1,8,0,0 PRODUCTVERSION 1,0,0,0 FILEFLAGSMASK 0x1fL #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "080004e4" BEGIN VALUE "Comments", "http://spench.net/r/BorIP" VALUE "CompanyName", "spench.net" VALUE "FileDescription", "BorIP server for network streaming baseband data from, and remote control of, your USRP, FCD or RTL2832U" VALUE "FileVersion", "1.8.0.0" VALUE "InternalName", "BorIP.exe" VALUE "LegalCopyright", "(c) Balint Seeber 2011-2016. All rights reserved." VALUE "OriginalFilename", "BorIP.exe" VALUE "ProductVersion", "1.0.0.0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x800, 1252 END END ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO BEGIN IDD_ABOUTBOX, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 183 TOPMARGIN, 7 BOTTOMMARGIN, 159 END IDD_BORIP_DIALOG, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 313 TOPMARGIN, 7 BOTTOMMARGIN, 231 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE BEGIN IDS_ABOUTBOX "&About BorIP..." IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed." END STRINGTABLE BEGIN IDC_BUTTON_RELEASE_DEVICE "Release the currently connected device (useful for when you wish to disconnect it)" IDC_BUTTON_ABOUT "About the application and a link to its homepage (contains help and updates)" IDC_CHECK_AUTORUN "Automatically start BorIP when you log in" END #endif // English (Australia) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #define _AFX_NO_SPLITTER_RESOURCES #define _AFX_NO_OLE_RESOURCES #define _AFX_NO_TRACKER_RESOURCES #define _AFX_NO_PROPERTY_RESOURCES #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) LANGUAGE 9, 1 #pragma code_page(1252) #include "res\BorIP.rc2" // non-Microsoft Visual C++ edited resources #include "afxres.rc" // Standard components #endif ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED