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

    r456 r830  
    1 object frmPlVuFilt: TfrmPlVuFilt
     1inherited frmPlVuFilt: TfrmPlVuFilt
    22  Left = 353
    33  Top = 217
     
    66  ClientHeight = 343
    77  ClientWidth = 349
    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 = []
    148  OldCreateOrder = True
    159  Position = poScreenCenter
     
    1913  PixelsPerInch = 96
    2014  TextHeight = 13
    21   object pnlBase: TORAutoPanel
     15  object pnlBase: TORAutoPanel [0]
    2216    Left = 0
    2317    Top = 0
     
    195189      TabOrder = 8
    196190      OnNeedData = cboProviderNeedData
     191      CharsNeedMatch = 1
    197192    end
    198193    object cmdDefaultView: TBitBtn
     
    233228      OnExit = cboSourceExit
    234229      OnNeedData = cboSourceNeedData
     230      CharsNeedMatch = 1
    235231    end
    236232    object cmdSave: TButton
     
    273269      SynonymChars = '<>'
    274270      TabOrder = 1
    275     end
     271      CharsNeedMatch = 1
     272    end
     273  end
     274  inherited amgrMain: TVA508AccessibilityManager
     275    Data = (
     276      (
     277        'Component = pnlBase'
     278        'Status = stsDefault')
     279      (
     280        'Component = cmdAdd'
     281        'Status = stsDefault')
     282      (
     283        'Component = cmdRemove'
     284        'Status = stsDefault')
     285      (
     286        'Component = cmdRemoveAll'
     287        'Status = stsDefault')
     288      (
     289        'Component = cmdOK'
     290        'Status = stsDefault')
     291      (
     292        'Component = cmdCancel'
     293        'Status = stsDefault')
     294      (
     295        'Component = lstDest'
     296        'Status = stsDefault')
     297      (
     298        'Component = rgVu'
     299        'Status = stsDefault')
     300      (
     301        'Component = cboProvider'
     302        'Status = stsDefault')
     303      (
     304        'Component = cmdDefaultView'
     305        'Status = stsDefault')
     306      (
     307        'Component = cboSource'
     308        'Status = stsDefault')
     309      (
     310        'Component = cmdSave'
     311        'Status = stsDefault')
     312      (
     313        'Component = chkComments'
     314        'Status = stsDefault')
     315      (
     316        'Component = cboStatus'
     317        'Status = stsDefault')
     318      (
     319        'Component = frmPlVuFilt'
     320        'Status = stsDefault'))
    276321  end
    277322end
Note: See TracChangeset for help on using the changeset viewer.