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

    r456 r830  
    1 object frmPtSel: TfrmPtSel
    2   Left = 194
     1inherited frmPtSel: TfrmPtSel
    32  Top = 131
    4   Width = 793
    5   Height = 589
    63  BorderIcons = []
    74  Caption = 'Patient Selection'
    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   KeyPreview = True
     5  ClientHeight = 555
     6  ClientWidth = 785
    157  OldCreateOrder = True
    168  OnClose = FormClose
     9  OnCreate = FormCreate
    1710  OnDestroy = FormDestroy
    18   OnKeyDown = FormKeyDown
     11  OnResize = FormResize
    1912  OnShow = FormShow
     13  ExplicitTop = 131
     14  ExplicitWidth = 793
     15  ExplicitHeight = 589
    2016  PixelsPerInch = 96
    2117  TextHeight = 13
    22   object sptVert: TSplitter
     18  object sptVert: TSplitter [0]
    2319    Left = 0
    2420    Top = 290
     
    2824    Align = alTop
    2925  end
    30   object pnlDivide: TORAutoPanel
     26  object pnlDivide: TORAutoPanel [1]
    3127    Left = 0
    3228    Top = 294
     
    5046      Width = 100
    5147      Height = 15
     48      BackColor = clHighlightText
    5249      Color = clBtnFace
    53       ForeColor = clActiveCaption
     50      ForeColor = clHighlight
    5451      Font.Charset = DEFAULT_CHARSET
    5552      Font.Color = clCaptionText
     
    6360    end
    6461  end
    65   object pnlPtSel: TORAutoPanel
     62  object pnlPtSel: TORAutoPanel [2]
    6663    Left = 0
    6764    Top = 0
     
    7370    OnResize = pnlPtSelResize
    7471    object lblPatient: TLabel
    75       Left = 185
    76       Top = 8
     72      Left = 216
     73      Top = 4
    7774      Width = 33
    7875      Height = 13
     
    8178    end
    8279    object cboPatient: TORComboBox
    83       Left = 185
    84       Top = 22
     80      Left = 216
     81      Top = 33
    8582      Width = 272
    86       Height = 262
     83      Height = 251
    8784      Hint = 'Enter name,Full SSN ,Last 4 (x1234),'#39'HRN'#39',DOB, or Phone#'
    8885      Style = orcsSimple
     
    114111      OnNeedData = cboPatientNeedData
    115112      CharsNeedMatch = 1
     113      UniqueAutoComplete = True
    116114    end
    117115    object cmdOK: TButton
    118116      Left = 698
    119       Top = 22
     117      Top = 3
    120118      Width = 78
    121       Height = 19
     119      Height = 21
    122120      Caption = 'OK'
    123121      TabOrder = 2
     
    126124    object cmdCancel: TButton
    127125      Left = 698
    128       Top = 43
     126      Top = 24
    129127      Width = 78
    130       Height = 19
     128      Height = 21
    131129      Cancel = True
    132130      Caption = 'Cancel'
     
    135133    end
    136134    object cmdSaveList: TButton
    137       Left = 499
     135      Left = 494
    138136      Top = 265
    139137      Width = 175
    140       Height = 18
     138      Height = 21
    141139      Caption = 'Save Patient List Settings'
    142140      TabOrder = 0
     
    144142    end
    145143    object RadioGroup1: TRadioGroup
    146       Left = 464
     144      Left = 512
    147145      Top = 192
    148       Width = 313
     146      Width = 265
    149147      Height = 65
    150148      Caption = 'Specific "In-Depth" Lookup by '
     
    158156    end
    159157  end
    160   object pnlNotifications: TORAutoPanel
     158  object pnlNotifications: TORAutoPanel [3]
    161159    Left = 0
    162160    Top = 520
     
    202200      Caption = 'Forward'
    203201      Enabled = False
    204       TabOrder = 4
     202      TabOrder = 3
    205203      OnClick = cmdForwardClick
    206204    end
    207205    object cmdRemove: TButton
    208       Left = 490
     206      Left = 577
    209207      Top = 10
    210208      Width = 95
     
    212210      Caption = 'Remove'
    213211      Enabled = False
    214       TabOrder = 3
     212      TabOrder = 5
    215213      OnClick = cmdRemoveClick
    216214    end
    217   end
    218   object lstvAlerts: TCaptionListView
     215    object cmdComments: TButton
     216      Left = 441
     217      Top = 10
     218      Width = 95
     219      Height = 21
     220      Caption = 'Show Comments'
     221      Enabled = False
     222      TabOrder = 4
     223      OnClick = cmdCommentsClick
     224    end
     225  end
     226  object lstvAlerts: TCaptionListView [4]
    219227    Left = 0
    220228    Top = 311
     
    257265        Width = 180
    258266      end>
     267    HideSelection = False
    259268    HoverTime = 0
    260269    IconOptions.WrapText = False
     
    276285    Caption = 'Notifications'
    277286  end
     287  inherited amgrMain: TVA508AccessibilityManager
     288    Data = (
     289      (
     290        'Component = pnlDivide'
     291        'Status = stsDefault')
     292      (
     293        'Component = pnlPtSel'
     294        'Status = stsDefault')
     295      (
     296        'Component = cboPatient'
     297        'Status = stsDefault')
     298      (
     299        'Component = cmdOK'
     300        'Status = stsDefault')
     301      (
     302        'Component = cmdCancel'
     303        'Status = stsDefault')
     304      (
     305        'Component = cmdSaveList'
     306        'Status = stsDefault')
     307      (
     308        'Component = pnlNotifications'
     309        'Status = stsDefault')
     310      (
     311        'Component = cmdProcessInfo'
     312        'Status = stsDefault')
     313      (
     314        'Component = cmdProcessAll'
     315        'Status = stsDefault')
     316      (
     317        'Component = cmdProcess'
     318        'Status = stsDefault')
     319      (
     320        'Component = cmdForward'
     321        'Status = stsDefault')
     322      (
     323        'Component = cmdRemove'
     324        'Status = stsDefault')
     325      (
     326        'Component = lstvAlerts'
     327        'Status = stsDefault')
     328      (
     329        'Component = frmPtSel'
     330        'Status = stsDefault')
     331      (
     332        'Component = cmdComments'
     333        'Status = stsDefault'))
     334  end
    278335  object popNotifications: TPopupMenu
    279336    Left = 508
Note: See TracChangeset for help on using the changeset viewer.