Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/fRemVisitInfo.dfm

    r456 r830  
    1 object frmRemVisitInfo: TfrmRemVisitInfo
     1inherited frmRemVisitInfo: TfrmRemVisitInfo
    22  Left = 192
    33  Top = 195
     
    55  BorderStyle = bsDialog
    66  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
     7  ClientHeight = 221
     8  ClientWidth = 316
    169  Position = poOwnerFormCenter
    1710  OnCreate = FormCreate
    1811  DesignSize = (
    19     303
    20     187)
     12    316
     13    221)
    2114  PixelsPerInch = 96
    2215  TextHeight = 13
    23   object lblVital: TLabel
     16  object lblVital: TLabel [0]
    2417    Left = 3
    2518    Top = 6
     
    2821    Caption = 'Vital Entry Date && Time:'
    2922  end
    30   inline fraVisitRelated: TfraVisitRelated
    31     Left = 109
     23  inline fraVisitRelated: TfraVisitRelated [1]
     24    Left = 106
    3225    Top = 27
    33     Width = 192
    34     Height = 136
     26    Width = 207
     27    Height = 174
    3528    Anchors = [akTop, akRight]
    3629    TabOrder = 2
     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
    3739  end
    3840  object btnOK: TButton
    39     Left = 145
    40     Top = 164
     41    Left = 158
     42    Top = 198
    4143    Width = 75
    4244    Height = 21
     
    4850  end
    4951  object btnCancel: TButton
    50     Left = 225
    51     Top = 164
     52    Left = 238
     53    Top = 198
    5254    Width = 75
    5355    Height = 21
     
    7072  end
    7173  object btnNow: TButton
    72     Left = 256
     74    Left = 269
    7375    Top = 2
    7476    Width = 43
     
    7981    OnClick = btnNowClick
    8082  end
     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
    81161end
Note: See TracChangeset for help on using the changeset viewer.