Line | |
---|
1 | inherited frmPCEBase: TfrmPCEBase
|
---|
2 | Left = 194
|
---|
3 | Top = 170
|
---|
4 | Caption = 'Basic Page'
|
---|
5 | ClientHeight = 400
|
---|
6 | ClientWidth = 624
|
---|
7 | OnClose = FormClose
|
---|
8 | OnCreate = FormCreate
|
---|
9 | ExplicitWidth = 320
|
---|
10 | ExplicitHeight = 240
|
---|
11 | DesignSize = (
|
---|
12 | 624
|
---|
13 | 400)
|
---|
14 | PixelsPerInch = 96
|
---|
15 | TextHeight = 13
|
---|
16 | object btnOK: TBitBtn [0]
|
---|
17 | Left = 467
|
---|
18 | Top = 376
|
---|
19 | Width = 75
|
---|
20 | Height = 21
|
---|
21 | Anchors = [akRight, akBottom]
|
---|
22 | Caption = '&OK'
|
---|
23 | ModalResult = 1
|
---|
24 | TabOrder = 0
|
---|
25 | OnClick = btnOKClick
|
---|
26 | NumGlyphs = 2
|
---|
27 | end
|
---|
28 | object btnCancel: TBitBtn [1]
|
---|
29 | Left = 547
|
---|
30 | Top = 376
|
---|
31 | Width = 75
|
---|
32 | Height = 21
|
---|
33 | Anchors = [akRight, akBottom]
|
---|
34 | Caption = '&Cancel'
|
---|
35 | ModalResult = 2
|
---|
36 | TabOrder = 1
|
---|
37 | OnClick = btnCancelClick
|
---|
38 | NumGlyphs = 2
|
---|
39 | end
|
---|
40 | inherited amgrMain: TVA508AccessibilityManager
|
---|
41 | Data = (
|
---|
42 | (
|
---|
43 | 'Component = btnOK'
|
---|
44 | 'Status = stsDefault')
|
---|
45 | (
|
---|
46 | 'Component = btnCancel'
|
---|
47 | 'Status = stsDefault')
|
---|
48 | (
|
---|
49 | 'Component = frmPCEBase'
|
---|
50 | 'Status = stsDefault'))
|
---|
51 | end
|
---|
52 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.