📄 ras_chejian.pas
字号:
unit RAS_chejian;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;
type
TQR_chejian = class(TQuickRep)
DetailBand1: TQRBand;
PageFooterBand1: TQRBand;
PageHeaderBand1: TQRBand;
QRLabel1: TQRLabel;
QRShape2: TQRShape;
QRShape9: TQRShape;
QRShape8: TQRShape;
QRShape7: TQRShape;
QRShape6: TQRShape;
QRShape5: TQRShape;
QRShape4: TQRShape;
QRShape34: TQRShape;
QRShape33: TQRShape;
QRShape32: TQRShape;
QRShape3: TQRShape;
QRShape22: TQRShape;
QRShape21: TQRShape;
QRShape20: TQRShape;
QRShape19: TQRShape;
QRShape18: TQRShape;
QRShape17: TQRShape;
QRShape16: TQRShape;
QRShape15: TQRShape;
QRShape14: TQRShape;
QRShape13: TQRShape;
QRShape12: TQRShape;
QRShape11: TQRShape;
QRShape10: TQRShape;
QRShape1: TQRShape;
QRLabel8: TQRLabel;
QRLabel7: TQRLabel;
QRLabel6: TQRLabel;
QRLabel4: TQRLabel;
QRLabel36: TQRLabel;
QRLabel35: TQRLabel;
QRLabel34: TQRLabel;
QRLabel33: TQRLabel;
QRLabel32: TQRLabel;
QRLabel31: TQRLabel;
QRLabel30: TQRLabel;
QRLabel3: TQRLabel;
QRLabel29: TQRLabel;
QRLabel28: TQRLabel;
QRLabel27: TQRLabel;
QRLabel25: TQRLabel;
QRLabel24: TQRLabel;
QRLabel23: TQRLabel;
QRLabel2: TQRLabel;
QRLabel19: TQRLabel;
QRLabel17: TQRLabel;
QRLabel13: TQRLabel;
QRLabel12: TQRLabel;
QRLabel11: TQRLabel;
QRLabel10: TQRLabel;
QRDBText9: TQRDBText;
QRDBText8: TQRDBText;
QRDBText7: TQRDBText;
QRDBText6: TQRDBText;
QRDBText5: TQRDBText;
QRDBText4: TQRDBText;
QRDBText3: TQRDBText;
QRDBText29: TQRDBText;
QRDBText28: TQRDBText;
QRDBText27: TQRDBText;
QRDBText26: TQRDBText;
QRDBText24: TQRDBText;
QRDBText23: TQRDBText;
QRDBText22: TQRDBText;
QRDBText2: TQRDBText;
QRDBText18: TQRDBText;
QRDBText16: TQRDBText;
QRDBText12: TQRDBText;
QRDBText1: TQRDBText;
QRDBImage1: TQRDBImage;
QRLabel37: TQRLabel;
QRSysData1: TQRSysData;
QRShape23: TQRShape;
private
public
end;
var
QR_chejian: TQR_chejian;
implementation
{$R *.DFM}
uses datamod;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -