source: cprs/trunk/CPRS-Chart/fxLists.dfm

Last change on this file was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

File size: 696 bytes
RevLine 
[830]1inherited frmDbgList: TfrmDbgList
[456]2 Left = 313
3 Top = 248
4 BorderIcons = [biSystemMenu]
5 Caption = 'Show ListBox Data'
[830]6 ClientHeight = 253
7 ClientWidth = 472
[456]8 OldCreateOrder = True
9 Position = poScreenCenter
10 OnKeyUp = FormKeyUp
11 PixelsPerInch = 96
12 TextHeight = 13
[830]13 object memData: TMemo [0]
[456]14 Left = 0
15 Top = 0
16 Width = 472
17 Height = 253
18 Align = alClient
19 ReadOnly = True
20 TabOrder = 0
21 WantReturns = False
22 end
[830]23 inherited amgrMain: TVA508AccessibilityManager
24 Data = (
25 (
26 'Component = memData'
27 'Status = stsDefault')
28 (
29 'Component = frmDbgList'
30 'Status = stsDefault'))
31 end
[456]32end
Note: See TracBrowser for help on using the repository browser.