home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Internet / ImagoWeb / iwsetup.EXE / imagoWEB.exe / 0 / RCDATA / TITEXT / TITEXT.txt
Text File  |  1998-07-27  |  903b  |  50 lines

  1. object itext: Titext
  2.   Left = 222
  3.   Top = 232
  4.   Width = 407
  5.   Height = 130
  6.   Caption = 'Insert text'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Edit1: TEdit
  15.     Left = 8
  16.     Top = 16
  17.     Width = 329
  18.     Height = 21
  19.     TabOrder = 0
  20.   end
  21.   object Button1: TButton
  22.     Left = 8
  23.     Top = 48
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'Button1'
  27.     TabOrder = 1
  28.     OnClick = Button1Click
  29.   end
  30.   object BitBtn1: TBitBtn
  31.     Left = 128
  32.     Top = 48
  33.     Width = 75
  34.     Height = 25
  35.     TabOrder = 2
  36.     Kind = bkOK
  37.   end
  38.   object FontDialog1: TFontDialog
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     MinFontSize = 0
  45.     MaxFontSize = 0
  46.     Left = 304
  47.     Top = 8
  48.   end
  49. end
  50.