| 1 | inherited 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 [0]
 | 
|---|
| 14 |     Left = 0
 | 
|---|
| 15 |     Top = 0
 | 
|---|
| 16 |     Width = 310
 | 
|---|
| 17 |     Height = 17
 | 
|---|
| 18 |     Align = alTop
 | 
|---|
| 19 |     AutoSize = False
 | 
|---|
| 20 |     Caption = 'The selected title has associated boilerplate text.'
 | 
|---|
| 21 |     TabOrder = 1
 | 
|---|
| 22 |   end
 | 
|---|
| 23 |   object radOptions: TRadioGroup [1]
 | 
|---|
| 24 |     Left = 0
 | 
|---|
| 25 |     Top = 17
 | 
|---|
| 26 |     Width = 310
 | 
|---|
| 27 |     Height = 103
 | 
|---|
| 28 |     Align = alClient
 | 
|---|
| 29 |     Caption = ' Choose from: '
 | 
|---|
| 30 |     ItemIndex = 0
 | 
|---|
| 31 |     Items.Strings = (
 | 
|---|
| 32 |       '&Ignore the boilerplate text (text of note will not change).'
 | 
|---|
| 33 |       '&Append the boilerplate text to the text in the note.'
 | 
|---|
| 34 |       '&Replace the text in the note with the boilerplate text.')
 | 
|---|
| 35 |     TabOrder = 0
 | 
|---|
| 36 |   end
 | 
|---|
| 37 |   object btnPanel: TPanel [2]
 | 
|---|
| 38 |     Left = 0
 | 
|---|
| 39 |     Top = 120
 | 
|---|
| 40 |     Width = 310
 | 
|---|
| 41 |     Height = 28
 | 
|---|
| 42 |     Align = alBottom
 | 
|---|
| 43 |     TabOrder = 2
 | 
|---|
| 44 |     object cmdPreview: TButton
 | 
|---|
| 45 |       Left = 6
 | 
|---|
| 46 |       Top = 4
 | 
|---|
| 47 |       Width = 79
 | 
|---|
| 48 |       Height = 21
 | 
|---|
| 49 |       Caption = 'Preview Text'
 | 
|---|
| 50 |       TabOrder = 0
 | 
|---|
| 51 |       OnClick = cmdPreviewClick
 | 
|---|
| 52 |     end
 | 
|---|
| 53 |     object cmdClose: TButton
 | 
|---|
| 54 |       Left = 230
 | 
|---|
| 55 |       Top = 4
 | 
|---|
| 56 |       Width = 72
 | 
|---|
| 57 |       Height = 21
 | 
|---|
| 58 |       Caption = 'OK'
 | 
|---|
| 59 |       Default = True
 | 
|---|
| 60 |       TabOrder = 1
 | 
|---|
| 61 |       OnClick = cmdCloseClick
 | 
|---|
| 62 |     end
 | 
|---|
| 63 |   end
 | 
|---|
| 64 |   inherited DKLanguageController1: TDKLanguageController
 | 
|---|
| 65 |     LangData = {
 | 
|---|
| 66 |       0A0066726D4E6F7465734250010100000001000000070043617074696F6E0105
 | 
|---|
| 67 |       00000006004C6162656C31010100000002000000070043617074696F6E000A00
 | 
|---|
| 68 |       7261644F7074696F6E73010200000003000000070043617074696F6E04000000
 | 
|---|
| 69 |       05004974656D7300080062746E50616E656C00000A00636D6450726576696577
 | 
|---|
| 70 |       010100000005000000070043617074696F6E000800636D64436C6F7365010100
 | 
|---|
| 71 |       000006000000070043617074696F6E00}
 | 
|---|
| 72 |   end
 | 
|---|
| 73 |   object DKLanguageController2: TDKLanguageController
 | 
|---|
| 74 |     Left = 144
 | 
|---|
| 75 |     Top = 80
 | 
|---|
| 76 |     LangData = {
 | 
|---|
| 77 |       0A0066726D4E6F7465734250010100000001000000070043617074696F6E0105
 | 
|---|
| 78 |       00000006004C6162656C31010100000002000000070043617074696F6E000A00
 | 
|---|
| 79 |       7261644F7074696F6E73010200000003000000070043617074696F6E04000000
 | 
|---|
| 80 |       05004974656D7300080062746E50616E656C00000A00636D6450726576696577
 | 
|---|
| 81 |       010100000005000000070043617074696F6E000800636D64436C6F7365010100
 | 
|---|
| 82 |       000006000000070043617074696F6E00}
 | 
|---|
| 83 |   end
 | 
|---|
| 84 | end
 | 
|---|