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

    r456 r830  
    22  Left = 487
    33  Top = 242
    4   Width = 457
    54  Caption = 'frmAllgyBox'
     5  ClientWidth = 449
    66  Constraints.MinWidth = 457
    77  Position = poMainFormCenter
     8  ExplicitWidth = 457
     9  ExplicitHeight = 355
    810  PixelsPerInch = 96
    911  TextHeight = 13
    1012  inherited memReport: TRichEdit
    1113    Width = 449
     14    ExplicitWidth = 449
    1215  end
    1316  inherited pnlButton: TPanel
    1417    Width = 449
     18    ExplicitWidth = 449
    1519    inherited cmdPrint: TButton
    1620      Left = 293
    17       Top = 3
     21      Anchors = [akTop, akRight]
     22      Caption = '&Print'
    1823      TabOrder = 3
     24      ExplicitLeft = 293
    1925    end
    2026    inherited cmdClose: TButton
    2127      Left = 373
    22       Top = 3
     28      Anchors = [akTop, akRight]
     29      Caption = '&Close'
    2330      TabOrder = 4
     31      ExplicitLeft = 373
    2432    end
    2533    object cmdEdit: TButton
    2634      Left = 98
    27       Top = 3
     35      Top = 0
    2836      Width = 90
    2937      Height = 21
    30       Anchors = [akTop, akRight]
    31       Caption = 'Edit'
     38      Caption = 'E&dit'
    3239      TabOrder = 1
    3340      Visible = False
     
    3643    object cmdAdd: TButton
    3744      Left = 2
    38       Top = 3
     45      Top = 0
    3946      Width = 90
    4047      Height = 21
    41       Anchors = [akTop, akRight]
    42       Caption = 'Add New'
     48      Caption = '&Add New'
    4349      TabOrder = 0
    4450      OnClick = cmdAddClick
     
    4652    object cmdInError: TButton
    4753      Left = 195
    48       Top = 3
     54      Top = 0
    4955      Width = 90
    5056      Height = 21
    51       Anchors = [akTop, akRight]
    52       Caption = 'Entered in Error'
     57      Caption = '&Entered in Error'
    5358      TabOrder = 2
    5459      OnClick = cmdInErrorClick
    5560    end
    5661  end
     62  inherited amgrMain: TVA508AccessibilityManager
     63    Data = (
     64      (
     65        'Component = cmdEdit'
     66        'Status = stsDefault')
     67      (
     68        'Component = cmdAdd'
     69        'Status = stsDefault')
     70      (
     71        'Component = cmdInError'
     72        'Status = stsDefault')
     73      (
     74        'Component = memReport'
     75        'Status = stsDefault')
     76      (
     77        'Component = pnlButton'
     78        'Status = stsDefault')
     79      (
     80        'Component = cmdPrint'
     81        'Status = stsDefault')
     82      (
     83        'Component = cmdClose'
     84        'Status = stsDefault')
     85      (
     86        'Component = frmAllgyBox'
     87        'Status = stsDefault'))
     88  end
    5789end
Note: See TracChangeset for help on using the changeset viewer.