source: cprs/trunk/CPRS-Chart/fPostings.pas@ 456

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

File size: 369 bytes
Line 
1unit fPostings;
2
3interface
4
5uses
6 Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
7 ExtCtrls, ORCtrls;
8
9type
10 TfrmPostings = class(TForm)
11 pnlBase: TORAutoPanel;
12 private
13 { Private declarations }
14 public
15 { Public declarations }
16 end;
17
18var
19 frmPostings: TfrmPostings;
20
21implementation
22
23{$R *.DFM}
24
25end.
Note: See TracBrowser for help on using the repository browser.