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

    r456 r830  
    1 object frmReportBox: TfrmReportBox
     1inherited frmReportBox: TfrmReportBox
    22  Left = 512
    33  Top = 214
    44  Anchors = []
    5   AutoScroll = False
    65  BorderIcons = [biSystemMenu]
    76  Caption = 'frmReportBox'
    8   ClientHeight = 321
    9   ClientWidth = 350
    10   Color = clBtnFace
     7  ClientHeight = 319
     8  ClientWidth = 348
    119  Font.Charset = ANSI_CHARSET
    12   Font.Color = clWindowText
    13   Font.Height = -11
    14   Font.Name = 'MS Sans Serif'
    15   Font.Style = []
    1610  OldCreateOrder = True
    1711  Position = poScreenCenter
    1812  OnClose = FormClose
    19   OnCreate = FormCreate
     13  ExplicitWidth = 356
     14  ExplicitHeight = 353
    2015  PixelsPerInch = 96
    2116  TextHeight = 13
    22   object lblFontTest: TLabel
     17  object lblFontTest: TLabel [0]
    2318    Left = 148
    2419    Top = 208
     
    3328    ParentFont = False
    3429  end
    35   object memReport: TRichEdit
     30  object memReport: TRichEdit [1]
    3631    Left = 0
    3732    Top = 0
    38     Width = 350
    39     Height = 300
     33    Width = 348
     34    Height = 298
    4035    Align = alClient
    4136    Color = clCream
     
    5449    WordWrap = False
    5550  end
    56   object pnlButton: TPanel
     51  object pnlButton: TPanel [2]
    5752    Left = 0
    58     Top = 300
    59     Width = 350
     53    Top = 298
     54    Width = 348
    6055    Height = 21
    6156    Align = alBottom
     
    6560    TabOrder = 1
    6661    DesignSize = (
    67       350
     62      348
    6863      21)
    6964    object cmdPrint: TButton
    70       Left = 191
     65      Left = 189
    7166      Top = 0
    7267      Width = 75
     
    7873    end
    7974    object cmdClose: TButton
    80       Left = 274
     75      Left = 272
    8176      Top = 0
    8277      Width = 75
     
    9085    end
    9186  end
     87  inherited amgrMain: TVA508AccessibilityManager
     88    Data = (
     89      (
     90        'Component = memReport'
     91        'Status = stsDefault')
     92      (
     93        'Component = pnlButton'
     94        'Status = stsDefault')
     95      (
     96        'Component = cmdPrint'
     97        'Status = stsDefault')
     98      (
     99        'Component = cmdClose'
     100        'Status = stsDefault')
     101      (
     102        'Component = frmReportBox'
     103        'Status = stsDefault'))
     104  end
    92105  object dlgPrintReport: TPrintDialog
    93106    Left = 318
Note: See TracChangeset for help on using the changeset viewer.