object frmConsultAction: TfrmConsultAction Left = 277 Top = 217 Width = 600 Height = 406 BorderIcons = [] Caption = 'frmConsultAction' Color = clBtnFace Constraints.MinHeight = 406 Constraints.MinWidth = 600 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object pnlBase: TPanel Left = 0 Top = 0 Width = 592 Height = 372 Align = alClient BevelOuter = bvNone TabOrder = 0 object pnlForward: TPanel Left = 0 Top = 0 Width = 224 Height = 372 Align = alLeft BevelOuter = bvNone TabOrder = 0 object lblToService: TOROffsetLabel Left = 2 Top = 0 Width = 120 Height = 19 Caption = 'To service' HorzOffset = 2 Transparent = False VertOffset = 6 WordWrap = False end object lblAttentionOf: TOROffsetLabel Left = 2 Top = 325 Width = 44 Height = 19 Caption = 'Attention' HorzOffset = 2 Transparent = False VertOffset = 6 WordWrap = False end object lblUrgency: TOROffsetLabel Left = 2 Top = 277 Width = 42 Height = 19 Caption = 'Urgency' HorzOffset = 2 Transparent = False VertOffset = 6 WordWrap = False end object Label1: TMemo Left = 18 Top = 123 Width = 185 Height = 65 TabStop = False Alignment = taCenter BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'A procedure can only be forwarded to ' 'other services defined as being able to ' 'perform that procedure. Valid ' 'selections for this procedure are listed ' 'in the drop-down box above.') ReadOnly = True TabOrder = 4 end object cboAttentionOf: TORComboBox Left = 2 Top = 344 Width = 212 Height = 21 Style = orcsDropDown AutoSelect = True Caption = 'Attention' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = True LookupPiece = 2 MaxLength = 0 Pieces = '2,3' Sorted = False SynonymChars = '<>' TabOrder = 3 OnNeedData = NewPersonNeedData CharsNeedMatch = 1 end object cboUrgency: TORComboBox Left = 2 Top = 297 Width = 212 Height = 21 Style = orcsDropDown AutoSelect = True Caption = 'Urgency' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 2 CharsNeedMatch = 1 end object treService: TORTreeView Left = 2 Top = 100 Width = 212 Height = 182 HideSelection = False Indent = 19 ReadOnly = True TabOrder = 1 OnChange = treServiceChange OnExit = treServiceExit Caption = 'To service' NodePiece = 0 end object cboService: TORComboBox Left = 2 Top = 23 Width = 212 Height = 75 Style = orcsSimple AutoSelect = True Caption = 'To service' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = True SynonymChars = '<>' TabOrder = 0 OnKeyPause = cboServiceSelect OnMouseClick = cboServiceSelect CharsNeedMatch = 1 end end object pnlOther: TPanel Left = 224 Top = 0 Width = 368 Height = 372 Align = alClient BevelOuter = bvNone TabOrder = 1 object pnlSigFind: TPanel Left = 0 Top = 0 Width = 368 Height = 57 Align = alTop BevelOuter = bvNone TabOrder = 0 object grpSigFindings: TRadioGroup Left = 9 Top = 7 Width = 350 Height = 41 Caption = 'Significant Findings - Current status: ' Columns = 3 Ctl3D = True Items.Strings = ( '&Yes' '&No' '&Unknown') ParentCtl3D = False TabOrder = 0 end end object pnlComments: TPanel Left = 0 Top = 57 Width = 368 Height = 217 Align = alClient Alignment = taLeftJustify BevelOuter = bvNone TabOrder = 1 object lblComments: TOROffsetLabel Left = 0 Top = 0 Width = 368 Height = 19 Align = alTop Caption = 'Comments' HorzOffset = 2 Transparent = False VertOffset = 6 WordWrap = False end object memComments: TCaptionMemo Left = 0 Top = 19 Width = 368 Height = 163 Align = alClient Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 0 Caption = 'Comments' end object pnlAlert: TPanel Left = 0 Top = 182 Width = 368 Height = 35 Align = alBottom BevelOuter = bvNone TabOrder = 1 object lblAutoAlerts: TStaticText Left = 6 Top = 1 Width = 4 Height = 4 TabOrder = 1 end object ckAlert: TCheckBox Left = 6 Top = 17 Width = 129 Height = 17 Caption = 'Send additional alerts' TabOrder = 0 OnClick = ckAlertClick end end end object pnlAllActions: TPanel Left = 0 Top = 274 Width = 368 Height = 98 Align = alBottom BevelOuter = bvNone TabOrder = 2 DesignSize = ( 368 98) object lblActionBy: TOROffsetLabel Left = 138 Top = -4 Width = 215 Height = 19 Caption = 'Action by' HorzOffset = 2 Transparent = False VertOffset = 6 WordWrap = False end object lblDateofAction: TOROffsetLabel Left = 5 Top = -4 Width = 112 Height = 19 Caption = 'Date/time of this action' HorzOffset = 2 Transparent = False VertOffset = 6 WordWrap = False end object calDateofAction: TORDateBox Left = 5 Top = 15 Width = 116 Height = 21 TabOrder = 0 Text = 'Now' DateOnly = False RequireTime = False Caption = 'Date/time of this action' end object cmdOK: TORAlignButton Left = 201 Top = 62 Width = 75 Height = 22 Anchors = [akRight, akBottom] Caption = 'OK' TabOrder = 2 OnClick = cmdOKClick end object cmdCancel: TORAlignButton Left = 286 Top = 62 Width = 75 Height = 22 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' TabOrder = 3 OnClick = cmdCancelClick end object cboPerson: TORComboBox Left = 137 Top = 15 Width = 220 Height = 21 Style = orcsDropDown AutoSelect = True Caption = 'Action by' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = True LookupPiece = 2 MaxLength = 0 Pieces = '2,3' Sorted = False SynonymChars = '<>' TabOrder = 1 TabStop = True OnNeedData = NewPersonNeedData CharsNeedMatch = 1 end end end end object DKLanguageController1: TDKLanguageController Left = 320 Top = 338 LangData = { 100066726D436F6E73756C74416374696F6E0101000000010000000700436170 74696F6E011A0000000700706E6C4261736500000A00706E6C466F7277617264 00000C006C626C546F5365727669636501010000000200000007004361707469 6F6E000E006C626C417474656E74696F6E4F6601010000000300000007004361 7074696F6E000A006C626C557267656E63790101000000040000000700436170 74696F6E0006004C6162656C3101010000000500000005004C696E6573000E00 63626F417474656E74696F6E4F66010100000006000000070043617074696F6E 000A0063626F557267656E6379010100000007000000070043617074696F6E00 0A0074726553657276696365010100000008000000070043617074696F6E000A 0063626F53657276696365010100000009000000070043617074696F6E000800 706E6C4F7468657200000A00706E6C53696746696E6400000E00677270536967 46696E64696E677301020000000A000000070043617074696F6E0B0000000500 4974656D73000B00706E6C436F6D6D656E747300000B006C626C436F6D6D656E 747301010000000C000000070043617074696F6E000B006D656D436F6D6D656E 747301010000000D000000070043617074696F6E000800706E6C416C65727400 000D006C626C4175746F416C6572747300000700636B416C6572740101000000 0E000000070043617074696F6E000D00706E6C416C6C416374696F6E7300000B 006C626C416374696F6E427901010000000F000000070043617074696F6E000F 006C626C446174656F66416374696F6E01010000001000000007004361707469 6F6E000F0063616C446174656F66416374696F6E010200000012000000070043 617074696F6E11000000040054657874000500636D644F4B0101000000130000 00070043617074696F6E000900636D6443616E63656C01010000001400000007 0043617074696F6E00090063626F506572736F6E010100000015000000070043 617074696F6E00} end end