summaryrefslogtreecommitdiff
path: root/plugins/StatusManager
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StatusManager')
-rw-r--r--plugins/StatusManager/res/resource.rc27
-rw-r--r--plugins/StatusManager/src/resource.h16
2 files changed, 5 insertions, 38 deletions
diff --git a/plugins/StatusManager/res/resource.rc b/plugins/StatusManager/res/resource.rc
index 96a9e367e9..7eef85bad0 100644
--- a/plugins/StatusManager/res/resource.rc
+++ b/plugins/StatusManager/res/resource.rc
@@ -378,24 +378,6 @@ BEGIN
EDITTEXT IDC_CNTDELAY,11,193,22,14,ES_AUTOHSCROLL | ES_NUMBER
END
-IDD_TRG_AAASTATECHANGE DIALOGEX 0, 0, 212, 144
-STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD
-EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- CONTROL "Entering first auto-away status",IDC_ENTERFIRST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,24,110,10
- CONTROL "Entering second auto-away status",IDC_ENTERSECOND,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,37,123,10
- CONTROL "Leaving first auto-away status",IDC_LEAVEFIRST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,50,109,10
- GROUPBOX "Pre-conditions",IDC_STATIC,7,7,198,89
- LTEXT "Status: The status the account will change to\r\nAccount: The account changing state",IDC_STATIC,19,111,177,18
- GROUPBOX "TriggerData",IDC_STATIC,7,97,198,40
- CONTROL "Becoming active without status change",IDC_BECOMEACTIVE,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,76,140,10
- CONTROL "Leaving second auto-away status",IDC_LEAVESECOND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,63,122,10
-END
-
-
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
@@ -456,10 +438,6 @@ BEGIN
VERTGUIDE, 11
VERTGUIDE, 283
END
-
- IDD_TRG_AAASTATECHANGE, DIALOG
- BEGIN
- END
END
#endif // APSTUDIO_INVOKED
@@ -494,11 +472,6 @@ BEGIN
0
END
-IDD_TRG_AAASTATECHANGE AFX_DIALOG_LAYOUT
-BEGIN
- 0
-END
-
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/StatusManager/src/resource.h b/plugins/StatusManager/src/resource.h
index fba9f37f18..a96ced8f45 100644
--- a/plugins/StatusManager/src/resource.h
+++ b/plugins/StatusManager/src/resource.h
@@ -15,9 +15,8 @@
#define IDD_SETSTSMSGDIALOG 121
#define IDD_OPT_STATUSPROFILES 123
#define IDD_OPT_KS_ADV 127
-#define IDD_TRG_AAASTATECHANGE 128
+#define IDD_OPT_SUBPLUGINS 128
#define IDI_TTBDOWN 129
-#define IDD_OPT_SUBPLUGINS 129
#define IDI_TTBUP 130
#define IDC_PROTOCOL 1000
#define IDC_STATUS 1001
@@ -140,14 +139,9 @@
#define IDC_NOLOCKED 1131
#define IDC_PINGCOUNT 1132
#define IDC_CNTDELAY 1133
-#define IDC_ENTERFIRST 1134
-#define IDC_ENTERSECOND 1135
-#define IDC_LEAVEFIRST 1136
-#define IDC_LEAVESECOND 1137
-#define IDC_BECOMEACTIVE 1138
-#define IDC_ENABLE_KEEPSTATUS 1141
-#define IDC_ENABLE_STARTUPSTATUS 1142
-#define IDC_ENABLE_ADVANCEDAUTOAWAY 1143
+#define IDC_ENABLE_KEEPSTATUS 1134
+#define IDC_ENABLE_STARTUPSTATUS 1135
+#define IDC_ENABLE_ADVANCEDAUTOAWAY 1136
// Next default values for new objects
//
@@ -155,7 +149,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 131
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1145
+#define _APS_NEXT_CONTROL_VALUE 1137
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif