home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Globe / Ticker.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2000-01-25  |  2KB  |  96 lines

  1. object AboutBox: TAboutBox
  2.   Left = 358
  3.   Top = 73
  4.   BorderStyle = bsDialog
  5.   Caption = 'O aplikaci Press Ticker'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 161
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 24
  31.       Top = 24
  32.       Width = 32
  33.       Height = 32
  34.       Picture.Data = {<image000.bmp>}
  35.       Stretch = True
  36.       Transparent = True
  37.       IsControl = True
  38.     end
  39.     object ProductName: TLabel
  40.       Left = 96
  41.       Top = 40
  42.       Width = 147
  43.       Height = 13
  44.       Caption = 'PRESS TICKER verze: X.X.XX'
  45.       IsControl = True
  46.     end
  47.     object Label1: TLabel
  48.       Left = 88
  49.       Top = 136
  50.       Width = 110
  51.       Height = 13
  52.       Cursor = crHandPoint
  53.       Caption = '(C) Globe Internet 1999'
  54.       Color = clBtnFace
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clBlue
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = [fsUnderline]
  60.       ParentColor = False
  61.       ParentFont = False
  62.       OnClick = Label1Click
  63.     end
  64.     object Label2: TLabel
  65.       Left = 80
  66.       Top = 80
  67.       Width = 133
  68.       Height = 13
  69.       Caption = 'V∩┐╜ PRESS.TICKER m∩┐╜ ID:'
  70.     end
  71.     object Edit1: TEdit
  72.       Left = 56
  73.       Top = 96
  74.       Width = 185
  75.       Height = 21
  76.       AutoSelect = False
  77.       AutoSize = False
  78.       BorderStyle = bsNone
  79.       Color = clBtnFace
  80.       ReadOnly = True
  81.       TabOrder = 0
  82.       Text = 'ID:'
  83.     end
  84.   end
  85.   object OKButton: TButton
  86.     Left = 111
  87.     Top = 180
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 1
  94.   end
  95. end
  96.