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

    r456 r830  
    99  Position = poScreenCenter
    1010  OnCreate = FormCreate
     11  ExplicitLeft = 408
     12  ExplicitTop = 234
     13  ExplicitWidth = 453
     14  ExplicitHeight = 506
    1115  PixelsPerInch = 96
    1216  TextHeight = 13
    13   object lblSearch: TLabel
     17  object lblSearch: TLabel [0]
    1418    Left = 0
    1519    Top = 0
     
    2731    Layout = tlBottom
    2832  end
    29   object lblSelect: TLabel
     33  object lblSelect: TLabel [1]
    3034    Left = 5
    3135    Top = 124
     
    3539    Visible = False
    3640  end
    37   object lblDetail: TLabel
     41  object lblDetail: TLabel [2]
    3842    Left = 0
    3943    Top = 25
     
    4953    WordWrap = True
    5054  end
    51   object lblSearchCaption: TLabel
     55  object lblSearchCaption: TLabel [3]
    5256    Left = 6
    5357    Top = 73
     
    5660    Caption = 'Search for:'
    5761  end
    58   object txtSearch: TCaptionEdit
     62  object txtSearch: TCaptionEdit [4]
    5963    Left = 4
    6064    Top = 88
     
    6771      'r at least 3 characters)'
    6872  end
    69   object cmdSearch: TButton
     73  object cmdSearch: TButton [5]
    7074    Left = 362
    7175    Top = 88
    7276    Width = 75
    7377    Height = 21
    74     Caption = 'Search'
     78    Caption = '&Search'
    7579    Default = True
    7680    TabOrder = 1
    7781    OnClick = cmdSearchClick
    7882  end
    79   object cmdOK: TButton
     83  object cmdOK: TButton [6]
    8084    Left = 263
    8185    Top = 422
    8286    Width = 75
    8387    Height = 22
    84     Caption = 'OK'
     88    Caption = '&OK'
    8589    TabOrder = 4
    8690    OnClick = cmdOKClick
    8791  end
    88   object cmdCancel: TButton
     92  object cmdCancel: TButton [7]
    8993    Left = 345
    9094    Top = 422
     
    9296    Height = 22
    9397    Cancel = True
    94     Caption = 'Cancel'
     98    Caption = '&Cancel'
    9599    TabOrder = 5
    96100    OnClick = cmdCancelClick
    97101  end
    98   object stsFound: TStatusBar
     102  object stsFound: TStatusBar [8]
    99103    Left = 0
    100104    Top = 453
     
    104108    SimplePanel = True
    105109  end
    106   object ckNoKnownAllergies: TCheckBox
     110  object ckNoKnownAllergies: TCheckBox [9]
    107111    Left = 320
    108112    Top = 118
    109113    Width = 119
    110114    Height = 17
    111     Caption = 'No Known Allergies'
     115    Caption = '&No Known Allergies'
    112116    TabOrder = 3
    113117    OnClick = ckNoKnownAllergiesClick
    114118  end
    115   object tvAgent: TORTreeView
     119  object tvAgent: TORTreeView [10]
    116120    Left = 2
    117121    Top = 138
     
    127131    NodePiece = 0
    128132  end
     133  inherited amgrMain: TVA508AccessibilityManager
     134    Data = (
     135      (
     136        'Component = txtSearch'
     137        'Status = stsDefault')
     138      (
     139        'Component = cmdSearch'
     140        'Status = stsDefault')
     141      (
     142        'Component = cmdOK'
     143        'Status = stsDefault')
     144      (
     145        'Component = cmdCancel'
     146        'Status = stsDefault')
     147      (
     148        'Component = stsFound'
     149        'Status = stsDefault')
     150      (
     151        'Component = ckNoKnownAllergies'
     152        'Status = stsDefault')
     153      (
     154        'Component = tvAgent'
     155        'Status = stsDefault')
     156      (
     157        'Component = frmAllgyFind'
     158        'Status = stsDefault'))
     159  end
    129160  object imTree: TImageList
    130161    Left = 396
     
    270301      000000000000}
    271302  end
     303  object imgLblAllgyFindTree: TVA508ImageListLabeler
     304    Components = <
     305      item
     306        Component = tvAgent
     307      end>
     308    ImageList = imTree
     309    Labels = <
     310      item
     311        ImageIndex = 0
     312        OverlayIndex = -1
     313      end
     314      item
     315        Caption = 'Check'
     316        ImageIndex = 1
     317        OverlayIndex = -1
     318      end
     319      item
     320        Caption = 'Greyed X and Exclaimation'
     321        ImageIndex = 2
     322        OverlayIndex = -1
     323      end>
     324    Left = 400
     325    Top = 192
     326  end
    272327end
Note: See TracChangeset for help on using the changeset viewer.