📄 hykczxfprin.pas
字号:
unit hykczxfprin;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
QuickRpt, Qrctrls, ExtCtrls, DBTables, Db;
type
Thykczxfprinform = class(TForm)
qr1: TQuickRep;
QRSubDetail3: TQRSubDetail;
QRDBText27: TQRDBText;
QRDBText28: TQRDBText;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRDBText1: TQRDBText;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRSysData1: TQRSysData;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel6: TQRLabel;
QRLabel24: TQRLabel;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape15: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRShape3: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRSubDetail1: TQRSubDetail;
QRLabel5: TQRLabel;
QRLabel10: TQRLabel;
QRLabel7: TQRLabel;
QRDBText4: TQRDBText;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRLabel11: TQRLabel;
QRShape18: TQRShape;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
hykczxfprinform: Thykczxfprinform;
implementation
uses dataproc,kczxfmxunit;
{$R *.DFM}
procedure Thykczxfprinform.FormCreate(Sender: TObject);
begin
QRLabel1.Caption:='会员卡明细表';
QRLabel1.Left:=strtoint(floattostr(int((QRBand1.Width-QRLabel1.Width)/2)));
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -