source: cprs/trunk/CPRS-Chart/Orders/fODSaveQuick.pas@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 675 bytes
Line 
1unit fODSaveQuick;
2
3interface
4
5uses
6 Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
7 fAutoSz, Buttons, ExtCtrls, StdCtrls, ORCtrls, VA508AccessibilityManager;
8
9type
10 TfrmODQuick = class(TfrmAutoSz)
11 Label1: TLabel;
12 Edit1: TCaptionEdit;
13 ORListBox1: TORListBox;
14 Label2: TLabel;
15 SpeedButton1: TSpeedButton;
16 SpeedButton2: TSpeedButton;
17 Button1: TButton;
18 Button2: TButton;
19 Bevel1: TBevel;
20 Bevel2: TBevel;
21 BitBtn1: TBitBtn;
22 private
23 { Private declarations }
24 public
25 { Public declarations }
26 end;
27
28var
29 frmODQuick: TfrmODQuick;
30
31implementation
32
33{$R *.DFM}
34
35end.
Note: See TracBrowser for help on using the repository browser.