-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
bh
说明: cpu核设计必备工具-11个Benchmark(基准测试程序)(cpu-core design an indispensable tool for-11 months Benchmark (benchmark))
- 2010-03-26 14:29:54下载
- 积分:1
-
贪吃蛇
实现贪吃蛇的上下左右移动,暂停和退出,食物的随机生成,吃到食物后的分数增加。(To achieve the movement of snake, eat food, integral record.)
- 2018-07-05 19:53:07下载
- 积分:1
-
vc++开发的俄罗斯方块,vc的典游戏,vc6学有源码学习下载
vc++开发的俄罗斯方块,vc的典游戏,vc6学有源码学习下载-vc++ development of Tetris, vc of the Code of the game, vc6 school have to learn to download source code
- 2022-01-30 14:39:27下载
- 积分:1
-
greedy-snake
游戏-贪吃蛇vb2008 visual basic 2008(games-greedy snake)
- 2012-08-03 22:23:51下载
- 积分:1
-
nao捡垃圾
说明: 实现NAO的识别,抓取,让nao机器人可以检测到固定物体并放入固定容器中。(NAO recognition and capture are realized, so that the NAO robot can detect the fixed object and put it into the fixed container.)
- 2020-06-20 07:40:01下载
- 积分:1
-
equally wonderful, not to miss
同样很精彩,不要错过-equally wonderful, not to miss
- 2022-02-04 04:36:09下载
- 积分:1
-
labview-toolskit
常见的LabVIEW模块和工具包(报表生成与数据存储)说明文档(Common LabVIEW module and kit ( report generation and data storage ).)
- 2012-03-14 13:56:03下载
- 积分:1
-
对于图象,怎么样才能把结果输出来呢,这个就为你解决问题了
对于图象,怎么样才能把结果输出来呢,这个就为你解决问题了-For images, how the results can be output to, um, for you to solve the problem of
- 2022-12-26 22:25:03下载
- 积分:1
-
这是有名的大富翁游戏的手机版,做得比较不错
这是有名的大富翁游戏的手机版,做得比较不错-This is a well-known millionaire mobile phone version of the game, have done a fairly good
- 2022-01-22 08:32:37下载
- 积分:1