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

    r456 r829  
    55  BorderStyle = bsDialog
    66  Caption = 'Lookup Other Diagnosis'
     7  ClientHeight = 275
     8  ClientWidth = 429
    79  Position = poScreenCenter
    810  OnCreate = FormCreate
     11  ExplicitWidth = 320
     12  ExplicitHeight = 240
    913  PixelsPerInch = 96
    1014  TextHeight = 13
    11   object lblSearch: TLabel
     15  object lblSearch: TLabel [0]
    1216    Left = 6
    1317    Top = 16
     
    1620    Caption = 'Search for Diagnosis'
    1721  end
    18   object lblSelect: TLabel
     22  object lblSelect: TLabel [1]
    1923    Left = 6
    2024    Top = 67
     
    2428    Visible = False
    2529  end
    26   object txtSearch: TCaptionEdit
     30  object txtSearch: TCaptionEdit [2]
    2731    Left = 6
    2832    Top = 30
     
    3337    Caption = 'Search for Diagnosis'
    3438  end
    35   object cmdSearch: TButton
     39  object cmdSearch: TButton [3]
    3640    Left = 346
    3741    Top = 30
     
    4347    OnClick = cmdSearchClick
    4448  end
    45   object cmdOK: TButton
     49  object cmdOK: TButton [4]
    4650    Left = 263
    4751    Top = 245
     
    5256    OnClick = cmdOKClick
    5357  end
    54   object cmdCancel: TButton
     58  object cmdCancel: TButton [5]
    5559    Left = 346
    5660    Top = 245
     
    6266    OnClick = cmdCancelClick
    6367  end
    64   object lstSelect: TORListBox
     68  object lstSelect: TORListBox [6]
    6569    Left = 6
    6670    Top = 81
     
    7882    Pieces = '2'
    7983  end
     84  inherited amgrMain: TVA508AccessibilityManager
     85    Data = (
     86      (
     87        'Component = txtSearch'
     88        'Status = stsDefault')
     89      (
     90        'Component = cmdSearch'
     91        'Status = stsDefault')
     92      (
     93        'Component = cmdOK'
     94        'Status = stsDefault')
     95      (
     96        'Component = cmdCancel'
     97        'Status = stsDefault')
     98      (
     99        'Component = lstSelect'
     100        'Status = stsDefault')
     101      (
     102        'Component = frmPCELex'
     103        'Status = stsDefault'))
     104  end
    80105end
Note: See TracChangeset for help on using the changeset viewer.