Last change
on this file since 1008 was 829, checked in by Kevin Toppenberg, 14 years ago |
Upgrade to version 27
|
File size:
675 bytes
|
Rev | Line | |
---|
[456] | 1 | unit fODSaveQuick;
|
---|
| 2 |
|
---|
| 3 | interface
|
---|
| 4 |
|
---|
| 5 | uses
|
---|
| 6 | Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
|
---|
[829] | 7 | fAutoSz, Buttons, ExtCtrls, StdCtrls, ORCtrls, VA508AccessibilityManager;
|
---|
[456] | 8 |
|
---|
| 9 | type
|
---|
| 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 |
|
---|
| 28 | var
|
---|
| 29 | frmODQuick: TfrmODQuick;
|
---|
| 30 |
|
---|
| 31 | implementation
|
---|
| 32 |
|
---|
| 33 | {$R *.DFM}
|
---|
| 34 |
|
---|
| 35 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.