diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-08 11:36:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-08 11:36:32 +0000 |
commit | f0c76b4878c08404b54ed8b5cc6f43b9da63769b (patch) | |
tree | 07ff751e7967d6fde63980079536cbb11bd8a2d5 /plugins/FloatingContacts/src/resource.h | |
parent | 81517a42a3b73dfa62364d507b0d7adae3261880 (diff) |
- skin controls moved up;
- restored IDC_OPACITY control;
- more cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@3918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts/src/resource.h')
-rw-r--r-- | plugins/FloatingContacts/src/resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/FloatingContacts/src/resource.h b/plugins/FloatingContacts/src/resource.h index d41877bc12..87664ca12b 100644 --- a/plugins/FloatingContacts/src/resource.h +++ b/plugins/FloatingContacts/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by ..\res\fltcnt.rc
+// Used by D:\Myranda\plugins\FloatingContacts\res\fltcnt.rc
//
#define IDD_OPT_FLTCONT 101
#define IDI_ICON1 103
@@ -8,6 +8,8 @@ #define IDI_SHOW 105
#define IDD_OPT_FNT 106
#define IDD_OPT_SKIN 106
+#define IDC_SLIDER_OPACITY 1001
+#define IDC_OPACITY 1002
#define IDC_CHK_HIDE_OFFLINE 1003
#define IDC_CHK_STICK 1004
#define IDC_CHK_WIDTH 1005
@@ -45,7 +47,7 @@ #define IDC_RBEDGESCOLOR 1211
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 107
|