| [453] | 1 | object frmOptionsReminders: TfrmOptionsReminders
 | 
|---|
| [793] | 2 |   Left = 609
 | 
|---|
| [453] | 3 |   Top = 17
 | 
|---|
 | 4 |   HelpContext = 9020
 | 
|---|
 | 5 |   BorderIcons = [biSystemMenu, biHelp]
 | 
|---|
 | 6 |   BorderStyle = bsDialog
 | 
|---|
 | 7 |   Caption = 'Clinical Reminders on Cover Sheet'
 | 
|---|
 | 8 |   ClientHeight = 323
 | 
|---|
 | 9 |   ClientWidth = 407
 | 
|---|
 | 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 |   OnCreate = FormCreate
 | 
|---|
 | 20 |   PixelsPerInch = 96
 | 
|---|
 | 21 |   TextHeight = 13
 | 
|---|
 | 22 |   object lblDisplayed: TLabel
 | 
|---|
 | 23 |     Left = 209
 | 
|---|
 | 24 |     Top = 8
 | 
|---|
 | 25 |     Width = 129
 | 
|---|
 | 26 |     Height = 13
 | 
|---|
 | 27 |     Caption = 'Reminders being displayed:'
 | 
|---|
 | 28 |   end
 | 
|---|
 | 29 |   object lblNotDisplayed: TLabel
 | 
|---|
 | 30 |     Left = 8
 | 
|---|
 | 31 |     Top = 8
 | 
|---|
 | 32 |     Width = 147
 | 
|---|
 | 33 |     Height = 13
 | 
|---|
 | 34 |     Caption = 'Reminders not being displayed:'
 | 
|---|
 | 35 |   end
 | 
|---|
 | 36 |   object pnlBottom: TPanel
 | 
|---|
 | 37 |     Left = 0
 | 
|---|
 | 38 |     Top = 290
 | 
|---|
 | 39 |     Width = 407
 | 
|---|
 | 40 |     Height = 33
 | 
|---|
 | 41 |     HelpContext = 9020
 | 
|---|
 | 42 |     Align = alBottom
 | 
|---|
 | 43 |     BevelOuter = bvNone
 | 
|---|
 | 44 |     ParentColor = True
 | 
|---|
 | 45 |     TabOrder = 7
 | 
|---|
 | 46 |     object bvlBottom: TBevel
 | 
|---|
 | 47 |       Left = 0
 | 
|---|
 | 48 |       Top = 0
 | 
|---|
 | 49 |       Width = 407
 | 
|---|
 | 50 |       Height = 2
 | 
|---|
 | 51 |       Align = alTop
 | 
|---|
 | 52 |     end
 | 
|---|
 | 53 |     object btnOK: TButton
 | 
|---|
 | 54 |       Left = 247
 | 
|---|
 | 55 |       Top = 8
 | 
|---|
 | 56 |       Width = 75
 | 
|---|
 | 57 |       Height = 22
 | 
|---|
 | 58 |       HelpContext = 9996
 | 
|---|
 | 59 |       Caption = 'OK'
 | 
|---|
 | 60 |       ModalResult = 1
 | 
|---|
 | 61 |       TabOrder = 0
 | 
|---|
 | 62 |       OnClick = btnOKClick
 | 
|---|
 | 63 |     end
 | 
|---|
 | 64 |     object btnCancel: TButton
 | 
|---|
 | 65 |       Left = 327
 | 
|---|
 | 66 |       Top = 8
 | 
|---|
 | 67 |       Width = 75
 | 
|---|
 | 68 |       Height = 22
 | 
|---|
 | 69 |       HelpContext = 9997
 | 
|---|
 | 70 |       Cancel = True
 | 
|---|
 | 71 |       Caption = 'Cancel'
 | 
|---|
 | 72 |       ModalResult = 2
 | 
|---|
 | 73 |       TabOrder = 1
 | 
|---|
 | 74 |     end
 | 
|---|
 | 75 |   end
 | 
|---|
 | 76 |   object lstDisplayed: TORListBox
 | 
|---|
 | 77 |     Left = 209
 | 
