home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / office / font / ftw11d.exe / FTWISTER.EXE / 0 / RCDATA / TTEXTINPUTFORM / TTEXTINPUTFORM.txt
Text File  |  2001-04-17  |  2KB  |  80 lines

  1. object TextInputForm: TTextInputForm
  2.   Left = 288
  3.   Top = 155
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Text input'
  7.   ClientHeight = 231
  8.   ClientWidth = 233
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 89
  24.     Height = 13
  25.     Caption = 'Input here the text:'
  26.   end
  27.   object Memo1: TMemo
  28.     Left = 8
  29.     Top = 32
  30.     Width = 217
  31.     Height = 89
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -21
  35.     Font.Name = 'Helv'
  36.     Font.Style = []
  37.     Lines.Strings = (
  38.       'FontTwister')
  39.     ParentFont = False
  40.     TabOrder = 0
  41.   end
  42.   object Button1: TButton
  43.     Left = 23
  44.     Top = 193
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Ok'
  48.     ModalResult = 1
  49.     TabOrder = 1
  50.   end
  51.   object AssistentCheckBox: TCheckBox
  52.     Left = 8
  53.     Top = 136
  54.     Width = 161
  55.     Height = 17
  56.     Caption = '&Start the text-effect-assistent'
  57.     Checked = True
  58.     State = cbChecked
  59.     TabOrder = 2
  60.   end
  61.   object ProfiCheckBox: TCheckBox
  62.     Left = 8
  63.     Top = 160
  64.     Width = 209
  65.     Height = 17
  66.     Caption = '&Expert mode with advanced options'
  67.     TabOrder = 3
  68.   end
  69.   object CancelButton: TButton
  70.     Left = 112
  71.     Top = 192
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 4
  78.   end
  79. end
  80.