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

    r456 r829  
    22  Left = 286
    33  Top = 248
    4   Width = 363
    5   Height = 417
    64  Caption = 'Other Health Factors'
     5  ClientHeight = 390
     6  ClientWidth = 355
    77  Position = poScreenCenter
    88  OnCreate = FormCreate
     9  ExplicitWidth = 363
     10  ExplicitHeight = 417
    911  PixelsPerInch = 96
    1012  TextHeight = 13
    11   object splMain: TSplitter
     13  object splMain: TSplitter [0]
    1214    Left = 0
    1315    Top = 131
     
    1719    Align = alTop
    1820  end
    19   object lblCat: TLabel
     21  object lblCat: TLabel [1]
    2022    Left = 0
    2123    Top = 0
     
    2426    Align = alTop
    2527    Caption = 'Category:'
     28    ExplicitWidth = 45
    2629  end
    27   object cbxSearch: TORComboBox
     30  object cbxSearch: TORComboBox [2]
    2831    Left = 0
    2932    Top = 13
     
    4144    ListItemsOnly = True
    4245    LongList = False
     46    LookupPiece = 0
    4347    MaxLength = 0
    4448    Pieces = '2'
     
    4953    OnChange = cbxSearchChange
    5054    OnDblClick = tvSearchDblClick
     55    CharsNeedMatch = 1
    5156  end
    52   object tvSearch: TORTreeView
     57  object tvSearch: TORTreeView [3]
    5358    Left = 0
    5459    Top = 134
     
    5762    Align = alClient
    5863    HideSelection = False
     64    Images = dmodShared.imgTemplates
    5965    Indent = 23
    6066    ReadOnly = True
    61     StateImages = dmodShared.imgTemplates
    6267    TabOrder = 1
    6368    OnChange = tvSearchChange
     
    6772    OnGetImageIndex = tvSearchGetImageIndex
    6873    OnGetSelectedIndex = tvSearchGetImageIndex
    69     Caption = 'Other Health Factors'
     74    Caption = 'Health Factors Category'
    7075    NodePiece = 2
     76    ExplicitTop = 137
    7177  end
    72   object pnlBottom: TPanel
     78  object pnlBottom: TPanel [4]
    7379    Left = 0
    7480    Top = 363
     
    7884    BevelOuter = bvNone
    7985    TabOrder = 2
     86    DesignSize = (
     87      355
     88      27)
    8089    object btnOK: TButton
    8190      Left = 196
     
    102111    end
    103112  end
     113  inherited amgrMain: TVA508AccessibilityManager
     114    Left = 176
     115    Data = (
     116      (
     117        'Component = cbxSearch'
     118        'Status = stsDefault')
     119      (
     120        'Component = tvSearch'
     121        'Status = stsDefault')
     122      (
     123        'Component = pnlBottom'
     124        'Status = stsDefault')
     125      (
     126        'Component = btnOK'
     127        'Status = stsDefault')
     128      (
     129        'Component = btnCancel'
     130        'Status = stsDefault')
     131      (
     132        'Component = frmHFSearch'
     133        'Status = stsDefault'))
     134  end
     135  object imgListHFtvSearch: TVA508ImageListLabeler
     136    Components = <
     137      item
     138        Component = tvSearch
     139      end>
     140    Labels = <>
     141    RemoteLabeler = dmodShared.imgLblHealthFactorLabels
     142    Left = 224
     143  end
    104144end
Note: See TracChangeset for help on using the changeset viewer.