home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  2001-03-01  |  2KB  |  79 lines

  1. object AboutBox: TAboutBox
  2.   Left = 379
  3.   Top = 275
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 173
  7.   ClientWidth = 317
  8.   Color = clMaroon
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ImagePanel: TPanel
  20.     Left = 2
  21.     Top = 2
  22.     Width = 313
  23.     Height = 169
  24.     Caption = 'ImagePanel'
  25.     TabOrder = 1
  26.     object SplashImage: TImage
  27.       Left = 0
  28.       Top = 0
  29.       Width = 313
  30.       Height = 169
  31.       Center = True
  32.       ParentShowHint = False
  33.       ShowHint = False
  34.     end
  35.     object Label1: TLabel
  36.       Left = 128
  37.       Top = 16
  38.       Width = 169
  39.       Height = 89
  40.       Cursor = crHandPoint
  41.       Hint = 'http://cdmage.cjb.net'
  42.       AutoSize = False
  43.       ParentShowHint = False
  44.       ShowHint = True
  45.       Transparent = True
  46.       OnClick = Label1Click
  47.     end
  48.     object Label2: TLabel
  49.       Left = 152
  50.       Top = 138
  51.       Width = 3
  52.       Height = 13
  53.       Cursor = crHandPoint
  54.       Color = clNone
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clBlack
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = [fsUnderline]
  60.       ParentColor = False
  61.       ParentFont = False
  62.       Transparent = True
  63.       OnClick = Label1Click
  64.     end
  65.   end
  66.   object OKButton: TButton
  67.     Left = 17
  68.     Top = 136
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'Close'
  73.     Default = True
  74.     ModalResult = 2
  75.     TabOrder = 0
  76.     OnClick = OKButtonClick
  77.   end
  78. end
  79.