diff options
author | René Schümann <white06tiger@gmail.com> | 2014-04-03 01:46:29 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2014-04-03 01:46:29 +0000 |
commit | a58626275cfecfeae65ffb94e006483b1e344fde (patch) | |
tree | 39ef8a9a30974cdebd483201dd3e12ef255ccca1 /plugins/SendScreenshotPlus/src/resource.h | |
parent | 3ff89e16119e063eb5719679e7b34d306116b265 (diff) |
SendSS: updated files imported from UserInfoEx (mir_string,mir_icolib,dlg_msgbox)
* renamed IDI_ constants to reflect UserInfoEx style
* use Skin_GetIcon() directly instead of IcoLib_GetIcon()
git-svn-id: http://svn.miranda-ng.org/main/trunk@8832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/resource.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/resource.h | 212 |
1 files changed, 105 insertions, 107 deletions
diff --git a/plugins/SendScreenshotPlus/src/resource.h b/plugins/SendScreenshotPlus/src/resource.h index 80f7ffe093..ad53242cc5 100644 --- a/plugins/SendScreenshotPlus/src/resource.h +++ b/plugins/SendScreenshotPlus/src/resource.h @@ -1,107 +1,105 @@ -//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by resource.rc
-//
-#define IDOK 1
-#define IDA_btnClose 1
-#define IDCANCEL 2
-#define IDB_Bmp1 2
-#define IDABORT 3
-#define IDB_Bmp2 3
-#define IDRETRY 4
-#define IDIGNORE 5
-#define IDYES 6
-#define IDNO 7
-#define IDCLOSE 8
-#define IDHELP 9
-#define IDTRYAGAIN 10
-#define IDCONTINUE 11
-#define IDALL 21
-#define IDD_UMainForm 101
-#define MAIN 102
-#define IDR_LICENSE 103
-#define IDD_UMain_CaptureWindow 107
-#define IDD_CAPTURE 111
-#define IDR_CREDIT 116
-#define IDI_PLUG_MAIN 190
-#define IDI_PLUG_DEFAULT 191
-#define IDI_PLUG_ICON1 192
-#define IDI_PLUG_ICON2 193
-#define IDI_PLUG_ICON3 194
-#define IDI_PLUG_HELP 195
-#define IDI_PLUG_FOLDERO 196
-#define IDI_PLUG_ARROWL 197
-#define IDI_PLUG_ARROWR 198
-#define IDI_PLUG_OVERLAYON 199
-#define IDI_PLUG_OVERLAYOFF 200
-#define IDD_UAboutForm 201
-#define IDI_PLUG_DESKOFF 201
-#define IDI_PLUG_DESKON 202
-#define IDI_PLUG_DELOFF 203
-#define IDI_PLUG_DELON 204
-#define IDI_PLUG_UPDATE 205
-#define IDI_PLUG_OK 206
-#define IDI_PLUG_CLOSE 207
-#define IDI_PLUG_APPLY 208
-#define IDI_PLUG_EDIT 209
-#define IDI_PLUG_DOWNARROW 210
-#define IDD_UEditForm 301
-#define IDC_CAPTURETAB 1005
-#define IDD_MSGBOX 1008
-#define IDC_CREDIT 1009
-#define IDD_MSGBOXDUMMI 1024
-#define IDD_UMain_CaptureDesktop 1025
-#define STATIC_WHITERECT 1100
-#define STATIC_LINE2 1103
-#define ICO_DLGLOGO 1105
-#define ICO_MSGDLG 1106
-#define TXT_NAME 1114
-#define TXT_MESSAGE 1126
-#define ID_edtCaption 1201
-#define ID_edtSize 1202
-#define ID_edtQuality 1203
-#define ID_upQuality 1204
-#define ID_edtTimed 1205
-#define ID_upTimed 1206
-#define IDC_WHITERECT 1221
-#define ID_cboxFormat 1301
-#define ID_cboxSendBy 1302
-#define ID_lblFmtInfo 1501
-#define IDE_Image 1501
-#define ID_lblSendBy 1502
-#define IDE_imgSelection 1502
-#define ID_bvlTarget 1503
-#define IDC_COPYRIGHT 1503
-#define ID_lblDropInfo 1504
-#define ID_imgTarget 1505
-#define ID_edtCaptionLabel 1506
-#define ID_edtSizeLabel 1507
-#define ID_edtQualityLabel 1508
-#define ID_edtTimedLabel 1509
-#define IDNONE 1565
-#define IDA_CONTRIBLINK 1586
-#define IDC_LICENSE 1589
-#define ID_gboxAreaToTake 1602
-#define ID_gboxOptions 1603
-#define ID_chkEditor 1701
-#define ID_chkClientArea 1704
-#define ID_chkTimed 1708
-#define ID_chkOpenAgain 1710
-#define IDC_HEADERBAR 1734
-#define ID_btnAbout 2001
-#define ID_btnExplore 2002
-#define ID_btnDesc 2003
-#define ID_btnDeleteAfterSend 2004
-#define ID_btnCapture 2005
-#define IDE_StatusBar 2501
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 123
-#define _APS_NEXT_COMMAND_VALUE 40002
-#define _APS_NEXT_CONTROL_VALUE 1011
-#define _APS_NEXT_SYMED_VALUE 101
-#endif
-#endif
+//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by resource.rc +// +#define IDOK 1 +#define IDA_btnClose 1 +#define IDCANCEL 2 +#define IDB_Bmp1 2 +#define IDABORT 3 +#define IDB_Bmp2 3 +#define IDRETRY 4 +#define IDIGNORE 5 +#define IDYES 6 +#define IDNO 7 +#define IDCLOSE 8 +#define IDHELP 9 +#define IDTRYAGAIN 10 +#define IDCONTINUE 11 +#define IDALL 21 +#define IDD_UMainForm 101 +#define IDD_UMain_CaptureWindow 102 +#define IDD_UMain_CaptureDesktop 103 +#define IDD_UEditForm 104 +#define IDD_UAboutForm 105 +#define IDD_MSGBOX 110 +#define IDD_MSGBOXDUMMI 111 +#define IDR_LICENSE 120 +#define IDR_CREDIT 121 +#define IDI_MAIN 190 +#define IDI_DEFAULT 191 +#define IDI_ICON1 192 +#define IDI_ICON2 193 +#define IDI_ICON3 194 +#define IDI_HELP 195 +#define IDI_FOLDERO 196 +#define IDI_ARROWL 197 +#define IDI_ARROWR 198 +#define IDI_OVERLAYON 199 +#define IDI_OVERLAYOFF 200 +#define IDI_DESKOFF 201 +#define IDI_DESKON 202 +#define IDI_DELOFF 203 +#define IDI_DELON 204 +#define IDI_UPDATE 205 +#define IDI_OK 206 +#define IDI_CLOSE 207 +#define IDI_APPLY 208 +#define IDI_EDIT 209 +#define IDI_DOWNARROW 210 +#define IDC_CAPTURETAB 1005 +#define IDC_CREDIT 1009 +#define STATIC_WHITERECT 1100 +#define STATIC_LINE2 1103 +#define ICO_DLGLOGO 1105 +#define ICO_MSGDLG 1106 +#define TXT_NAME 1114 +#define TXT_MESSAGE 1126 +#define ID_edtCaption 1201 +#define ID_edtSize 1202 +#define ID_edtQuality 1203 +#define ID_upQuality 1204 +#define ID_edtTimed 1205 +#define ID_upTimed 1206 +#define IDC_WHITERECT 1221 +#define ID_cboxFormat 1301 +#define ID_cboxSendBy 1302 +#define ID_lblFmtInfo 1501 +#define IDE_Image 1501 +#define ID_lblSendBy 1502 +#define IDE_imgSelection 1502 +#define ID_bvlTarget 1503 +#define IDC_COPYRIGHT 1503 +#define ID_lblDropInfo 1504 +#define ID_imgTarget 1505 +#define ID_edtCaptionLabel 1506 +#define ID_edtSizeLabel 1507 +#define ID_edtQualityLabel 1508 +#define ID_edtTimedLabel 1509 +#define IDNONE 1565 +#define IDA_CONTRIBLINK 1586 +#define IDC_LICENSE 1589 +#define ID_gboxAreaToTake 1602 +#define ID_gboxOptions 1603 +#define ID_chkEditor 1701 +#define ID_chkClientArea 1704 +#define ID_chkTimed 1708 +#define ID_chkOpenAgain 1710 +#define IDC_HEADERBAR 1734 +#define ID_btnAbout 2001 +#define ID_btnExplore 2002 +#define ID_btnDesc 2003 +#define ID_btnDeleteAfterSend 2004 +#define ID_btnCapture 2005 +#define IDE_StatusBar 2501 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 123 +#define _APS_NEXT_COMMAND_VALUE 40002 +#define _APS_NEXT_CONTROL_VALUE 1011 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif |