| 1 | object frmPlVuFilt: TfrmPlVuFilt
 | 
|---|
| 2 |   Left = 353
 | 
|---|
| 3 |   Top = 217
 | 
|---|
| 4 |   BorderStyle = bsDialog
 | 
|---|
| 5 |   Caption = 'Problem List View Filters'
 | 
|---|
| 6 |   ClientHeight = 343
 | 
|---|
| 7 |   ClientWidth = 349
 | 
|---|
| 8 |   Color = clBtnFace
 | 
|---|
| 9 |   Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 10 |   Font.Color = clWindowText
 | 
|---|
| 11 |   Font.Height = -11
 | 
|---|
| 12 |   Font.Name = 'MS Sans Serif'
 | 
|---|
| 13 |   Font.Style = []
 | 
|---|
| 14 |   OldCreateOrder = True
 | 
|---|
| 15 |   Position = poScreenCenter
 | 
|---|
| 16 |   OnClose = FormClose
 | 
|---|
| 17 |   OnCreate = FormCreate
 | 
|---|
| 18 |   OnShow = FormShow
 | 
|---|
| 19 |   PixelsPerInch = 96
 | 
|---|
| 20 |   TextHeight = 13
 | 
|---|
| 21 |   object pnlBase: TORAutoPanel
 | 
|---|
| 22 |     Left = 0
 | 
|---|
| 23 |     Top = 0
 | 
|---|
| 24 |     Width = 349
 | 
|---|
| 25 |     Height = 343
 | 
|---|
| 26 |     Align = alClient
 | 
|---|
| 27 |     BevelOuter = bvNone
 | 
|---|
| 28 |     TabOrder = 0
 | 
|---|
| 29 |     object SrcLabel: TLabel
 | 
|---|
| 30 |       Left = 8
 | 
|---|
| 31 |       Top = 55
 | 
|---|
| 32 |       Width = 65
 | 
|---|
| 33 |       Height = 13
 | 
|---|
| 34 |       Caption = 'Source Clinic:'
 | 
|---|
| 35 |       IsControl = True
 | 
|---|
| 36 |     end
 | 
|---|
| 37 |     object DstLabel: TLabel
 | 
|---|
| 38 |       Left = 199
 | 
|---|
| 39 |       Top = 55
 | 
|---|
| 40 |       Width = 84
 | 
|---|
| 41 |       Height = 13
 | 
|---|
| 42 |       Caption = 'Selected Clinic(s):'
 | 
|---|
| 43 |       IsControl = True
 | 
|---|
| 44 |     end
 | 
|---|
| 45 |     object lblProvider: TLabel
 | 
|---|
| 46 |       Left = 200
 | 
|---|
| 47 |       Top = 252
 | 
|---|
| 48 |       Width = 84
 | 
|---|
| 49 |       Height = 13
 | 
|---|
| 50 |       Caption = 'Selected Provider'
 | 
|---|
| 51 |     end
 | 
|---|
| 52 |     object Bevel1: TBevel
 | 
|---|
| 53 |       Left = 3
 | 
|---|
| 54 |       Top = 4
 | 
|---|
| 55 |       Width = 343
 | 
|---|
| 56 |       Height = 293
 | 
|---|
| 57 |     end
 | 
|---|
| 58 |     object OROffsetLabel1: TOROffsetLabel
 | 
|---|
| 59 |       Left = 198
 | 
|---|
| 60 |       Top = 6
 | 
|---|
| 61 |       Width = 32
 | 
|---|
| 62 |       Height = 15
 | 
|---|
| 63 |       Caption = 'Status'
 | 
|---|
| 64 |       HorzOffset = 2
 | 
|---|
| 65 |       Transparent = False
 | 
|---|
| 66 |       VertOffset = 2
 | 
|---|
| 67 |       WordWrap = False
 | 
|---|
| 68 |     end
 | 
|---|
| 69 |     object cmdAdd: TButton
 | 
|---|
| 70 |       Left = 162
 | 
|---|
| 71 |       Top = 105
 | 
|---|
| 72 |       Width = 27
 | 
|---|
| 73 |       Height = 22
 | 
|---|
| 74 |       Caption = '>'
 | 
|---|
| 75 |       Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 76 |       Font.Color = clBtnText
 | 
|---|
| 77 |       Font.Height = -11
 | 
|---|
| 78 |       Font.Name = 'MS Sans Serif'
 | 
|---|
| 79 |       Font.Style = []
 | 
|---|
| 80 |       ParentFont = False
 | 
|---|
| 81 |       TabOrder = 3
 | 
|---|
| 82 |       OnClick = cmdAddClick
 | 
|---|
| 83 |       IsControl = True
 | 
|---|
| 84 |     end
 | 
|---|
| 85 |     object cmdRemove: TButton
 | 
|---|
| 86 |       Left = 162
 | 
|---|
| 87 |       Top = 169
 | 
|---|
| 88 |       Width = 27
 | 
|---|
| 89 |       Height = 22
 | 
|---|
| 90 |       Caption = '<'
 | 
|---|
| 91 |       Enabled = False
 | 
|---|
| 92 |       Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 93 |       Font.Color = clBtnText
 | 
|---|
| 94 |       Font.Height = -11
 | 
|---|
| 95 |       Font.Name = 'MS Sans Serif'
 | 
|---|
| 96 |       Font.Style = []
 | 
|---|
| 97 |       ParentFont = False
 | 
|---|
| 98 |       TabOrder = 5
 | 
|---|
| 99 |       OnClick = cmdRemoveClick
 | 
|---|
| 100 |       IsControl = True
 | 
|---|
| 101 |     end
 | 
|---|
| 102 |     object cmdRemoveAll: TButton
 | 
|---|
| 103 |       Left = 162
 | 
|---|
| 104 |       Top = 201
 | 
|---|
| 105 |       Width = 27
 | 
|---|
| 106 |       Height = 22
 | 
|---|
| 107 |       Caption = '<<'
 | 
|---|
| 108 |       Enabled = False
 | 
|---|
| 109 |       Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 110 |       Font.Color = clBtnText
 | 
|---|
| 111 |       Font.Height = -11
 | 
|---|
| 112 |       Font.Name = 'MS Sans Serif'
 | 
|---|
| 113 |       Font.Style = []
 | 
|---|
| 114 |       ParentFont = False
 | 
|---|
| 115 |       TabOrder = 6
 | 
|---|
| 116 |       OnClick = cmdRemoveAllClick
 | 
|---|
| 117 |       IsControl = True
 | 
|---|
| 118 |     end
 | 
|---|
| 119 |     object cmdOK: TBitBtn
 | 
|---|
| 120 |       Left = 90
 | 
|---|
| 121 |       Top = 309
 | 
|---|
| 122 |       Width = 77
 | 
|---|
| 123 |       Height = 22
 | 
|---|
| 124 |       Caption = 'OK'
 | 
|---|
| 125 |       TabOrder = 9
 | 
|---|
| 126 |       OnClick = cmdOKClick
 | 
|---|
| 127 |       NumGlyphs = 2
 | 
|---|
| 128 |       Spacing = -1
 | 
|---|
| 129 |       IsControl = True
 | 
|---|
| 130 |     end
 | 
|---|
| 131 |     object cmdCancel: TBitBtn
 | 
|---|
| 132 |       Left = 176
 | 
|---|
| 133 |       Top = 309
 | 
|---|
| 134 |       Width = 77
 | 
|---|
| 135 |       Height = 22
 | 
|---|
| 136 |       Cancel = True
 | 
|---|
| 137 |       Caption = 'Cancel'
 | 
|---|
| 138 |       TabOrder = 10
 | 
|---|
| 139 |       OnClick = cmdCancelClick
 | 
|---|
| 140 |       Layout = blGlyphTop
 | 
|---|
| 141 |       NumGlyphs = 2
 | 
|---|
| 142 |       Spacing = -1
 | 
|---|
| 143 |       IsControl = True
 | 
|---|
| 144 |     end
 | 
|---|
| 145 |     object lstDest: TORListBox
 | 
|---|
| 146 |       Left = 200
 | 
|---|
| 147 |       Top = 70
 | 
|---|
| 148 |       Width = 140
 | 
|---|
| 149 |       Height = 176
 | 
|---|
| 150 |       ItemHeight = 13
 | 
|---|
| 151 |       ParentShowHint = False
 | 
|---|
| 152 |       ShowHint = True
 | 
|---|
| 153 |       TabOrder = 4
 | 
|---|
| 154 |       OnClick = lstDestClick
 | 
|---|
| 155 |       Caption = 'Selected Clinic or Clinics'
 | 
|---|
| 156 |       ItemTipColor = clWindow
 | 
|---|
| 157 |       LongList = False
 | 
|---|
| 158 |       Pieces = '2'
 | 
|---|
| 159 |     end
 | 
|---|
| 160 |     object rgVu: TRadioGroup
 | 
