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

    r456 r830  
    22  Left = 364
    33  Top = 191
    4   Width = 463
    5   Height = 388
    64  Caption = 'Print Selected Items'
     5  ClientHeight = 361
     6  ClientWidth = 455
    77  OnCreate = FormCreate
     8  ExplicitLeft = 364
     9  ExplicitTop = 191
     10  ExplicitWidth = 463
     11  ExplicitHeight = 388
    812  PixelsPerInch = 96
    913  TextHeight = 13
    10   object lblListName: TLabel
     14  object lblListName: TLabel [0]
    1115    Left = 16
    1216    Top = 8
     
    1519    Caption = 'lblListName'
    1620  end
    17   object lbIDParents: TORListBox
     21  object lbIDParents: TORListBox [1]
    1822    Left = 9
    1923    Top = 22
     
    2933    ItemTipColor = clWindow
    3034    LongList = False
     35    Pieces = '2'
    3136    TabPositions = '30'
    3237  end
    33   object cmdOK: TButton
     38  object cmdOK: TButton [2]
    3439    Left = 131
    3540    Top = 312
     
    4045    OnClick = cmdOKClick
    4146  end
    42   object cmdCancel: TButton
     47  object cmdCancel: TButton [3]
    4348    Left = 237
    4449    Top = 312
     
    5055    OnClick = cmdCancelClick
    5156  end
     57  inherited amgrMain: TVA508AccessibilityManager
     58    Data = (
     59      (
     60        'Component = lbIDParents'
     61        'Status = stsDefault')
     62      (
     63        'Component = cmdOK'
     64        'Status = stsDefault')
     65      (
     66        'Component = cmdCancel'
     67        'Status = stsDefault')
     68      (
     69        'Component = frmPrintList'
     70        'Status = stsDefault'))
     71  end
    5272end
Note: See TracChangeset for help on using the changeset viewer.