object frmOptionsOther: TfrmOptionsOther Left = 517 Top = 143 Hint = 'Use system default settings' HelpContext = 9110 Align = alCustom BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Other Parameters' ClientHeight = 463 ClientWidth = 391 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] HelpFile = 'CPRSWT.HLP' OldCreateOrder = False Position = poDefault ShowHint = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblMedsTab: TLabel Left = 7 Top = 184 Width = 170 Height = 13 Hint = 'Set date ranges for displaying medication orders on Meds tab.' Caption = 'Set date range for Meds tab display:' ParentShowHint = False ShowHint = True WordWrap = True end object lblTab: TLabel Left = 8 Top = 27 Width = 134 Height = 13 Caption = 'Initial tab when CPRS starts:' end object Bevel1: TBevel Left = 1 Top = 174 Width = 392 Height = 3 end object lblEncAppts: TLabel Left = 8 Top = 285 Width = 207 Height = 13 Hint = 'Set date range for Encounter Appointments.' Caption = 'Set date range for Encounter Appointments:' ParentShowHint = False ShowHint = True WordWrap = True end object Bevel2: TBevel Left = 1 Top = 272 Width = 392 Height = 2 end object Label1: TLabel Left = 232 Top = 27 Width = 106 Height = 13 Caption = 'Select Tab Positioning' end object lblTabColors: TLabel Left = 8 Top = 128 Width = 83 Height = 13 Caption = 'Adjust Tab Colors' end object lblEditTabColor: TLabel Left = 232 Top = 128 Width = 138 Height = 13 Caption = '(Click box below to edit color)' end object pnlBottom: TPanel Left = 0 Top = 430 Width = 391 Height = 33 HelpContext = 9110 Align = alBottom BevelOuter = bvNone ParentColor = True TabOrder = 7 object bvlBottom: TBevel Left = 0 Top = 0 Width = 391 Height = 2 Align = alTop end object btnOK: TButton Left = 167 Top = 7 Width = 75 Height = 22 HelpContext = 9996 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 248 Top = 7 Width = 75 Height = 22 HelpContext = 9997 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end object stStart: TStaticText Left = 7 Top = 207 Width = 55 Height = 17 Caption = 'Start Date:' TabOrder = 1 end object stStop: TStaticText Left = 199 Top = 207 Width = 55 Height = 17 Caption = 'Stop Date:' TabOrder = 5 end object dtStart: TORDateBox Left = 7 Top = 226 Width = 178 Height = 21 TabOrder = 4 OnChange = dtStartChange OnExit = dtStartExit DateOnly = True RequireTime = False Caption = 'Start Date' end object dtStop: TORDateBox Left = 200 Top = 225 Width = 186 Height = 21 TabOrder = 6 OnExit = dtStopExit DateOnly = True RequireTime = False Caption = 'Stop Date' end object lblTabDefault: TStaticText Left = 8 Top = 6 Width = 62 Height = 17 Caption = 'Chart tabs' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object cboTab: TORComboBox Left = 8 Top = 43 Width = 217 Height = 21 HelpContext = 9111 Style = orcsDropDown AutoSelect = True Caption = 'Initial tab when CPRS starts:' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = False LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = True SynonymChars = '<>' TabOrder = 2 TabStop = True CharsNeedMatch = 1 end object chkLastTab: TCheckBox Left = 8 Top = 74 Width = 233 Height = 21 HelpContext = 9112 Caption = 'Use last selected tab on patient change' TabOrder = 3 end object stStartEncAppts: TStaticText Left = 9 Top = 312 Width = 55 Height = 17 Caption = 'Start Date:' TabOrder = 13 end object txtTodayMinus: TStaticText Left = 38 Top = 337 Width = 64 Height = 17 Alignment = taRightJustify Caption = 'Today minus' Color = clBtnFace ParentColor = False TabOrder = 14 end object txtEncStart: TCaptionEdit Left = 110 Top = 334 Width = 50 Height = 21 HelpContext = 9015 MaxLength = 12 TabOrder = 8 Text = '0' OnChange = txtEncStartChange OnExit = txtEncStartExit Caption = 'Stop' end object txtDaysMinus: TStaticText Left = 178 Top = 338 Width = 26 Height = 17 Caption = 'days' Color = clBtnFace ParentColor = False TabOrder = 16 end object spnEncStart: TUpDown Tag = 30 Left = 160 Top = 334 Width = 15 Height = 21 HelpContext = 9015 Associate = txtEncStart Min = -999 Max = 999 TabOrder = 17 Thousands = False end object txtDaysPlus: TStaticText Left = 180 Top = 390 Width = 26 Height = 17 Caption = 'days' Color = clBtnFace ParentColor = False TabOrder = 18 end object spnEncStop: TUpDown Tag = 30 Left = 162 Top = 385 Width = 15 Height = 21 HelpContext = 9015 Associate = txtEncStop Min = -999 Max = 999 TabOrder = 19 Thousands = False end object txtEncStop: TCaptionEdit Left = 112 Top = 385 Width = 50 Height = 21 HelpContext = 9015 MaxLength = 12 TabOrder = 10 Text = '0' OnChange = txtEncStopChange OnExit = txtEncStopExit Caption = 'Stop' end object txtTodayPlus: TStaticText Left = 46 Top = 388 Width = 56 Height = 17 Alignment = taRightJustify Caption = 'Today plus' Color = clBtnFace ParentColor = False TabOrder = 21 end object stStopEncAppts: TStaticText Left = 10 Top = 364 Width = 55 Height = 17 Caption = 'Stop Date:' TabOrder = 22 end object btnEncDefaults: TButton Left = 248 Top = 303 Width = 75 Height = 22 HelpContext = 9011 Caption = 'Use Defaults' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 12 OnClick = btnEncDefaultsClick end object TabPositionComboBox: TComboBox Left = 232 Top = 43 Width = 145 Height = 21 ItemHeight = 13 ItemIndex = 0 TabOrder = 23 Text = 'Tabs on BOTTOM' OnChange = TabPositionComboBoxChange Items.Strings = ( 'Tabs on BOTTOM' 'Tabs on TOP' 'Tabs on LEFT' 'Tabs on RIGHT') end object pnlShowColor: TPanel Left = 232 Top = 144 Width = 145 Height = 22 BevelInner = bvLowered TabOrder = 24 OnClick = pnlShowColorClick end object cboTabColors: TComboBox Left = 8 Top = 144 Width = 217 Height = 21 ItemHeight = 13 ItemIndex = 0 TabOrder = 25 Text = ' ' OnChange = cboTabColorsChange Items.Strings = ( ' ') end object cbEnableTabColors: TCheckBox Left = 9 Top = 102 Width = 169 Height = 17 Caption = 'Enable Custom Tab Colors' Checked = True State = cbChecked TabOrder = 26 OnClick = cbEnableTabColorsClick end object DKLanguageController1: TDKLanguageController Left = 152 Top = 8 LangData = { 0F0066726D4F7074696F6E734F74686572010300000002000000070043617074 696F6E03000000080048656C7046696C6501000000040048696E740123000000 0A006C626C4D656473546162010200000005000000070043617074696F6E0400 0000040048696E740006006C626C546162010100000006000000070043617074 696F6E000600426576656C3100000B006C626C456E6341707074730102000000 08000000070043617074696F6E07000000040048696E74000600426576656C32 00000900706E6C426F74746F6D0000090062766C426F74746F6D000005006274 6E4F4B010100000009000000070043617074696F6E00090062746E43616E6365 6C01010000000A000000070043617074696F6E00070073745374617274010100 00000B000000070043617074696F6E000600737453746F7001010000000C0000 00070043617074696F6E0007006474537461727401010000000D000000070043 617074696F6E000600647453746F7001010000000E000000070043617074696F 6E000D006C626C54616244656661756C7401010000000F000000070043617074 696F6E00060063626F546162010100000010000000070043617074696F6E000A 0063686B4C617374546162010100000011000000070043617074696F6E000F00 73745374617274456E634170707473010100000012000000070043617074696F 6E000D00747874546F6461794D696E7573010100000013000000070043617074 696F6E000B00747874456E635374617274010100000014000000070043617074 696F6E000C00747874446179734D696E75730101000000150000000700436170 74696F6E000B0073706E456E63537461727400000B0074787444617973506C75 73010100000016000000070043617074696F6E000A0073706E456E6353746F70 00000A00747874456E6353746F70010100000017000000070043617074696F6E 000C00747874546F646179506C7573010100000018000000070043617074696F 6E000E00737453746F70456E6341707074730101000000190000000700436170 74696F6E000E0062746E456E6344656661756C747301010000001A0000000700 43617074696F6E001300546162506F736974696F6E436F6D626F426F78010200 00001C00000005004974656D731B0000000400546578740006004C6162656C31 01010000001D000000070043617074696F6E000C006C626C546162436F6C6F72 7301010000001E000000070043617074696F6E000C00706E6C53686F77436F6C 6F7200000B00436F6C6F724469616C6F6700000F006C626C4564697454616243 6F6C6F7201010000001F000000070043617074696F6E000C0063626F54616243 6F6C6F7273000011006362456E61626C65546162436F6C6F7273010100000020 000000070043617074696F6E00} end object ColorDialog: TColorDialog Left = 192 Top = 8 end end