| 
            Last change
 on this file since 1711 was             1691, checked in by healthsevak, 11 years ago           | 
        
        
          | 
             
Committing the files for first time to this new branch 
 
           | 
        
        
          | 
            File size:
            827 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [1691] | 1 | { **************************************************************
 | 
|---|
 | 2 |         Package: XWB - Kernel RPCBroker
 | 
|---|
 | 3 |         Date Created: Sept 18, 1997 (Version 1.1)
 | 
|---|
 | 4 |         Site Name: Oakland, OI Field Office, Dept of Veteran Affairs
 | 
|---|
 | 5 |         Developers: Joel Ivey
 | 
|---|
 | 6 |         Description: Signon Dialog for Initial ESSO Signon.
 | 
|---|
 | 7 |         Current Release: Version 1.1 Patch 47 (Jun. 17, 2008))
 | 
|---|
 | 8 | *************************************************************** }
 | 
|---|
 | 9 | 
 | 
|---|
 | 10 | unit fSgnonDlg;
 | 
|---|
 | 11 | 
 | 
|---|
 | 12 | interface
 | 
|---|
 | 13 | 
 | 
|---|
 | 14 | uses
 | 
|---|
 | 15 |   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
 | 
|---|
 | 16 |   StdCtrls, Buttons;
 | 
|---|
 | 17 | 
 | 
|---|
 | 18 | type
 | 
|---|
 | 19 |   TfrmSignonDialog = class(TForm)
 | 
|---|
 | 20 |     btnOK: TBitBtn;
 | 
|---|
 | 21 |     btnNO: TBitBtn;
 | 
|---|
 | 22 |     Label1: TLabel;
 | 
|---|
 | 23 |   private
 | 
|---|
 | 24 |     { Private declarations }
 | 
|---|
 | 25 |   public
 | 
|---|
 | 26 |     { Public declarations }
 | 
|---|
 | 27 |   end;
 | 
|---|
 | 28 | 
 | 
|---|
 | 29 | var
 | 
|---|
 | 30 |   frmSignonDialog: TfrmSignonDialog;
 | 
|---|
 | 31 | 
 | 
|---|
 | 32 | implementation
 | 
|---|
 | 33 | 
 | 
|---|
 | 34 | {$R *.DFM}
 | 
|---|
 | 35 | 
 | 
|---|
 | 36 | end.
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.