Last change
on this file since 971 was 829, checked in by Kevin Toppenberg, 14 years ago |
Upgrade to version 27
|
File size:
603 bytes
|
Line | |
---|
1 | unit fVA508HiddenJawsDataWindow;
|
---|
2 |
|
---|
3 | interface
|
---|
4 |
|
---|
5 | uses
|
---|
6 | Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
---|
7 | Dialogs, StdCtrls, DateUtils, ComCtrls, ExtCtrls, AppEvnts;
|
---|
8 |
|
---|
9 | type
|
---|
10 | TfrmVA508HiddenJawsDataWindow = class(TForm)
|
---|
11 | procedure FormCreate(Sender: TObject);
|
---|
12 | private
|
---|
13 | protected
|
---|
14 | public
|
---|
15 | end;
|
---|
16 |
|
---|
17 | implementation
|
---|
18 |
|
---|
19 | uses VAUtils, JAWSCommon, VA508AccessibilityConst;
|
---|
20 |
|
---|
21 | {$R *.dfm}
|
---|
22 |
|
---|
23 | { TfrmVA508HiddenJawsWindow }
|
---|
24 |
|
---|
25 | procedure TfrmVA508HiddenJawsDataWindow.FormCreate(Sender: TObject);
|
---|
26 | begin
|
---|
27 | ErrorCheckClassName(Self, DLL_DATA_WINDOW_CLASS);
|
---|
28 | end;
|
---|
29 |
|
---|
30 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.