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

    r456 r830  
    22  Left = 377
    33  Top = 314
    4   Width = 364
    5   Height = 239
    64  Caption = 'Select Location'
     5  ClientHeight = 212
     6  ClientWidth = 356
    77  Position = poScreenCenter
    88  OnCreate = FormCreate
     9  ExplicitWidth = 364
     10  ExplicitHeight = 239
    911  PixelsPerInch = 96
    1012  TextHeight = 13
    11   object lblLocation: TLabel
     13  object lblLocation: TLabel [0]
    1214    Left = 8
    1315    Top = 8
     
    1618    Caption = 'Location'
    1719  end
    18   object lblInfo: TLabel
     20  object lblInfo: TLabel [1]
    1921    Left = 8
    2022    Top = 176
     
    2426    WordWrap = True
    2527  end
    26   object cboLocation: TORComboBox
     28  object cboLocation: TORComboBox [2]
    2729    Left = 8
    2830    Top = 22
     
    3941    ListItemsOnly = False
    4042    LongList = True
     43    LookupPiece = 0
    4144    MaxLength = 0
    4245    Pieces = '2'
     
    4548    TabOrder = 0
    4649    OnNeedData = cboLocationNeedData
     50    CharsNeedMatch = 1
    4751  end
    48   object cmdOK: TButton
     52  object cmdOK: TButton [3]
    4953    Left = 276
    5054    Top = 22
     
    5660    OnClick = cmdOKClick
    5761  end
    58   object cmdCancel: TButton
     62  object cmdCancel: TButton [4]
    5963    Left = 276
    6064    Top = 51
     
    6670    OnClick = cmdCancelClick
    6771  end
     72  inherited amgrMain: TVA508AccessibilityManager
     73    Data = (
     74      (
     75        'Component = cboLocation'
     76        'Status = stsDefault')
     77      (
     78        'Component = cmdOK'
     79        'Status = stsDefault')
     80      (
     81        'Component = cmdCancel'
     82        'Status = stsDefault')
     83      (
     84        'Component = frmLkUpLocation'
     85        'Status = stsDefault'))
     86  end
    6887end
Note: See TracChangeset for help on using the changeset viewer.