From 827572f362c68b0029826de85fa100c59023d874 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 27 Nov 2012 22:33:19 +0000 Subject: Adopted Ping Plugin git-svn-id: http://svn.miranda-ng.org/main/trunk@2531 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ping/resource.h | 80 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 plugins/ping/resource.h (limited to 'plugins/ping/resource.h') diff --git a/plugins/ping/resource.h b/plugins/ping/resource.h new file mode 100644 index 0000000000..214edade09 --- /dev/null +++ b/plugins/ping/resource.h @@ -0,0 +1,80 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by ping.rc +// +#define IDD_DIALOG1 101 +#define IDD_DIALOG2 102 +#define IDD_DIALOG3 103 +#define IDR_MENU1 106 +#define IDI_ICON_PROTO 108 +#define IDI_ICON_DISABLED 112 +#define IDI_ICON_NOTRESPONDING 113 +#define IDI_ICON_RESPONDING 114 +#define IDI_ICON_TESTING 115 +#define IDC_PPM 1001 +#define IDC_PT 1002 +#define IDC_RPT 1003 +#define IDC_CHECK1 1005 +#define IDC_CHECKPOPUP 1005 +#define IDC_CHK_DESTTCP 1005 +#define IDC_BUTTONEDIT 1006 +#define IDC_BUTTONRELOAD 1007 +#define IDC_CHK_LOG 1008 +#define IDC_ED_FILENAME 1009 +#define IDC_CHECKPOPUP2 1010 +#define IDC_CHK_LOGCSV 1011 +#define IDC_CHK_BLOCK 1012 +#define IDC_BTN_VIEWLOG 1013 +#define IDC_ED_DATAFILENAME 1014 +#define IDC_BTN_LOGBROWSE 1015 +#define IDC_BTN_DATABROWSE 1016 +#define IDC_ED_DESTADDR 1016 +#define IDC_ED_DESTLAB 1017 +#define IDC_BTN_DESTADD 1018 +#define IDC_LST_DEST 1019 +#define IDC_BTN_DESTREM 1020 +#define IDC_ED_DESTPORT 1021 +#define IDC_BTN_DESTEDIT 1021 +#define IDC_ED_DESTPROTO 1022 +#define IDC_BTN_DESTUP 1022 +#define IDC_BTN_DESTDOWN 1023 +#define IDC_COMBO_DESTPROTO 1024 +#define IDC_COMBO_DESTSTAT 1025 +#define IDC_COMBO_DESTSTAT2 1026 +#define IDC_BGCOL 1031 +#define IDC_ED_COMMAND 1032 +#define IDC_STATFS 1032 +#define IDC_RSTATUS 1033 +#define IDC_ED_PARAMS 1033 +#define IDC_NRSTATUS 1034 +#define IDC_TSTATUS 1035 +#define IDC_EDIT1 1035 +#define IDC_DSTATUS 1036 +#define IDC_CHK_NOTESTSTATUS 1037 +#define IDC_CHK_NOTESTICON 1037 +#define IDC_COMBO_GROUP 1038 +#define IDC_CHK_HIDEPROTO 1038 +#define IDC_SP_INDENT 1038 +#define IDC_EDIT2 1039 +#define IDC_SP_ROWHEIGHT 1040 +#define IDC_CHK_ATTACH 1041 +#define IDC_CHK_MINMAX 1042 +#define IDC_ST_VER 1043 +#define ID_MENU_ENABLEALLPINGS 40002 +#define ID_MENU_OPTIONS 40003 +#define ID_MENU_DISABLEALLPINGS 40004 +#define ID_MENU_DESTINATIONS 40005 +#define ID_MENU_GRAPH 40006 +#define ID_MENU_TOGGLE 40007 +#define ID_MENU_EDIT 40008 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 116 +#define _APS_NEXT_COMMAND_VALUE 40009 +#define _APS_NEXT_CONTROL_VALUE 1044 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif -- cgit v1.2.3