unitrptitle.pas
来自「纺织类 纤维强力测试中蠕变性能测试源码」· PAS 代码 · 共 47 行
PAS
47 行
unit UnitRPTitle;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, ExtCtrls;
type
TFormRPtitle = class(TForm)
QuickRep1: TQuickRep;
TitleBand2: TQRBand;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRDBText8: TQRDBText;
QRDBText13: TQRDBText;
QRLabel12: TQRLabel;
QRDBText9: TQRDBText;
QRLabel1: TQRLabel;
QRDBText10: TQRDBText;
QRLabel2: TQRLabel;
QRDBText11: TQRDBText;
QRLabel3: TQRLabel;
QRDBText12: TQRDBText;
QRLabel4: TQRLabel;
QRDBText14: TQRDBText;
QRLabel5: TQRLabel;
QRDBText15: TQRDBText;
QRLabel6: TQRLabel;
QRDBText16: TQRDBText;
private
{ Private declarations }
public
{ Public declarations }
end;
var
FormRPtitle: TFormRPtitle;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?