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

    r456 r829  
    1 object frmTemplateView: TfrmTemplateView
     1inherited frmTemplateView: TfrmTemplateView
    22  Left = 257
    33  Top = 105
    4   Width = 578
    5   Height = 372
    64  Caption = 'View Template'
    7   Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
    9   Font.Color = clWindowText
    10   Font.Height = -11
    11   Font.Name = 'MS Sans Serif'
    12   Font.Style = []
    13   OldCreateOrder = False
     5  ClientHeight = 343
     6  ClientWidth = 568
    147  Position = poScreenCenter
    158  OnClose = FormClose
    169  OnCreate = FormCreate
    1710  OnDestroy = FormDestroy
    18   OnShow = FormShow
     11  ExplicitWidth = 576
     12  ExplicitHeight = 370
    1913  PixelsPerInch = 96
    2014  TextHeight = 13
    21   object pnlBottom: TPanel
     15  object pnlBottom: TPanel [0]
    2216    Left = 0
    23     Top = 315
    24     Width = 570
     17    Top = 313
     18    Width = 568
    2519    Height = 30
    2620    Align = alBottom
     
    2822    TabOrder = 1
    2923    DesignSize = (
    30       570
     24      568
    3125      30)
    3226    object btnClose: TButton
    33       Left = 494
     27      Left = 492
    3428      Top = 6
    3529      Width = 75
     
    5246    end
    5347    object btnPrint: TButton
    54       Left = 414
     48      Left = 412
    5549      Top = 6
    5650      Width = 75
     
    6256    end
    6357  end
    64   object reMain: TRichEdit
     58  object reMain: TRichEdit [1]
    6559    Left = 0
    6660    Top = 0
    67     Width = 570
    68     Height = 315
     61    Width = 568
     62    Height = 313
    6963    Align = alClient
    7064    Color = clCream
     
    8276    WantReturns = False
    8377    WordWrap = False
     78  end
     79  inherited amgrMain: TVA508AccessibilityManager
     80    Data = (
     81      (
     82        'Component = pnlBottom'
     83        'Status = stsDefault')
     84      (
     85        'Component = btnClose'
     86        'Status = stsDefault')
     87      (
     88        'Component = cbStayOnTop'
     89        'Status = stsDefault')
     90      (
     91        'Component = btnPrint'
     92        'Status = stsDefault')
     93      (
     94        'Component = reMain'
     95        'Status = stsDefault')
     96      (
     97        'Component = frmTemplateView'
     98        'Status = stsDefault'))
    8499  end
    85100  object popView: TPopupMenu
Note: See TracChangeset for help on using the changeset viewer.