📄 unit_rubb_piliang.~pas
字号:
unit Unit_Rubb_piliang;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, Qrctrls, QuickRpt, ExtCtrls;
type
TForm_Rubb_piliang = class(TForm)
QuickRep1: TQuickRep;
PageHeaderBand1: TQRBand;
TitleBand1: TQRBand;
DetailBand1: TQRBand;
SummaryBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRDBText5: TQRDBText;
QRLabel10: TQRLabel;
QRExpr1: TQRExpr;
QRLabel11: TQRLabel;
ColumnHeaderBand1: TQRBand;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel4: TQRLabel;
QRDBText2: TQRDBText;
QRDBText4: TQRDBText;
QRShape1: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRLabel5: TQRLabel;
QRDBText1: TQRDBText;
QRLabel6: TQRLabel;
Qrdata: TQRLabel;
QRSumW: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form_Rubb_piliang: TForm_Rubb_piliang;
implementation
uses Unit_Rubb_AutoCard;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -