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

    r456 r830  
    22  Left = 376
    33  Top = 317
    4   Width = 324
    5   Height = 136
    64  Caption = 'Rename'
     5  ClientHeight = 109
     6  ClientWidth = 316
    77  OnCreate = FormCreate
     8  ExplicitWidth = 324
     9  ExplicitHeight = 136
    810  PixelsPerInch = 96
    911  TextHeight = 13
    10   object lblRename: TLabel
     12  object lblRename: TLabel [0]
    1113    Left = 8
    1214    Top = 20
     
    1517    Caption = 'Rename Item'
    1618  end
    17   object txtName: TCaptionEdit
     19  object txtName: TCaptionEdit [1]
    1820    Left = 8
    1921    Top = 34
     
    2325    Caption = 'Rename Item'
    2426  end
    25   object cmdOK: TButton
     27  object cmdOK: TButton [2]
    2628    Left = 156
    2729    Top = 80
     
    3335    OnClick = cmdOKClick
    3436  end
    35   object cmdCancel: TButton
     37  object cmdCancel: TButton [3]
    3638    Left = 236
    3739    Top = 80
     
    4345    OnClick = cmdCancelClick
    4446  end
     47  inherited amgrMain: TVA508AccessibilityManager
     48    Data = (
     49      (
     50        'Component = txtName'
     51        'Status = stsDefault')
     52      (
     53        'Component = cmdOK'
     54        'Status = stsDefault')
     55      (
     56        'Component = cmdCancel'
     57        'Status = stsDefault')
     58      (
     59        'Component = frmRename'
     60        'Status = stsDefault'))
     61  end
    4562end
Note: See TracChangeset for help on using the changeset viewer.