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

    r456 r830  
    1 object frmBroker: TfrmBroker
     1inherited frmBroker: TfrmBroker
    22  Left = 338
    33  Top = 235
    4   Width = 435
    5   Height = 300
    64  BorderIcons = [biSystemMenu]
    75  Caption = 'Broker Calls'
    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 = 273
     7  ClientWidth = 427
    158  OldCreateOrder = True
    169  Position = poScreenCenter
     
    1912  OnKeyUp = FormKeyUp
    2013  OnResize = FormResize
     14  ExplicitWidth = 435
     15  ExplicitHeight = 300
    2116  PixelsPerInch = 96
    2217  TextHeight = 13
    23   object pnlTop: TORAutoPanel
     18  object pnlTop: TORAutoPanel [0]
    2419    Left = 0
    2520    Top = 0
     
    111106      Position = 10
    112107      TabOrder = 3
    113       Wrap = False
    114108    end
    115109    object btnRLT: TButton
     
    123117    end
    124118  end
    125   object memData: TRichEdit
     119  object memData: TRichEdit [1]
    126120    Left = 0
    127121    Top = 53
    128122    Width = 427
    129     Height = 217
     123    Height = 220
    130124    Align = alClient
    131125    HideScrollBars = False
     
    135129    WantReturns = False
    136130  end
     131  inherited amgrMain: TVA508AccessibilityManager
     132    Data = (
     133      (
     134        'Component = pnlTop'
     135        'Status = stsDefault')
     136      (
     137        'Component = lblCallID'
     138        'Status = stsDefault')
     139      (
     140        'Component = txtMaxCalls'
     141        'Status = stsDefault')
     142      (
     143        'Component = cmdPrev'
     144        'Status = stsDefault')
     145      (
     146        'Component = cmdNext'
     147        'Status = stsDefault')
     148      (
     149        'Component = udMax'
     150        'Status = stsDefault')
     151      (
     152        'Component = btnRLT'
     153        'Status = stsDefault')
     154      (
     155        'Component = memData'
     156        'Status = stsDefault')
     157      (
     158        'Component = frmBroker'
     159        'Status = stsDefault'))
     160  end
    137161end
Note: See TracChangeset for help on using the changeset viewer.