| 1 | object frmPtSelOptns: TfrmPtSelOptns
 | 
|---|
| 2 |   Left = 436
 | 
|---|
| 3 |   Top = 128
 | 
|---|
| 4 |   BorderStyle = bsNone
 | 
|---|
| 5 |   Caption = 'frmPtSelOptns'
 | 
|---|
| 6 |   ClientHeight = 248
 | 
|---|
| 7 |   ClientWidth = 176
 | 
|---|
| 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 = False
 | 
|---|
| 15 |   OnCreate = FormCreate
 | 
|---|
| 16 |   PixelsPerInch = 96
 | 
|---|
| 17 |   TextHeight = 13
 | 
|---|
| 18 |   object orapnlMain: TORAutoPanel
 | 
|---|
| 19 |     Left = 0
 | 
|---|
| 20 |     Top = 0
 | 
|---|
| 21 |     Width = 176
 | 
|---|
| 22 |     Height = 248
 | 
|---|
| 23 |     Align = alClient
 | 
|---|
| 24 |     BevelOuter = bvNone
 | 
|---|
| 25 |     TabOrder = 0
 | 
|---|
| 26 |     object lblPtList: TLabel
 | 
|---|
| 27 |       Left = 4
 | 
|---|
| 28 |       Top = 4
 | 
|---|
| 29 |       Width = 52
 | 
|---|
| 30 |       Height = 13
 | 
|---|
| 31 |       Caption = 'Patient List'
 | 
|---|
| 32 |     end
 | 
|---|
| 33 |     object lblDateRange: TLabel
 | 
|---|
| 34 |       Left = 4
 | 
|---|
| 35 |       Top = 212
 | 
|---|
| 36 |       Width = 98
 | 
|---|
| 37 |       Height = 13
 | 
|---|
| 38 |       Caption = 'List Appointments for'
 | 
|---|
| 39 |     end
 | 
|---|
| 40 |     object bvlPtList: TORAutoPanel
 | 
|---|
| 41 |       Left = 3
 | 
|---|
| 42 |       Top = 18
 | 
|---|
| 43 |       Width = 168
 | 
|---|
| 44 |       Height = 69
 | 
|---|
| 45 |       BevelOuter = bvLowered
 | 
|---|
| 46 |       TabOrder = 0
 | 
|---|
| 47 |       object radAll: TRadioButton
 | 
|---|
| 48 |         Tag = 18
 | 
|---|
| 49 |         Left = 103
 | 
|---|
| 50 |         Top = 49
 | 
|---|
| 51 |         Width = 60
 | 
|---|
| 52 |         Height = 17
 | 
|---|
| 53 |         Caption = '&All'
 | 
|---|
| 54 |         TabOrder = 6
 | 
|---|
| 55 |         OnClick = radHideSrcClick
 | 
|---|
| 56 |       end
 | 
|---|
| 57 |       object radWards: TRadioButton
 | 
|---|
| 58 |         Tag = 17
 | 
|---|
| 59 |         Left = 103
 | 
|---|
| 60 |         Top = 33
 | 
|---|
| 61 |         Width = 60
 | 
|---|
| 62 |         Height = 17
 | 
|---|
| 63 |         Caption = '&Wards'
 | 
|---|
| 64 |         TabOrder = 5
 | 
|---|
| 65 |         OnClick = radShowSrcClick
 | 
|---|
| 66 |       end
 | 
|---|
| 67 |       object radClinics: TRadioButton
 | 
|---|
| 68 |         Tag = 16
 | 
|---|
| 69 |         Left = 103
 | 
|---|
| 70 |         Top = 18
 | 
|---|
| 71 |         Width = 60
 | 
|---|
| 72 |         Height = 17
 | 
|---|
| 73 |         Caption = '&Clinics'
 | 
|---|
| 74 |         ParentShowHint = False
 | 
|---|
| 75 |         ShowHint = False
 | 
|---|
| 76 |         TabOrder = 4
 | 
|---|
| 77 |         OnClick = radLongSrcClick
 | 
|---|
| 78 |       end
 | 
|---|
| 79 |       object radSpecialties: TRadioButton
 | 
|---|
| 80 |         Tag = 14
 | 
|---|
| 81 |         Left = 1
 | 
|---|
| 82 |         Top = 49
 | 
|---|
| 83 |         Width = 84
 | 
|---|
| 84 |         Height = 17
 | 
|---|
| 85 |         Caption = '&Specialties'
 | 
|---|
| 86 |         TabOrder = 3
 | 
|---|
| 87 |         OnClick = radShowSrcClick
 | 
|---|
| 88 |       end
 | 
|---|
| 89 |       object radTeams: TRadioButton
 | 
|---|
| 90 |         Tag = 13
 | 
|---|
| 91 |         Left = 1
 | 
|---|
| 92 |         Top = 33
 | 
|---|
| 93 |         Width = 98
 | 
|---|
| 94 |         Height = 17
 | 
|---|
| 95 |         Caption = '&Team/Personal'
 | 
|---|
| 96 |         TabOrder = 2
 | 
|---|
| 97 |         OnClick = radShowSrcClick
 | 
|---|
| 98 |       end
 | 
|---|
| 99 |       object radProviders: TRadioButton
 | 
|---|
| 100 |         Tag = 12
 | 
|---|
| 101 |         Left = 1
 | 
|---|
| 102 |         Top = 18
 | 
|---|
| 103 |         Width = 84
 | 
|---|
| 104 |         Height = 17
 | 
|---|
| 105 |         Caption = '&Providers'
 | 
|---|
| 106 |         TabOrder = 1
 | 
|---|
| 107 |         OnClick = radLongSrcClick
 | 
|---|
| 108 |       end
 | 
|---|
| 109 |       object radDflt: TRadioButton
 | 
|---|
| 110 |         Tag = 11
 | 
|---|
| 111 |         Left = 1
 | 
|---|
| 112 |         Top = 3
 | 
|---|
| 113 |         Width = 162
 | 
|---|
| 114 |         Height = 17
 | 
|---|
| 115 |         Caption = 'No &Default'
 | 
|---|
| 116 |         TabOrder = 0
 | 
|---|
| 117 |         OnClick = radHideSrcClick
 | 
|---|
| 118 |       end
 | 
|---|
| 119 |     end
 | 
|---|
| 120 |     object cboList: TORComboBox
 | 
|---|
| 121 |       Left = 4
 | 
|---|
| 122 |       Top = 92
 | 
|---|
| 123 |       Width = 169
 | 
|---|
| 124 |       Height = 116
 | 
|---|
| 125 |       Style = orcsSimple
 | 
|---|
| 126 |       AutoSelect = True
 | 
|---|
| 127 |       Caption = 'Patient List'
 | 
|---|
| 128 |       Color = clWindow
 | 
|---|
| 129 |       DropDownCount = 8
 | 
|---|
| 130 |       ItemHeight = 13
 | 
|---|
| 131 |       ItemTipColor = clWindow
 | 
|---|
| 132 |       ItemTipEnable = True
 | 
|---|
| 133 |       ListItemsOnly = False
 | 
|---|
| 134 |       LongList = False
 | 
|---|
| 135 |       LookupPiece = 2
 | 
|---|
| 136 |       MaxLength = 0
 | 
|---|
| 137 |       ParentShowHint = False
 | 
|---|
| 138 |       Pieces = '2'
 | 
|---|
| 139 |       ShowHint = True
 | 
|---|
| 140 |       Sorted = False
 | 
|---|
| 141 |       SynonymChars = '<>'
 | 
|---|
| 142 |       TabOrder = 1
 | 
|---|
| 143 |       OnExit = cboListExit
 | 
|---|
| 144 |       OnKeyPause = cboListKeyPause
 | 
|---|
| 145 |       OnMouseClick = cboListMouseClick
 | 
|---|
| 146 |       OnNeedData = cboListNeedData
 | 
|---|
| 147 |       CharsNeedMatch = 1
 | 
|---|
| 148 |     end
 | 
|---|
| 149 |     object cboDateRange: TORComboBox
 | 
|---|
| 150 |       Left = 4
 | 
|---|
| 151 |       Top = 226
 | 
|---|
| 152 |       Width = 169
 | 
|---|
| 153 |       Height = 21
 | 
|---|
| 154 |       Style = orcsDropDown
 | 
|---|
| 155 |       AutoSelect = True
 | 
|---|
| 156 |       Caption = 'List Appointments for'
 | 
|---|
| 157 |       Color = clWindow
 | 
|---|
| 158 |       DropDownCount = 8
 | 
|---|
| 159 |       ItemHeight = 13
 | 
|---|
| 160 |       ItemTipColor = clWindow
 | 
|---|
| 161 |       ItemTipEnable = True
 | 
|---|
| 162 |       ListItemsOnly = False
 | 
|---|
| 163 |       LongList = False
 | 
|---|
| 164 |       LookupPiece = 0
 | 
|---|
| 165 |       MaxLength = 0
 | 
|---|
| 166 |       Pieces = '2'
 | 
|---|
| 167 |       Sorted = False
 | 
|---|
| 168 |       SynonymChars = '<>'
 | 
|---|
| 169 |       TabOrder = 2
 | 
|---|
| 170 |       OnExit = cboDateRangeExit
 | 
|---|
| 171 |       OnMouseClick = cboDateRangeMouseClick
 | 
|---|
| 172 |       CharsNeedMatch = 1
 | 
|---|
| 173 |     end
 | 
|---|
| 174 |   end
 | 
|---|
| 175 |   object calApptRng: TORDateRangeDlg
 | 
|---|
| 176 |     DateOnly = True
 | 
|---|
| 177 |     Instruction = 'Enter a date range -'
 | 
|---|
| 178 |     LabelStart = 'First Appointment Date'
 | 
|---|
| 179 |     LabelStop = 'Last Appointment Date'
 | 
|---|
| 180 |     RequireTime = False
 | 
|---|
| 181 |     Format = 'mmm d,yy'
 | 
|---|
| 182 |     Left = 72
 | 
|---|
| 183 |     Top = 128
 | 
|---|
| 184 |   end
 | 
|---|
| 185 |   object DKLanguageController1: TDKLanguageController
 | 
|---|
| 186 |     Left = 91
 | 
|---|
| 187 |     Top = 2
 | 
|---|
| 188 |     LangData = {
 | 
|---|
| 189 |       0D0066726D507453656C4F70746E73010100000001000000070043617074696F
 | 
|---|
| 190 |       6E010E0000000A006F7261706E6C4D61696E000009006C626C50744C69737401
 | 
|---|
| 191 |       0100000002000000070043617074696F6E000C006C626C4461746552616E6765
 | 
|---|
| 192 |       010100000003000000070043617074696F6E00090062766C50744C6973740000
 | 
|---|
| 193 |       0600726164416C6C010100000004000000070043617074696F6E000800726164
 | 
|---|
| 194 |       5761726473010100000005000000070043617074696F6E000A00726164436C69
 | 
|---|
| 195 |       6E696373010100000006000000070043617074696F6E000E0072616453706563
 | 
|---|
| 196 |       69616C74696573010100000007000000070043617074696F6E00080072616454
 | 
|---|
| 197 |       65616D73010100000008000000070043617074696F6E000C0072616450726F76
 | 
|---|
| 198 |       6964657273010100000009000000070043617074696F6E00070072616444666C
 | 
|---|
| 199 |       7401010000000A000000070043617074696F6E00070063626F4C697374010100
 | 
|---|
| 200 |       00000B000000070043617074696F6E000C0063626F4461746552616E67650101
 | 
|---|
| 201 |       0000000C000000070043617074696F6E000A0063616C41707074526E67010400
 | 
|---|
| 202 |       0000100000000600466F726D61740D0000000B00496E737472756374696F6E0E
 | 
|---|
| 203 |       0000000A004C6162656C53746172740F00000009004C6162656C53746F7000}
 | 
|---|
| 204 |   end
 | 
|---|
| 205 | end
 | 
|---|