| 1 | object frmOptionsNotes: TfrmOptionsNotes
 | 
|---|
| 2 |   Left = 360
 | 
|---|
| 3 |   Top = 264
 | 
|---|
| 4 |   HelpContext = 9210
 | 
|---|
| 5 |   BorderIcons = [biSystemMenu, biHelp]
 | 
|---|
| 6 |   BorderStyle = bsSingle
 | 
|---|
| 7 |   Caption = 'Notes'
 | 
|---|
| 8 |   ClientHeight = 150
 | 
|---|
| 9 |   ClientWidth = 399
 | 
|---|
| 10 |   Color = clBtnFace
 | 
|---|
| 11 |   Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 12 |   Font.Color = clWindowText
 | 
|---|
| 13 |   Font.Height = -11
 | 
|---|
| 14 |   Font.Name = 'MS Sans Serif'
 | 
|---|
| 15 |   Font.Style = []
 | 
|---|
| 16 |   HelpFile = 'CPRSWT.HLP'
 | 
|---|
| 17 |   OldCreateOrder = False
 | 
|---|
| 18 |   Position = poScreenCenter
 | 
|---|
| 19 |   OnShow = FormShow
 | 
|---|
| 20 |   PixelsPerInch = 96
 | 
|---|
| 21 |   TextHeight = 13
 | 
|---|
| 22 |   object lblAutoSave1: TLabel
 | 
|---|
| 23 |     Left = 9
 | 
|---|
| 24 |     Top = 14
 | 
|---|
| 25 |     Width = 97
 | 
|---|
| 26 |     Height = 13
 | 
|---|
| 27 |     Caption = 'Interval for autosave'
 | 
|---|
| 28 |   end
 | 
|---|
| 29 |   object lblCosigner: TLabel
 | 
|---|
| 30 |     Left = 9
 | 
|---|
| 31 |     Top = 75
 | 
|---|
| 32 |     Width = 80
 | 
|---|
| 33 |     Height = 13
 | 
|---|
| 34 |     Caption = 'Default cosigner:'
 | 
|---|
| 35 |   end
 | 
|---|
| 36 |   object lblAutoSave2: TLabel
 | 
|---|
| 37 |     Left = 9
 | 
|---|
| 38 |     Top = 28
 | 
|---|
| 39 |     Width = 67
 | 
|---|
| 40 |     Height = 13
 | 
|---|
| 41 |     Caption = 'of notes (sec):'
 | 
|---|
| 42 |   end
 | 
|---|
| 43 |   object txtAutoSave: TCaptionEdit
 | 
|---|
| 44 |     Left = 9
 | 
|---|
| 45 |     Top = 42
 | 
|---|
| 46 |     Width = 42
 | 
|---|
| 47 |     Height = 21
 | 
|---|
| 48 |     HelpContext = 9213
 | 
|---|
| 49 |     TabOrder = 0
 | 
|---|
| 50 |     Text = '5'
 | 
|---|
| 51 |     OnChange = txtAutoSaveChange
 | 
|---|
| 52 |     OnExit = txtAutoSaveExit
 | 
|---|
| 53 |     OnKeyPress = txtAutoSaveKeyPress
 | 
|---|
| 54 |   end
 | 
|---|
| 55 |   object spnAutoSave: TUpDown
 | 
|---|
| 56 |     Left = 51
 | 
|---|
| 57 |     Top = 42
 | 
|---|
| 58 |     Width = 15
 | 
|---|
| 59 |     Height = 21
 | 
|---|
| 60 |     HelpContext = 9213
 | 
|---|
| 61 |     Associate = txtAutoSave
 | 
|---|
| 62 |     Max = 10000
 | 
|---|
| 63 |     Increment = 5
 | 
|---|
| 64 |     Position = 5
 | 
|---|
| 65 |     TabOrder = 1
 | 
|---|
| 66 |     Thousands = False
 | 
|---|
| 67 |     OnClick = spnAutoSaveClick
 | 
|---|
| 68 |   end
 | 
|---|
| 69 |   object chkVerifyNote: TCheckBox
 | 
|---|
| 70 |     Left = 177
 | 
|---|
| 71 |     Top = 59
 | 
|---|
| 72 |     Width = 169
 | 
|---|
| 73 |     Height = 17
 | 
|---|
| 74 |     HelpContext = 9214
 | 
|---|
| 75 |     Caption = 'Verify note title'
 | 
|---|
| 76 |     TabOrder = 3
 | 
|---|
| 77 |   end
 | 
|---|
| 78 |   object chkAskSubject: TCheckBox
 | 
|---|
| 79 |     Left = 177
 | 
|---|
| 80 |     Top = 30
 | 
|---|
| 81 |     Width = 217
 | 
|---|
| 82 |     Height = 17
 | 
|---|
| 83 |     HelpContext = 9215
 | 
|---|
| 84 |     Caption = 'Ask subject for progress notes'
 | 
|---|
| 85 |     TabOrder = 2
 | 
|---|
| 86 |   end
 | 
|---|
| 87 |   object cboCosigner: TORComboBox
 | 
|---|
| 88 |     Left = 9
 | 
|---|
| 89 |     Top = 88
 | 
