📄 rp_medicine.~pas
字号:
unit RP_medicine;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, Quickrpt, QRCtrls, Db, DBTables;
type
TQR_medicine = class(TQuickRep)
QRBand1: TQRBand;
Query1: TQuery;
QRLabel1: TQRLabel;
QRBand2: TQRBand;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRBand3: TQRBand;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRExpr1: TQRExpr;
QRShape1: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape7: TQRShape;
QRShape9: TQRShape;
QRShape2: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape8: TQRShape;
QRShape10: TQRShape;
QRBand4: TQRBand;
QRLabel11: TQRLabel;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRExpr2: TQRExpr;
QRSysData1: TQRSysData;
QRLabel12: TQRLabel;
private
public
end;
var
QR_medicine: TQR_medicine;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -