home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95GOMOKU / _SETUP.1 / Gomoku.exe / 0 / RCDATA / TTHANKSFORM / TTHANKSFORM.txt < prev   
Text File  |  1996-09-02  |  2KB  |  97 lines

  1. object ThanksForm: TThanksForm
  2.   Left = 199
  3.   Top = 193
  4.   BorderStyle = bsDialog
  5.   Caption = ' '
  6.   ClientHeight = 143
  7.   ClientWidth = 503
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object imgBackGround: TImage
  16.     Left = 0
  17.     Top = 0
  18.     Width = 503
  19.     Height = 143
  20.     Align = alClient
  21.     Picture.Data = {<image000.bmp>}
  22.     Stretch = True
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 503
  28.     Height = 143
  29.     Align = alClient
  30.     Shape = bsFrame
  31.   end
  32.   object LabelEffect3: TLabelEffect
  33.     Left = 65
  34.     Top = 36
  35.     Width = 422
  36.     Height = 37
  37.     DepthShadow = 10
  38.     ColourHighlight = clAqua
  39.     ColourShadow = clSilver
  40.     EffectStyle = esCustom
  41.     ColourScheme = csCustom
  42.     AutoSize = True
  43.     Caption = 'T h a n k s   F o r   R e g i s t e r i n g   !'
  44.     Color = clBlack
  45.     Font.Color = clTeal
  46.     Font.Height = -21
  47.     Font.Name = 'WP Standard Sans'
  48.     Font.Style = [fsBold]
  49.     ParentColor = False
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object Image5: TImage
  54.     Left = 22
  55.     Top = 28
  56.     Width = 33
  57.     Height = 33
  58.     Picture.Data = {<image001.ico>}
  59.   end
  60.   object RegNameLabel: TLabelEffect
  61.     Left = 8
  62.     Top = 68
  63.     Width = 489
  64.     Height = 37
  65.     DepthShadow = 10
  66.     ColourHighlight = clAqua
  67.     ColourShadow = clSilver
  68.     EffectStyle = esCustom
  69.     ColourScheme = csCustom
  70.     Alignment = taCenter
  71.     Color = clBlack
  72.     Font.Color = clTeal
  73.     Font.Height = -21
  74.     Font.Name = 'WP Standard Sans'
  75.     Font.Style = [fsBold]
  76.     ParentColor = False
  77.     ParentFont = False
  78.     Transparent = True
  79.   end
  80.   object OkButton: TButton
  81.     Left = 211
  82.     Top = 112
  83.     Width = 81
  84.     Height = 25
  85.     Hint = ' Very Nice Program , I Love It !!!'
  86.     Caption = '&OK'
  87.     Default = True
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = [fsBold]
  92.     ModalResult = 1
  93.     ParentFont = False
  94.     TabOrder = 0
  95.   end
  96. end
  97.