📄 rep1.pas
字号:
unit Rep1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, ExtCtrls;
type
TForm2 = class(TForm)
QuickRep1: TQuickRep;
TitleBand1: TQRBand;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRShape24: TQRShape;
QRShape25: TQRShape;
QRShape26: TQRShape;
QRShape27: TQRShape;
QRShape28: TQRShape;
QRShape29: TQRShape;
QRShape30: TQRShape;
QRShape31: TQRShape;
QRShape32: TQRShape;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRShape33: TQRShape;
QRShape34: TQRShape;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
TName1: TQRLabel;
TName2: TQRLabel;
TName3: TQRLabel;
TName4: TQRLabel;
TName5: TQRLabel;
TName6: TQRLabel;
TName7: TQRLabel;
TName8: TQRLabel;
TName9: TQRLabel;
TName10: TQRLabel;
TSex1: TQRLabel;
TSex2: TQRLabel;
TSex3: TQRLabel;
TSex4: TQRLabel;
TSex5: TQRLabel;
TSex6: TQRLabel;
TSex7: TQRLabel;
TSex8: TQRLabel;
TSex9: TQRLabel;
TSex10: TQRLabel;
TSFZ1: TQRLabel;
TSFZ2: TQRLabel;
TSFZ3: TQRLabel;
TSFZ4: TQRLabel;
TSFZ5: TQRLabel;
TSFZ6: TQRLabel;
TSFZ7: TQRLabel;
TSFZ8: TQRLabel;
TSFZ9: TQRLabel;
TSFZ10: TQRLabel;
TPhone1: TQRLabel;
TPhone2: TQRLabel;
TPhone3: TQRLabel;
TPhone4: TQRLabel;
TPhone5: TQRLabel;
TPhone6: TQRLabel;
TPhone7: TQRLabel;
TPhone8: TQRLabel;
TPhone9: TQRLabel;
TPhone10: TQRLabel;
TBdh1: TQRLabel;
SF1: TQRLabel;
ZD1: TQRLabel;
Time1: TQRLabel;
Time2: TQRLabel;
QRMemo1: TQRMemo;
QRMemo2: TQRMemo;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form2: TForm2;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -