qrep.pas
来自「数字图像模式识别工程软件设计第1章基于图像分析的黄豆质量评估系统」· PAS 代码 · 共 50 行
PAS
50 行
unit qrep;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, ExtCtrls, QRCtrls;
type
TQReport = class(TForm)
QuickRep1: TQuickRep;
detailBand1: TQRBand;
QRShape1: TQRShape;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRLabel3: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel11: TQRLabel;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape8: TQRShape;
avarea: TQRLabel;
SqErrArea: TQRLabel;
BeanNum: TQRLabel;
BeanQuality: TQRLabel;
QRImage1: TQRImage;
QRLabel2: TQRLabel;
QRLabel4: TQRLabel;
QRLabel8: TQRLabel;
QRShape7: TQRShape;
private
{ Private declarations }
public
{ Public declarations }
end;
var
QReport: TQReport;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?