diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
commit | 02d3a913e0f9c77f814293b771790e13d0e0f3de (patch) | |
tree | 7874ecbac542d94f5487bfb17c998b10d6e64203 /plugins/YAPP/src/resource.h | |
parent | 9521b9fe8c50ad111e79544f955eb4354310b41e (diff) |
YAPP:
- Added icon to enable/disable popups into toptoolbar
- Fixes for icons - added support for icolib, added main menu icons, used standardized icons + big icon for history window
- Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@4726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/resource.h')
-rw-r--r-- | plugins/YAPP/src/resource.h | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/plugins/YAPP/src/resource.h b/plugins/YAPP/src/resource.h index 6ffa3d7e86..16ca2ca609 100644 --- a/plugins/YAPP/src/resource.h +++ b/plugins/YAPP/src/resource.h @@ -1,15 +1,14 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by popups2.rc
+// Used by D:\Development\Miranda NG\plugins\YAPP\res\yapp.rc
//
#define IDD_OPT1 101
-#define IDD_DIALOG1 102
#define IDD_OPT_NOTIFY 103
#define IDD_LST_HISTORY 104
-#define IDI_ICON1 105
-#define IDI_POPUP_HISTORY 105
-#define IDI_ICON2 106
-#define IDD_CLASSES 107
+#define IDI_POPUP 105
+#define IDI_NOPOPUP 106
+#define IDI_HISTORY 107
+#define IDD_CLASSES 108
#define IDC_RAD_NOTIMEOUT 1001
#define IDC_RAD_TIMEOUT 1002
#define IDC_ED_TIMEOUT 1003
@@ -17,16 +16,11 @@ #define IDC_ED_WIDTH 1005
#define IDC_ED_MAXHEIGHT 1006
#define IDC_SPIN_WIDTH 1007
-#define IDC_SPIN3 1008
#define IDC_SPIN_MAXHEIGHT 1009
-#define IDC_RAD_BOTTOMRIGHT 1010
#define IDC_ED_INDENT 1011
-#define IDC_RAD_BOTTOMLEFT 1012
#define IDC_ED_SBWIDTH 1012
#define IDC_SPIN_INDENT 1013
-#define IDC_RAD_TOPRIGHT 1014
#define IDC_SPIN_SBWIDTH 1014
-#define IDC_RAD_TOPLEFT 1015
#define IDC_ED_PADDING 1015
#define IDC_ED_TRANS 1016
#define IDC_SPIN_TRANS 1017
@@ -35,37 +29,24 @@ #define IDC_BTN_PREVIEW 1020
#define IDC_CMB_ANIMATE 1021
#define IDC_CHK_TRANSBG 1022
-#define IDC_RAD_RIGHTICON 1023
-#define IDC_SPIN_INDENT2 1023
#define IDC_SPIN_PADDING 1023
#define IDC_CHK_GLOBALHOVER 1024
-#define IDC_RAD_LEFTICON 1025
#define IDC_CHK_ROUNDCORNERSAV 1025
-#define IDC_RAD_NOAV 1026
-#define IDC_RAD_RIGHTAV 1027
-#define IDC_RAD_NOAV3 1028
-#define IDC_RAD_LEFTAV 1029
-#define IDC_ED_MAXHEIGHT2 1030
#define IDC_ED_AVSIZE 1031
#define IDC_SPIN_AVSIZE 1032
#define IDC_LST_STATUS 1033
#define IDC_CMB_PLACEMENT 1034
#define IDC_CMB_ICON 1035
#define IDC_CMB_AV 1036
-#define IDC_CMB_AV2 1037
#define IDC_CMB_TIME 1038
-#define IDC_CUSTOM1 1039
#define IDC_COL_TEXT 1039
-#define IDC_BORDERCOLOUR 1040
#define IDC_COL_BG 1040
#define IDC_CLOSE 1041
-#define IDC_LIST3 1042
#define IDC_LST_HISTORY 1043
#define IDC_HISTORY_FILTER 1044
#define IDC_HISTORY_FILTER_CASESENSITIVE 1046
#define IDC_LST_CLASSES 1047
#define IDC_CHK_TIMEOUT 1048
-#define IDC_BUTTON1 1050
// Next default values for new objects
//
|