登录
首页 » 其他 » Delphi 设置打印纸大小

Delphi 设置打印纸大小

于 2023-01-17 发布 文件大小:58.52 kB
0 96
下载积分: 2 下载次数: 1

代码说明:

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;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 学生管理系统
      系统主要实现了以下功能: l          学生信息录入 l          学生成绩录入 l          程序等级设置 l          学生违规处理 l          学生成绩排行
    2022-03-19 18:50:19下载
    积分:1
  • 信道模型的评价
    channel model evaluation
    2023-01-14 01:10:03下载
    积分:1
  • 自营店增加查看缴款记录功能,可以查看门店缴款。 记录数据,门店只能查看自己的缴款记录。 使用同价调拨和变价调拨可以产生相应的GSP报表,...
    自营店增加查看缴款记录功能,可以查看门店缴款。 记录数据,门店只能查看自己的缴款记录。 使用同价调拨和变价调拨可以产生相应的GSP报表,即做完同价调拨和变价调拨,可以到对应报表中调用同价调拨单和同价调拨单生成GSP报表。 增加“盘点数量为零商品显示”功能,并增加对盘点时有改动商品的颜色标注,便于对有盘点改动商品的进行跟踪,并且可以在盘点过程中添加电脑中没有的库存商品(自动盘营盘亏中)。 库存盘点时增加“产地”、“备注”和“生产厂家”字段(自动盘盈盘亏)。-payment record increase View function can check stores contributions. Records data, stores can only check their payment record. Using the same price allocation and price changes can have a corresponding allocation of the GSP statements, the same price that is done allocation and price variable allocation, statements corresponding to the call to allocate the same price and with the price of single-generation GPS allocation statements. Increase the "zero inventory quantity of goods shows that the" function, and increase the inventory of goods has changed the color tagging, facilitate inventory changes to a commodity tracking, and inventory in the process of adding a computer without the stock (automatic disk business inventory
    2022-09-26 12:40:03下载
    积分:1
  • 一个支持语法高亮的ASP.NET编辑器
    一个支持内嵌了CodeHighlighter 提供的高亮代码功能的ASP.NET网页编辑器,原“口凡网编辑器”,用来显示有源代码的内容时看上去很专业,用户体验好,,再封装成一个DLL...Controls文件夹,里面是编辑器DLL的源码,Web文件夹是一个Demo。。
    2023-02-11 16:50:04下载
    积分:1
  • 绘图软件 绘图软件 绘图软件 绘图软件
    绘图软件 绘图软件 绘图软件 绘图软件-hui tu ruan jian aaaaaaaaaaaaaaaaaaaa
    2022-05-26 18:12:53下载
    积分:1
  • 又一个Flash翻牌广告特效
    又一个Flash翻牌广告特效,Flash翻牌图片广告,自动切换,275x50翻牌广告,可以单独使用,并列一行放3个效果也不错~
    2023-03-24 00:20:04下载
    积分:1
  • 一个碰碰球游戏程序代码,好好玩的,大家试试!
    一个碰碰球游戏程序代码,好好玩的,大家试试!-a fun ball game code, good fun, we try!
    2023-04-08 23:55:04下载
    积分:1
  • C#简单记事本字符处理程序
    C#编写的简单的仿Windows XP记事本程序,实现了字符的基本处理,比如编辑、保存、打开功能,暂时没有开发字体选择功能,仅适合初学者学习C#之用。
    2022-04-08 22:36:26下载
    积分:1
  • In this case the compiler for each file is the order: 17_parity.vhd 17_test_benc...
    本例对各个文件进行编译的顺序是: 17_parity.vhd 17_test_bench.vhd-In this case the compiler for each file is the order: 17_parity.vhd 17_test_bench.vhd
    2022-02-25 07:43:38下载
    积分:1
  • UX的常用命令以及系统管理技巧.是迅速提高操作熟练度的好帮手....
    HP-UX的常用命令以及系统管理技巧.是迅速提高操作熟练度的好帮手.-HP-UX commands and system management skills. Yes rapidly enhance operational proficiency good helper.
    2022-11-18 17:55:03下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载