📄 unit9.~pas
字号:
unit Unit9;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, DB, ADODB, QRCtrls, ExtCtrls;
type
TForm9 = class(TForm)
qr1: TQuickRep;
PageHeaderBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
ADOTable1: TADOTable;
DataSource1: TDataSource;
DataSource2: TDataSource;
QRShape1: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRShape5: TQRShape;
QRShape2: TQRShape;
QRBand1: TQRBand;
QRDBText2: TQRDBText;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRLabel17: TQRLabel;
QRShape14: TQRShape;
QRLabel18: TQRLabel;
QRShape15: TQRShape;
QRLabel19: TQRLabel;
QRShape16: TQRShape;
QRLabel20: TQRLabel;
QRShape17: TQRShape;
QRLabel21: TQRLabel;
QRShape18: TQRShape;
QRLabel22: TQRLabel;
QRShape19: TQRShape;
QRLabel23: TQRLabel;
QRShape20: TQRShape;
QRLabel24: TQRLabel;
QRShape21: TQRShape;
QRLabel25: TQRLabel;
QRShape22: TQRShape;
QRLabel26: TQRLabel;
QRShape23: TQRShape;
QRLabel27: TQRLabel;
QRShape24: TQRShape;
QRShape25: TQRShape;
QRLabel28: TQRLabel;
QRShape26: TQRShape;
QRLabel29: TQRLabel;
QRLabel30: TQRLabel;
QRShape27: TQRShape;
QRLabel31: TQRLabel;
QRShape28: TQRShape;
QRLabel32: TQRLabel;
QRShape29: TQRShape;
QRLabel33: TQRLabel;
QRShape30: TQRShape;
QRLabel34: TQRLabel;
QRShape31: TQRShape;
QRLabel35: TQRLabel;
QRShape32: TQRShape;
QRLabel36: TQRLabel;
QRShape33: TQRShape;
QRLabel37: TQRLabel;
QRShape34: TQRShape;
QRLabel38: TQRLabel;
QRShape35: TQRShape;
QRLabel39: TQRLabel;
QRShape36: TQRShape;
QRLabel40: TQRLabel;
QRShape37: TQRShape;
QRShape38: TQRShape;
QRShape39: TQRShape;
QRShape40: TQRShape;
QRShape41: TQRShape;
QRShape42: TQRShape;
QRShape43: TQRShape;
QRShape44: TQRShape;
QRShape45: TQRShape;
QRShape46: TQRShape;
QRShape47: TQRShape;
QRShape48: TQRShape;
QRShape49: TQRShape;
QRShape50: TQRShape;
QRShape51: TQRShape;
QRShape52: TQRShape;
QRShape53: TQRShape;
QRShape54: TQRShape;
QRShape55: TQRShape;
QRShape56: TQRShape;
QRShape57: TQRShape;
QRShape58: TQRShape;
QRShape59: TQRShape;
QRShape60: TQRShape;
QRShape61: TQRShape;
QRShape62: TQRShape;
PageFooterBand1: TQRBand;
QRLabel41: TQRLabel;
QRLabel42: TQRLabel;
QRLabel43: TQRLabel;
QRLabel44: TQRLabel;
QRLabel45: TQRLabel;
QRLabel46: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form9: TForm9;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -