object frmInput: TfrmInput Left = 310 Top = 137 HelpContext = 1 BorderStyle = bsDialog ClientHeight = 93 ClientWidth = 320 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblPrompt: TLabel Left = 8 Top = 8 Width = 305 Height = 17 AutoSize = False ParentShowHint = False ShowHint = False end object edtInput: TEdit Left = 8 Top = 32 Width = 303 Height = 21 TabOrder = 0 end object btnOK: TButton Left = 127 Top = 64 Width = 89 Height = 22 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 223 Top = 64 Width = 89 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = btnCancelClick end end