object NameCaptionForm: TNameCaptionForm Left = 246 Top = 115 HelpContext = 21000 ActiveControl = CaptionEdit BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Enter name' ClientHeight = 80 ClientWidth = 288 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object CaptionLabel: TLabel Left = 4 Top = 8 Width = 54 Height = 14 Caption = 'Enter name' FocusControl = CaptionEdit end object OKButton: TButton Left = 128 Top = 52 Width = 75 Height = 25 HelpContext = 1 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 208 Top = 52 Width = 75 Height = 25 HelpContext = 2 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object CaptionEdit: TEdit Left = 4 Top = 24 Width = 281 Height = 22 HelpContext = 21100 TabOrder = 2 end object Translator: TFormTranslator Table.Strings = ( 'Enter name;Entre el nombre;Entrer le nom' 'OK;OK;OK' 'Cancel;Cancelar;Annuler') Properties.Strings = ( 'Caption' 'Text' 'Hint') Language = 0 ChangeFont = False ParentFont = True Left = 4 Top = 52 end end