📄 hfdyunit.pas
字号:
unit hfdyunit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls;
type
ThfdyForm = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
hfsj: TQRLabel;
QRImage1: TQRImage;
QRBand2: TQRBand;
QRImage2: TQRImage;
QRImage3: TQRImage;
QRImage4: TQRImage;
QRImage5: TQRImage;
QRImage9: TQRImage;
QRImage10: TQRImage;
QRImage11: TQRImage;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
ysh: TQRLabel;
yfj: TQRLabel;
yyrs: TQRLabel;
jsr: TQRLabel;
xsh: TQRLabel;
xfj: TQRLabel;
xyrs: TQRLabel;
QRImage6: TQRImage;
QRImage7: TQRImage;
private
{ Private declarations }
public
{ Public declarations }
end;
var
hfdyForm: ThfdyForm;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -