resourceui.h

来自「PrintMirror 1.5 可用版 VC6 + DDK」· C头文件 代码 · 共 63 行

H
63
字号
/*   PrintMirror extracts individual page metafiles from Spool File.   Copyright (C) 2002-2004  Vipin Aravind   This program is free software; you can redistribute it and/or modify   it under the terms of the GNU General Public License as published by   the Free Software Foundation; either version 2 of the License, or   (at your option) any later version.   This program is distributed in the hope that it will be useful,   but WITHOUT ANY WARRANTY; without even the implied warranty of   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   GNU General Public License for more details.   You should have received a copy of the GNU General Public License   along with this program; if not, write to the Free Software   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      Contact at vprnt@lycos.com *///{{NO_DEPENDENCIES}}// Microsoft Developer Studio generated include file.// Used by rasterui.rc//#define IDC_STATIC                       -1#define IDPREV                        1000#define IDNEXT                        1001#define IDSAVE                        1002#define IDLICENSE                     1003#define IDPREVIEW                     1004#define IDPRINT                       1005#define IDD_PRINTDIALOG                 107#define IDD_DEVICEDIALOG                108#define IDD_SAVEDIALOG                  109#define IDD_LICENSEDIALOG               110#define IDD_PREVIEWER                   111  #define IDC_COMBOPRINTER                1024#define IDC_PRINTERCOMBO                1025#define IDC_PAPERCOMBO                  1026#define IDC_SAVEAS                      1027#define IDC_LICENSE                     1028#define IDC_CLOSE                       1003#define IDC_PAPERSIZE                   1036#define IDC_SCROLLX                     1037#define IDC_SCROLLY                     1038#define IDC_PREVIEW                     1039#define IDC_PRINTER                     -1// Next default values for new objects// #ifdef APSTUDIO_INVOKED#ifndef APSTUDIO_READONLY_SYMBOLS#define _APS_NO_MFC                     1#define _APS_NEXT_RESOURCE_VALUE        111#define _APS_NEXT_COMMAND_VALUE         40001#define _APS_NEXT_CONTROL_VALUE         1025#define _APS_NEXT_SYMED_VALUE           101#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?