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

    r456 r830  
    1 object frmEncounter: TfrmEncounter
     1inherited frmEncounter: TfrmEncounter
    22  Left = 481
    33  Top = 242
    4   Width = 470
    5   Height = 450
    64  Anchors = [akTop]
    75  BorderIcons = [biSystemMenu]
    86  Caption = 'Provider & Location for Current Activities'
    9   Color = clBtnFace
     7  ClientHeight = 423
     8  ClientWidth = 462
    109  Constraints.MinWidth = 470
    11   Font.Charset = DEFAULT_CHARSET
    12   Font.Color = clWindowText
    13   Font.Height = -11
    14   Font.Name = 'MS Sans Serif'
    15   Font.Style = []
    1610  OldCreateOrder = True
    1711  Position = poScreenCenter
     
    2216  OnResize = FormResize
    2317  OnShow = FormShow
     18  ExplicitWidth = 470
     19  ExplicitHeight = 450
    2420  DesignSize = (
    2521    462
    26     416)
     22    423)
    2723  PixelsPerInch = 96
    2824  TextHeight = 13
    29   object lblInstruct: TLabel
     25  object lblInstruct: TLabel [0]
    3026    Left = 6
    3127    Top = 6
     
    3935    WordWrap = True
    4036  end
    41   object lblLocation: TLabel
     37  object lblLocation: TLabel [1]
    4238    Tag = 9
    4339    Left = 6
     
    4945    Constraints.MinHeight = 12
    5046  end
    51   object lblProvider: TLabel
     47  object lblProvider: TLabel [2]
    5248    Left = 6
    5349    Top = 6
     
    5652    Caption = 'Encounter Provider'
    5753  end
    58   object cboPtProvider: TORComboBox
     54  object cboPtProvider: TORComboBox [3]
    5955    Left = 6
    6056    Top = 20
     
    8278    CharsNeedMatch = 1
    8379  end
    84   object cmdDateRange: TButton
     80  object cmdDateRange: TButton [4]
    8581    Tag = 9
    8682    Left = 266
     
    9591    OnClick = cmdDateRangeClick
    9692  end
    97   object txtLocation: TCaptionEdit
     93  object txtLocation: TCaptionEdit [5]
    9894    Tag = 9
    9995    Left = 6
     
    110106    Caption = 'Encounter Location'
    111107  end
    112   object cmdCancel: TButton
     108  object cmdCancel: TButton [6]
    113109    Left = 341
    114110    Top = 45
     
    123119    OnClick = cmdCancelClick
    124120  end
    125   object cmdOK: TButton
     121  object cmdOK: TButton [7]
    126122    Left = 340
    127123    Top = 20
     
    136132    OnClick = cmdOKClick
    137133  end
    138   object Panel1: TPanel
     134  object Panel1: TPanel [8]
    139135    Left = 0
    140136    Top = 179
     
    158154      TabOrder = 0
    159155      OnChange = pgeVisitChange
     156      OnMouseDown = pgeVisitMouseDown
    160157      object tabClinic: TTabSheet
    161158        Caption = 'Clinic Appointments'
     159        ExplicitLeft = 0
     160        ExplicitTop = 0
     161        ExplicitWidth = 0
     162        ExplicitHeight = 0
    162163        object lstClinic: TORListBox
    163164          Left = 0
     
    205206      object tabAdmit: TTabSheet
    206207        Caption = 'Hospital Admissions'
     208        ExplicitLeft = 0
     209        ExplicitTop = 0
     210        ExplicitWidth = 0
     211        ExplicitHeight = 0
    207212        object lstAdmit: TORListBox
    208213          Left = 0
     
    241246      object tabNewVisit: TTabSheet
    242247        Caption = 'New Visit'
     248        ExplicitLeft = 0
     249        ExplicitTop = 0
     250        ExplicitWidth = 0
     251        ExplicitHeight = 0
    243252        object lblVisitDate: TLabel
    244253          Left = 220
     
    313322    end
    314323  end
     324  inherited amgrMain: TVA508AccessibilityManager
     325    Data = (
     326      (
     327        'Component = cboPtProvider'
     328        'Status = stsDefault')
     329      (
     330        'Component = cmdDateRange'
     331        'Status = stsDefault')
     332      (
     333        'Component = txtLocation'
     334        'Status = stsDefault')
     335      (
     336        'Component = cmdCancel'
     337        'Status = stsDefault')
     338      (
     339        'Component = cmdOK'
     340        'Status = stsDefault')
     341      (
     342        'Component = Panel1'
     343        'Status = stsDefault')
     344      (
     345        'Component = pgeVisit'
     346        'Status = stsDefault')
     347      (
     348        'Component = tabClinic'
     349        'Status = stsDefault')
     350      (
     351        'Component = lstClinic'
     352        'Status = stsDefault')
     353      (
     354        'Component = Panel2'
     355        'Status = stsDefault')
     356      (
     357        'Component = tabAdmit'
     358        'Status = stsDefault')
     359      (
     360        'Component = lstAdmit'
     361        'Status = stsDefault')
     362      (
     363        'Component = Panel3'
     364        'Status = stsDefault')
     365      (
     366        'Component = tabNewVisit'
     367        'Status = stsDefault')
     368      (
     369        'Component = calVisitDate'
     370        'Status = stsDefault')
     371      (
     372        'Component = ckbHistorical'
     373        'Status = stsDefault')
     374      (
     375        'Component = cboNewVisit'
     376        'Status = stsDefault')
     377      (
     378        'Component = frmEncounter'
     379        'Status = stsDefault'))
     380  end
    315381  object dlgDateRange: TORDateRangeDlg
    316382    DateOnly = True
Note: See TracChangeset for help on using the changeset viewer.