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/Orders/fODAllgy.dfm

    r456 r829  
    55  Height = 339
    66  HorzScrollBar.Range = 520
    7   HorzScrollBar.Visible = True
    87  VertScrollBar.Range = 312
    9   VertScrollBar.Visible = True
    10   AutoScroll = False
    118  Caption = 'Enter Allergy Information'
     9  ExplicitHeight = 339
    1210  PixelsPerInch = 96
    1311  TextHeight = 13
     
    142140    Top = 256
    143141    TabOrder = 16
     142    ExplicitLeft = 5
     143    ExplicitTop = 256
    144144  end
    145145  inherited cmdAccept: TButton
     
    148148    Caption = 'Accept'
    149149    TabOrder = 13
     150    ExplicitLeft = 441
     151    ExplicitTop = 256
    150152  end
    151153  inherited cmdQuit: TButton
     
    153155    Top = 283
    154156    TabOrder = 14
     157    ExplicitLeft = 441
     158    ExplicitTop = 283
    155159  end
    156160  inherited pnlMessage: TPanel
     
    158162    Top = 253
    159163    TabOrder = 15
     164    ExplicitLeft = 20
     165    ExplicitTop = 253
    160166    inherited memMessage: TRichEdit
    161167      Left = 41
     168      ExplicitLeft = 41
    162169    end
    163170  end
    164   object cboReactionType: TORComboBox
     171  object cboReactionType: TORComboBox [15]
    165172    Left = 7
    166173    Top = 96
     
    186193    CharsNeedMatch = 1
    187194  end
    188   object grpObsHist: TRadioGroup
     195  object grpObsHist: TRadioGroup [16]
    189196    Left = 364
    190197    Top = 11
     
    200207    OnClick = grpObsHistClick
    201208  end
    202   object memComments: TRichEdit
     209  object memComments: TRichEdit [17]
    203210    Left = 282
    204211    Top = 142
     
    210217    OnKeyUp = memCommentsKeyUp
    211218  end
    212   object lstSelectedSymptoms: TORListBox
     219  object lstSelectedSymptoms: TORListBox [18]
    213220    Left = 147
    214221    Top = 143
     
    226233    OnChange = ControlChange
    227234  end
    228   object ckNoKnownAllergies: TCheckBox
     235  object ckNoKnownAllergies: TCheckBox [19]
    229236    Left = 8
    230237    Top = 18
     
    235242    OnClick = ckNoKnownAllergiesClick
    236243  end
    237   object cboOriginator: TORComboBox
     244  object cboOriginator: TORComboBox [20]
    238245    Left = 210
    239246    Top = 22
     
    263270    CharsNeedMatch = 1
    264271  end
    265   object cboSymptoms: TORComboBox
     272  object cboSymptoms: TORComboBox [21]
    266273    Left = 7
    267274    Top = 143
     
    289296    CharsNeedMatch = 1
    290297  end
    291   object btnCurrent: TButton
     298  object btnCurrent: TButton [22]
    292299    Left = 137
    293300    Top = 14
     
    298305    OnClick = btnCurrentClick
    299306  end
    300   object calObservedDate: TORDateBox
     307  object calObservedDate: TORDateBox [23]
    301308    Left = 365
    302309    Top = 62
     
    309316    Caption = 'Reaction Date/Time'
    310317  end
    311   object cboSeverity: TORComboBox
     318  object cboSeverity: TORComboBox [24]
    312319    Left = 365
    313320    Top = 97
     
    333340    CharsNeedMatch = 1
    334341  end
    335   object btnRemove: TButton
     342  object btnRemove: TButton [25]
    336343    Left = 210
    337344    Top = 224
     
    342349    OnClick = btnRemoveClick
    343350  end
    344   object btnDateTime: TButton
     351  object btnDateTime: TButton [26]
    345352    Left = 147
    346353    Top = 224
     
    351358    OnClick = btnDateTimeClick
    352359  end
     360  inherited amgrMain: TVA508AccessibilityManager
     361    Data = (
     362      (
     363        'Component = lstAllergy'
     364        'Status = stsDefault')
     365      (
     366        'Component = cboReactionType'
     367        'Status = stsDefault')
     368      (
     369        'Component = grpObsHist'
     370        'Status = stsDefault')
     371      (
     372        'Component = memComments'
     373        'Status = stsDefault')
     374      (
     375        'Component = lstSelectedSymptoms'
     376        'Status = stsDefault')
     377      (
     378        'Component = ckNoKnownAllergies'
     379        'Status = stsDefault')
     380      (
     381        'Component = cboOriginator'
     382        'Status = stsDefault')
     383      (
     384        'Component = cboSymptoms'
     385        'Status = stsDefault')
     386      (
     387        'Component = btnCurrent'
     388        'Status = stsDefault')
     389      (
     390        'Component = calObservedDate'
     391        'Status = stsDefault')
     392      (
     393        'Component = cboSeverity'
     394        'Status = stsDefault')
     395      (
     396        'Component = btnRemove'
     397        'Status = stsDefault')
     398      (
     399        'Component = btnDateTime'
     400        'Status = stsDefault')
     401      (
     402        'Component = memOrder'
     403        'Status = stsDefault')
     404      (
     405        'Component = cmdAccept'
     406        'Status = stsDefault')
     407      (
     408        'Component = cmdQuit'
     409        'Status = stsDefault')
     410      (
     411        'Component = pnlMessage'
     412        'Status = stsDefault')
     413      (
     414        'Component = memMessage'
     415        'Status = stsDefault')
     416      (
     417        'Component = frmODAllergy'
     418        'Status = stsDefault'))
     419  end
    353420  object dlgReactionDateTime: TORDateTimeDlg
    354     FMDateTime = 2981202
     421    FMDateTime = 2981202.000000000000000000
    355422    DateOnly = False
    356423    RequireTime = False
Note: See TracChangeset for help on using the changeset viewer.