object TextInputForm: TTextInputForm Left = 288 Top = 155 BorderIcons = [] BorderStyle = bsDialog Caption = 'Text input' ClientHeight = 231 ClientWidth = 233 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 89 Height = 13 Caption = 'Input here the text:' end object Memo1: TMemo Left = 8 Top = 32 Width = 217 Height = 89 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -21 Font.Name = 'Helv' Font.Style = [] Lines.Strings = ( 'FontTwister') ParentFont = False TabOrder = 0 end object Button1: TButton Left = 23 Top = 193 Width = 75 Height = 25 Caption = '&Ok' ModalResult = 1 TabOrder = 1 end object AssistentCheckBox: TCheckBox Left = 8 Top = 136 Width = 161 Height = 17 Caption = '&Start the text-effect-assistent' Checked = True State = cbChecked TabOrder = 2 end object ProfiCheckBox: TCheckBox Left = 8 Top = 160 Width = 209 Height = 17 Caption = '&Expert mode with advanced options' TabOrder = 3 end object CancelButton: TButton Left = 112 Top = 192 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end end