inherited frmODMisc: TfrmODMisc Left = 404 Top = 453 Caption = 'Patient Care Order' PixelsPerInch = 96 TextHeight = 13 object lblStart: TLabel [0] Left = 6 Top = 100 Width = 76 Height = 13 Caption = 'Start Date/Time' end object lblStop: TLabel [1] Left = 158 Top = 100 Width = 76 Height = 13 Caption = 'Stop Date/Time' end object lblCare: TLabel [2] Left = 6 Top = 6 Width = 58 Height = 13 Caption = 'Patient Care' end object lblComment: TLabel [3] Left = 6 Top = 53 Width = 54 Height = 13 Caption = 'Instructions' end inherited memOrder: TCaptionMemo TabOrder = 6 end inherited cmdAccept: TButton TabOrder = 4 end inherited cmdQuit: TButton TabOrder = 5 end inherited pnlMessage: TPanel TabOrder = 7 end object cboCare: TORComboBox Left = 6 Top = 20 Width = 292 Height = 21 Style = orcsDropDown AutoSelect = True Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = True MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 0 OnExit = ControlChange OnMouseClick = ControlChange OnNeedData = cboCareNeedData end object calStart: TORDateBox Left = 6 Top = 114 Width = 140 Height = 21 TabOrder = 2 Text = 'Now' OnChange = ControlChange DateOnly = False RequireTime = False Caption = 'Start Date/Time' end object calStop: TORDateBox Left = 158 Top = 114 Width = 140 Height = 21 TabOrder = 3 OnChange = ControlChange DateOnly = False RequireTime = False Caption = 'Stop Date/Time' end object txtComment: TCaptionEdit Left = 6 Top = 67 Width = 508 Height = 21 TabOrder = 1 OnChange = ControlChange Caption = 'Instructions' end end