unit fODBB; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ORCtrls, ORfn, fODBase, ExtCtrls, ComCtrls, uConst, ORDtTm, Buttons, Menus; type TfrmODBB = class(TfrmODBase) cboAvailTest: TORComboBox; lblAvailTests: TLabel; cboCollType: TORComboBox; lblCollType: TLabel; lblCollTime: TLabel; cboCollTime: TORComboBox; bvlTestName: TBevel; txtAddlComment: TCaptionEdit; cboUrgency: TORComboBox; lblUrgency: TLabel; lblAddlComment: TLabel; dlgLabCollTime: TORDateTimeDlg; private { Private declarations } public { Public declarations } end; var frmODBB: TfrmODBB; implementation uses rODBase, rODLab, uCore, rCore, fODLabOthCollSamp, fODLabOthSpec, fODLabImmedColl, fLabCollTimes, rOrders, uODBase, fRptBox; {$R *.dfm} end.