| 
            Last change
 on this file since 1028 was             830, checked in by Kevin Toppenberg, 15 years ago           | 
        
        
          | 
             
Upgrading to version 27 
 
           | 
        
        
          | 
            File size:
            420 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | unit fPostings;
 | 
|---|
| 2 | 
 | 
|---|
| 3 | interface
 | 
|---|
| 4 | 
 | 
|---|
| 5 | uses
 | 
|---|
| 6 |   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
 | 
|---|
| 7 |   ExtCtrls, ORCtrls, fBase508Form, VA508AccessibilityManager;
 | 
|---|
| 8 | 
 | 
|---|
| 9 | type
 | 
|---|
| 10 |   TfrmPostings = class(TfrmBase508Form)
 | 
|---|
| 11 |     pnlBase: TORAutoPanel;
 | 
|---|
| 12 |   private
 | 
|---|
| 13 |     { Private declarations }
 | 
|---|
| 14 |   public
 | 
|---|
| 15 |     { Public declarations }
 | 
|---|
| 16 |   end;
 | 
|---|
| 17 | 
 | 
|---|
| 18 | var
 | 
|---|
| 19 |   frmPostings: TfrmPostings;
 | 
|---|
| 20 | 
 | 
|---|
| 21 | implementation
 | 
|---|
| 22 | 
 | 
|---|
| 23 | {$R *.DFM}
 | 
|---|
| 24 | 
 | 
|---|
| 25 | end.
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.