source: cprs/branches/foia-cprs/CPRS-Chart/fNotesBP.dfm@ 459

Last change on this file since 459 was 459, checked in by Kevin Toppenberg, 16 years ago

Adding foia-cprs branch

File size: 1.2 KB
Line 
1inherited frmNotesBP: TfrmNotesBP
2 Left = 230
3 Top = 376
4 Width = 318
5 Height = 182
6 BorderIcons = []
7 Caption = 'Boilerplate Text'
8 KeyPreview = True
9 Position = poScreenCenter
10 OnKeyUp = FormKeyUp
11 PixelsPerInch = 96
12 TextHeight = 13
13 object Label1: TStaticText
14 Left = 6
15 Top = 6
16 Width = 229
17 Height = 13
18 AutoSize = False
19 Caption = 'The selected title has associated boilerplate text.'
20 TabOrder = 3
21 end
22 object radOptions: TRadioGroup
23 Left = 6
24 Top = 25
25 Width = 295
26 Height = 90
27 Caption = ' Choose from: '
28 ItemIndex = 0
29 Items.Strings = (
30 '&Ignore the boilerplate text (text of note will not change).'
31 '&Append the boilerplate text to the text in the note.'
32 '&Replace the text in the note with the boilerplate text.')
33 TabOrder = 0
34 end
35 object cmdPreview: TButton
36 Left = 6
37 Top = 127
38 Width = 79
39 Height = 21
40 Caption = 'Preview Text'
41 TabOrder = 1
42 OnClick = cmdPreviewClick
43 end
44 object cmdClose: TButton
45 Left = 230
46 Top = 127
47 Width = 72
48 Height = 21
49 Caption = 'OK'
50 Default = True
51 TabOrder = 2
52 OnClick = cmdCloseClick
53 end
54end
Note: See TracBrowser for help on using the repository browser.