📄 previewdialog_switches.h
字号:
/* * * previewdialog_switches.h * Copyright (C) 2006 Michael H. Overlin 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 poster_printer@yahoo.com * */#ifndef PREVIEWDIALOG_SWITCHES_H#define PREVIEWDIALOG_SWITCHES_H#include <windows.h>#define RESIZED_DIALOG_INDEX 0#define SOURCE_DIALOG_INDEX 1#define RENDERSPEC_CENTER_RESIZED TRUE#define RENDERSPEC_CENTER_ORIGINAL FALSE#define MIN_SELECTIONBOX_SIZE 0.25#define WRITEZOOM_ROUNDUP_BOUNDARY 0.3#define MIN_ZOOM 0.01#define MAX_ZOOM 1000.0 // THIS IS JUST TO AVOID ARITH OVERRUNS#define MAX_ZOOM_TCHAR 6#define MAX_LISTBOX_PAGES 999#define MAX_LISTBOX_PAGES_CCH 10#define OVERLAPPED_MARGIN_INCHES 0.25 // FOR RESIZED, ORIGINAL GETS 0#define CUTGUIDE_MARGIN_INCHES 0.25 // FOR RESIZED, ORIGINAL GETS 0#define PAGE_MARGIN_LEFT 0 // THESE ARE REALLY MINIMUM VALUES, AND FOR RESIZED, ORIGINAL IS 0#define PAGE_MARGIN_TOP 0#define PAGE_MARGIN_RIGHT 0#define PAGE_MARGIN_BOTTOM 0// 7/1 DEBUG/FIX FIXED SHOULD BE FOR RESIZED, ORIGINAL SHOULD BE VERY SMALL VALUE#define PAGE_MIN_RESIZED_PRINTABLE 0.4999 #define PAGE_MIN_ORIGINAL_PRINTABLE 1.0e-6#define PAGE_ALLOW_NONSTD_MARGINS FALSE//#define MIN_ZOOM_AUTOCHANGE 0.01#define MIN_ZOOM_AUTOCHANGE 0.00001// MAYBE SHOULD HAVE A WAY THE USER CAN OVERRIDE THIS// (WITH WARNINGS AS APPROP.)#define MAX_PRINTED_PAGES 400#define DRAFT_METAFILE_MAXDIMENSION 200#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -