📄 gudingreport1.pas
字号:
unit gudingreport1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, ExtCtrls, DB, ADODB;
type
TForm6 = class(TForm)
QuickRep1: TQuickRep;
DetailBand1: TQRBand;
QRSysData1: TQRSysData;
QRShape5: TQRShape;
QRShape2: TQRShape;
QRShape7: TQRShape;
QRShape15: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape16: TQRShape;
QRShape12: TQRShape;
QRShape17: TQRShape;
QRShape13: TQRShape;
QRShape21: TQRShape;
QRShape20: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape3: TQRShape;
QRShape28: TQRShape;
QRShape24: TQRShape;
QRShape25: TQRShape;
QRShape4: TQRShape;
QRShape6: TQRShape;
QRShape26: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape14: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRShape42: TQRShape;
QRShape43: TQRShape;
QRShape44: TQRShape;
QRShape45: TQRShape;
QRShape31: TQRShape;
QRShape32: TQRShape;
QRShape33: TQRShape;
QRLabel39: TQRLabel;
QRLabel38: TQRLabel;
QRLabel40: TQRLabel;
QRLabel41: TQRLabel;
QRLabel42: TQRLabel;
QRLabel64: TQRLabel;
QRLabel28: TQRLabel;
QRLabel27: TQRLabel;
QRLabel26: TQRLabel;
QRLabel29: TQRLabel;
QRLabel24: TQRLabel;
QRLabel25: TQRLabel;
QRLabel21: TQRLabel;
QRLabel11: TQRLabel;
QRLabel9: TQRLabel;
QRLabel8: TQRLabel;
QRLabel10: TQRLabel;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRLabel20: TQRLabel;
QRShape27: TQRShape;
QRShape29: TQRShape;
QRShape30: TQRShape;
QRLabel22: TQRLabel;
QRLabel23: TQRLabel;
QRLabel19: TQRLabel;
QRLabel31: TQRLabel;
QRShape1: TQRShape;
QRShape34: TQRShape;
QRShape35: TQRShape;
QRShape36: TQRShape;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
ADOConnection1: TADOConnection;
DataSource1: TDataSource;
ADOTable1: TADOTable;
ADOTable2: TADOTable;
QRShape37: TQRShape;
QRLabel18: TQRLabel;
QRLabel30: TQRLabel;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
QRDBText12: TQRDBText;
QRDBText13: TQRDBText;
QRDBText14: TQRDBText;
QRDBText15: TQRDBText;
QRDBText16: TQRDBText;
QRDBText17: TQRDBText;
TitleBand1: TQRBand;
ADOTable3: TADOTable;
ADOTable4: TADOTable;
QRDBText18: TQRDBText;
QRDBText19: TQRDBText;
QRDBText20: TQRDBText;
QRDBText21: TQRDBText;
DataSource2: TDataSource;
DataSource3: TDataSource;
DataSource4: TDataSource;
QRDBText22: TQRDBText;
ADOTable5: TADOTable;
DataSource5: TDataSource;
QRDBText23: TQRDBText;
QRDBText24: TQRDBText;
QRDBText25: TQRDBText;
QRDBText26: TQRDBText;
QRDBText27: TQRDBText;
QRDBText28: TQRDBText;
QRDBText29: TQRDBText;
QRDBText30: TQRDBText;
QRDBText31: TQRDBText;
QRDBText32: TQRDBText;
QRDBText33: TQRDBText;
QRDBText34: TQRDBText;
QRDBText35: TQRDBText;
QRDBText36: TQRDBText;
QRDBText37: TQRDBText;
QRDBText38: TQRDBText;
QRDBText39: TQRDBText;
ADOTable6: TADOTable;
DataSource6: TDataSource;
ADOTable7: TADOTable;
DataSource7: TDataSource;
QRLabel1: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form6: TForm6;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -