📄 teacherqrunit.pas
字号:
unit TeacherQRUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, QRCtrls, ExtCtrls;
type
TTeacherQRForm = class(TForm)
QuickRep1: TQuickRep;
ColumnHeaderBand1: TQRBand;
DetailBand1: TQRBand;
PageHeaderBand1: TQRBand;
SummaryBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRtno: TQRDBText;
QRtname: TQRDBText;
QRtpost: TQRDBText;
QRtsex: TQRDBText;
QRtage: TQRDBText;
QRtbool: TQRDBText;
QRttel: TQRDBText;
QRtadress: TQRDBText;
QRtmemo: TQRDBText;
QRLabel11: TQRLabel;
QRSD: TQRSysData;
QRLabel12: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
TeacherQRForm: TTeacherQRForm;
implementation
uses TeacherUnit;
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -