home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / Translation / catscradle23.exe / 0 / RCDATA / TFRMINSTALL / TFRMINSTALL.txt
Text File  |  2001-05-22  |  8KB  |  373 lines

  1. object frmInstall: TfrmInstall
  2.   Left = 232
  3.   Top = 133
  4.   ActiveControl = btnInstall
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'My Program Installer'
  8.   ClientHeight = 201
  9.   ClientWidth = 481
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   WindowState = wsMinimized
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object panImage: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 481
  24.     Height = 201
  25.     Caption = 'My Program Installer'
  26.     Color = clNavy
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWhite
  29.     Font.Height = -24
  30.     Font.Name = 'Times New Roman'
  31.     Font.Style = [fsBold, fsItalic]
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     object imgSplash: TImage
  35.       Left = 1
  36.       Top = 1
  37.       Width = 480
  38.       Height = 200
  39.       Center = True
  40.     end
  41.     object btnInstall: TButton
  42.       Left = 8
  43.       Top = 168
  44.       Width = 105
  45.       Height = 25
  46.       Caption = 'Install...'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       TabOrder = 4
  54.       OnClick = btnInstallClick
  55.     end
  56.     object btnContact: TButton
  57.       Left = 8
  58.       Top = 128
  59.       Width = 105
  60.       Height = 25
  61.       Caption = 'Contact'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clWindowText
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       TabOrder = 3
  69.       OnClick = btnContactClick
  70.     end
  71.     object btnWhatsNew: TButton
  72.       Left = 8
  73.       Top = 88
  74.       Width = 105
  75.       Height = 25
  76.       Caption = 'What'#39's New ?'
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       TabOrder = 2
  84.       OnClick = btnWhatsNewClick
  85.     end
  86.     object btnRequires: TButton
  87.       Left = 8
  88.       Top = 48
  89.       Width = 105
  90.       Height = 25
  91.       Caption = 'Requires '
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clWindowText
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = []
  97.       ParentFont = False
  98.       TabOrder = 1
  99.       OnClick = btnRequiresClick
  100.     end
  101.     object btnAbout: TButton
  102.       Left = 8
  103.       Top = 8
  104.       Width = 105
  105.       Height = 25
  106.       Caption = 'About'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clWindowText
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = [fsBold]
  112.       ParentFont = False
  113.       TabOrder = 0
  114.       OnClick = btnAboutClick
  115.     end
  116.     object panInfo: TPanel
  117.       Left = 120
  118.       Top = 8
  119.       Width = 353
  120.       Height = 185
  121.       Font.Charset = DEFAULT_CHARSET
  122.       Font.Color = clWindowText
  123.       Font.Height = -11
  124.       Font.Name = 'MS Sans Serif'
  125.       Font.Style = []
  126.       ParentFont = False
  127.       TabOrder = 5
  128.       object redInstall: TRichEdit
  129.         Left = 5
  130.         Top = 8
  131.         Width = 345
  132.         Height = 161
  133.         TabStop = False
  134.         Alignment = taCenter
  135.         BorderStyle = bsNone
  136.         Color = clBtnFace
  137.         ReadOnly = True
  138.         TabOrder = 4
  139.         Visible = False
  140.       end
  141.       object redContact: TRichEdit
  142.         Left = 8
  143.         Top = 8
  144.         Width = 337
  145.         Height = 172
  146.         TabStop = False
  147.         Alignment = taCenter
  148.         BorderStyle = bsNone
  149.         Color = clBtnFace
  150.         ReadOnly = True
  151.         TabOrder = 3
  152.       end
  153.       object redWhatsNew: TRichEdit
  154.         Left = 8
  155.         Top = 8
  156.         Width = 337
  157.         Height = 169
  158.         TabStop = False
  159.         Alignment = taCenter
  160.         BorderStyle = bsNone
  161.         Color = clBtnFace
  162.         ReadOnly = True
  163.         TabOrder = 2
  164.       end
  165.       object redRequires: TRichEdit
  166.         Left = 8
  167.         Top = 8
  168.         Width = 337
  169.         Height = 169
  170.         TabStop = False
  171.         Alignment = taCenter
  172.         BorderStyle = bsNone
  173.         Color = clBtnFace
  174.         ReadOnly = True
  175.         TabOrder = 1
  176.       end
  177.       object redAbout: TRichEdit
  178.         Left = 8
  179.         Top = 8
  180.         Width = 337
  181.         Height = 172
  182.         TabStop = False
  183.         Alignment = taCenter
  184.         BorderStyle = bsNone
  185.         Color = clBtnFace
  186.         Ctl3D = True
  187.         ParentCtl3D = False
  188.         ReadOnly = True
  189.         TabOrder = 0
  190.       end
  191.       object btnAccept: TButton
  192.         Left = 160
  193.         Top = 158
  194.         Width = 89
  195.         Height = 21
  196.         Caption = 'Accept'
  197.         TabOrder = 5
  198.         Visible = False
  199.         OnClick = btnAcceptClick
  200.       end
  201.       object btnExit: TButton
  202.         Left = 256
  203.         Top = 158
  204.         Width = 89
  205.         Height = 21
  206.         Caption = 'Exit'
  207.         TabOrder = 6
  208.         Visible = False
  209.         OnClick = btnExitClick
  210.       end
  211.     end
  212.     object panComplete: TPanel
  213.       Left = 8
  214.       Top = 152
  215.       Width = 465
  216.       Height = 41
  217.       Caption = 'panComplete'
  218.       Font.Charset = DEFAULT_CHARSET
  219.       Font.Color = clBtnText
  220.       Font.Height = -11
  221.       Font.Name = 'MS Sans Serif'
  222.       Font.Style = []
  223.       ParentFont = False
  224.       TabOrder = 6
  225.       Visible = False
  226.       object Label2: TLabel
  227.         Left = 16
  228.         Top = 14
  229.         Width = 100
  230.         Height = 13
  231.         Caption = 'Installation Complete.'
  232.       end
  233.       object btnComplete: TButton
  234.         Left = 376
  235.         Top = 11
  236.         Width = 75
  237.         Height = 21
  238.         Caption = 'Exit'
  239.         TabOrder = 0
  240.         OnClick = btnCompleteClick
  241.       end
  242.       object btnRun: TButton
  243.         Left = 136
  244.         Top = 11
  245.         Width = 225
  246.         Height = 21
  247.         Caption = 'Run Program'
  248.         TabOrder = 1
  249.         OnClick = btnRunClick
  250.       end
  251.     end
  252.   end
  253.   object panChooseTarget: TPanel
  254.     Left = 8
  255.     Top = 152
  256.     Width = 465
  257.     Height = 41
  258.     Caption = 'panChooseTarget'
  259.     Font.Charset = DEFAULT_CHARSET
  260.     Font.Color = clBtnText
  261.     Font.Height = -11
  262.     Font.Name = 'MS Sans Serif'
  263.     Font.Style = []
  264.     ParentFont = False
  265.     TabOrder = 2
  266.     Visible = False
  267.     object labInstallTo: TLabel
  268.       Left = 16
  269.       Top = 14
  270.       Width = 39
  271.       Height = 13
  272.       Caption = 'Install to'
  273.     end
  274.     object mtrProgress: TGauge
  275.       Left = 312
  276.       Top = 13
  277.       Width = 137
  278.       Height = 17
  279.       ForeColor = clNavy
  280.       BackColor = clBtnFace
  281.       Progress = 0
  282.       Visible = False
  283.     end
  284.     object edtTargetFolder: TEdit
  285.       Left = 64
  286.       Top = 11
  287.       Width = 241
  288.       Height = 21
  289.       Color = clBtnFace
  290.       TabOrder = 1
  291.       Text = 'edtTargetFolder'
  292.     end
  293.     object btnGoInstall: TButton
  294.       Left = 384
  295.       Top = 11
  296.       Width = 67
  297.       Height = 21
  298.       Caption = 'Install'
  299.       TabOrder = 0
  300.       OnClick = btnGoInstallClick
  301.     end
  302.     object btnChooseTarget: TButton
  303.       Left = 312
  304.       Top = 11
  305.       Width = 67
  306.       Height = 21
  307.       Caption = 'Choose...'
  308.       TabOrder = 2
  309.       OnClick = btnChooseTargetClick
  310.     end
  311.   end
  312.   object panUninstall: TPanel
  313.     Left = 8
  314.     Top = 152
  315.     Width = 465
  316.     Height = 41
  317.     TabOrder = 1
  318.     Visible = False
  319.     object labUninstall: TLabel
  320.       Left = 16
  321.       Top = 14
  322.       Width = 3
  323.       Height = 13
  324.     end
  325.     object mtrUninstall: TGauge
  326.       Left = 280
  327.       Top = 12
  328.       Width = 81
  329.       Height = 17
  330.       ForeColor = clNavy
  331.       BackColor = clBtnFace
  332.       Progress = 0
  333.     end
  334.     object btnCancel: TBitBtn
  335.       Left = 368
  336.       Top = 8
  337.       Width = 83
  338.       Height = 25
  339.       TabOrder = 0
  340.       OnClick = btnCancelClick
  341.       Kind = bkCancel
  342.     end
  343.     object btnUninstall: TBitBtn
  344.       Left = 280
  345.       Top = 8
  346.       Width = 83
  347.       Height = 25
  348.       Caption = 'Uninstall'
  349.       TabOrder = 1
  350.       OnClick = btnUninstallClick
  351.       Kind = bkYes
  352.     end
  353.     object btnUninstallExit: TButton
  354.       Left = 368
  355.       Top = 8
  356.       Width = 83
  357.       Height = 25
  358.       Caption = 'Exit'
  359.       Enabled = False
  360.       TabOrder = 2
  361.       Visible = False
  362.       OnClick = btnUninstallExitClick
  363.     end
  364.   end
  365.   object tmrSplash: TTimer
  366.     Enabled = False
  367.     Interval = 5000
  368.     OnTimer = tmrSplashTimer
  369.     Left = 432
  370.     Top = 24
  371.   end
  372. end
  373.