From 4931a5c01bb1e3c5135a8373bbc18596571f05ea Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 12 Apr 2013 22:01:38 +0000 Subject: removed trigger dialogs from ressources git-svn-id: http://svn.miranda-ng.org/main/trunk@4436 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StatusPlugins/resource.h | 11 ++------- plugins/StatusPlugins/resource.rc | 47 +++++++++++++-------------------------- 2 files changed, 18 insertions(+), 40 deletions(-) (limited to 'plugins/StatusPlugins') diff --git a/plugins/StatusPlugins/resource.h b/plugins/StatusPlugins/resource.h index 3fbeccde84..db638a1734 100644 --- a/plugins/StatusPlugins/resource.h +++ b/plugins/StatusPlugins/resource.h @@ -1,5 +1,5 @@ //{{NO_DEPENDENCIES}} -// Microsoft Developer Studio generated include file. +// Microsoft Visual C++ generated include file. // Used by resource.rc // #define IDD_OPT_KEEPSTATUS 101 @@ -16,7 +16,6 @@ #define IDD_OPT_GENAUTOAWAY 119 #define IDD_OPT_KS_ACTION 120 #define IDD_SETSTSMSGDIALOG 121 -#define IDD_OPT_KS_TRIGGER 122 #define IDD_OPT_STATUSPROFILES 123 #define IDD_OPT_AAATABS 126 #define IDD_OPT_TABS 126 @@ -69,7 +68,6 @@ #define IDC_WINCOLORS 1045 #define IDC_CHKINET 1045 #define IDC_IGNLOCK 1045 -#define IDC_CONNLOST 1045 #define IDC_CREATETTBBUTTONS 1046 #define IDC_CREATETTB 1046 #define IDC_PERPROTOCOLSETTINGS 1050 @@ -78,11 +76,9 @@ #define IDC_SETSTSMSG 1053 #define IDC_DEFAULTCOLORS 1057 #define IDC_ONLOCK 1057 -#define IDC_CONNSUCCESS 1057 #define IDC_LOGINERR 1057 #define IDC_LV2ONINACTIVE 1062 #define IDC_CNCOTHERLOC 1062 -#define IDC_CONNRETRY 1062 #define IDC_PUCONNLOST 1062 #define IDC_DLGTIMEOUT 1063 #define IDC_AWAYCHECKTIMEINSECS 1063 @@ -104,7 +100,6 @@ #define IDC_DISABLECHECKING 1081 #define IDC_IDLEWARNING 1084 #define IDC_DESCRIPTION 1085 -#define IDC_CONNGIVEUP 1086 #define IDC_CONTCHECK 1087 #define IDC_BYPING 1088 #define IDC_CHECKAPMRESUME 1089 @@ -150,8 +145,6 @@ #define IDC_LEAVEFIRST 1136 #define IDC_LEAVESECOND 1137 #define IDC_BECOMEACTIVE 1138 -#define IDC_OTHERLOC 1139 -#define IDC_LOGINERROR 1140 #define IDC_SCREENSAVE 1145 #define IDC_TIMED 1146 #define IDC_AWAYTIME 1147 @@ -162,7 +155,7 @@ #define IDC_SETNASTR 1568 // Next default values for new objects -// +// #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 129 diff --git a/plugins/StatusPlugins/resource.rc b/plugins/StatusPlugins/resource.rc index c1eca44118..99bd303790 100644 --- a/plugins/StatusPlugins/resource.rc +++ b/plugins/StatusPlugins/resource.rc @@ -12,24 +12,31 @@ ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// German (Germany) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU) +LANGUAGE LANG_GERMAN, SUBLANG_GERMAN +#pragma code_page(1252) + #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // -1 TEXTINCLUDE +1 TEXTINCLUDE BEGIN "resource.h\0" END -2 TEXTINCLUDE +2 TEXTINCLUDE BEGIN "#include ""winres.h""\r\n" "\0" END -3 TEXTINCLUDE +3 TEXTINCLUDE BEGIN "\r\n" "\0" @@ -271,26 +278,6 @@ BEGIN LTEXT "Set status message",IDC_DESCRIPTION,7,7,226,8 END -IDD_OPT_KS_TRIGGER DIALOGEX 0, 0, 201, 103 -STYLE DS_SETFONT | DS_3DLOOK | WS_CHILD -EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg", 0, 0, 0x1 -BEGIN - CONTROL "Trigger when connection loss is detected",IDC_CONNLOST, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,22,170,10 - CONTROL "Trigger when reconnection attempt is made",IDC_CONNRETRY, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,58,170,10 - CONTROL "Trigger when successfull reconnected",IDC_CONNSUCCESS, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,70,170,10 - CONTROL "Trigger when giving up reconnecting",IDC_CONNGIVEUP, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,82,170,10 - CONTROL "Trigger when reconnected from another location",IDC_OTHERLOC, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,46,170,10 - GROUPBOX "Pre-conditions",IDC_STATIC,7,7,187,89 - CONTROL "Trigger when a login error occurs",IDC_LOGINERROR, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,34,170,10 -END - IDD_OPT_STATUSPROFILES DIALOGEX 0, 0, 305, 234 STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT @@ -471,14 +458,6 @@ BEGIN BOTTOMMARGIN, 119 END - IDD_OPT_KS_TRIGGER, DIALOG - BEGIN - LEFTMARGIN, 7 - RIGHTMARGIN, 194 - TOPMARGIN, 7 - BOTTOMMARGIN, 96 - END - IDD_OPT_STATUSPROFILES, DIALOG BEGIN LEFTMARGIN, 7 @@ -514,6 +493,11 @@ BEGIN END #endif // APSTUDIO_INVOKED +#endif // German (Germany) resources +///////////////////////////////////////////////////////////////////////////// + + + #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // @@ -523,3 +507,4 @@ END ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED + -- cgit v1.2.3