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

    r456 r830  
    1 object frmProbCmt: TfrmProbCmt
     1inherited frmProbCmt: TfrmProbCmt
    22  Left = 205
    33  Top = 220
    4   Width = 411
    5   Height = 128
    64  Caption = 'Annotate a problem'
    7   Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
    9   Font.Color = clWindowText
    10   Font.Height = -11
    11   Font.Name = 'MS Sans Serif'
    12   Font.Style = []
     5  ClientHeight = 101
     6  ClientWidth = 403
    137  OldCreateOrder = True
    148  Position = poScreenCenter
     9  ExplicitWidth = 411
     10  ExplicitHeight = 128
    1511  PixelsPerInch = 96
    1612  TextHeight = 13
    17   object lblComment: TOROffsetLabel
     13  object lblComment: TOROffsetLabel [0]
    1814    Left = 9
    1915    Top = 10
     
    2622    WordWrap = False
    2723  end
    28   object edComment: TCaptionEdit
     24  object edComment: TCaptionEdit [1]
    2925    Left = 11
    3026    Top = 30
     
    3531    Caption = 'Enter a new comment (up to 60 characters)'
    3632  end
    37   object bbOK: TBitBtn
     33  object bbOK: TBitBtn [2]
    3834    Left = 115
    3935    Top = 60
     
    4642    OnClick = bbOKClick
    4743  end
    48   object bbCancel: TBitBtn
     44  object bbCancel: TBitBtn [3]
    4945    Left = 200
    5046    Top = 60
     
    5854    NumGlyphs = 2
    5955  end
     56  inherited amgrMain: TVA508AccessibilityManager
     57    Data = (
     58      (
     59        'Component = edComment'
     60        'Status = stsDefault')
     61      (
     62        'Component = bbOK'
     63        'Status = stsDefault')
     64      (
     65        'Component = bbCancel'
     66        'Status = stsDefault')
     67      (
     68        'Component = frmProbCmt'
     69        'Status = stsDefault'))
     70  end
    6071end
Note: See TracChangeset for help on using the changeset viewer.