📄 lscgrep.pas
字号:
unit lscgrep;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls;
type
Tfrmlscgrep = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRBand4: TQRBand;
QRBand5: TQRBand;
QRBand6: TQRBand;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel_fhdw: TQRLabel;
QRLabel18: TQRLabel;
QRLabel_shdw: TQRLabel;
QRLabel22: TQRLabel;
QRLabel_rq: TQRLabel;
QRLabel24: TQRLabel;
QRShape14: TQRShape;
QRLabel25: TQRLabel;
QRShape15: TQRShape;
QRLabel26: TQRLabel;
QRShape16: TQRShape;
QRLabel28: TQRLabel;
QRShape17: TQRShape;
QRLabel29: TQRLabel;
QRShape18: TQRShape;
QRLabel30: TQRLabel;
QRShape20: TQRShape;
QRLabel31: TQRLabel;
QRShape21: TQRShape;
QRLabel32: TQRLabel;
QRShape22: TQRShape;
QRLabel33: TQRLabel;
QRShape23: TQRShape;
QRLabel34: TQRLabel;
QRDBText_pm: TQRDBText;
QRDBText_gg: TQRDBText;
QRShape25: TQRShape;
QRDBText_dw: TQRDBText;
QRShape26: TQRShape;
QRDBText_sl: TQRDBText;
QRShape27: TQRShape;
QRDBText_jj: TQRDBText;
QRShape28: TQRShape;
QRDBText_je: TQRDBText;
QRShape29: TQRShape;
QRShape35: TQRShape;
QRDBText_ph: TQRDBText;
QRShape36: TQRShape;
QRDBText_cd: TQRDBText;
QRDBText_hsj: TQRDBText;
QRShape38: TQRShape;
QRShape39: TQRShape;
QRLabel35: TQRLabel;
QRLabel36: TQRLabel;
QRLabel37: TQRLabel;
QRLabel_hj: TQRLabel;
QRDBText_bz: TQRDBText;
QRShape1: TQRShape;
QRLabel1: TQRLabel;
Qrlabel_czy: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmlscgrep: Tfrmlscgrep;
implementation
uses lscgcx;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -