📄 zizhe.pas
字号:
unit zizhe;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, ExtCtrls, DB, DBTables;
type
Tzizh = class(TForm)
QuickRep1: TQuickRep;
TitleBand1: TQRBand;
PageFooterBand1: TQRBand;
QRLabel1: TQRLabel;
QLXd2: TQRLabel;
QLZdh: TQRLabel;
QRLabel56: TQRLabel;
QRLabel52: TQRLabel;
QRLabel53: TQRLabel;
QRLabel54: TQRLabel;
QRLabel55: TQRLabel;
QRLabel27: TQRLabel;
QRLabel46: TQRLabel;
QRLabel48: TQRLabel;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape6: TQRShape;
QLDdh: TQRLabel;
QRLabel5: TQRLabel;
QRLabel10: TQRLabel;
QRLabel47: TQRLabel;
DW: TQRLabel;
QRLabel13: TQRLabel;
QRLabel49: TQRLabel;
QRLabel51: TQRLabel;
QRLabel12: TQRLabel;
QRLabel8: TQRLabel;
QRLabel14: TQRLabel;
QRShape3: TQRShape;
QRShape5: TQRShape;
QRShape11: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape7: TQRShape;
QITg: TQRImage;
QLBzi: TQRLabel;
QRLabel18: TQRLabel;
QRShape19: TQRShape;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRShape14: TQRShape;
QRLabel21: TQRLabel;
QRLabel44: TQRLabel;
QRLabel43: TQRLabel;
QRLabel42: TQRLabel;
QRLabel39: TQRLabel;
QRLabel40: TQRLabel;
QRLabel41: TQRLabel;
QRLabel15: TQRLabel;
QLPj: TQRLabel;
QRLabel24: TQRLabel;
QLzzsm: TQRLabel;
QRLabel37: TQRLabel;
QLTDSM: TQRLabel;
QRShape16: TQRShape;
QRShape20: TQRShape;
Query1: TQuery;
DataSource1: TDataSource;
QRLabel35: TQRLabel;
USxm: TQRLabel;
QRLabel34: TQRLabel;
QRLabel32: TQRLabel;
QRLabel16: TQRLabel;
QLYs: TQRLabel;
QRLabel17: TQRLabel;
QRLabel38: TQRLabel;
QRSysData1: TQRSysData;
QRLabel20: TQRLabel;
QRLabel22: TQRLabel;
QRShape4: TQRShape;
QRLabel23: TQRLabel;
QRShape15: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRShape25: TQRShape;
QRLabel25: TQRLabel;
QRShape26: TQRShape;
QRLabel9: TQRLabel;
QRShape10: TQRShape;
QLHd: TQRLabel;
QRShape29: TQRShape;
QRLabel50: TQRLabel;
QRLabel57: TQRLabel;
QRLabel58: TQRLabel;
QRLabel59: TQRLabel;
SummaryBand1: TQRBand;
QRShape32: TQRShape;
QRShape33: TQRShape;
QRShape36: TQRShape;
QRShape30: TQRShape;
QRShape31: TQRShape;
QRShape37: TQRShape;
QRLabel61: TQRLabel;
QRLabel62: TQRLabel;
QRLabel45: TQRLabel;
QRShape13: TQRShape;
QRShape28: TQRShape;
QRLabel4: TQRLabel;
QRLabel3: TQRLabel;
QRLabel2: TQRLabel;
QLBz5: TQRLabel;
QRLabel6: TQRLabel;
QRShape12: TQRShape;
QRLabel7: TQRLabel;
QRShape24: TQRShape;
QRShape27: TQRShape;
QRLabel11: TQRLabel;
QRLabel19: TQRLabel;
QRLabel26: TQRLabel;
QRLabel28: TQRLabel;
QRShape34: TQRShape;
QRLabel29: TQRLabel;
QRLabel30: TQRLabel;
QRShape35: TQRShape;
QRLabel31: TQRLabel;
QrYes: TQRShape;
QRLabel33: TQRLabel;
QRLabel36: TQRLabel;
QRno: TQRShape;
QRLabel60: TQRLabel;
QRLabel63: TQRLabel;
QRLabel64: TQRLabel;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
private
{ Private declarations }
public
{ Public declarations }
end;
var
zizh: Tzizh;
implementation
{$R *.dfm}
procedure Tzizh.FormClose(Sender: TObject; var Action: TCloseAction);
begin
action:=cafree;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -