home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / multimed / CDumper / _SETUP.1 / CDumper.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1998-11-25  |  4KB  |  172 lines

  1. object AboutForm: TAboutForm
  2.   Left = 224
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About CDumper'
  7.   ClientHeight = 144
  8.   ClientWidth = 341
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object SplashImage: TImage
  21.     Left = 4
  22.     Top = 4
  23.     Width = 100
  24.     Height = 75
  25.     Cursor = crHandPoint
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     OnClick = SplashImageClick
  29.   end
  30.   object Bevel: TBevel
  31.     Left = 0
  32.     Top = 83
  33.     Width = 341
  34.     Height = 7
  35.     Align = alBottom
  36.     Shape = bsTopLine
  37.   end
  38.   object CopyrightLabel: TLabel
  39.     Left = 108
  40.     Top = 56
  41.     Width = 229
  42.     Height = 12
  43.     Caption = 'Copyright (C) 1998 by Emmanuel Ruiz && Ianier Mu∩┐╜oz.'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -9
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object VersionLabel: TLabel
  52.     Left = 108
  53.     Top = 44
  54.     Width = 90
  55.     Height = 12
  56.     Caption = 'CDumper version 1.0'
  57.     Font.Charset = ANSI_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -9
  60.     Font.Name = 'Arial'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object SiteLabel: TLabel
  65.     Left = 108
  66.     Top = 68
  67.     Width = 72
  68.     Height = 12
  69.     Cursor = crHandPoint
  70.     Caption = 'www.gmixon.com'
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clBlue
  73.     Font.Height = -9
  74.     Font.Name = 'Arial'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     OnClick = SiteLabelClick
  78.   end
  79.   object RegisterButton: TButton
  80.     Left = 260
  81.     Top = 28
  82.     Width = 75
  83.     Height = 24
  84.     Caption = '&Register'
  85.     TabOrder = 3
  86.     Visible = False
  87.     OnClick = RegisterButtonClick
  88.   end
  89.   object NoticeMemo: TMemo
  90.     Left = 0
  91.     Top = 90
  92.     Width = 341
  93.     Height = 54
  94.     TabStop = False
  95.     Align = alBottom
  96.     BorderStyle = bsNone
  97.     Color = clBtnFace
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clWindowText
  100.     Font.Height = -9
  101.     Font.Name = 'Arial'
  102.     Font.Style = []
  103.     Lines.Strings = (
  104.       
  105.         'Notice: This computer program is protected by copyright laws and' +
  106.         ' international '
  107.       
  108.         'treaties. Unauthorized reproduction or distribution of this prog' +
  109.         'ram, or any portion '
  110.       
  111.         'of it, may result in severe civil and criminal penalties, and wi' +
  112.         'll be prosecuted to '
  113.       'the maximum extent possible under the law.')
  114.     ParentFont = False
  115.     ReadOnly = True
  116.     TabOrder = 0
  117.   end
  118.   object OKButton: TButton
  119.     Left = 260
  120.     Top = 2
  121.     Width = 75
  122.     Height = 24
  123.     Cancel = True
  124.     Caption = 'OK'
  125.     Default = True
  126.     ModalResult = 1
  127.     TabOrder = 1
  128.   end
  129.   object KaraokePanel: TPanel
  130.     Left = 108
  131.     Top = 6
  132.     Width = 229
  133.     Height = 21
  134.     BevelOuter = bvNone
  135.     TabOrder = 2
  136.     Visible = False
  137.     object KaraokeView: TKaraokeView
  138.       Left = 0
  139.       Top = 0
  140.       Width = 229
  141.       Height = 21
  142.       PreDelay = 4
  143.       TimeBefore = 30
  144.       Color = clBlack
  145.       HighlightText = True
  146.       HighlightColor = clRed
  147.       HighlightWholeWord = True
  148.       HighlightFromBegin = True
  149.       AutoPlay = False
  150.       Align = alClient
  151.     end
  152.   end
  153.   object Translator: TFormTranslator
  154.     Table.Strings = (
  155.       'About CDumper'
  156.       'Copyright (C) 1998 by Emmanuel Ruiz && Ianier Mu∩┐╜oz.'
  157.       'CDumper version 1.0'
  158.       'www.gmixon.com'
  159.       'OK'
  160.       '&Register;&Registro;&Registre')
  161.     Properties.Strings = (
  162.       'Caption'
  163.       'Text'
  164.       'Hint')
  165.     Language = 0
  166.     ChangeFont = False
  167.     ParentFont = False
  168.     Left = 308
  169.     Top = 112
  170.   end
  171. end
  172.