home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / pmc / _setup.1 / Pmc.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-04-09  |  3KB  |  135 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'About P.M.C.'
  8.   ClientHeight = 267
  9.   ClientWidth = 298
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 217
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 32
  29.       Height = 32
  30.       AutoSize = True
  31.       Picture.Data = {<image000.ico>}
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 48
  36.       Top = 3
  37.       Width = 116
  38.       Height = 24
  39.       Caption = 'Yer Winlogo'
  40.       Font.Color = clBlack
  41.       Font.Height = -19
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 48
  49.       Top = 29
  50.       Width = 72
  51.       Height = 13
  52.       Caption = 'Version 1.11'
  53.       Font.Color = clBlack
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       IsControl = True
  59.     end
  60.     object Copyright: TLabel
  61.       Left = 8
  62.       Top = 77
  63.       Width = 265
  64.       Height = 20
  65.       Alignment = taCenter
  66.       AutoSize = False
  67.       Caption = 'Copyright ∩┐╜1997 by'
  68.       Font.Color = clBlack
  69.       Font.Height = -13
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.       IsControl = True
  74.     end
  75.     object Label1: TLabel
  76.       Left = 8
  77.       Top = 184
  78.       Width = 185
  79.       Height = 17
  80.       AutoSize = False
  81.       Caption = 'E-mail: avdlogt@worldaccess.nl'
  82.       Font.Color = clBlack
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.     end
  88.     object Image1: TImage
  89.       Left = 80
  90.       Top = 96
  91.       Width = 124
  92.       Height = 86
  93.       AutoSize = True
  94.       Center = True
  95.       Picture.Data = {<image001.bmp>}
  96.     end
  97.     object Label2: TLabel
  98.       Left = 8
  99.       Top = 200
  100.       Width = 210
  101.       Height = 13
  102.       Caption = 'http://www.worldaccess.nl/~avdlogt'
  103.       Font.Color = clBlack
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = [fsBold]
  107.       ParentFont = False
  108.     end
  109.     object Label3: TLabel
  110.       Left = 8
  111.       Top = 48
  112.       Width = 44
  113.       Height = 16
  114.       Caption = 'Label3'
  115.     end
  116.   end
  117.   object OKButton: TBitBtn
  118.     Left = 111
  119.     Top = 234
  120.     Width = 77
  121.     Height = 27
  122.     Font.Color = clBlack
  123.     Font.Height = -11
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = [fsBold]
  126.     ParentFont = False
  127.     TabOrder = 1
  128.     OnClick = OKButtonClick
  129.     Kind = bkOK
  130.     Margin = 2
  131.     Spacing = -1
  132.     IsControl = True
  133.   end
  134. end
  135.