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

    r456 r830  
    22  Left = 426
    33  Top = 266
    4   Width = 394
    5   Height = 359
    64  Caption = 'Enter Optional Comments'
     5  ClientHeight = 332
     6  ClientWidth = 386
    77  Constraints.MinHeight = 180
    88  Constraints.MinWidth = 394
    99  Position = poMainFormCenter
     10  ExplicitWidth = 394
     11  ExplicitHeight = 366
    1012  PixelsPerInch = 96
    1113  TextHeight = 13
    12   object pnlText: TORAutoPanel
     14  object pnlText: TORAutoPanel [0]
    1315    Left = 0
    1416    Top = 0
     
    3739    end
    3840  end
    39   object pnlButton: TORAutoPanel
     41  object pnlButton: TORAutoPanel [1]
    4042    Left = 0
    4143    Top = 294
     
    5153      Width = 75
    5254      Height = 21
    53       Caption = 'Continue'
     55      Caption = '&Continue'
    5456      Constraints.MinHeight = 21
    5557      TabOrder = 0
     
    5759    end
    5860  end
    59   object memFreeText: TCaptionRichEdit
     61  object memFreeText: TCaptionRichEdit [2]
    6062    Left = 0
    6163    Top = 133
     
    7375    Caption = 'Additional comments:'
    7476  end
     77  inherited amgrMain: TVA508AccessibilityManager
     78    Data = (
     79      (
     80        'Component = pnlText'
     81        'Status = stsDefault')
     82      (
     83        'Component = pnlButton'
     84        'Status = stsDefault')
     85      (
     86        'Component = cmdContinue'
     87        'Status = stsDefault')
     88      (
     89        'Component = memFreeText'
     90        'Status = stsDefault')
     91      (
     92        'Component = frmARTFreeTextMsg'
     93        'Status = stsDefault'))
     94  end
    7595end
Note: See TracChangeset for help on using the changeset viewer.