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

    r456 r829  
    33  Top = 166
    44  Caption = 'frmPCEBaseMain'
    5   OnDestroy = FormDestroy
    6   OnResize = FormResize
     5  ExplicitWidth = 320
     6  ExplicitHeight = 240
    77  PixelsPerInch = 96
    88  TextHeight = 13
     
    3737    Left = 464
    3838    TabOrder = 1
     39    ExplicitLeft = 464
    3940  end
    4041  inherited btnCancel: TBitBtn
    4142    Left = 544
    4243    TabOrder = 2
     44    ExplicitLeft = 544
    4345  end
    4446  inherited pnlGrid: TPanel
    4547    Width = 475
    4648    TabOrder = 0
     49    ExplicitWidth = 475
    4750    inherited lbGrid: TORListBox
    4851      Width = 475
    4952      MultiSelect = True
    5053      OnClick = lbGridSelect
     54      OnExit = lbGridExit
    5155      OnChange = lbGridSelect
    5256      CheckEntireLine = True
     57      ExplicitWidth = 475
    5358    end
    5459    inherited hcGrid: THeaderControl
    5560      Width = 475
    56     end
    57   end
    58   object edtComment: TCaptionEdit
     61      ExplicitWidth = 475
     62    end
     63  end
     64  object edtComment: TCaptionEdit [7]
    5965    Left = 6
    6066    Top = 343
     
    6773    Caption = 'Comments'
    6874  end
    69   object btnRemove: TButton
     75  object btnRemove: TButton [8]
    7076    Left = 536
    7177    Top = 343
     
    7682    OnClick = btnRemoveClick
    7783  end
    78   object btnSelectAll: TButton
     84  object btnSelectAll: TButton [9]
    7985    Left = 406
    8086    Top = 326
     
    8692    OnClick = btnSelectAllClick
    8793  end
    88   object pnlMain: TPanel
     94  object pnlMain: TPanel [10]
    8995    Left = 6
    9096    Top = 20
     
    97103      Left = 204
    98104      Top = 0
    99       Width = 3
    100105      Height = 204
    101       Cursor = crHSplit
    102106      OnMoved = splLeftMoved
    103107    end
     
    115119      TabOrder = 1
    116120      OnClick = clbListClick
     121      OnExit = lbxSectionExit
    117122      OnMouseDown = clbListMouseDown
    118123      Caption = 'Section Name'
     
    147152        TabOrder = 1
    148153        OnClick = lbSectionClick
     154        OnExit = lbSectionExit
    149155        Caption = 'Section'
    150156        ItemTipColor = clWindow
     
    152158        Pieces = '3'
    153159        CheckEntireLine = True
     160        ExplicitLeft = -3
     161        ExplicitTop = -2
    154162      end
    155163      object btnOther: TButton
     
    162170        TabOrder = 0
    163171        OnClick = btnOtherClick
     172        OnExit = btnOtherExit
    164173      end
    165174    end
    166175  end
     176  inherited amgrMain: TVA508AccessibilityManager
     177    Left = 24
     178    Top = 24
     179    Data = (
     180      (
     181        'Component = edtComment'
     182        'Label = lblComment'
     183        'Status = stsOK')
     184      (
     185        'Component = btnRemove'
     186        'Status = stsDefault')
     187      (
     188        'Component = btnSelectAll'
     189        'Status = stsDefault')
     190      (
     191        'Component = pnlMain'
     192        'Status = stsDefault')
     193      (
     194        'Component = lbxSection'
     195        'Label = lblList'
     196        'Status = stsOK')
     197      (
     198        'Component = pnlLeft'
     199        'Status = stsDefault')
     200      (
     201        'Component = lbSection'
     202        'Label = lblSection'
     203        'Status = stsOK')
     204      (
     205        'Component = btnOther'
     206        'Status = stsDefault')
     207      (
     208        'Component = pnlGrid'
     209        'Status = stsDefault')
     210      (
     211        'Component = lbGrid'
     212        'Status = stsDefault')
     213      (
     214        'Component = hcGrid'
     215        'Status = stsDefault')
     216      (
     217        'Component = btnOK'
     218        'Status = stsDefault')
     219      (
     220        'Component = btnCancel'
     221        'Status = stsDefault')
     222      (
     223        'Component = frmPCEBaseMain'
     224        'Status = stsDefault'))
     225  end
    167226end
Note: See TracChangeset for help on using the changeset viewer.