|---|
 | 78 |     Top = 25
 | 
|---|
 | 79 |     Width = 160
 | 
|---|
 | 80 |     Height = 217
 | 
|---|
 | 81 |     HelpContext = 9025
 | 
|---|
 | 82 |     ItemHeight = 13
 | 
|---|
 | 83 |     MultiSelect = True
 | 
|---|
 | 84 |     ParentShowHint = False
 | 
|---|
 | 85 |     ShowHint = True
 | 
|---|
 | 86 |     TabOrder = 3
 | 
|---|
 | 87 |     OnClick = lstDisplayedChange
 | 
|---|
 | 88 |     OnDblClick = btnDeleteClick
 | 
|---|
 | 89 |     Caption = 'Reminders being displayed:'
 | 
|---|
 | 90 |     ItemTipColor = clWindow
 | 
|---|
 | 91 |     LongList = False
 | 
|---|
 | 92 |     Pieces = '3'
 | 
|---|
 | 93 |     OnChange = lstDisplayedChange
 | 
|---|
 | 94 |   end
 | 
|---|
 | 95 |   object lstNotDisplayed: TORListBox
 | 
|---|
 | 96 |     Left = 8
 | 
|---|
 | 97 |     Top = 25
 | 
|---|
 | 98 |     Width = 160
 | 
|---|
 | 99 |     Height = 217
 | 
|---|
 | 100 |     HelpContext = 9026
 | 
|---|
 | 101 |     ItemHeight = 13
 | 
|---|
 | 102 |     MultiSelect = True
 | 
|---|
 | 103 |     ParentShowHint = False
 | 
|---|
 | 104 |     ShowHint = True
 | 
|---|
 | 105 |     Sorted = True
 | 
|---|
 | 106 |     TabOrder = 0
 | 
|---|
 | 107 |     OnClick = lstNotDisplayedChange
 | 
|---|
 | 108 |     OnDblClick = btnAddClick
 | 
|---|
 | 109 |     Caption = 'Reminders not being displayed:'
 | 
|---|
 | 110 |     ItemTipColor = clWindow
 | 
|---|
 | 111 |     LongList = False
 | 
|---|
 | 112 |     Pieces = '3'
 | 
|---|
 | 113 |     OnChange = lstNotDisplayedChange
 | 
|---|
 | 114 |   end
 | 
|---|
 | 115 |   object btnUp: TButton
 | 
|---|
 | 116 |     Left = 378
 | 
|---|
 | 117 |     Top = 94
 | 
|---|
 | 118 |     Width = 22
 | 
|---|
 | 119 |     Height = 22
 | 
|---|
 | 120 |     HelpContext = 9021
 | 
|---|
 | 121 |     Caption = '^'
 | 
|---|
 | 122 |     TabOrder = 4
 | 
|---|
 | 123 |     OnClick = btnUpClick
 | 
|---|
 | 124 |   end
 | 
|---|
 | 125 |   object btnDown: TButton
 | 
|---|
 | 126 |     Left = 378
 | 
|---|
 | 127 |     Top = 142
 | 
|---|
 | 128 |     Width = 22
 | 
|---|
 | 129 |     Height = 22
 | 
|---|
 | 130 |     HelpContext = 9022
 | 
|---|
 | 131 |     Caption = 'v'
 | 
|---|
 | 132 |     TabOrder = 6
 | 
|---|
 | 133 |     OnClick = btnDownClick
 | 
|---|
 | 134 |   end
 | 
|---|
 | 135 |   object btnDelete: TButton
 | 
|---|
 | 136 |     Left = 178
 | 
|---|
 | 137 |     Top = 181
 | 
|---|
 | 138 |     Width = 22
 | 
|---|
 | 139 |     Height = 22
 | 
|---|
 | 140 |     HelpContext = 9023
 | 
|---|
 | 141 |     Caption = '<'
 | 
|---|
 | 142 |     Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 143 |     Font.Color = clWindowText
 | 
|---|
 | 144 |     Font.Height = -11
 | 
