📄 zytcprin.pas
字号:
unit zytcprin;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
QuickRpt, Qrctrls, ExtCtrls, DBTables, Db;
type
Tzytcprinform = class(TForm)
qr1: TQuickRep;
QRSubDetail3: TQRSubDetail;
QRDBText27: TQRDBText;
QRDBText28: TQRDBText;
QRDBText34: TQRDBText;
QRShape18: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRDBText10: TQRDBText;
QRShape39: TQRShape;
QRDBText1: TQRDBText;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel24: TQRLabel;
QRLabel9: TQRLabel;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape7: TQRShape;
QRShape6: TQRShape;
QRShape1: TQRShape;
QRShape3: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRDBText2: TQRDBText;
QRDBText4: TQRDBText;
QRLabel5: TQRLabel;
QRLabel8: TQRLabel;
QRBand2: TQRBand;
QRShape23: TQRShape;
QRShape2: TQRShape;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
zytcprinform: Tzytcprinform;
implementation
uses dataproc,xfxmtjlc;
{$R *.DFM}
procedure Tzytcprinform.FormCreate(Sender: TObject);
begin
QRLabel8.Caption:=xfxmtjlcForm.lcm.Text;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -