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

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

Upgrading to version 27

File size: 2.0 KB
Line 
1inherited frmNotesBP: TfrmNotesBP
2 Left = 230
3 Top = 376
4 BorderIcons = []
5 Caption = 'Boilerplate Text'
6 ClientHeight = 155
7 ClientWidth = 310
8 Position = poScreenCenter
9 OnKeyUp = FormKeyUp
10 ExplicitWidth = 318
11 ExplicitHeight = 182
12 PixelsPerInch = 96
13 TextHeight = 13
14 object Label1: TStaticText [0]
15 Left = 0
16 Top = 0
17 Width = 310
18 Height = 17
19 Align = alTop
20 AutoSize = False
21 Caption = 'The selected title has associated boilerplate text.'
22 TabOrder = 1
23 end
24 object radOptions: TRadioGroup [1]
25 Left = 0
26 Top = 17
27 Width = 310
28 Height = 110
29 Align = alClient
30 Caption = ' Choose from: '
31 ItemIndex = 0
32 Items.Strings = (
33 '&Ignore the boilerplate text (text of note will not change).'
34 '&Append the boilerplate text to the text in the note.'
35 '&Replace the text in the note with the boilerplate text.')
36 TabOrder = 0
37 ExplicitHeight = 103
38 end
39 object btnPanel: TPanel [2]
40 Left = 0
41 Top = 127
42 Width = 310
43 Height = 28
44 Align = alBottom
45 TabOrder = 2
46 ExplicitTop = 120
47 object cmdPreview: TButton
48 Left = 6
49 Top = 4
50 Width = 79
51 Height = 21
52 Caption = 'Preview Text'
53 TabOrder = 0
54 OnClick = cmdPreviewClick
55 end
56 object cmdClose: TButton
57 Left = 230
58 Top = 4
59 Width = 72
60 Height = 21
61 Caption = 'OK'
62 Default = True
63 TabOrder = 1
64 OnClick = cmdCloseClick
65 end
66 end
67 inherited amgrMain: TVA508AccessibilityManager
68 Data = (
69 (
70 'Component = Label1'
71 'Status = stsDefault')
72 (
73 'Component = radOptions'
74 'Status = stsDefault')
75 (
76 'Component = btnPanel'
77 'Status = stsDefault')
78 (
79 'Component = cmdPreview'
80 'Status = stsDefault')
81 (
82 'Component = cmdClose'
83 'Status = stsDefault')
84 (
85 'Component = frmNotesBP'
86 'Status = stsDefault'))
87 end
88end
Note: See TracBrowser for help on using the repository browser.