source: cprs/trunk/CPRS-Chart/Options/fOptionsSubscribe.dfm@ 829

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

Upgrade to version 27

File size: 1.4 KB
Line 
1inherited frmOptionsSubscribe: TfrmOptionsSubscribe
2 Left = 309
3 Top = 103
4 BorderIcons = [biSystemMenu, biHelp]
5 BorderStyle = bsSingle
6 Caption = 'Subscribe to a Team'
7 ClientHeight = 216
8 ClientWidth = 302
9 HelpFile = 'CPRSWT.HLP'
10 Position = poScreenCenter
11 PixelsPerInch = 96
12 TextHeight = 13
13 object pnlBottom: TPanel [0]
14 Left = 0
15 Top = 184
16 Width = 302
17 Height = 32
18 Align = alBottom
19 BevelOuter = bvNone
20 ParentColor = True
21 TabOrder = 0
22 object bvlBottom: TBevel
23 Left = 0
24 Top = 0
25 Width = 302
26 Height = 2
27 Align = alTop
28 end
29 object btnOK: TButton
30 Left = 109
31 Top = 2
32 Width = 75
33 Height = 22
34 HelpContext = 9003
35 Caption = 'OK'
36 Default = True
37 ModalResult = 1
38 TabOrder = 0
39 end
40 object btnCancel: TButton
41 Left = 205
42 Top = 2
43 Width = 75
44 Height = 22
45 HelpContext = 9004
46 Cancel = True
47 Caption = 'Cancel'
48 ModalResult = 2
49 TabOrder = 1
50 end
51 end
52 inherited amgrMain: TVA508AccessibilityManager
53 Data = (
54 (
55 'Component = pnlBottom'
56 'Status = stsDefault')
57 (
58 'Component = btnOK'
59 'Status = stsDefault')
60 (
61 'Component = btnCancel'
62 'Status = stsDefault')
63 (
64 'Component = frmOptionsSubscribe'
65 'Status = stsDefault'))
66 end
67end
Note: See TracBrowser for help on using the repository browser.