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

    r456 r830  
    1 object frmPLLex: TfrmPLLex
     1inherited frmPLLex: TfrmPLLex
    22  Left = 239
    33  Top = 88
    4   Width = 433
    5   Height = 301
    64  Caption = 'Problem List  Lexicon Search'
    7   Color = clBtnFace
     5  ClientHeight = 274
     6  ClientWidth = 425
    87  Constraints.MinHeight = 200
    98  Constraints.MinWidth = 433
    10   Font.Charset = DEFAULT_CHARSET
    11   Font.Color = clWindowText
    12   Font.Height = -11
    13   Font.Name = 'MS Sans Serif'
    14   Font.Style = []
    159  OldCreateOrder = True
    1610  Position = poScreenCenter
     
    2317  PixelsPerInch = 96
    2418  TextHeight = 13
    25   object Label1: TLabel
     19  object Label1: TLabel [0]
    2620    Left = 12
    2721    Top = 7
     
    3024    Caption = 'Enter Term to Search'
    3125  end
    32   object bbCan: TBitBtn
     26  object bbCan: TBitBtn [1]
    3327    Left = 230
    3428    Top = 215
     
    4438    NumGlyphs = 2
    4539  end
    46   object bbOK: TBitBtn
     40  object bbOK: TBitBtn [2]
    4741    Left = 322
    4842    Top = 215
     
    5751    NumGlyphs = 2
    5852  end
    59   object Panel1: TPanel
     53  object Panel1: TPanel [3]
    6054    Left = 0
    6155    Top = 245
     
    8276    end
    8377  end
    84   object ebLex: TCaptionEdit
     78  object ebLex: TCaptionEdit [4]
    8579    Left = 12
    8680    Top = 27
     
    9387    Caption = 'Enter Term to Search'
    9488  end
    95   object lbLex: TORListBox
     89  object lbLex: TORListBox [5]
    9690    Left = 12
    9791    Top = 63
     
    110104    Pieces = '2'
    111105  end
    112   object bbSearch: TBitBtn
     106  object bbSearch: TBitBtn [6]
    113107    Left = 340
    114108    Top = 27
     
    123117    NumGlyphs = 2
    124118  end
     119  inherited amgrMain: TVA508AccessibilityManager
     120    Data = (
     121      (
     122        'Component = bbCan'
     123        'Status = stsDefault')
     124      (
     125        'Component = bbOK'
     126        'Status = stsDefault')
     127      (
     128        'Component = Panel1'
     129        'Status = stsDefault')
     130      (
     131        'Component = ebLex'
     132        'Status = stsDefault')
     133      (
     134        'Component = lbLex'
     135        'Status = stsDefault')
     136      (
     137        'Component = bbSearch'
     138        'Status = stsDefault')
     139      (
     140        'Component = frmPLLex'
     141        'Status = stsDefault'))
     142  end
    125143end
Note: See TracChangeset for help on using the changeset viewer.