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

    r456 r829  
    1 object frmTemplateDialog: TfrmTemplateDialog
     1inherited frmTemplateDialog: TfrmTemplateDialog
    22  Left = 268
    33  Top = 155
    4   Width = 640
    5   Height = 440
    64  BorderIcons = [biSystemMenu, biMaximize]
    75  Caption = 'Text Dialog'
    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
     6  ClientHeight = 413
     7  ClientWidth = 632
    158  Position = poScreenCenter
    169  OnClose = FormClose
     
    1912  OnDestroy = FormDestroy
    2013  OnPaint = FormPaint
     14  OnShow = FormShow
     15  ExplicitWidth = 640
     16  ExplicitHeight = 440
    2117  PixelsPerInch = 96
    2218  TextHeight = 13
    23   object sbMain: TScrollBox
     19  object sbMain: TScrollBox [0]
    2420    Left = 0
    2521    Top = 0
     
    3632    TabOrder = 0
    3733  end
    38   object pnlBottom: TScrollBox
     34  object pnlBottom: TScrollBox [1]
    3935    Left = 0
    4036    Top = 375
     
    10096    end
    10197  end
     98  inherited amgrMain: TVA508AccessibilityManager
     99    Data = (
     100      (
     101        'Component = sbMain'
     102        'Status = stsDefault')
     103      (
     104        'Component = pnlBottom'
     105        'Status = stsDefault')
     106      (
     107        'Component = lblFootnote'
     108        'Status = stsDefault')
     109      (
     110        'Component = btnCancel'
     111        'Status = stsDefault')
     112      (
     113        'Component = btnOK'
     114        'Status = stsDefault')
     115      (
     116        'Component = btnAll'
     117        'Status = stsDefault')
     118      (
     119        'Component = btnNone'
     120        'Status = stsDefault')
     121      (
     122        'Component = btnPreview'
     123        'Status = stsDefault')
     124      (
     125        'Component = frmTemplateDialog'
     126        'Status = stsDefault'))
     127  end
    102128end
Note: See TracChangeset for help on using the changeset viewer.