home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / vulcan / vconv97.exe / 0 / RCDATA / TFRMINSTALL / TFRMINSTALL.txt < prev   
Text File  |  1997-01-16  |  7KB  |  306 lines

  1. object frmInstall: TfrmInstall
  2.   Left = 33
  3.   Top = 97
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsSingle
  8.   ClientHeight = 311
  9.   ClientWidth = 489
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object panGraphic: TPanel
  20.     Left = 12
  21.     Top = 12
  22.     Width = 103
  23.     Height = 262
  24.     BevelOuter = bvLowered
  25.     BevelWidth = 2
  26.     Color = 41975808
  27.     TabOrder = 0
  28.     object imgVulcan: TImage
  29.       Left = 2
  30.       Top = 2
  31.       Width = 99
  32.       Height = 258
  33.       Align = alClient
  34.       Center = True
  35.       Picture.Data = {<image000.bmp>}
  36.     end
  37.   end
  38.   object pagMain: TPageControl
  39.     Left = 129
  40.     Top = 12
  41.     Width = 349
  42.     Height = 262
  43.     ActivePage = tabOldVersion
  44.     TabOrder = 1
  45.     object tabIntro: TTabSheet
  46.       Caption = 'tabIntro'
  47.       TabVisible = False
  48.       object rtfIntro: TRichEdit
  49.         Left = 0
  50.         Top = 0
  51.         Width = 341
  52.         Height = 252
  53.         Align = alClient
  54.         Alignment = taCenter
  55.         Color = clWhite
  56.         ReadOnly = True
  57.         TabOrder = 0
  58.         WantReturns = False
  59.       end
  60.     end
  61.     object tabInstallTo: TTabSheet
  62.       Caption = 'tabInstallTo'
  63.       TabVisible = False
  64.       object lblDestination: TLabel
  65.         Left = 15
  66.         Top = 15
  67.         Width = 295
  68.         Height = 37
  69.         AutoSize = False
  70.         Caption = 'Please select a parent folder for %s. Click on Next to proceed.'
  71.         WordWrap = True
  72.       end
  73.       object lblInstallTo: TLabel
  74.         Left = 15
  75.         Top = 90
  76.         Width = 310
  77.         Height = 13
  78.         AutoSize = False
  79.         Caption = 'lblInstallTo'
  80.       end
  81.       object drvInstallTo: TDriveComboBox
  82.         Left = 15
  83.         Top = 66
  84.         Width = 310
  85.         Height = 19
  86.         DirList = flbInstallTo
  87.         TabOrder = 0
  88.         TextCase = tcUpperCase
  89.         OnChange = drvInstallToChange
  90.       end
  91.       object flbInstallTo: TDirectoryListBox
  92.         Left = 15
  93.         Top = 108
  94.         Width = 310
  95.         Height = 130
  96.         ItemHeight = 16
  97.         TabOrder = 1
  98.         OnChange = drvInstallToChange
  99.       end
  100.     end
  101.     object tabStartMenu: TTabSheet
  102.       Caption = 'tabStartMenu'
  103.       TabVisible = False
  104.       object lblStartMenu: TLabel
  105.         Left = 15
  106.         Top = 15
  107.         Width = 289
  108.         Height = 40
  109.         AutoSize = False
  110.         Caption = 'Please select from where you would like to be able to run %s.'
  111.         WordWrap = True
  112.       end
  113.       object chkStartMenu: TCheckBox
  114.         Left = 15
  115.         Top = 60
  116.         Width = 304
  117.         Height = 17
  118.         Caption = 'Add %s to the Start Menu'
  119.         State = cbChecked
  120.         TabOrder = 0
  121.       end
  122.       object chkDesktop: TCheckBox
  123.         Left = 15
  124.         Top = 102
  125.         Width = 304
  126.         Height = 17
  127.         Caption = 'Add %s icon to the Desktop'
  128.         State = cbChecked
  129.         TabOrder = 2
  130.       end
  131.       object chkOnWinStartup: TCheckBox
  132.         Left = 15
  133.         Top = 81
  134.         Width = 304
  135.         Height = 17
  136.         Caption = 'Automatically run %s on Windows startup'
  137.         State = cbChecked
  138.         TabOrder = 1
  139.       end
  140.     end
  141.     object tabFinish: TTabSheet
  142.       Caption = 'tabFinish'
  143.       TabVisible = False
  144.       object lblFinish2: TLabel
  145.         Left = 15
  146.         Top = 201
  147.         Width = 298
  148.         Height = 46
  149.         AutoSize = False
  150.         Caption = 'Click on Finish to install %s.'
  151.         WordWrap = True
  152.       end
  153.       object lblFinish1: TLabel
  154.         Left = 15
  155.         Top = 15
  156.         Width = 230
  157.         Height = 13
  158.         Caption = 'The following files will be installed on your system'
  159.       end
  160.       object lstFinish: TListBox
  161.         Left = 15
  162.         Top = 36
  163.         Width = 310
  164.         Height = 142
  165.         ItemHeight = 13
  166.         TabOrder = 0
  167.       end
  168.     end
  169.     object tabPosResult: TTabSheet
  170.       Caption = 'tabPosResult'
  171.       TabVisible = False
  172.       object lblPosResult: TLabel
  173.         Left = 15
  174.         Top = 15
  175.         Width = 271
  176.         Height = 130
  177.         AutoSize = False
  178.         Caption = 'Installation has been completed successfully!'
  179.         WordWrap = True
  180.       end
  181.     end
  182.     object tabNegResult: TTabSheet
  183.       Caption = 'tabNegResult'
  184.       TabVisible = False
  185.       object lblNegResult: TLabel
  186.         Left = 15
  187.         Top = 15
  188.         Width = 304
  189.         Height = 94
  190.         AutoSize = False
  191.         Caption = 'lblNegResult'
  192.         WordWrap = True
  193.       end
  194.       object lblWWW1: TLabel
  195.         Left = 15
  196.         Top = 114
  197.         Width = 313
  198.         Height = 28
  199.         Cursor = crUpArrow
  200.         Alignment = taCenter
  201.         AutoSize = False
  202.         Caption = 'lblWWW1'
  203.         Font.Color = clBlue
  204.         Font.Height = -13
  205.         Font.Name = 'MS Sans Serif'
  206.         Font.Style = [fsUnderline]
  207.         ParentFont = False
  208.         OnClick = lblWWW1Click
  209.       end
  210.     end
  211.     object tabOldVersion: TTabSheet
  212.       Caption = 'tabOldVersion'
  213.       TabVisible = False
  214.       object lblOldVersion1: TLabel
  215.         Left = 15
  216.         Top = 15
  217.         Width = 313
  218.         Height = 34
  219.         Alignment = taCenter
  220.         AutoSize = False
  221.         Caption = 'Attention'
  222.         Font.Color = clWindowText
  223.         Font.Height = -16
  224.         Font.Name = 'MS Sans Serif'
  225.         Font.Style = [fsBold]
  226.         ParentFont = False
  227.       end
  228.       object lblOldVersion2: TLabel
  229.         Left = 24
  230.         Top = 54
  231.         Width = 295
  232.         Height = 97
  233.         Alignment = taCenter
  234.         AutoSize = False
  235.         Caption = 
  236.           'According to your system clock you have downloaded a version of ' +
  237.           'this program which is older than 6 months! There is a very good ' +
  238.           'chance that this program has been replaced by a newer version. P' +
  239.           'lease go to the following WWW address to verify:'
  240.         WordWrap = True
  241.       end
  242.       object lblWWW2: TLabel
  243.         Left = 15
  244.         Top = 150
  245.         Width = 313
  246.         Height = 28
  247.         Cursor = crUpArrow
  248.         Alignment = taCenter
  249.         AutoSize = False
  250.         Caption = 'lblWWW2'
  251.         Font.Color = clBlue
  252.         Font.Height = -13
  253.         Font.Name = 'MS Sans Serif'
  254.         Font.Style = [fsUnderline]
  255.         ParentFont = False
  256.         OnClick = lblWWW1Click
  257.       end
  258.       object lblOldVersion3: TLabel
  259.         Left = 24
  260.         Top = 195
  261.         Width = 295
  262.         Height = 40
  263.         Alignment = taCenter
  264.         AutoSize = False
  265.         Caption = 
  266.           'However, you can continue to install this version by clicking on' +
  267.           ' Next.'
  268.         WordWrap = True
  269.       end
  270.     end
  271.   end
  272.   object btnBack: TButton
  273.     Left = 244
  274.     Top = 282
  275.     Width = 75
  276.     Height = 22
  277.     Caption = '< &Back'
  278.     Enabled = False
  279.     TabOrder = 2
  280.     OnClick = btnControls
  281.   end
  282.   object btnNext: TButton
  283.     Left = 319
  284.     Top = 282
  285.     Width = 75
  286.     Height = 22
  287.     Caption = 'Next >'
  288.     Default = True
  289.     TabOrder = 3
  290.     OnClick = btnControls
  291.   end
  292.   object btnCancel: TButton
  293.     Left = 403
  294.     Top = 282
  295.     Width = 75
  296.     Height = 22
  297.     Cancel = True
  298.     Caption = 'Cancel'
  299.     TabOrder = 4
  300.     OnClick = btnControls
  301.   end
  302.   object ddeCLConv: TDdeClientConv
  303.     Left = 3
  304.   end
  305. end
  306.