home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 27 / amigaformatcd27.iso / -websites- / octamed / bin / sam.exe / TEMP / SAMRIP.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-01-14  |  2.1 KB  |  102 lines

  1. object AboutBox: TAboutBox
  2.   Left = 364
  3.   Top = 229
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'About SamRip'
  7.   ClientHeight = 232
  8.   ClientWidth = 367
  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 AboutGroup: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 353
  20.     Height = 217
  21.     TabOrder = 0
  22.     object Image1: TImage
  23.       Left = 8
  24.       Top = 24
  25.       Width = 105
  26.       Height = 177
  27.       Picture.Data = {<image000.bmp>}
  28.     end
  29.     object Label1: TLabel
  30.       Left = 128
  31.       Top = 24
  32.       Width = 205
  33.       Height = 27
  34.       Caption = 'SamRip Version 2.02'
  35.       Font.Color = clBlack
  36.       Font.Height = -24
  37.       Font.Name = 'Times New Roman'
  38.       Font.Style = [fsItalic]
  39.       ParentFont = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 168
  43.       Top = 64
  44.       Width = 122
  45.       Height = 21
  46.       Caption = 'Copyright 1998'
  47.       Font.Color = clBlack
  48.       Font.Height = -19
  49.       Font.Name = 'Times New Roman'
  50.       Font.Style = [fsItalic]
  51.       ParentFont = False
  52.     end
  53.     object Label3: TLabel
  54.       Left = 168
  55.       Top = 88
  56.       Width = 122
  57.       Height = 23
  58.       Caption = 'Paul D. Spark'
  59.       Font.Color = clBlack
  60.       Font.Height = -21
  61.       Font.Name = 'Times New Roman'
  62.       Font.Style = [fsItalic]
  63.       ParentFont = False
  64.     end
  65.     object Label4: TLabel
  66.       Left = 152
  67.       Top = 144
  68.       Width = 168
  69.       Height = 13
  70.       Caption = 'Publication Copyright RBF Software'
  71.       Font.Color = clBlack
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.     end
  77.     object Label5: TLabel
  78.       Left = 168
  79.       Top = 112
  80.       Width = 120
  81.       Height = 13
  82.       Caption = 'Email: pspark@xtra.co.nz'
  83.     end
  84.     object Label6: TLabel
  85.       Left = 160
  86.       Top = 160
  87.       Width = 143
  88.       Height = 13
  89.       Caption = 'Email: samrip@octamed.co.uk'
  90.     end
  91.   end
  92.   object Button1: TButton
  93.     Left = 272
  94.     Top = 192
  95.     Width = 75
  96.     Height = 25
  97.     Caption = '&OK'
  98.     TabOrder = 1
  99.     OnClick = Button1Click
  100.   end
  101. end
  102.