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

    r456 r830  
    1 object frmPtSelOptns: TfrmPtSelOptns
    2   Left = 300
    3   Top = 172
     1inherited frmPtSelOptns: TfrmPtSelOptns
     2  Left = 200
     3  Top = 190
    44  BorderStyle = bsNone
    55  Caption = 'frmPtSelOptns'
    6   ClientHeight = 248
    7   ClientWidth = 176
    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 = 269
     7  ClientWidth = 190
     8  DefaultMonitor = dmDesktop
     9  Position = poDesigned
    1510  OnCreate = FormCreate
     11  ExplicitLeft = 200
     12  ExplicitTop = 190
     13  ExplicitWidth = 198
     14  ExplicitHeight = 303
    1615  PixelsPerInch = 96
    1716  TextHeight = 13
    18   object orapnlMain: TORAutoPanel
     17  object orapnlMain: TORAutoPanel [0]
    1918    Left = 0
    2019    Top = 0
    21     Width = 176
    22     Height = 248
     20    Width = 190
     21    Height = 269
    2322    Align = alClient
    2423    BevelOuter = bvNone
     
    2625    object lblPtList: TLabel
    2726      Left = 4
    28       Top = 4
     27      Top = 1
    2928      Width = 52
    3029      Height = 13
     
    3332    object lblDateRange: TLabel
    3433      Left = 4
    35       Top = 212
     34      Top = 226
    3635      Width = 98
    3736      Height = 13
     
    3938    end
    4039    object bvlPtList: TORAutoPanel
    41       Left = 3
    42       Top = 18
    43       Width = 168
    44       Height = 69
     40      Left = 4
     41      Top = 24
     42      Width = 180
     43      Height = 84
    4544      BevelOuter = bvLowered
    4645      TabOrder = 0
    4746      object radAll: TRadioButton
    4847        Tag = 18
    49         Left = 103
    50         Top = 49
    51         Width = 60
     48        Left = 116
     49        Top = 58
     50        Width = 55
    5251        Height = 17
    5352        Caption = '&All'
     
    5756      object radWards: TRadioButton
    5857        Tag = 17
    59         Left = 103
    60         Top = 33
    61         Width = 60
    62         Height = 17
     58        Left = 116
     59        Top = 40
     60        Width = 58
     61        Height = 16
    6362        Caption = '&Wards'
    6463        TabOrder = 5
     
    6766      object radClinics: TRadioButton
    6867        Tag = 16
    69         Left = 103
    70         Top = 18
     68        Left = 116
     69        Top = 20
    7170        Width = 60
    7271        Height = 17
     
    8079        Tag = 14
    8180        Left = 1
    82         Top = 49
    83         Width = 84
     81        Top = 58
     82        Width = 115
    8483        Height = 17
    8584        Caption = '&Specialties'
     
    9089        Tag = 13
    9190        Left = 1
    92         Top = 33
    93         Width = 98
     91        Top = 39
     92        Width = 116
    9493        Height = 17
    9594        Caption = '&Team/Personal'
     
    10099        Tag = 12
    101100        Left = 1
    102         Top = 18
    103         Width = 84
     101        Top = 20
     102        Width = 107
    104103        Height = 17
    105104        Caption = '&Providers'
     
    120119    object cboList: TORComboBox
    121120      Left = 4
    122       Top = 92
     121      Top = 109
    123122      Width = 169
    124123      Height = 116
     
    149148    object cboDateRange: TORComboBox
    150149      Left = 4
    151       Top = 226
     150      Top = 244
    152151      Width = 169
    153152      Height = 21
     
    173172    end
    174173  end
     174  inherited amgrMain: TVA508AccessibilityManager
     175    Data = (
     176      (
     177        'Component = orapnlMain'
     178        'Status = stsDefault')
     179      (
     180        'Component = bvlPtList'
     181        'Status = stsDefault')
     182      (
     183        'Component = radAll'
     184        'Status = stsDefault')
     185      (
     186        'Component = radWards'
     187        'Status = stsDefault')
     188      (
     189        'Component = radClinics'
     190        'Status = stsDefault')
     191      (
     192        'Component = radSpecialties'
     193        'Status = stsDefault')
     194      (
     195        'Component = radTeams'
     196        'Status = stsDefault')
     197      (
     198        'Component = radProviders'
     199        'Status = stsDefault')
     200      (
     201        'Component = radDflt'
     202        'Status = stsDefault')
     203      (
     204        'Component = cboList'
     205        'Status = stsDefault')
     206      (
     207        'Component = cboDateRange'
     208        'Status = stsDefault')
     209      (
     210        'Component = frmPtSelOptns'
     211        'Status = stsDefault'))
     212  end
    175213  object calApptRng: TORDateRangeDlg
    176214    DateOnly = True
Note: See TracChangeset for help on using the changeset viewer.