| 
            Last change
 on this file since 525 was             459, checked in by Kevin Toppenberg, 17 years ago           | 
        
        
          | 
             
Adding foia-cprs branch 
 
           | 
        
        
          | 
            File size:
            1.6 KB
           | 
        
      
      
| Rev | Line |   | 
|---|
| [459] | 1 | object frmRemVisitInfo: TfrmRemVisitInfo
 | 
|---|
 | 2 |   Left = 192
 | 
|---|
 | 3 |   Top = 195
 | 
|---|
 | 4 |   BorderIcons = [biSystemMenu]
 | 
|---|
 | 5 |   BorderStyle = bsDialog
 | 
|---|
 | 6 |   Caption = 'Other Visit Information'
 | 
|---|
 | 7 |   ClientHeight = 187
 | 
|---|
 | 8 |   ClientWidth = 303
 | 
|---|
 | 9 |   Color = clBtnFace
 | 
|---|
 | 10 |   Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 11 |   Font.Color = clWindowText
 | 
|---|
 | 12 |   Font.Height = -11
 | 
|---|
 | 13 |   Font.Name = 'MS Sans Serif'
 | 
|---|
 | 14 |   Font.Style = []
 | 
|---|
 | 15 |   OldCreateOrder = False
 | 
|---|
 | 16 |   Position = poOwnerFormCenter
 | 
|---|
 | 17 |   OnCreate = FormCreate
 | 
|---|
 | 18 |   DesignSize = (
 | 
|---|
 | 19 |     303
 | 
|---|
 | 20 |     187)
 | 
|---|
 | 21 |   PixelsPerInch = 96
 | 
|---|
 | 22 |   TextHeight = 13
 | 
|---|
 | 23 |   object lblVital: TLabel
 | 
|---|
 | 24 |     Left = 3
 | 
|---|
 | 25 |     Top = 6
 | 
|---|
 | 26 |     Width = 111
 | 
|---|
 | 27 |     Height = 13
 | 
|---|
 | 28 |     Caption = 'Vital Entry Date && Time:'
 | 
|---|
 | 29 |   end
 | 
|---|
 | 30 |   inline fraVisitRelated: TfraVisitRelated
 | 
|---|
 | 31 |     Left = 109
 | 
|---|
 | 32 |     Top = 27
 | 
|---|
 | 33 |     Width = 192
 | 
|---|
 | 34 |     Height = 136
 | 
|---|
 | 35 |     Anchors = [akTop, akRight]
 | 
|---|
 | 36 |     TabOrder = 2
 | 
|---|
 | 37 |   end
 | 
|---|
 | 38 |   object btnOK: TButton
 | 
|---|
 | 39 |     Left = 145
 | 
|---|
 | 40 |     Top = 164
 | 
|---|
 | 41 |     Width = 75
 | 
|---|
 | 42 |     Height = 21
 | 
|---|
 | 43 |     Anchors = [akRight, akBottom]
 | 
|---|
 | 44 |     Caption = '&OK'
 | 
|---|
 | 45 |     Default = True
 | 
|---|
 | 46 |     ModalResult = 1
 | 
|---|
 | 47 |     TabOrder = 3
 | 
|---|
 | 48 |   end
 | 
|---|
 | 49 |   object btnCancel: TButton
 | 
|---|
 | 50 |     Left = 225
 | 
|---|
 | 51 |     Top = 164
 | 
|---|
 | 52 |     Width = 75
 | 
|---|
 | 53 |     Height = 21
 | 
|---|
 | 54 |     Anchors = [akRight, akBottom]
 | 
|---|
 | 55 |     Cancel = True
 | 
|---|
 | 56 |     Caption = '&Cancel'
 | 
|---|
 | 57 |     ModalResult = 2
 | 
|---|
 | 58 |     TabOrder = 4
 | 
|---|
 | 59 |   end
 | 
|---|
 | 60 |   object dteVitals: TORDateBox
 | 
|---|
 | 61 |     Tag = 11
 | 
|---|
 | 62 |     Left = 119
 | 
|---|
 | 63 |     Top = 2
 | 
|---|
 | 64 |     Width = 133
 | 
|---|
 | 65 |     Height = 21
 | 
|---|
 | 66 |     TabOrder = 0
 | 
|---|
 | 67 |     DateOnly = False
 | 
|---|
 | 68 |     RequireTime = True
 | 
|---|
 | 69 |     Caption = 'Vital Entry Date && Time:'
 | 
|---|
 | 70 |   end
 | 
|---|
 | 71 |   object btnNow: TButton
 | 
|---|
 | 72 |     Left = 256
 | 
|---|
 | 73 |     Top = 2
 | 
|---|
 | 74 |     Width = 43
 | 
|---|
 | 75 |     Height = 21
 | 
|---|
 | 76 |     Anchors = [akTop, akRight]
 | 
|---|
 | 77 |     Caption = 'NOW'
 | 
|---|
 | 78 |     TabOrder = 1
 | 
|---|
 | 79 |     OnClick = btnNowClick
 | 
|---|
 | 80 |   end
 | 
|---|
 | 81 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.