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

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

Upgrading to version 27

File size: 1.8 KB
Line 
1inherited frmMHTest: TfrmMHTest
2 Left = 217
3 Top = 156
4 BorderIcons = [biSystemMenu]
5 Caption = 'frmMHTest'
6 ClientHeight = 433
7 ClientWidth = 500
8 Position = poScreenCenter
9 OnCreate = FormCreate
10 OnDestroy = FormDestroy
11 OnShow = FormShow
12 PixelsPerInch = 96
13 TextHeight = 13
14 object sbMain: TScrollBox [0]
15 Left = 0
16 Top = 0
17 Width = 500
18 Height = 408
19 HorzScrollBar.Visible = False
20 VertScrollBar.Tracking = True
21 Align = alClient
22 TabOrder = 0
23 OnResize = sbMainResize
24 end
25 object pnlBottom: TPanel [1]
26 Left = 0
27 Top = 408
28 Width = 500
29 Height = 25
30 Align = alBottom
31 BevelOuter = bvNone
32 TabOrder = 1
33 DesignSize = (
34 500
35 25)
36 object btnCancel: TButton
37 Left = 425
38 Top = 3
39 Width = 75
40 Height = 21
41 Anchors = [akTop, akRight]
42 Cancel = True
43 Caption = 'Cancel'
44 ModalResult = 2
45 TabOrder = 2
46 end
47 object btnOK: TButton
48 Left = 347
49 Top = 3
50 Width = 75
51 Height = 21
52 Anchors = [akTop, akRight]
53 Caption = '&OK'
54 TabOrder = 1
55 OnClick = btnOKClick
56 end
57 object btnClear: TButton
58 Left = 0
59 Top = 3
60 Width = 75
61 Height = 21
62 Caption = 'Clear'
63 TabOrder = 0
64 OnClick = btnClearClick
65 end
66 end
67 inherited amgrMain: TVA508AccessibilityManager
68 Data = (
69 (
70 'Component = sbMain'
71 'Status = stsDefault')
72 (
73 'Component = pnlBottom'
74 'Status = stsDefault')
75 (
76 'Component = btnCancel'
77 'Status = stsDefault')
78 (
79 'Component = btnOK'
80 'Status = stsDefault')
81 (
82 'Component = btnClear'
83 'Status = stsDefault')
84 (
85 'Component = frmMHTest'
86 'Status = stsDefault'))
87 end
88end
Note: See TracBrowser for help on using the repository browser.