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/fPtSelDemog.dfm

    r456 r830  
    1 object frmPtSelDemog: TfrmPtSelDemog
    2   Left = 862
    3   Top = 298
     1inherited frmPtSelDemog: TfrmPtSelDemog
     2  Left = 550
     3  Top = 250
    44  BorderStyle = bsNone
    55  Caption = 'frmPtSelDemog'
    6   ClientHeight = 151
    7   ClientWidth = 190
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    14   OldCreateOrder = False
     6  ClientHeight = 193
     7  ClientWidth = 169
     8  DefaultMonitor = dmDesktop
     9  Position = poDesigned
    1510  OnCreate = FormCreate
    1611  OnDestroy = FormDestroy
     12  ExplicitLeft = 550
     13  ExplicitTop = 250
     14  ExplicitWidth = 177
     15  ExplicitHeight = 227
    1716  PixelsPerInch = 96
    1817  TextHeight = 13
    19   object orapnlMain: TORAutoPanel
     18  object orapnlMain: TORAutoPanel [0]
    2019    Left = 0
    2120    Top = 0
    22     Width = 190
    23     Height = 151
     21    Width = 169
     22    Height = 193
    2423    Align = alClient
    2524    BevelOuter = bvNone
     
    2827      Left = 0
    2928      Top = 0
    30       Width = 190
    31       Height = 151
     29      Width = 169
     30      Height = 193
    3231      Align = alClient
    3332      HideSelection = False
     
    4241      Tag = 2
    4342      Left = 1
    44       Top = 2
     43      Top = 3
    4544      Width = 166
    4645      Height = 17
     
    5756      Tag = 1
    5857      Left = 1
    59       Top = 21
     58      Top = 17
    6059      Width = 29
    6160      Height = 17
     
    6665      Tag = 2
    6766      Left = 31
    68       Top = 21
     67      Top = 17
    6968      Width = 64
    7069      Height = 17
     
    7574      Tag = 1
    7675      Left = 1
    77       Top = 39
     76      Top = 33
    7877      Width = 30
    7978      Height = 17
     
    8483      Tag = 2
    8584      Left = 31
    86       Top = 39
     85      Top = 32
    8786      Width = 63
    8887      Height = 17
     
    9392      Tag = 2
    9493      Left = 1
    95       Top = 57
     94      Top = 47
    9695      Width = 66
    9796      Height = 17
     
    102101      Tag = 2
    103102      Left = 1
    104       Top = 75
     103      Top = 62
    105104      Width = 41
    106105      Height = 17
     
    111110      Tag = 2
    112111      Left = 1
    113       Top = 93
     112      Top = 75
    114113      Width = 118
    115114      Height = 17
     
    120119      Tag = 1
    121120      Left = 1
    122       Top = 111
     121      Top = 90
    123122      Width = 48
    124123      Height = 17
     
    128127    object lblPtRoomBed: TStaticText
    129128      Tag = 2
    130       Left = 61
    131       Top = 131
     129      Left = 64
     130      Top = 107
    132131      Width = 32
    133132      Height = 17
     
    139138      Tag = 2
    140139      Left = 61
    141       Top = 111
     140      Top = 90
    142141      Width = 41
    143142      Height = 17
     
    149148      Tag = 1
    150149      Left = 1
    151       Top = 131
     150      Top = 104
    152151      Width = 57
    153152      Height = 17
     
    159158      Left = 104
    160159      Top = 21
    161       Width = 7
    162       Height = 17
     160      Width = 4
     161      Height = 4
    163162      TabOrder = 13
    164163    end
     164  end
     165  inherited amgrMain: TVA508AccessibilityManager
     166    Data = (
     167      (
     168        'Component = orapnlMain'
     169        'Status = stsDefault')
     170      (
     171        'Component = Memo'
     172        'Status = stsDefault')
     173      (
     174        'Component = lblPtName'
     175        'Status = stsDefault')
     176      (
     177        'Component = lblSSN'
     178        'Status = stsDefault')
     179      (
     180        'Component = lblPtSSN'
     181        'Status = stsDefault')
     182      (
     183        'Component = lblDOB'
     184        'Status = stsDefault')
     185      (
     186        'Component = lblPtDOB'
     187        'Status = stsDefault')
     188      (
     189        'Component = lblPtSex'
     190        'Status = stsDefault')
     191      (
     192        'Component = lblPtVet'
     193        'Status = stsDefault')
     194      (
     195        'Component = lblPtSC'
     196        'Status = stsDefault')
     197      (
     198        'Component = lblLocation'
     199        'Status = stsDefault')
     200      (
     201        'Component = lblPtRoomBed'
     202        'Status = stsDefault')
     203      (
     204        'Component = lblPtLocation'
     205        'Status = stsDefault')
     206      (
     207        'Component = lblRoomBed'
     208        'Status = stsDefault')
     209      (
     210        'Component = lblPtHRN'
     211        'Status = stsDefault')
     212      (
     213        'Component = frmPtSelDemog'
     214        'Status = stsDefault'))
    165215  end
    166216end
Note: See TracChangeset for help on using the changeset viewer.