📄 ufmsumreport1.~pas
字号:
unit Ufmsumreport1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, QRCtrls, QuickRpt, ExtCtrls;
type
Tfmsumreport1 = class(TForm)
QuickRep1: TQuickRep;
ColumnHeaderBand1: TQRBand;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRLabel2: TQRLabel;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape9: TQRShape;
QRShape11: TQRShape;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel8: TQRLabel;
QRLabel12: TQRLabel;
QRShape13: TQRShape;
QRShape46: TQRShape;
QRShape49: TQRShape;
QRLabel24: TQRLabel;
QRLabel25: TQRLabel;
QRLabel26: TQRLabel;
QRLabel27: TQRLabel;
TitleBand1: TQRBand;
QRLabel1: TQRLabel;
QRBand1: TQRBand;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRShape24: TQRShape;
QRShape25: TQRShape;
QRShape26: TQRShape;
QRShape27: TQRShape;
QRShape28: TQRShape;
QRShape29: TQRShape;
QRShape32: TQRShape;
QRShape33: TQRShape;
QRShape35: TQRShape;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRLabel20: TQRLabel;
QRLabel21: TQRLabel;
QRDBText4: TQRDBText;
QRDBText8: TQRDBText;
QRDBText12: TQRDBText;
QRDBText16: TQRDBText;
QRDBText20: TQRDBText;
QRDBText24: TQRDBText;
QRDBText28: TQRDBText;
QRDBText32: TQRDBText;
QRDBText36: TQRDBText;
QRDBText40: TQRDBText;
QRDBText41: TQRDBText;
QRDBText48: TQRDBText;
QRDBText49: TQRDBText;
QRDBText56: TQRDBText;
QRDBText57: TQRDBText;
QRDBText64: TQRDBText;
QRDBText65: TQRDBText;
QRDBText72: TQRDBText;
QRShape48: TQRShape;
QRShape50: TQRShape;
QRDBText74: TQRDBText;
QRDBText75: TQRDBText;
QRDBText76: TQRDBText;
QRDBText77: TQRDBText;
QRDBText78: TQRDBText;
QRDBText79: TQRDBText;
QRDBText80: TQRDBText;
QRDBText81: TQRDBText;
QRDBText82: TQRDBText;
QRDBText83: TQRDBText;
QRDBText84: TQRDBText;
QRDBText85: TQRDBText;
QRDBText86: TQRDBText;
QRDBText87: TQRDBText;
QRDBText88: TQRDBText;
QRDBText89: TQRDBText;
QRDBText90: TQRDBText;
QRDBText91: TQRDBText;
QRDBText92: TQRDBText;
QRDBText93: TQRDBText;
QRDBText94: TQRDBText;
QRDBText95: TQRDBText;
QRDBText96: TQRDBText;
QRDBText97: TQRDBText;
QRDBText98: TQRDBText;
QRDBText99: TQRDBText;
QRDBText100: TQRDBText;
QRDBText101: TQRDBText;
QRDBText102: TQRDBText;
QRDBText103: TQRDBText;
QRDBText104: TQRDBText;
QRDBText105: TQRDBText;
QRDBText106: TQRDBText;
QRDBText107: TQRDBText;
QRDBText108: TQRDBText;
QRDBText109: TQRDBText;
SummaryBand1: TQRBand;
QRShape14: TQRShape;
QRShape40: TQRShape;
QRShape41: TQRShape;
QRShape42: TQRShape;
QRShape16: TQRShape;
QRShape45: TQRShape;
QRLabel22: TQRLabel;
QRExpr4: TQRExpr;
QRExpr8: TQRExpr;
QRShape54: TQRShape;
QRShape55: TQRShape;
QRShape56: TQRShape;
QRExpr9: TQRExpr;
QRExpr10: TQRExpr;
QRExpr11: TQRExpr;
QRExpr12: TQRExpr;
PageFooterBand1: TQRBand;
Query1: TQuery;
Table1: TTable;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
fmsumreport1: Tfmsumreport1;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -