Курсовая работа: Автоматизация заказа блюд в ресторане
private
{ Private declarations }
public
{ Public declarations }
end;
var
MenuForm: TMenuForm;
implementation
{$R *.dfm}
end.
unit RepZakaz;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, QRCtrls, ExtCtrls;
type
TFRepZakaz = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRBand2: TQRBand;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRLabel1: TQRLabel;
QRBand3: TQRBand;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRShape1: TQRShape;
private
{ Private declarations }