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