📄 print.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用Delphi编写打印程序的窍门</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table>
<tr>
<td vAlign="top" width="672"><p align="center"><font color="#004080" face="黑体"><strong>用Delphi编写打印程序的窍门<br>
</strong></font></td>
</tr>
<tr>
<td vAlign="top" width="672"><p class="ourfont"><font color="#000000">
如果你想自己用Delphi编写一个打印程序,那么,下面这些技巧或许对你有所帮助。<br>
1.获娶显示当前打印机的分辨率<br>
Windows下的打印分辨对打印程序有着至关重要的作用,如果你想知道打印机的分辨率,请在程序中加入一行:ShowMessage(′水平分辨率′+inttostr(GetDeviceCaps(printer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -