📄 data_dinlistprn.pas
字号:
unit data_dinlistprn;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, DB, DBTables, ExtCtrls, QRCtrls;
type
TForm20 = class(TForm)
QuickRep1: TQuickRep;
Q_h_sn_DinList: TQuery;
ColumnHeaderBand1: TQRBand;
DetailBand1: TQRBand;
PageFooterBand1: TQRBand;
PageHeaderBand1: TQRBand;
SummaryBand1: TQRBand;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel6: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRLabel11: TQRLabel;
QRExpr1: TQRExpr;
QRLabel12: TQRLabel;
QRExpr2: TQRExpr;
QRLabel13: TQRLabel;
QRSysData2: TQRSysData;
QRSysData1: TQRSysData;
QRShape2: TQRShape;
QRLabel1: TQRLabel;
QR_xm: TQRLabel;
QRLabel31: TQRLabel;
QR_date: TQRLabel;
QRShape1: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form20: TForm20;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -