home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Komunik / Phoenix / Setup.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1999-02-10  |  16KB  |  668 lines

  1. object MainForm: TMainForm
  2.   Left = 262
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'MHSetup'
  7.   ClientHeight = 315
  8.   ClientWidth = 444
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 7
  22.     Top = 278
  23.     Width = 433
  24.     Height = 9
  25.     Shape = bsTopLine
  26.   end
  27.   object Label1: TLabel
  28.     Left = 7
  29.     Top = 272
  30.     Width = 48
  31.     Height = 13
  32.     Caption = 'MHSetup '
  33.     Enabled = False
  34.     OnClick = Image1Click
  35.   end
  36.   object Label3: TLabel
  37.     Left = 124
  38.     Top = 7
  39.     Width = 66
  40.     Height = 16
  41.     Caption = 'Welcome'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -15
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Bevel2: TBevel
  50.     Left = 124
  51.     Top = 24
  52.     Width = 309
  53.     Height = 4
  54.     Shape = bsBottomLine
  55.   end
  56.   object Button4: TButton
  57.     Left = 206
  58.     Top = 285
  59.     Width = 73
  60.     Height = 25
  61.     Caption = '< &Back'
  62.     TabOrder = 0
  63.     OnClick = Button3Click
  64.   end
  65.   object Button3: TButton
  66.     Left = 279
  67.     Top = 285
  68.     Width = 72
  69.     Height = 25
  70.     Caption = '&Next >'
  71.     Default = True
  72.     TabOrder = 1
  73.     OnClick = Button3Click
  74.   end
  75.   object Button2: TButton
  76.     Left = 361
  77.     Top = 285
  78.     Width = 74
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = '&Cancel'
  82.     TabOrder = 2
  83.     OnClick = Button2Click
  84.   end
  85.   object Panel1: TPanel
  86.     Left = 5
  87.     Top = 5
  88.     Width = 108
  89.     Height = 264
  90.     BevelOuter = bvLowered
  91.     Color = clTeal
  92.     TabOrder = 3
  93.     OnClick = Image1Click
  94.     object Image1: TImage
  95.       Left = 1
  96.       Top = 1
  97.       Width = 106
  98.       Height = 262
  99.       Align = alClient
  100.       AutoSize = True
  101.       Center = True
  102.       Picture.Data = {<image000.bmp>}
  103.       Transparent = True
  104.       OnClick = Image1Click
  105.     end
  106.   end
  107.   object Notebook1: TNotebook
  108.     Left = 120
  109.     Top = 28
  110.     Width = 317
  111.     Height = 246
  112.     TabOrder = 4
  113.     object TPage
  114.       Left = 0
  115.       Top = 0
  116.       Caption = 'Welcome'
  117.       object Label2: TLabel
  118.         Left = 4
  119.         Top = 4
  120.         Width = 265
  121.         Height = 29
  122.         AutoSize = False
  123.         Caption = 'This setup wizard will lead you through the installation of %s.'
  124.         WordWrap = True
  125.       end
  126.       object Label4: TLabel
  127.         Left = 4
  128.         Top = 40
  129.         Width = 309
  130.         Height = 29
  131.         AutoSize = False
  132.         Caption = 
  133.           'It is recommended to close all other running programs before pro' +
  134.           'ceeding with installation.'
  135.         WordWrap = True
  136.       end
  137.       object Label5: TLabel
  138.         Left = 4
  139.         Top = 80
  140.         Width = 309
  141.         Height = 29
  142.         AutoSize = False
  143.         Caption = 
  144.           'Press the Next button to start the installation or the Cancel bu' +
  145.           'tton if you don'#39't want to install %s.'
  146.         WordWrap = True
  147.       end
  148.       object Label25: TLabel
  149.         Left = 76
  150.         Top = 144
  151.         Width = 133
  152.         Height = 13
  153.         AutoSize = False
  154.         Caption = 
  155.           'It is recommended to close all other running programs before pro' +
  156.           'ceeding with deinstallation.'
  157.         Visible = False
  158.         WordWrap = True
  159.       end
  160.       object Label26: TLabel
  161.         Left = 72
  162.         Top = 172
  163.         Width = 137
  164.         Height = 13
  165.         AutoSize = False
  166.         Caption = 
  167.           'Press the Next button to start the deinstallation or the Cancel ' +
  168.           'button if you want to keep %s.'
  169.         Visible = False
  170.         WordWrap = True
  171.       end
  172.       object Label24: TLabel
  173.         Left = 76
  174.         Top = 160
  175.         Width = 129
  176.         Height = 13
  177.         AutoSize = False
  178.         Caption = 'This wizard will uninstall %s.'
  179.         Visible = False
  180.         WordWrap = True
  181.       end
  182.       object Label23: TLabel
  183.         Left = 68
  184.         Top = 198
  185.         Width = 137
  186.         Height = 13
  187.         AutoSize = False
  188.         Caption = 
  189.           'The deinstallation has been completed. Some components could not' +
  190.           ' be removed.'
  191.         Visible = False
  192.         WordWrap = True
  193.       end
  194.       object Label22: TLabel
  195.         Left = 68
  196.         Top = 186
  197.         Width = 141
  198.         Height = 13
  199.         AutoSize = False
  200.         Caption = 'Select the components you want to deinstall:'
  201.         Visible = False
  202.         WordWrap = True
  203.       end
  204.     end
  205.     object TPage
  206.       Left = 0
  207.       Top = 0
  208.       Caption = 'License'
  209.       object Label7: TLabel
  210.         Left = 4
  211.         Top = 4
  212.         Width = 280
  213.         Height = 13
  214.         Caption = 'Do you accept all terms of the following license agreement?'
  215.       end
  216.       object Memo1: TMemo
  217.         Left = 4
  218.         Top = 20
  219.         Width = 309
  220.         Height = 221
  221.         Cursor = crArrow
  222.         Color = clBtnFace
  223.         ReadOnly = True
  224.         ScrollBars = ssBoth
  225.         TabOrder = 0
  226.         WordWrap = False
  227.       end
  228.     end
  229.     object TPage
  230.       Left = 0
  231.       Top = 0
  232.       Caption = 'Readme'
  233.       object Memo2: TMemo
  234.         Left = 4
  235.         Top = 4
  236.         Width = 309
  237.         Height = 237
  238.         Cursor = crArrow
  239.         Color = clBtnFace
  240.         ReadOnly = True
  241.         ScrollBars = ssBoth
  242.         TabOrder = 0
  243.         WordWrap = False
  244.       end
  245.     end
  246.     object TPage
  247.       Left = 0
  248.       Top = 0
  249.       Caption = 'User Information'
  250.       object Label8: TLabel
  251.         Left = 4
  252.         Top = 4
  253.         Width = 309
  254.         Height = 13
  255.         AutoSize = False
  256.         Caption = 'Please enter the requested information.'
  257.         WordWrap = True
  258.       end
  259.       object Label9: TLabel
  260.         Left = 32
  261.         Top = 32
  262.         Width = 31
  263.         Height = 13
  264.         Caption = '&Name:'
  265.         FocusControl = Edit1
  266.       end
  267.       object Label10: TLabel
  268.         Left = 32
  269.         Top = 60
  270.         Width = 47
  271.         Height = 13
  272.         Caption = '&Company:'
  273.         FocusControl = Edit2
  274.       end
  275.       object Label11: TLabel
  276.         Left = 32
  277.         Top = 88
  278.         Width = 83
  279.         Height = 13
  280.         Caption = '&Registrationcode:'
  281.         FocusControl = Edit3
  282.       end
  283.       object Label12: TLabel
  284.         Left = 32
  285.         Top = 112
  286.         Width = 233
  287.         Height = 29
  288.         AutoSize = False
  289.         Caption = 
  290.           'If you don'#39't know the registatrioncode then leave this field emp' +
  291.           'ty.'
  292.         WordWrap = True
  293.       end
  294.       object Edit1: TEdit
  295.         Left = 84
  296.         Top = 28
  297.         Width = 181
  298.         Height = 21
  299.         TabOrder = 0
  300.       end
  301.       object Edit2: TEdit
  302.         Left = 84
  303.         Top = 56
  304.         Width = 181
  305.         Height = 21
  306.         TabOrder = 1
  307.       end
  308.       object Edit3: TEdit
  309.         Left = 120
  310.         Top = 84
  311.         Width = 145
  312.         Height = 21
  313.         TabOrder = 2
  314.       end
  315.     end
  316.     object TPage
  317.       Left = 0
  318.       Top = 0
  319.       Caption = 'Destination Directory'
  320.       object Label6: TLabel
  321.         Left = 4
  322.         Top = 4
  323.         Width = 309
  324.         Height = 25
  325.         AutoSize = False
  326.         Caption = 'Choose the location where you want the %s files to be installed:'
  327.         WordWrap = True
  328.       end
  329.       object SpeedButton1: TSpeedButton
  330.         Left = 290
  331.         Top = 36
  332.         Width = 22
  333.         Height = 22
  334.         Hint = 'Select directory'
  335.         Glyph.Data = {
  336.           CA010000424DCA01000000000000760000002800000022000000110000000100
  337.           04000000000054010000C40E0000C40E00001000000000000000000000000000
  338.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  339.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  340.           DDDDDDDDDDDDDDDDDDDDDD014801DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD01
  341.           9301DDDDDDDDDDDDDDDDDDDDDFFFFFFFFFFFFF019301DDD0000000000000DDDD
  342.           7777777777777F021302DD77777777777700DDD77777777777777F027402DD7F
  343.           B8B8B8B8B700DDD7DDDDDDDDDD777F027402D7FB8B8B8B8B8070DD7FDDDDDDDD
  344.           DD777F01E901D7F8B8B8B8B87070DD7DDDDDDDDDD7777F0174027F8B8B8B8B8B
  345.           0770D7FDDDDDDDDDD7777F008B017FFFFFFFFFF70870D7FFFFFFFFFF77F77F00
  346.           06007777777777777B70D7777777777777D77F000400D7F8B8B8B8B8B870DD7F
  347.           DDDDDDDDDDD77F016101D7FB8B8B8FFFFF70DD7FDDDDDDDFFFF77D016801D7F8
  348.           B8B8F777777DDD7DFDDDDD777777DD019301DD7FFFFF7DDDDDDDDDD7DFFFF7DD
  349.           DDDDDD019301DDD77777DDDDDDDDDDDD77777DDDDDDDDD021302DDDDDDDDDDDD
  350.           DDDDDDDDDDDDDDDDDDDDDD000400}
  351.         NumGlyphs = 2
  352.       end
  353.       object Edit4: TEdit
  354.         Left = 4
  355.         Top = 36
  356.         Width = 281
  357.         Height = 21
  358.         TabOrder = 0
  359.       end
  360.     end
  361.     object TPage
  362.       Left = 0
  363.       Top = 0
  364.       Caption = 'Components'
  365.       object Label14: TLabel
  366.         Left = 4
  367.         Top = 4
  368.         Width = 309
  369.         Height = 13
  370.         Caption = 'Select the components you want to install by checking the boxes:'
  371.       end
  372.       object Label15: TLabel
  373.         Left = 4
  374.         Top = 228
  375.         Width = 137
  376.         Height = 13
  377.         Caption = 'Disk Space Required: 0 Byte'
  378.       end
  379.       object ListView1: TListView
  380.         Left = 4
  381.         Top = 24
  382.         Width = 309
  383.         Height = 201
  384.         Columns = <
  385.           item
  386.             Caption = 'Description'
  387.             Width = 230
  388.           end
  389.           item
  390.             Alignment = taRightJustify
  391.             Caption = 'Size'
  392.             Width = 58
  393.           end>
  394.         ReadOnly = True
  395.         Checkboxes = True
  396.         TabOrder = 0
  397.         ViewStyle = vsReport
  398.         SmallImages = ImageList1
  399.       end
  400.     end
  401.     object TPage
  402.       Left = 0
  403.       Top = 0
  404.       Caption = 'Shortcuts'
  405.       object Panel3: TPanel
  406.         Left = 0
  407.         Top = 0
  408.         Width = 317
  409.         Height = 33
  410.         Align = alTop
  411.         BevelOuter = bvNone
  412.         Caption = 'Panel3'
  413.         TabOrder = 0
  414.         object Label13: TLabel
  415.           Left = 4
  416.           Top = 4
  417.           Width = 309
  418.           Height = 25
  419.           AutoSize = False
  420.           Caption = 
  421.             'Please check the boxes if you want to add shortcuts to these loc' +
  422.             'ations.'
  423.           WordWrap = True
  424.         end
  425.       end
  426.       object Panel4: TPanel
  427.         Left = 0
  428.         Top = 33
  429.         Width = 317
  430.         Height = 52
  431.         Align = alTop
  432.         BevelOuter = bvNone
  433.         TabOrder = 1
  434.         object SpeedButton2: TSpeedButton
  435.           Left = 258
  436.           Top = 23
  437.           Width = 22
  438.           Height = 22
  439.           Hint = 'Select shortcut folder'
  440.           NumGlyphs = 2
  441.         end
  442.         object CheckBox7: TCheckBox
  443.           Left = 24
  444.           Top = 4
  445.           Width = 177
  446.           Height = 17
  447.           Caption = 'Add shortcuts to Programs folder:'
  448.           State = cbChecked
  449.           TabOrder = 0
  450.         end
  451.         object Edit5: TEdit
  452.           Left = 40
  453.           Top = 24
  454.           Width = 213
  455.           Height = 21
  456.           TabOrder = 1
  457.         end
  458.       end
  459.       object Panel5: TPanel
  460.         Left = 0
  461.         Top = 109
  462.         Width = 317
  463.         Height = 24
  464.         Align = alTop
  465.         BevelOuter = bvNone
  466.         TabOrder = 3
  467.         object CheckBox1: TCheckBox
  468.           Left = 24
  469.           Top = 4
  470.           Width = 141
  471.           Height = 17
  472.           Caption = 'Add shortcuts to Desktop'
  473.           State = cbChecked
  474.           TabOrder = 0
  475.         end
  476.       end
  477.       object Panel6: TPanel
  478.         Left = 0
  479.         Top = 85
  480.         Width = 317
  481.         Height = 24
  482.         Align = alTop
  483.         BevelOuter = bvNone
  484.         TabOrder = 2
  485.         object CheckBox2: TCheckBox
  486.           Left = 24
  487.           Top = 4
  488.           Width = 153
  489.           Height = 17
  490.           Caption = 'Add shortcuts to Start Menu'
  491.           State = cbChecked
  492.           TabOrder = 0
  493.         end
  494.       end
  495.       object Panel7: TPanel
  496.         Left = 0
  497.         Top = 157
  498.         Width = 317
  499.         Height = 24
  500.         Align = alTop
  501.         BevelOuter = bvNone
  502.         TabOrder = 5
  503.         object CheckBox3: TCheckBox
  504.           Left = 24
  505.           Top = 4
  506.           Width = 141
  507.           Height = 17
  508.           Caption = 'Add shortcuts to Send To'
  509.           State = cbChecked
  510.           TabOrder = 0
  511.         end
  512.       end
  513.       object Panel9: TPanel
  514.         Left = 0
  515.         Top = 133
  516.         Width = 317
  517.         Height = 24
  518.         Align = alTop
  519.         BevelOuter = bvNone
  520.         TabOrder = 4
  521.         object CheckBox8: TCheckBox
  522.           Left = 24
  523.           Top = 4
  524.           Width = 137
  525.           Height = 17
  526.           Caption = 'Add shortcuts to Start Up'
  527.           State = cbChecked
  528.           TabOrder = 0
  529.         end
  530.       end
  531.     end
  532.     object TPage
  533.       Left = 0
  534.       Top = 0
  535.       Caption = 'Installation Progress'
  536.       object Animate1: TAnimate
  537.         Left = 20
  538.         Top = 0
  539.         Width = 272
  540.         Height = 60
  541.         Active = False
  542.         StopFrame = 26
  543.       end
  544.       object GroupBox1: TGroupBox
  545.         Left = 4
  546.         Top = 66
  547.         Width = 309
  548.         Height = 96
  549.         Caption = 'Status'
  550.         TabOrder = 1
  551.         object StatLabel: TLabel
  552.           Left = 18
  553.           Top = 22
  554.           Width = 54
  555.           Height = 13
  556.           Caption = 'Preparing...'
  557.         end
  558.         object Label17: TLabel
  559.           Left = 18
  560.           Top = 44
  561.           Width = 44
  562.           Height = 13
  563.           Caption = 'Progress:'
  564.         end
  565.         object ProgLabel: TLabel
  566.           Left = 66
  567.           Top = 44
  568.           Width = 14
  569.           Height = 13
  570.           Caption = '0%'
  571.         end
  572.         object ProgressBar1: TProgressBar
  573.           Left = 18
  574.           Top = 66
  575.           Width = 273
  576.           Height = 15
  577.           Min = 0
  578.           Max = 100
  579.           Step = 1
  580.           TabOrder = 0
  581.         end
  582.       end
  583.     end
  584.     object TPage
  585.       Left = 0
  586.       Top = 0
  587.       Caption = 'Congratulations'
  588.       object Label19: TLabel
  589.         Left = 4
  590.         Top = 4
  591.         Width = 309
  592.         Height = 29
  593.         AutoSize = False
  594.         Caption = 'The installation of %s has been successfully completed.'
  595.         WordWrap = True
  596.       end
  597.       object Label20: TLabel
  598.         Left = 4
  599.         Top = 228
  600.         Width = 230
  601.         Height = 13
  602.         Caption = 'Press the Finish button to close the setup wizard.'
  603.       end
  604.       object Label16: TLabel
  605.         Left = 24
  606.         Top = 116
  607.         Width = 38
  608.         Height = 13
  609.         Caption = 'Label16'
  610.         Visible = False
  611.       end
  612.       object Label18: TLabel
  613.         Left = 24
  614.         Top = 132
  615.         Width = 38
  616.         Height = 13
  617.         Caption = 'Label18'
  618.         Visible = False
  619.       end
  620.       object Label21: TLabel
  621.         Left = 24
  622.         Top = 148
  623.         Width = 38
  624.         Height = 13
  625.         Caption = 'Label21'
  626.         Visible = False
  627.       end
  628.       object CheckBox4: TCheckBox
  629.         Left = 24
  630.         Top = 36
  631.         Width = 289
  632.         Height = 17
  633.         Caption = 'CheckBox4'
  634.         TabOrder = 0
  635.       end
  636.       object CheckBox5: TCheckBox
  637.         Left = 24
  638.         Top = 60
  639.         Width = 289
  640.         Height = 17
  641.         Caption = 'CheckBox5'
  642.         TabOrder = 1
  643.       end
  644.       object CheckBox6: TCheckBox
  645.         Left = 24
  646.         Top = 84
  647.         Width = 289
  648.         Height = 17
  649.         Caption = 'CheckBox6'
  650.         TabOrder = 2
  651.       end
  652.       object ListBox1: TListBox
  653.         Left = 160
  654.         Top = 130
  655.         Width = 113
  656.         Height = 73
  657.         ItemHeight = 13
  658.         TabOrder = 3
  659.         Visible = False
  660.       end
  661.     end
  662.   end
  663.   object ImageList1: TImageList
  664.     Left = 48
  665.     Top = 186
  666.   end
  667. end
  668.