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