home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CLARION / CLARION.EXE / 0 / RCDATA / TFMABOUTBOX / TFMABOUTBOX.txt < prev   
Text File  |  1997-10-06  |  5KB  |  194 lines

  1. object fmAboutBox: TfmAboutBox
  2.   Left = 184
  3.   Top = 104
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Clarion'
  7.   ClientHeight = 354
  8.   ClientWidth = 495
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 3
  19.     Top = 3
  20.     Width = 489
  21.     Height = 348
  22.     BevelInner = bvRaised
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -17
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object ProgramIcon: TImage
  31.       Left = 14
  32.       Top = 22
  33.       Width = 47
  34.       Height = 39
  35.       Picture.Data = {<image000.ico>}
  36.       Stretch = True
  37.       IsControl = True
  38.     end
  39.     object ProductName: TLabel
  40.       Left = 84
  41.       Top = 24
  42.       Width = 62
  43.       Height = 25
  44.       Caption = 'Clarion'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clBlack
  47.       Font.Height = -20
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object Label1: TLabel
  54.       Left = 84
  55.       Top = 76
  56.       Width = 331
  57.       Height = 20
  58.       Caption = 'Copyright 1997 Luu Tran.  All rights reserved.'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clBtnText
  61.       Font.Height = -17
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object Label2: TLabel
  67.       Left = 84
  68.       Top = 220
  69.       Width = 37
  70.       Height = 16
  71.       Caption = 'e-mail'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clBlack
  74.       Font.Height = -13
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.     end
  79.     object Label3: TLabel
  80.       Left = 84
  81.       Top = 256
  82.       Width = 25
  83.       Height = 16
  84.       Caption = 'web'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clBlack
  87.       Font.Height = -13
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.     end
  92.     object Label4: TLabel
  93.       Left = 84
  94.       Top = 112
  95.       Width = 345
  96.       Height = 16
  97.       AutoSize = False
  98.       Caption = 'Sample MIDI files Copyright 1996 Yamaha Corporation'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clBlack
  101.       Font.Height = -13
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = []
  104.       ParentFont = False
  105.     end
  106.     object Label5: TLabel
  107.       Left = 84
  108.       Top = 140
  109.       Width = 207
  110.       Height = 16
  111.       Caption = 'Help file created by Jacques Serre'
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clBlack
  114.       Font.Height = -13
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = []
  117.       ParentFont = False
  118.     end
  119.     object Bevel1: TBevel
  120.       Left = 84
  121.       Top = 184
  122.       Width = 381
  123.       Height = 5
  124.     end
  125.     object Bevel2: TBevel
  126.       Left = 69
  127.       Top = 19
  128.       Width = 5
  129.       Height = 310
  130.     end
  131.     object lbEmail: TEdit
  132.       Left = 128
  133.       Top = 216
  134.       Width = 201
  135.       Height = 24
  136.       Hint = 'Double click to launch mailer'
  137.       Color = clBtnFace
  138.       Ctl3D = True
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clBlack
  141.       Font.Height = -13
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Style = []
  144.       ParentCtl3D = False
  145.       ParentFont = False
  146.       ParentShowHint = False
  147.       ReadOnly = True
  148.       ShowHint = True
  149.       TabOrder = 1
  150.       Text = 'mailto:luutran@geocities.com'
  151.       OnDblClick = lbEmailDblClick
  152.     end
  153.     object lbWeb: TEdit
  154.       Left = 128
  155.       Top = 252
  156.       Width = 341
  157.       Height = 24
  158.       Hint = 'Double click to launch browser'
  159.       Color = clBtnFace
  160.       Ctl3D = True
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clBlack
  163.       Font.Height = -13
  164.       Font.Name = 'MS Sans Serif'
  165.       Font.Style = []
  166.       ParentCtl3D = False
  167.       ParentFont = False
  168.       ParentShowHint = False
  169.       ReadOnly = True
  170.       ShowHint = True
  171.       TabOrder = 2
  172.       Text = 'http://www.geocities.com/SiliconValley/Heights/9860/'
  173.       OnDblClick = lbWebDblClick
  174.     end
  175.     object OKButton: TButton
  176.       Left = 396
  177.       Top = 304
  178.       Width = 73
  179.       Height = 29
  180.       Caption = 'OK'
  181.       Default = True
  182.       Font.Charset = DEFAULT_CHARSET
  183.       Font.Color = clBlack
  184.       Font.Height = -13
  185.       Font.Name = 'MS Sans Serif'
  186.       Font.Style = []
  187.       ModalResult = 1
  188.       ParentFont = False
  189.       TabOrder = 0
  190.       OnClick = OKButtonClick
  191.     end
  192.   end
  193. end
  194.