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

    r456 r830  
    77  ClientHeight = 102
    88  ClientWidth = 247
    9   FormStyle = fsStayOnTop
    109  Position = poScreenCenter
    1110  OnCreate = FormCreate
     11  ExplicitWidth = 320
     12  ExplicitHeight = 240
    1213  PixelsPerInch = 96
    1314  TextHeight = 13
    14   object lblCount: TStaticText
     15  object lblCount: TStaticText [0]
    1516    Left = 8
    1617    Top = 60
     
    2728    TabOrder = 3
    2829  end
    29   object Label1: TStaticText
     30  object Label1: TStaticText [1]
    3031    Left = 8
    3132    Top = 8
     
    4142    TabOrder = 1
    4243  end
    43   object Label2: TStaticText
     44  object Label2: TStaticText [2]
    4445    Left = 8
    4546    Top = 32
     
    4950    TabOrder = 2
    5051  end
    51   object cmdContinue: TButton
     52  object cmdContinue: TButton [3]
    5253    Left = 134
    5354    Top = 64
     
    5960    OnClick = cmdContinueClick
    6061  end
     62  inherited amgrMain: TVA508AccessibilityManager
     63    Data = (
     64      (
     65        'Component = lblCount'
     66        'Status = stsDefault')
     67      (
     68        'Component = Label1'
     69        'Status = stsDefault')
     70      (
     71        'Component = Label2'
     72        'Status = stsDefault')
     73      (
     74        'Component = cmdContinue'
     75        'Status = stsDefault')
     76      (
     77        'Component = frmTimeout'
     78        'Status = stsDefault'))
     79  end
    6180  object timCountDown: TTimer
    6281    Interval = 5000
Note: See TracChangeset for help on using the changeset viewer.