home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / allmediafixer / MediaFixer.exe / {app} / AllMediaFixer.exe / 0 / RCDATA / TTHANKFORM / TTHANKFORM.txt
Encoding:
Text File  |  2004-06-14  |  743 b   |  42 lines

  1. object ThankForm: TThankForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Thank'
  6.   ClientHeight = 331
  7.   ClientWidth = 482
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object FaceIco: TImage
  18.     Left = 8
  19.     Top = 292
  20.     Width = 33
  21.     Height = 37
  22.   end
  23.   object Button1: TButton
  24.     Left = 376
  25.     Top = 296
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     TabOrder = 0
  31.     OnClick = Button1Click
  32.   end
  33.   object Memo1: TMemo
  34.     Left = 8
  35.     Top = 8
  36.     Width = 465
  37.     Height = 273
  38.     ReadOnly = True
  39.     TabOrder = 1
  40.   end
  41. end
  42.