|---|
| 161 |       Left = 7
 | 
|---|
| 162 |       Top = 7
 | 
|---|
| 163 |       Width = 167
 | 
|---|
| 164 |       Height = 41
 | 
|---|
| 165 |       Caption = 'Primary View'
 | 
|---|
| 166 |       Columns = 2
 | 
|---|
| 167 |       Items.Strings = (
 | 
|---|
| 168 |         '&Outpatient'
 | 
|---|
| 169 |         '&Inpatient')
 | 
|---|
| 170 |       TabOrder = 0
 | 
|---|
| 171 |       OnClick = rgVuClick
 | 
|---|
| 172 |     end
 | 
|---|
| 173 |     object cboProvider: TORComboBox
 | 
|---|
| 174 |       Left = 200
 | 
|---|
| 175 |       Top = 265
 | 
|---|
| 176 |       Width = 140
 | 
|---|
| 177 |       Height = 21
 | 
|---|
| 178 |       Style = orcsDropDown
 | 
|---|
| 179 |       AutoSelect = True
 | 
|---|
| 180 |       Caption = 'Selected Provider'
 | 
|---|
| 181 |       Color = clWindow
 | 
|---|
| 182 |       DropDownCount = 8
 | 
|---|
| 183 |       ItemHeight = 13
 | 
|---|
| 184 |       ItemTipColor = clWindow
 | 
|---|
| 185 |       ItemTipEnable = True
 | 
|---|
| 186 |       ListItemsOnly = True
 | 
|---|
| 187 |       LongList = True
 | 
|---|
| 188 |       LookupPiece = 2
 | 
|---|
| 189 |       MaxLength = 0
 | 
|---|
| 190 |       ParentShowHint = False
 | 
|---|
| 191 |       Pieces = '2,3'
 | 
|---|
| 192 |       ShowHint = True
 | 
|---|
| 193 |       Sorted = False
 | 
|---|
| 194 |       SynonymChars = '<>'
 | 
|---|
| 195 |       TabOrder = 8
 | 
|---|
| 196 |       OnNeedData = cboProviderNeedData
 | 
|---|
| 197 |       CharsNeedMatch = 1
 | 
|---|
| 198 |     end
 | 
|---|
| 199 |     object cmdDefaultView: TBitBtn
 | 
|---|
| 200 |       Left = 180
 | 
|---|
| 201 |       Top = 370
 | 
|---|
| 202 |       Width = 128
 | 
|---|
| 203 |       Height = 22
 | 
|---|
| 204 |       Caption = 'Return to Default View'
 | 
|---|
| 205 |       TabOrder = 11
 | 
|---|
| 206 |       Visible = False
 | 
|---|
| 207 |       OnClick = cmdDefaultViewClick
 | 
|---|
| 208 |       NumGlyphs = 2
 | 
|---|
| 209 |     end
 | 
|---|
| 210 |     object cboSource: TORComboBox
 | 
|---|
| 211 |       Left = 9
 | 
|---|
| 212 |       Top = 69
 | 
|---|
| 213 |       Width = 140
 | 
|---|
| 214 |       Height = 176
 | 
|---|
| 215 |       Style = orcsSimple
 | 
|---|
| 216 |       AutoSelect = True
 | 
|---|
| 217 |       Caption = 'Source Clinic'
 | 
|---|
| 218 |       Color = clWindow
 | 
|---|
| 219 |       DropDownCount = 8
 | 
|---|
| 220 |       ItemHeight = 13
 | 
|---|
| 221 |       ItemTipColor = clWindow
 | 
|---|
| 222 |       ItemTipEnable = True
 | 
|---|
| 223 |       ListItemsOnly = True
 | 
|---|
| 224 |       LongList = True
 | 
|---|
| 225 |       LookupPiece = 0
 | 
|---|
| 226 |       MaxLength = 0
 | 
|---|
| 227 |       Pieces = '2'
 | 
|---|
| 228 |       Sorted = False
 | 
|---|
| 229 |       SynonymChars = '<>'
 | 
|---|
| 230 |       TabOrder = 2
 | 
|---|
| 231 |       OnChange = cboSourceChange
 | 
|---|
| 232 |       OnDblClick = cmdAddClick
 | 
|---|
| 233 |       OnEnter = cboSourceEnter
 | 
|---|
| 234 |       OnExit = cboSourceExit
 | 
|---|
| 235 |       OnNeedData = cboSourceNeedData
 | 
|---|
| 236 |       CharsNeedMatch = 1
 | 
