object DefInputFrm: TDefInputFrm Left = 217 Top = 216 BorderStyle = bsDialog Caption = 'Default Input Form' ClientHeight = 63 ClientWidth = 434 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 9 Width = 82 Height = 13 Caption = 'Text to show :' end object Edit1: TEdit Left = 16 Top = 35 Width = 322 Height = 21 TabOrder = 0 end object Button1: TButton Left = 345 Top = 7 Width = 82 Height = 21 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 345 Top = 35 Width = 82 Height = 21 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end