object InputForm: TInputForm Left = 200 Top = 108 Width = 274 Height = 140 ActiveControl = InputEdit Caption = 'InputForm' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object PromptLabel: TLabel Left = 40 Top = 8 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object InputEdit: TEdit Left = 36 Top = 24 Width = 193 Height = 21 TabOrder = 0 end object Button1: TButton Left = 43 Top = 72 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 147 Top = 72 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end