home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TSETUPCOPYFORM / TSETUPCOPYFORM.txt
Encoding:
Text File  |  2004-02-23  |  6.4 KB  |  291 lines

  1. object SetupCopyForm: TSetupCopyForm
  2.   Left = 454
  3.   Top = 168
  4.   BorderStyle = bsDialog
  5.   Caption = '-'
  6.   ClientHeight = 338
  7.   ClientWidth = 404
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 288
  24.     Width = 390
  25.     Height = 2
  26.     Shape = bsTopLine
  27.   end
  28.   object bNext: TButton
  29.     Left = 160
  30.     Top = 304
  31.     Width = 89
  32.     Height = 25
  33.     Default = True
  34.     TabOrder = 0
  35.     OnClick = bNextClick
  36.   end
  37.   object bCancel: TButton
  38.     Left = 264
  39.     Top = 304
  40.     Width = 89
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object bBack: TButton
  48.     Left = 64
  49.     Top = 304
  50.     Width = 89
  51.     Height = 25
  52.     HelpContext = 12006
  53.     Caption = '<   &Back'
  54.     Enabled = False
  55.     TabOrder = 2
  56.     OnClick = bBackClick
  57.   end
  58.   object NoteBook: TNotebook
  59.     Left = 0
  60.     Top = 0
  61.     Width = 404
  62.     Height = 281
  63.     Align = alTop
  64.     TabOrder = 3
  65.     object TPage
  66.       Left = 0
  67.       Top = 0
  68.       Caption = 'Page0'
  69.       object gbPFDir: TGroupBox
  70.         Left = 8
  71.         Top = 8
  72.         Width = 393
  73.         Height = 57
  74.         Caption = '&The Bat! Program Files Directory'
  75.         TabOrder = 0
  76.         object eProgramFilesDir: TEdit
  77.           Left = 8
  78.           Top = 24
  79.           Width = 237
  80.           Height = 21
  81.           TabStop = False
  82.           BorderStyle = bsNone
  83.           ParentColor = True
  84.           ReadOnly = True
  85.           TabOrder = 0
  86.         end
  87.         object bChDir: TButton
  88.           Left = 300
  89.           Top = 20
  90.           Width = 83
  91.           Height = 25
  92.           Caption = '&Change...'
  93.           TabOrder = 1
  94.           OnClick = bChDirClick
  95.         end
  96.       end
  97.       object rbLanguage: TRadioGroup
  98.         Left = 8
  99.         Top = 80
  100.         Width = 393
  101.         Height = 169
  102.         Caption = 'Interface Language'
  103.         Columns = 2
  104.         TabOrder = 1
  105.       end
  106.     end
  107.     object TPage
  108.       Left = 0
  109.       Top = 0
  110.       Caption = 'Page1'
  111.       object pnLicence: TPanel
  112.         Left = 0
  113.         Top = 0
  114.         Width = 408
  115.         Height = 281
  116.         Align = alClient
  117.         BevelOuter = bvNone
  118.         BorderStyle = bsSingle
  119.         TabOrder = 0
  120.         object teLicence: TTextEditor
  121.           Left = 0
  122.           Top = 0
  123.           Width = 404
  124.           Height = 277
  125.           BgColor = clBlack
  126.           TextColor = clBlack
  127.           SelColor = clBlack
  128.           SelBgColor = clBlack
  129.           QuoteColor = clBlack
  130.           RefColor = clBlack
  131.           Kludge1Color = clBlack
  132.           Kludge2Color = clBlack
  133.           Kludge3Color = clBlack
  134.           ReadOnly = True
  135.           FontCharset = 1
  136.           TabOrder = 0
  137.           Font.Charset = DEFAULT_CHARSET
  138.           Font.Color = clBlack
  139.           Font.Height = -12
  140.           Font.Name = 'Courier New'
  141.           Font.Pitch = fpFixed
  142.           Font.Style = []
  143.           Align = alClient
  144.         end
  145.       end
  146.     end
  147.     object TPage
  148.       Left = 0
  149.       Top = 0
  150.       Caption = 'Page2'
  151.       object pnReadMe: TPanel
  152.         Left = 0
  153.         Top = 0
  154.         Width = 408
  155.         Height = 281
  156.         Align = alClient
  157.         BevelOuter = bvNone
  158.         BorderStyle = bsSingle
  159.         TabOrder = 0
  160.         object teReadme: TTextEditor
  161.           Left = 0
  162.           Top = 0
  163.           Width = 404
  164.           Height = 277
  165.           BgColor = clBlack
  166.           TextColor = clBlack
  167.           SelColor = clBlack
  168.           SelBgColor = clBlack
  169.           QuoteColor = clBlack
  170.           RefColor = clBlack
  171.           Kludge1Color = clBlack
  172.           Kludge2Color = clBlack
  173.           Kludge3Color = clBlack
  174.           ReadOnly = True
  175.           FontCharset = 1
  176.           TabOrder = 0
  177.           Font.Charset = DEFAULT_CHARSET
  178.           Font.Color = clBlack
  179.           Font.Height = -12
  180.           Font.Name = 'Courier New'
  181.           Font.Pitch = fpFixed
  182.           Font.Style = []
  183.           Align = alClient
  184.         end
  185.       end
  186.     end
  187.     object TPage
  188.       Left = 0
  189.       Top = 0
  190.       Caption = 'Page3'
  191.       object Page3Panel: TPanel
  192.         Left = 0
  193.         Top = 0
  194.         Width = 408
  195.         Height = 281
  196.         Align = alClient
  197.         BevelOuter = bvNone
  198.         TabOrder = 0
  199.         object ProgressBar: TProgressBar
  200.           Left = 16
  201.           Top = 152
  202.           Width = 377
  203.           Height = 16
  204.           TabOrder = 0
  205.         end
  206.         object lFName: TEdit
  207.           Left = 16
  208.           Top = 128
  209.           Width = 377
  210.           Height = 21
  211.           BorderStyle = bsNone
  212.           ParentColor = True
  213.           TabOrder = 1
  214.         end
  215.       end
  216.     end
  217.     object TPage
  218.       Left = 0
  219.       Top = 0
  220.       Caption = 'Page4'
  221.       object Page4Panel: TPanel
  222.         Left = 0
  223.         Top = 0
  224.         Width = 408
  225.         Height = 281
  226.         Align = alClient
  227.         Alignment = taLeftJustify
  228.         BevelOuter = bvNone
  229.         TabOrder = 0
  230.         object lClickBrowse: TLabel
  231.           Left = 16
  232.           Top = 112
  233.           Width = 375
  234.           Height = 49
  235.           AutoSize = False
  236.           WordWrap = True
  237.         end
  238.         object bBrowse: TButton
  239.           Left = 160
  240.           Top = 168
  241.           Width = 81
  242.           Height = 25
  243.           Caption = 'Browse...'
  244.           TabOrder = 0
  245.           OnClick = bBrowseClick
  246.         end
  247.       end
  248.     end
  249.     object TPage
  250.       Left = 0
  251.       Top = 0
  252.       Caption = 'Page5'
  253.       object rgKeyFile: TRadioGroup
  254.         Left = 8
  255.         Top = 16
  256.         Width = 393
  257.         Height = 65
  258.         Caption = ' The Bat! Key File '
  259.         ItemIndex = 0
  260.         Items.Strings = (
  261.           'Download the key file from Now Online'
  262.           'I do already have the key file on my hard disk')
  263.         TabOrder = 0
  264.       end
  265.     end
  266.     object TPage
  267.       Left = 0
  268.       Top = 0
  269.       Caption = 'Page6'
  270.       object Label1: TLabel
  271.         Left = 16
  272.         Top = 16
  273.         Width = 377
  274.         Height = 49
  275.         AutoSize = False
  276.         Caption = 
  277.           'If you are online, please press Next button to start your Web Br' +
  278.           'owser and download The Bat! key file. After downloading the key ' +
  279.           'file, please run this setup program again to finish the installa' +
  280.           'tion of The Bat!'
  281.         WordWrap = True
  282.       end
  283.     end
  284.     object TPage
  285.       Left = 0
  286.       Top = 0
  287.       Caption = 'Page7'
  288.     end
  289.   end
  290. end
  291.