|---|
| 237 |     end
 | 
|---|
| 238 |     object cmdSave: TButton
 | 
|---|
| 239 |       Left = 48
 | 
|---|
| 240 |       Top = 371
 | 
|---|
| 241 |       Width = 128
 | 
|---|
| 242 |       Height = 21
 | 
|---|
| 243 |       Caption = 'Save as Default'
 | 
|---|
| 244 |       TabOrder = 12
 | 
|---|
| 245 |       Visible = False
 | 
|---|
| 246 |       OnClick = cmdSaveClick
 | 
|---|
| 247 |     end
 | 
|---|
| 248 |     object chkComments: TCheckBox
 | 
|---|
| 249 |       Left = 9
 | 
|---|
| 250 |       Top = 266
 | 
|---|
| 251 |       Width = 138
 | 
|---|
| 252 |       Height = 17
 | 
|---|
| 253 |       Caption = 'Show comments on list'
 | 
|---|
| 254 |       TabOrder = 7
 | 
|---|
| 255 |     end
 | 
|---|
| 256 |     object cboStatus: TORComboBox
 | 
|---|
| 257 |       Left = 200
 | 
|---|
| 258 |       Top = 26
 | 
|---|
| 259 |       Width = 139
 | 
|---|
| 260 |       Height = 21
 | 
|---|
| 261 |       Style = orcsDropDown
 | 
|---|
| 262 |       AutoSelect = True
 | 
|---|
| 263 |       Caption = 'Status'
 | 
|---|
| 264 |       Color = clWindow
 | 
|---|
| 265 |       DropDownCount = 8
 | 
|---|
| 266 |       ItemHeight = 13
 | 
|---|
| 267 |       ItemTipColor = clWindow
 | 
|---|
| 268 |       ItemTipEnable = True
 | 
|---|
| 269 |       ListItemsOnly = True
 | 
|---|
| 270 |       LongList = False
 | 
|---|
| 271 |       LookupPiece = 0
 | 
|---|
| 272 |       MaxLength = 0
 | 
|---|
| 273 |       Pieces = '2'
 | 
|---|
| 274 |       Sorted = False
 | 
|---|
| 275 |       SynonymChars = '<>'
 | 
|---|
| 276 |       TabOrder = 1
 | 
|---|
| 277 |       CharsNeedMatch = 1
 | 
|---|
| 278 |     end
 | 
|---|
| 279 |   end
 | 
|---|
| 280 |   object DKLanguageController1: TDKLanguageController
 | 
|---|
| 281 |     Left = 320
 | 
|---|
| 282 |     Top = 16
 | 
|---|
| 283 |     LangData = {
 | 
|---|
| 284 |       0B0066726D506C567546696C74010100000001000000070043617074696F6E01
 | 
|---|
| 285 |       130000000700706E6C42617365000008005372634C6162656C01010000000200
 | 
|---|
| 286 |       0000070043617074696F6E0008004473744C6162656C01010000000300000007
 | 
|---|
| 287 |       0043617074696F6E000B006C626C50726F766964657201010000000400000007
 | 
|---|
| 288 |       0043617074696F6E000600426576656C3100000E004F524F66667365744C6162
 | 
|---|
| 289 |       656C31010100000005000000070043617074696F6E000600636D644164640000
 | 
|---|
| 290 |       0900636D6452656D6F766500000C00636D6452656D6F7665416C6C0000050063
 | 
|---|
| 291 |       6D644F4B010100000006000000070043617074696F6E000900636D6443616E63
 | 
|---|
| 292 |       656C010100000007000000070043617074696F6E0007006C7374446573740101
 | 
|---|
| 293 |       00000008000000070043617074696F6E00040072675675010200000009000000
 | 
|---|
| 294 |       070043617074696F6E0A00000005004974656D73000B0063626F50726F766964
 | 
|---|
| 295 |       657201010000000B000000070043617074696F6E000E00636D6444656661756C
 | 
|---|
| 296 |       745669657701010000000C000000070043617074696F6E00090063626F536F75
 | 
|---|
| 297 |       72636501010000000D000000070043617074696F6E000700636D645361766501
 | 
|---|
| 298 |       010000000E000000070043617074696F6E000B0063686B436F6D6D656E747301
 | 
|---|
| 299 |       010000000F000000070043617074696F6E00090063626F537461747573010100
 | 
|---|
| 300 |       000010000000070043617074696F6E00}
 | 
|---|
| 301 |   end
 | 
|---|
| 302 | end
 | 
|---|