📄 unitsulfmojuprt.~pas
字号:
unit Unitsulfmojuprt;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls;
type
TFrmsulfmoju = class(TForm)
QuickRep1: TQuickRep;
ColumnHeaderBand1: TQRBand;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRShape1: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRShape16: TQRShape;
QRShape20: TQRShape;
TitleBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel10: TQRLabel;
QRLabeldate: TQRLabel;
QRLabel23: TQRLabel;
DetailBand1: TQRBand;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRDBText5: TQRDBText;
QRShape10: TQRShape;
QRDBText1: TQRDBText;
SummaryBand1: TQRBand;
QRShape36: TQRShape;
QRShape37: TQRShape;
QRShape26: TQRShape;
QRShape27: TQRShape;
QRShape31: TQRShape;
QRExpr1: TQRExpr;
QRShape32: TQRShape;
QRShape33: TQRShape;
QRShape34: TQRShape;
QRLabel20: TQRLabel;
QRExpr2: TQRExpr;
QRExpr6: TQRExpr;
QRExpr7: TQRExpr;
QRExpr9: TQRExpr;
QRExpr11: TQRExpr;
QRExpr8: TQRExpr;
QRShape2: TQRShape;
QRLabel14: TQRLabel;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRLabel21: TQRLabel;
QRExpr3: TQRExpr;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Frmsulfmoju: TFrmsulfmoju;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -