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

    r456 r830  
    1 object frmDbgList: TfrmDbgList
     1inherited frmDbgList: TfrmDbgList
    22  Left = 313
    33  Top = 248
    4   Width = 480
    5   Height = 280
    64  BorderIcons = [biSystemMenu]
    75  Caption = 'Show ListBox Data'
    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   KeyPreview = True
     6  ClientHeight = 253
     7  ClientWidth = 472
    158  OldCreateOrder = True
    169  Position = poScreenCenter
     
    1811  PixelsPerInch = 96
    1912  TextHeight = 13
    20   object memData: TMemo
     13  object memData: TMemo [0]
    2114    Left = 0
    2215    Top = 0
     
    2821    WantReturns = False
    2922  end
     23  inherited amgrMain: TVA508AccessibilityManager
     24    Data = (
     25      (
     26        'Component = memData'
     27        'Status = stsDefault')
     28      (
     29        'Component = frmDbgList'
     30        'Status = stsDefault'))
     31  end
    3032end
Note: See TracChangeset for help on using the changeset viewer.