home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 November / Pcwk1197.iso / Reklamy / TTS / TTSOPISY.EX_ / TTSOPISY.EX / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-09-07  |  2KB  |  80 lines

  1. object AboutBox: TAboutBox
  2.   Left = 155
  3.   Top = 66
  4.   BorderStyle = bsDialog
  5.   Caption = 'TTS Company Opisy i Ceny'
  6.   ClientHeight = 235
  7.   ClientWidth = 321
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 305
  20.     Height = 169
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 273
  28.       Height = 89
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       Transparent = True
  32.       IsControl = True
  33.     end
  34.     object Label1: TLabel
  35.       Left = 16
  36.       Top = 128
  37.       Width = 202
  38.       Height = 13
  39.       Caption = 'Copyright by TTS Company sp. z.o.o. 1997'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 8
  43.       Top = 104
  44.       Width = 71
  45.       Height = 13
  46.       Alignment = taCenter
  47.       Caption = 'Opisy i Ceny'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clNavy
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.     end
  55.     object Label3: TLabel
  56.       Left = 16
  57.       Top = 144
  58.       Width = 221
  59.       Height = 13
  60.       Caption = 'Wykonanie: Grzegorz Samborski, dzia∩┐╜ serwisu'
  61.       Font.Charset = DEFAULT_CHARSET
  62.       Font.Color = clBlack
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.     end
  68.   end
  69.   object OKButton: TButton
  70.     Left = 119
  71.     Top = 196
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 1
  78.   end
  79. end
  80.