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

    r456 r830  
    1 object frmDbgServer: TfrmDbgServer
     1inherited frmDbgServer: TfrmDbgServer
    22  Left = 206
    33  Top = 168
    4   Width = 508
    5   Height = 328
    64  Caption = 'Server Information'
    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   KeyPreview = True
     5  ClientHeight = 301
     6  ClientWidth = 500
    147  OldCreateOrder = True
    158  Position = poScreenCenter
    169  OnCreate = FormCreate
    1710  OnKeyUp = FormKeyUp
     11  ExplicitWidth = 508
     12  ExplicitHeight = 328
    1813  PixelsPerInch = 96
    1914  TextHeight = 13
    20   object Label1: TLabel
     15  object Label1: TLabel [0]
    2116    Left = 6
    2217    Top = 6
     
    2520    Caption = 'Current Symbol Table'
    2621  end
    27   object memSymbols: TRichEdit
     22  object memSymbols: TRichEdit [1]
    2823    Left = 6
    2924    Top = 20
     
    4338    WantReturns = False
    4439  end
    45   object RadioButton1: TRadioButton
     40  object RadioButton1: TRadioButton [2]
    4641    Left = 8
    4742    Top = 276
     
    5348    TabStop = True
    5449  end
    55   object RadioButton2: TRadioButton
     50  object RadioButton2: TRadioButton [3]
    5651    Left = 156
    5752    Top = 276
     
    6156    TabOrder = 2
    6257  end
    63   object Edit1: TEdit
     58  object Edit1: TEdit [4]
    6459    Left = 264
    6560    Top = 274
     
    6964    TabOrder = 3
    7065  end
     66  inherited amgrMain: TVA508AccessibilityManager
     67    Data = (
     68      (
     69        'Component = memSymbols'
     70        'Status = stsDefault')
     71      (
     72        'Component = RadioButton1'
     73        'Status = stsDefault')
     74      (
     75        'Component = RadioButton2'
     76        'Status = stsDefault')
     77      (
     78        'Component = Edit1'
     79        'Status = stsDefault')
     80      (
     81        'Component = frmDbgServer'
     82        'Status = stsDefault'))
     83  end
    7184end
Note: See TracChangeset for help on using the changeset viewer.