home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / oddech / sirky / sirky.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2002-07-07  |  2KB  |  87 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'O h∩┐╜e'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWhite
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentColor = True
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object ProgramIcon: TImage
  33.       Left = 8
  34.       Top = 8
  35.       Width = 65
  36.       Height = 57
  37.       Picture.Data = {<image000.ico>}
  38.       Stretch = True
  39.       Transparent = True
  40.       IsControl = True
  41.     end
  42.     object ProductName: TLabel
  43.       Left = 88
  44.       Top = 16
  45.       Width = 23
  46.       Height = 13
  47.       Caption = 'Sirky'
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 88
  52.       Top = 40
  53.       Width = 48
  54.       Height = 13
  55.       Caption = 'Mony Soft'
  56.       IsControl = True
  57.     end
  58.     object Copyright: TLabel
  59.       Left = 8
  60.       Top = 80
  61.       Width = 95
  62.       Height = 13
  63.       Caption = 'Tato hra je freeware'
  64.       IsControl = True
  65.     end
  66.     object Comments: TLabel
  67.       Left = 8
  68.       Top = 104
  69.       Width = 171
  70.       Height = 26
  71.       Caption = 'c.2002 http://www.monysoft.webzdarma.cz'
  72.       WordWrap = True
  73.       IsControl = True
  74.     end
  75.   end
  76.   object OKButton: TButton
  77.     Left = 111
  78.     Top = 180
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'OK'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 1
  85.   end
  86. end
  87.