📄 hykprin.pas
字号:
unit hykprin;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
QuickRpt, Qrctrls, ExtCtrls, DBTables, Db;
type
Thykprinform = class(TForm)
qr1: TQuickRep;
QRSubDetail3: TQRSubDetail;
QRDBText27: TQRDBText;
QRDBText30: TQRDBText;
QRDBText34: TQRDBText;
QRDBText36: TQRDBText;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRDBText10: TQRDBText;
QRShape39: TQRShape;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRSysData1: TQRSysData;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape15: TQRShape;
QRShape4: TQRShape;
QRShape7: TQRShape;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRDBText2: TQRDBText;
QRShape3: TQRShape;
QRShape11: TQRShape;
QRLabel5: TQRLabel;
QRShape13: TQRShape;
QRShape16: TQRShape;
QRLabel10: TQRLabel;
QRShape17: TQRShape;
Table1: TTable;
QRDBText4: TQRDBText;
QRShape5: TQRShape;
QRImage1: TQRImage;
QRLabel4: TQRLabel;
QRDBText1: TQRDBText;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
hykprinform: Thykprinform;
implementation
uses dataproc,hyklrunit;
{$R *.DFM}
procedure Thykprinform.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 + -