object frmMultiInput: TfrmMultiInput Left = 419 Top = 10 Width = 335 Height = 559 Hint = '|Complete fields and press OK to continue or Cancel to abort' BorderIcons = [biSystemMenu, biMaximize] Caption = 'Complete Fields...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter Scaled = False OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object pnlFields: TScrollBox Left = 0 Top = 0 Width = 327 Height = 499 Align = alClient TabOrder = 0 end object pnlButtons: TPanel Left = 0 Top = 499 Width = 327 Height = 33 Align = alBottom BevelOuter = bvNone TabOrder = 1 object btnOk: TButton Left = 8 Top = 4 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object btnCancel: TButton Left = 88 Top = 4 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end object InputBoxMaster1: TInputBoxMaster InputBoxMenu = ef_InputBoxMenu OverwriteMode = False UseContextMenu = True Left = 36 Top = 8 end object ef_InputBoxMenu: TInputBoxMenu Left = 8 Top = 8 object ef_InputBoxMenu_Undo: TMenuItem Caption = '&Undo' Hint = 'Undo changes to input text' end object ef_InputBoxMenu_Overwrite: TMenuItem Tag = 1 Caption = '&Overwrite Mode' Hint = 'Toggle Insert/Overwrite mode' end object ef_InputBoxMenu_Break1: TMenuItem Tag = 2 Caption = '-' end object ef_InputBoxMenu_Cut: TMenuItem Tag = 3 Caption = 'Cu&t' Hint = 'Cut selected text to clipboard' end object ef_InputBoxMenu_Copy: TMenuItem Tag = 4 Caption = '&Copy' Hint = 'Copy selected text to clipboard' end object ef_InputBoxMenu_Paste: TMenuItem Tag = 5 Caption = '&Paste' Hint = 'Paste text from clipboard to input box' end object ef_InputBoxMenu_Delete: TMenuItem Tag = 6 Caption = '&Delete' Hint = 'Delete selected text' end object ef_InputBoxMenu_Clear: TMenuItem Tag = 7 Caption = 'C&lear All' Hint = 'Clear all text from input box' end object ef_InputBoxMenu_Break2: TMenuItem Tag = 8 Caption = '-' end object ef_InputBoxMenu_SelectAll: TMenuItem Tag = 9 Caption = 'Select &All' Hint = 'Select all text in input box' end end end