[830] | 1 | inherited frmRemVisitInfo: TfrmRemVisitInfo
|
---|
[456] | 2 | Left = 192
|
---|
| 3 | Top = 195
|
---|
| 4 | BorderIcons = [biSystemMenu]
|
---|
| 5 | BorderStyle = bsDialog
|
---|
| 6 | Caption = 'Other Visit Information'
|
---|
[830] | 7 | ClientHeight = 221
|
---|
| 8 | ClientWidth = 316
|
---|
[456] | 9 | Position = poOwnerFormCenter
|
---|
| 10 | OnCreate = FormCreate
|
---|
| 11 | DesignSize = (
|
---|
[830] | 12 | 316
|
---|
| 13 | 221)
|
---|
[456] | 14 | PixelsPerInch = 96
|
---|
| 15 | TextHeight = 13
|
---|
[830] | 16 | object lblVital: TLabel [0]
|
---|
[456] | 17 | Left = 3
|
---|
| 18 | Top = 6
|
---|
| 19 | Width = 111
|
---|
| 20 | Height = 13
|
---|
| 21 | Caption = 'Vital Entry Date && Time:'
|
---|
| 22 | end
|
---|
[830] | 23 | inline fraVisitRelated: TfraVisitRelated [1]
|
---|
| 24 | Left = 106
|
---|
[456] | 25 | Top = 27
|
---|
[830] | 26 | Width = 207
|
---|
| 27 | Height = 174
|
---|
[456] | 28 | Anchors = [akTop, akRight]
|
---|
| 29 | TabOrder = 2
|
---|
[830] | 30 | TabStop = True
|
---|
| 31 | ExplicitLeft = 106
|
---|
| 32 | ExplicitTop = 27
|
---|
| 33 | ExplicitWidth = 207
|
---|
| 34 | ExplicitHeight = 174
|
---|
| 35 | inherited gbVisitRelatedTo: TGroupBox
|
---|
| 36 | Width = 207
|
---|
| 37 | Height = 174
|
---|
| 38 | end
|
---|
[456] | 39 | end
|
---|
| 40 | object btnOK: TButton
|
---|
[830] | 41 | Left = 158
|
---|
| 42 | Top = 198
|
---|
[456] | 43 | Width = 75
|
---|
| 44 | Height = 21
|
---|
| 45 | Anchors = [akRight, akBottom]
|
---|
| 46 | Caption = '&OK'
|
---|
| 47 | Default = True
|
---|
| 48 | ModalResult = 1
|
---|
| 49 | TabOrder = 3
|
---|
| 50 | end
|
---|
| 51 | object btnCancel: TButton
|
---|
[830] | 52 | Left = 238
|
---|
| 53 | Top = 198
|
---|
[456] | 54 | Width = 75
|
---|
| 55 | Height = 21
|
---|
| 56 | Anchors = [akRight, akBottom]
|
---|
| 57 | Cancel = True
|
---|
| 58 | Caption = '&Cancel'
|
---|
| 59 | ModalResult = 2
|
---|
| 60 | TabOrder = 4
|
---|
| 61 | end
|
---|
| 62 | object dteVitals: TORDateBox
|
---|
| 63 | Tag = 11
|
---|
| 64 | Left = 119
|
---|
| 65 | Top = 2
|
---|
| 66 | Width = 133
|
---|
| 67 | Height = 21
|
---|
| 68 | TabOrder = 0
|
---|
| 69 | DateOnly = False
|
---|
| 70 | RequireTime = True
|
---|
| 71 | Caption = 'Vital Entry Date && Time:'
|
---|
| 72 | end
|
---|
| 73 | object btnNow: TButton
|
---|
[830] | 74 | Left = 269
|
---|
[456] | 75 | Top = 2
|
---|
| 76 | Width = 43
|
---|
| 77 | Height = 21
|
---|
| 78 | Anchors = [akTop, akRight]
|
---|
| 79 | Caption = 'NOW'
|
---|
| 80 | TabOrder = 1
|
---|
| 81 | OnClick = btnNowClick
|
---|
| 82 | end
|
---|
[830] | 83 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 84 | Data = (
|
---|
| 85 | (
|
---|
| 86 | 'Component = fraVisitRelated'
|
---|
| 87 | 'Status = stsDefault')
|
---|
| 88 | (
|
---|
| 89 | 'Component = fraVisitRelated.gbVisitRelatedTo'
|
---|
| 90 | 'Status = stsDefault')
|
---|
| 91 | (
|
---|
| 92 | 'Component = fraVisitRelated.chkSCYes'
|
---|
| 93 | 'Status = stsDefault')
|
---|
| 94 | (
|
---|
| 95 | 'Component = fraVisitRelated.chkAOYes'
|
---|
| 96 | 'Status = stsDefault')
|
---|
| 97 | (
|
---|
| 98 | 'Component = fraVisitRelated.chkIRYes'
|
---|
| 99 | 'Status = stsDefault')
|
---|
| 100 | (
|
---|
| 101 | 'Component = fraVisitRelated.chkECYes'
|
---|
| 102 | 'Status = stsDefault')
|
---|
| 103 | (
|
---|
| 104 | 'Component = fraVisitRelated.chkMSTYes'
|
---|
| 105 | 'Status = stsDefault')
|
---|
| 106 | (
|
---|
| 107 | 'Component = fraVisitRelated.chkMSTNo'
|
---|
| 108 | 'Status = stsDefault')
|
---|
| 109 | (
|
---|
| 110 | 'Component = fraVisitRelated.chkECNo'
|
---|
| 111 | 'Status = stsDefault')
|
---|
| 112 | (
|
---|
| 113 | 'Component = fraVisitRelated.chkIRNo'
|
---|
| 114 | 'Status = stsDefault')
|
---|
| 115 | (
|
---|
| 116 | 'Component = fraVisitRelated.chkAONo'
|
---|
| 117 | 'Status = stsDefault')
|
---|
| 118 | (
|
---|
| 119 | 'Component = fraVisitRelated.chkSCNo'
|
---|
| 120 | 'Status = stsDefault')
|
---|
| 121 | (
|
---|
| 122 | 'Component = fraVisitRelated.chkHNCYes'
|
---|
| 123 | 'Status = stsDefault')
|
---|
| 124 | (
|
---|
| 125 | 'Component = fraVisitRelated.chkHNCNo'
|
---|
| 126 | 'Status = stsDefault')
|
---|
| 127 | (
|
---|
| 128 | 'Component = fraVisitRelated.chkCVYes'
|
---|
| 129 | 'Status = stsDefault')
|
---|
| 130 | (
|
---|
| 131 | 'Component = fraVisitRelated.chkCVNo'
|
---|
| 132 | 'Status = stsDefault')
|
---|
| 133 | (
|
---|
| 134 | 'Component = fraVisitRelated.chkSHDYes'
|
---|
| 135 | 'Status = stsDefault')
|
---|
| 136 | (
|
---|
| 137 | 'Component = fraVisitRelated.chkSHDNo'
|
---|
| 138 | 'Status = stsDefault')
|
---|
| 139 | (
|
---|
| 140 | 'Component = fraVisitRelated.lblSCNo'
|
---|
| 141 | 'Status = stsDefault')
|
---|
| 142 | (
|
---|
| 143 | 'Component = fraVisitRelated.lblSCYes'
|
---|
| 144 | 'Status = stsDefault')
|
---|
| 145 | (
|
---|
| 146 | 'Component = btnOK'
|
---|
| 147 | 'Status = stsDefault')
|
---|
| 148 | (
|
---|
| 149 | 'Component = btnCancel'
|
---|
| 150 | 'Status = stsDefault')
|
---|
| 151 | (
|
---|
| 152 | 'Component = dteVitals'
|
---|
| 153 | 'Status = stsDefault')
|
---|
| 154 | (
|
---|
| 155 | 'Component = btnNow'
|
---|
| 156 | 'Status = stsDefault')
|
---|
| 157 | (
|
---|
| 158 | 'Component = frmRemVisitInfo'
|
---|
| 159 | 'Status = stsDefault'))
|
---|
| 160 | end
|
---|
[456] | 161 | end
|
---|