home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / spiele / 95kling / kling.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1997-09-24  |  600b  |  33 lines

  1. object Form2: TForm2
  2.   Left = 254
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Kling!'
  6.   ClientHeight = 173
  7.   ClientWidth = 278
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 0
  17.     Top = 0
  18.     Width = 278
  19.     Height = 173
  20.     Align = alClient
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object Button1: TButton
  24.     Left = 96
  25.     Top = 136
  26.     Width = 75
  27.     Height = 25
  28.     Caption = '&OK'
  29.     TabOrder = 0
  30.     OnClick = Button1Click
  31.   end
  32. end
  33.