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

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

Upgrading to version 27

File size: 568 bytes
RevLine 
[830]1inherited frmPage: TfrmPage
2 Left = 13
[456]3 Top = 236
4 Caption = 'Basic Page'
[830]5 ClientHeight = 361
6 ClientWidth = 640
[456]7 OldCreateOrder = True
8 OnClose = FormClose
9 OnCreate = FormCreate
10 PixelsPerInch = 96
11 TextHeight = 13
[830]12 object shpPageBottom: TShape [0]
[456]13 Left = 0
[830]14 Top = 356
[456]15 Width = 640
16 Height = 5
17 Align = alBottom
18 Brush.Color = clBtnFace
19 Pen.Style = psClear
20 end
[830]21 inherited amgrMain: TVA508AccessibilityManager
22 Data = (
23 (
24 'Component = frmPage'
25 'Status = stsDefault'))
26 end
[456]27end
Note: See TracBrowser for help on using the repository browser.