|---|
 | 145 |     Font.Name = 'MS Sans Serif'
 | 
|---|
 | 146 |     Font.Style = []
 | 
|---|
 | 147 |     ParentFont = False
 | 
|---|
 | 148 |     TabOrder = 2
 | 
|---|
 | 149 |     OnClick = btnDeleteClick
 | 
|---|
 | 150 |   end
 | 
|---|
 | 151 |   object btnAdd: TButton
 | 
|---|
 | 152 |     Left = 178
 | 
|---|
 | 153 |     Top = 70
 | 
|---|
 | 154 |     Width = 22
 | 
|---|
 | 155 |     Height = 22
 | 
|---|
 | 156 |     HelpContext = 9024
 | 
|---|
 | 157 |     Caption = '>'
 | 
|---|
 | 158 |     Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 159 |     Font.Color = clWindowText
 | 
|---|
 | 160 |     Font.Height = -11
 | 
|---|
 | 161 |     Font.Name = 'MS Sans Serif'
 | 
|---|
 | 162 |     Font.Style = []
 | 
|---|
 | 163 |     ParentFont = False
 | 
|---|
 | 164 |     TabOrder = 1
 | 
|---|
 | 165 |     OnClick = btnAddClick
 | 
|---|
 | 166 |   end
 | 
|---|
 | 167 |   object radSort: TRadioGroup
 | 
|---|
 | 168 |     Left = 209
 | 
|---|
 | 169 |     Top = 246
 | 
|---|
 | 170 |     Width = 192
 | 
|---|
 | 171 |     Height = 37
 | 
|---|
 | 172 |     Caption = 'Sort by '
 | 
|---|
 | 173 |     Columns = 2
 | 
|---|
 | 174 |     Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 175 |     Font.Color = clWindowText
 | 
|---|
 | 176 |     Font.Height = -11
 | 
|---|
 | 177 |     Font.Name = 'MS Sans Serif'
 | 
|---|
 | 178 |     Font.Style = []
 | 
|---|
 | 179 |     ItemIndex = 0
 | 
|---|
 | 180 |     Items.Strings = (
 | 
|---|
 | 181 |       '&Display Order'
 | 
|---|
 | 182 |       '&Alphabetical')
 | 
|---|
 | 183 |     ParentFont = False
 | 
|---|
 | 184 |     TabOrder = 5
 | 
|---|
 | 185 |     OnClick = radSortClick
 | 
|---|
 | 186 |   end
 | 
|---|
 | 187 |   object DKLanguageController1: TDKLanguageController
 | 
|---|
 | 188 |     Left = 192
 | 
|---|
 | 189 |     Top = 168
 | 
|---|
 | 190 |     LangData = {
 | 
|---|
 | 191 |       130066726D4F7074696F6E7352656D696E646572730102000000010000000700
 | 
|---|
 | 192 |       43617074696F6E02000000080048656C7046696C65010D0000000C006C626C44
 | 
|---|
 | 193 |       6973706C61796564010100000003000000070043617074696F6E000F006C626C
 | 
|---|
 | 194 |       4E6F74446973706C61796564010100000004000000070043617074696F6E0009
 | 
|---|
 | 195 |       00706E6C426F74746F6D0000090062766C426F74746F6D0000050062746E4F4B
 | 
|---|
 | 196 |       010100000005000000070043617074696F6E00090062746E43616E63656C0101
 | 
|---|
 | 197 |       00000006000000070043617074696F6E000C006C7374446973706C6179656401
 | 
|---|
 | 198 |       0100000007000000070043617074696F6E000F006C73744E6F74446973706C61
 | 
|---|
 | 199 |       796564010100000008000000070043617074696F6E00050062746E5570000007
 | 
|---|
 | 200 |       0062746E446F776E010100000009000000070043617074696F6E00090062746E
 | 
|---|
 | 201 |       44656C6574650000060062746E41646400000700726164536F72740102000000
 | 
|---|
 | 202 |       0A000000070043617074696F6E0B00000005004974656D7300}
 | 
|---|
 | 203 |   end
 | 
|---|
 | 204 | end
 | 
|---|