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

Upgrade to version 27

File:
1 edited

Legend:

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

    r456 r829  
    55  Caption = 'frmGAF'
    66  OnActivate = FormActivate
     7  ExplicitLeft = 8
     8  ExplicitTop = 8
    79  PixelsPerInch = 96
    810  TextHeight = 13
     
    3436    Height = 13
    3537    Align = alTop
     38    ExplicitWidth = 3
    3639  end
    3740  object Spacer2: TLabel [4]
     
    4144    Height = 13
    4245    Align = alTop
     46    ExplicitWidth = 3
    4347  end
    4448  object lblGAF: TStaticText [5]
     
    8892    Align = alTop
    8993    TabOrder = 0
     94    ExplicitLeft = 0
     95    ExplicitTop = 35
     96    ExplicitWidth = 624
    9097    inherited lbGrid: TORListBox
    9198      Width = 624
     
    94101      Caption = 'Most recent Global Assessment of Functioning (GAF) scores'
    95102      Pieces = '1,2,3,4'
     103      ExplicitWidth = 624
    96104    end
    97105    inherited hcGrid: THeaderControl
     
    122130          Width = 60
    123131        end>
     132      ExplicitWidth = 624
    124133    end
    125134  end
    126   object edtScore: TCaptionEdit
     135  object edtScore: TCaptionEdit [10]
    127136    Left = 226
    128137    Top = 171
     
    134143    Caption = 'Score'
    135144  end
    136   object udScore: TUpDown
     145  object udScore: TUpDown [11]
    137146    Left = 259
    138147    Top = 171
     
    140149    Height = 21
    141150    Associate = edtScore
    142     Min = 0
    143     Position = 0
    144151    TabOrder = 2
    145     Wrap = False
    146   end
    147   object dteGAF: TORDateBox
     152  end
     153  object dteGAF: TORDateBox [12]
    148154    Left = 226
    149155    Top = 202
     
    156162    Caption = 'Date Determined:'
    157163  end
    158   object cboGAFProvider: TORComboBox
     164  object cboGAFProvider: TORComboBox [13]
    159165    Left = 226
    160166    Top = 233
     
    179185    OnExit = cboGAFProviderExit
    180186    OnNeedData = cboGAFProviderNeedData
    181   end
    182   object btnURL: TButton
     187    CharsNeedMatch = 1
     188  end
     189  object btnURL: TButton [14]
    183190    Left = 3
    184191    Top = 376
     
    192199    OnClick = btnURLClick
    193200  end
     201  inherited amgrMain: TVA508AccessibilityManager
     202    Data = (
     203      (
     204        'Component = lblGAF'
     205        'Status = stsDefault')
     206      (
     207        'Component = lblEntry'
     208        'Status = stsDefault')
     209      (
     210        'Component = edtScore'
     211        'Status = stsDefault')
     212      (
     213        'Component = udScore'
     214        'Status = stsDefault')
     215      (
     216        'Component = dteGAF'
     217        'Status = stsDefault')
     218      (
     219        'Component = cboGAFProvider'
     220        'Status = stsDefault')
     221      (
     222        'Component = btnURL'
     223        'Status = stsDefault')
     224      (
     225        'Component = pnlGrid'
     226        'Status = stsDefault')
     227      (
     228        'Component = lbGrid'
     229        'Status = stsDefault')
     230      (
     231        'Component = hcGrid'
     232        'Status = stsDefault')
     233      (
     234        'Component = btnOK'
     235        'Status = stsDefault')
     236      (
     237        'Component = btnCancel'
     238        'Status = stsDefault')
     239      (
     240        'Component = frmGAF'
     241        'Status = stsDefault'))
     242  end
    194243end
Note: See TracChangeset for help on using the changeset viewer.