📄 sj.pas
字号:
unit SJ;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, QuickRpt, QRCtrls, DB, ADODB;
type
TSJ_F = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRBand2: TQRBand;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRBand3: TQRBand;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRShape1: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape2: TQRShape;
QRLabel9: TQRLabel;
QRShape4: TQRShape;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRShape3: TQRShape;
QRShape19: TQRShape;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRShape20: TQRShape;
QRBand4: TQRBand;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRShape24: TQRShape;
QRShape25: TQRShape;
QRShape26: TQRShape;
QRLabel16: TQRLabel;
QRDBText5: TQRDBText;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRShape27: TQRShape;
QRDBText6: TQRDBText;
QRLabel20: TQRLabel;
QRLabel21: TQRLabel;
QRLabel22: TQRLabel;
QRLabel23: TQRLabel;
ADOTable1: TADOTable;
QRLabel4: TQRLabel;
QRSysData1: TQRSysData;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel24: TQRLabel;
QRLabel25: TQRLabel;
QRLabel26: TQRLabel;
QRLabel27: TQRLabel;
QRLabel28: TQRLabel;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
SJ_F: TSJ_F;
implementation
uses zhixingjf, Share, DM;
{$R *.dfm}
procedure TSJ_F.FormCreate(Sender: TObject);
begin
QRLabel3.Caption:=XH;
QRLabel8.Caption:=XM;
QRLabel25.Caption:=BJM;
QRLabel27.Caption:=NF;
QRLabel28.Caption:=QJ;
QRLabel6.Caption:=inttostr(xdjh);
Adotable1.Active:=true;
adotable1.Locate('sfrh',SFRH,[]);
QRLabel23.Caption:=adotable1.FieldValues['sfrm'];
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -