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

    r456 r830  
    22  Left = 387
    33  Top = 203
    4   Width = 454
    5   Height = 365
    64  Caption = 'Attach to Interdisciplinary Note'
     5  ClientHeight = 338
     6  ClientWidth = 446
    77  Position = poScreenCenter
    88  OnCreate = FormCreate
     9  ExplicitWidth = 454
     10  ExplicitHeight = 365
    911  PixelsPerInch = 96
    1012  TextHeight = 13
    11   object lblSelectParent: TLabel
     13  object lblSelectParent: TLabel [0]
    1214    Left = 5
    1315    Top = 12
     
    1618    Caption = 'Select a note to attach to:'
    1719  end
    18   object cmdOK: TButton
     20  object cmdOK: TButton [1]
    1921    Left = 147
    2022    Top = 306
     
    2527    OnClick = cmdOKClick
    2628  end
    27   object cmdCancel: TButton
     29  object cmdCancel: TButton [2]
    2830    Left = 237
    2931    Top = 306
     
    3537    OnClick = cmdCancelClick
    3638  end
    37   object lstIDParents: TORListBox
     39  object lstIDParents: TORListBox [3]
    3840    Left = 5
    3941    Top = 31
     
    5153    TabPositions = '30'
    5254  end
     55  inherited amgrMain: TVA508AccessibilityManager
     56    Data = (
     57      (
     58        'Component = cmdOK'
     59        'Status = stsDefault')
     60      (
     61        'Component = cmdCancel'
     62        'Status = stsDefault')
     63      (
     64        'Component = lstIDParents'
     65        'Status = stsDefault')
     66      (
     67        'Component = frmNoteIDParents'
     68        'Status = stsDefault'))
     69  end
    5370end
Note: See TracChangeset for help on using the changeset viewer.