home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Test / audiomaestro / adinst.exe / %MAINDIR% / MMToolsX2.ocx / 0 / RCDATA / TMMABOUTBOX / TMMABOUTBOX.txt < prev   
Encoding:
Text File  |  2003-06-03  |  3.9 KB  |  180 lines

  1. object MMAboutBox: TMMAboutBox
  2.   Left = 226
  3.   Top = 219
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 192
  8.   ClientWidth = 401
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 385
  25.     Height = 145
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object Label4: TLabel
  29.       Left = 149
  30.       Top = 10
  31.       Width = 227
  32.       Height = 32
  33.       Caption = 'Multimedia Tools'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clGray
  36.       Font.Height = -27
  37.       Font.Name = 'Arial'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.       Transparent = True
  41.     end
  42.     object Copyright1: TLabel
  43.       Left = 147
  44.       Top = 67
  45.       Width = 230
  46.       Height = 13
  47.       AutoSize = False
  48.       Caption = '∩┐╜1995-2001 SwiftSoft'
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clWindowText
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = []
  54.       ParentFont = False
  55.       Transparent = True
  56.       WordWrap = True
  57.       IsControl = True
  58.     end
  59.     object Address4: TLabel
  60.       Left = 147
  61.       Top = 103
  62.       Width = 81
  63.       Height = 13
  64.       Caption = 'info@swiftsoft.de'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlack
  67.       Font.Height = -12
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       Transparent = True
  72.       WordWrap = True
  73.       OnClick = Address4Click
  74.       IsControl = True
  75.     end
  76.     object Copyright2: TLabel
  77.       Left = 147
  78.       Top = 82
  79.       Width = 230
  80.       Height = 13
  81.       AutoSize = False
  82.       Caption = 'All Rights Reserved'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlack
  85.       Font.Height = -12
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.       Transparent = True
  90.       WordWrap = True
  91.       IsControl = True
  92.     end
  93.     object Label2: TLabel
  94.       Left = 147
  95.       Top = 43
  96.       Width = 230
  97.       Height = 16
  98.       AutoSize = False
  99.       Caption = 'Version 2.0'
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clBlack
  102.       Font.Height = -15
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsBold]
  105.       ParentFont = False
  106.       Transparent = True
  107.       WordWrap = True
  108.       IsControl = True
  109.     end
  110.     object Address5: TLabel
  111.       Left = 147
  112.       Top = 121
  113.       Width = 116
  114.       Height = 13
  115.       Caption = 'http://www.swiftsoft.de/'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clBlack
  118.       Font.Height = -12
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       Transparent = True
  123.       WordWrap = True
  124.       OnClick = Address5Click
  125.       IsControl = True
  126.     end
  127.     object Label1: TLabel
  128.       Left = 147
  129.       Top = 8
  130.       Width = 227
  131.       Height = 32
  132.       Caption = 'Multimedia Tools'
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clNavy
  135.       Font.Height = -27
  136.       Font.Name = 'Arial'
  137.       Font.Style = [fsBold]
  138.       ParentFont = False
  139.       Transparent = True
  140.     end
  141.     object Panel2: TPanel
  142.       Left = 8
  143.       Top = 9
  144.       Width = 128
  145.       Height = 128
  146.       BevelInner = bvLowered
  147.       BorderWidth = 2
  148.       Locked = True
  149.       TabOrder = 0
  150.       object Image1: TImage
  151.         Left = 4
  152.         Top = 4
  153.         Width = 120
  154.         Height = 120
  155.         Align = alClient
  156.         AutoSize = True
  157.         Picture.Data = {<image000.bmp>}
  158.         Stretch = True
  159.       end
  160.     end
  161.   end
  162.   object OKButton: TButton
  163.     Left = 163
  164.     Top = 161
  165.     Width = 75
  166.     Height = 25
  167.     Caption = 'OK'
  168.     Default = True
  169.     Enabled = False
  170.     ModalResult = 1
  171.     TabOrder = 1
  172.   end
  173.   object Timer1: TTimer
  174.     Enabled = False
  175.     OnTimer = Timer1Timer
  176.     Left = 8
  177.     Top = 160
  178.   end
  179. end
  180.