object InputForm: TInputForm Left = 333 Top = 274 BorderIcons = [biSystemMenu] BorderStyle = bsSingle ClientHeight = 105 ClientWidth = 215 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TeGroupBox1: TGroupBox Left = 6 Top = 2 Width = 202 Height = 97 TabOrder = 0 object LabelName: TLabel Left = 11 Top = 12 Width = 31 Height = 13 Caption = 'Name:' Color = clBtnFace ParentColor = False end object EditInput: TEdit Left = 11 Top = 29 Width = 180 Height = 21 MaxLength = 20 TabOrder = 0 OnKeyUp = EditInputKeyUp end object ButtonOK: TButton Left = 11 Top = 62 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 116 Top = 62 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end end