|---|
| 90 |     Width = 297
 | 
|---|
| 91 |     Height = 21
 | 
|---|
| 92 |     HelpContext = 9216
 | 
|---|
| 93 |     Style = orcsDropDown
 | 
|---|
| 94 |     AutoSelect = True
 | 
|---|
| 95 |     Caption = 'Default cosigner'
 | 
|---|
| 96 |     Color = clWindow
 | 
|---|
| 97 |     DropDownCount = 8
 | 
|---|
| 98 |     ItemHeight = 13
 | 
|---|
| 99 |     ItemTipColor = clWindow
 | 
|---|
| 100 |     ItemTipEnable = True
 | 
|---|
| 101 |     ListItemsOnly = False
 | 
|---|
| 102 |     LongList = True
 | 
|---|
| 103 |     LookupPiece = 2
 | 
|---|
| 104 |     MaxLength = 0
 | 
|---|
| 105 |     Pieces = '2,3'
 | 
|---|
| 106 |     Sorted = True
 | 
|---|
| 107 |     SynonymChars = '<>'
 | 
|---|
| 108 |     TabOrder = 4
 | 
|---|
| 109 |     OnExit = cboCosignerExit
 | 
|---|
| 110 |     OnNeedData = cboCosignerNeedData
 | 
|---|
| 111 |     CharsNeedMatch = 1
 | 
|---|
| 112 |   end
 | 
|---|
| 113 |   object pnlBottom: TPanel
 | 
|---|
| 114 |     Left = 0
 | 
|---|
| 115 |     Top = 117
 | 
|---|
| 116 |     Width = 399
 | 
|---|
| 117 |     Height = 33
 | 
|---|
| 118 |     HelpContext = 9110
 | 
|---|
| 119 |     Align = alBottom
 | 
|---|
| 120 |     BevelOuter = bvNone
 | 
|---|
| 121 |     ParentColor = True
 | 
|---|
| 122 |     TabOrder = 5
 | 
|---|
| 123 |     object bvlBottom: TBevel
 | 
|---|
| 124 |       Left = 0
 | 
|---|
| 125 |       Top = 0
 | 
|---|
| 126 |       Width = 399
 | 
|---|
| 127 |       Height = 2
 | 
|---|
| 128 |       Align = alTop
 | 
|---|
| 129 |     end
 | 
|---|
| 130 |     object btnOK: TButton
 | 
|---|
| 131 |       Left = 240
 | 
|---|
| 132 |       Top = 7
 | 
|---|
| 133 |       Width = 75
 | 
|---|
| 134 |       Height = 22
 | 
|---|
| 135 |       HelpContext = 9996
 | 
|---|
| 136 |       Caption = 'OK'
 | 
|---|
| 137 |       Default = True
 | 
|---|
| 138 |       ModalResult = 1
 | 
|---|
| 139 |       TabOrder = 0
 | 
|---|
| 140 |       OnClick = btnOKClick
 | 
|---|
| 141 |     end
 | 
|---|
| 142 |     object btnCancel: TButton
 | 
|---|
| 143 |       Left = 321
 | 
|---|
| 144 |       Top = 7
 | 
|---|
| 145 |       Width = 75
 | 
|---|
| 146 |       Height = 22
 | 
|---|
| 147 |       HelpContext = 9997
 | 
|---|
| 148 |       Cancel = True
 | 
|---|
| 149 |       Caption = 'Cancel'
 | 
|---|
| 150 |       ModalResult = 2
 | 
|---|
| 151 |       TabOrder = 1
 | 
|---|
| 152 |     end
 | 
|---|
| 153 |   end
 | 
|---|
| 154 |   object DKLanguageController1: TDKLanguageController
 | 
|---|
| 155 |     Left = 192
 | 
|---|
| 156 |     Top = 80
 | 
|---|
| 157 |     LangData = {
 | 
|---|
| 158 |       0F0066726D4F7074696F6E734E6F746573010200000001000000070043617074
 | 
|---|
| 159 |       696F6E02000000080048656C7046696C65010C0000000C006C626C4175746F53
 | 
|---|
| 160 |       61766531010100000003000000070043617074696F6E000B006C626C436F7369
 | 
|---|
| 161 |       676E6572010100000004000000070043617074696F6E000C006C626C4175746F
 | 
|---|
| 162 |       5361766532010100000005000000070043617074696F6E000B00747874417574
 | 
|---|
| 163 |       6F5361766500000B0073706E4175746F5361766500000D0063686B5665726966
 | 
|---|
| 164 |       794E6F7465010100000006000000070043617074696F6E000D0063686B41736B
 | 
|---|
| 165 |       5375626A656374010100000007000000070043617074696F6E000B0063626F43
 | 
|---|
| 166 |       6F7369676E6572010100000008000000070043617074696F6E000900706E6C42
 | 
|---|
| 167 |       6F74746F6D0000090062766C426F74746F6D0000050062746E4F4B0101000000
 | 
|---|
| 168 |       09000000070043617074696F6E00090062746E43616E63656C01010000000A00
 | 
|---|
| 169 |       0000070043617074696F6E00}
 | 
|---|
| 170 |   end
 | 
|---|
| 171 | end
 | 
|---|