📄 xfdhprin.pas
字号:
unit xfdhprin;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
QuickRpt, Qrctrls, ExtCtrls, DBTables, Db;
type
Txfdhprintform = class(TForm)
qr1: TQuickRep;
QRSubDetail3: TQRSubDetail;
QRDBText27: TQRDBText;
QRDBText28: TQRDBText;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel24: TQRLabel;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape4: TQRShape;
QRShape1: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRLabel3: TQRLabel;
QRDBText4: TQRDBText;
QRLabel5: TQRLabel;
QRBand2: TQRBand;
QRShape2: TQRShape;
QRLabel6: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel10: TQRLabel;
QRLabel4: TQRLabel;
QRLabel9: TQRLabel;
QRLabel11: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
xfdhprintform: Txfdhprintform;
implementation
uses dataproc,xfdhcx;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -