Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Templates/fTemplateAutoGen.dfm

    r456 r829  
    1 object frmTemplateAutoGen: TfrmTemplateAutoGen
     1inherited frmTemplateAutoGen: TfrmTemplateAutoGen
    22  Left = 361
    33  Top = 230
     
    88  ClientHeight = 213
    99  ClientWidth = 415
    10   Color = clBtnFace
    11   Font.Charset = DEFAULT_CHARSET
    12   Font.Color = clWindowText
    13   Font.Height = -11
    14   Font.Name = 'MS Sans Serif'
    15   Font.Style = []
    16   OldCreateOrder = False
    1710  Position = poScreenCenter
    1811  OnShow = FormShow
    1912  PixelsPerInch = 96
    2013  TextHeight = 13
    21   object lblTop: TMemo
     14  object lblTop: TMemo [0]
    2215    Left = 256
    2316    Top = 8
     
    3528    TabOrder = 5
    3629  end
    37   object lblSelect: TStaticText
     30  object lblSelect: TStaticText [1]
    3831    Left = 0
    3932    Top = 0
     
    4639    TabOrder = 6
    4740  end
    48   object rgSource: TKeyClickRadioGroup
     41  object rgSource: TKeyClickRadioGroup [2]
    4942    Left = 256
    5043    Top = 88
     
    5952    OnClick = rgSourceClick
    6053  end
    61   object cbxObjects: TORComboBox
     54  object cbxObjects: TORComboBox [3]
    6255    Left = 0
    6356    Top = 0
     
    7467    ListItemsOnly = False
    7568    LongList = False
     69    LookupPiece = 0
    7670    MaxLength = 0
    7771    Pieces = '1'
     
    8175    Visible = False
    8276    OnDblClick = cbxObjectsDblClick
     77    CharsNeedMatch = 1
    8378  end
    84   object btnOK: TButton
     79  object btnOK: TButton [4]
    8580    Left = 257
    8681    Top = 190
     
    9287    TabOrder = 3
    9388  end
    94   object btnCancel: TButton
     89  object btnCancel: TButton [5]
    9590    Left = 337
    9691    Top = 190
     
    10297    TabOrder = 4
    10398  end
    104   object cbxTitles: TORComboBox
     99  object cbxTitles: TORComboBox [6]
    105100    Left = 0
    106101    Top = 0
     
    117112    ListItemsOnly = True
    118113    LongList = True
     114    LookupPiece = 0
    119115    MaxLength = 0
    120116    Pieces = '2'
     
    125121    OnDblClick = cbxTitlesDblClick
    126122    OnNeedData = cbxTitlesNeedData
     123    CharsNeedMatch = 1
     124  end
     125  inherited amgrMain: TVA508AccessibilityManager
     126    Data = (
     127      (
     128        'Component = lblTop'
     129        'Status = stsDefault')
     130      (
     131        'Component = lblSelect'
     132        'Status = stsDefault')
     133      (
     134        'Component = rgSource'
     135        'Status = stsDefault')
     136      (
     137        'Component = cbxObjects'
     138        'Status = stsDefault')
     139      (
     140        'Component = btnOK'
     141        'Status = stsDefault')
     142      (
     143        'Component = btnCancel'
     144        'Status = stsDefault')
     145      (
     146        'Component = cbxTitles'
     147        'Status = stsDefault')
     148      (
     149        'Component = frmTemplateAutoGen'
     150        'Status = stsDefault'))
    127151  end
    128152end
Note: See TracChangeset for help on using the changeset viewer.