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

    r456 r830  
    1 object frmDefaultEvent: TfrmDefaultEvent
     1inherited frmDefaultEvent: TfrmDefaultEvent
    22  Left = 311
    33  Top = 193
     
    66  ClientHeight = 317
    77  ClientWidth = 394
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    14   OldCreateOrder = False
    158  OnCreate = FormCreate
    169  PixelsPerInch = 96
    1710  TextHeight = 13
    18   object pnlTop: TPanel
     11  object pnlTop: TPanel [0]
    1912    Left = 0
    2013    Top = 0
     
    2619      Left = 1
    2720      Top = 1
    28       Width = 392
    29       Height = 23
     21      Width = 363
     22      Height = 13
    3023      Align = alClient
    3124      Caption =
     
    3528    end
    3629  end
    37   object cboEvents: TORComboBox
     30  object cboEvents: TORComboBox [1]
    3831    Left = 0
    3932    Top = 25
     
    5346    ListItemsOnly = True
    5447    LongList = False
     48    LookupPiece = 0
    5549    MaxLength = 0
    5650    ParentShowHint = False
     
    6155    TabOrder = 1
    6256    CheckEntireLine = True
     57    CharsNeedMatch = 1
    6358  end
    64   object pnlBottom: TPanel
     59  object pnlBottom: TPanel [2]
    6560    Left = 0
    6661    Top = 286
     
    8984    end
    9085  end
     86  inherited amgrMain: TVA508AccessibilityManager
     87    Data = (
     88      (
     89        'Component = pnlTop'
     90        'Status = stsDefault')
     91      (
     92        'Component = cboEvents'
     93        'Status = stsDefault')
     94      (
     95        'Component = pnlBottom'
     96        'Status = stsDefault')
     97      (
     98        'Component = btnOK'
     99        'Status = stsDefault')
     100      (
     101        'Component = btnCancel'
     102        'Status = stsDefault')
     103      (
     104        'Component = frmDefaultEvent'
     105        'Status = stsDefault'))
     106  end
    91107end
Note: See TracChangeset for help on using the changeset viewer.