home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 153 / cdrom153.iso / aplic / cpragas / SpywareTerminator_Setup.exe / Setup.e32 / 0 / RCDATA / TWIZARDFORM / TWIZARDFORM.txt
Encoding:
Text File  |  2008-02-14  |  16.8 KB  |  680 lines

  1. object WizardForm: TWizardForm
  2.   Left = 694
  3.   Top = 129
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WizardForm'
  7.   ClientHeight = 360
  8.   ClientWidth = 497
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel: TBevel
  21.     Left = 0
  22.     Top = 313
  23.     Width = 497
  24.     Height = 2
  25.     Shape = bsTopLine
  26.   end
  27.   object CancelButton: TButton
  28.     Left = 464
  29.     Top = 327
  30.     Width = 17
  31.     Height = 23
  32.     Cancel = True
  33.     Caption = '*'
  34.     TabOrder = 4
  35.     OnClick = CancelButtonClick
  36.   end
  37.   object NextButton: TButton
  38.     Left = 440
  39.     Top = 327
  40.     Width = 17
  41.     Height = 23
  42.     Caption = '*'
  43.     Default = True
  44.     TabOrder = 3
  45.     OnClick = NextButtonClick
  46.   end
  47.   object BackButton: TButton
  48.     Left = 424
  49.     Top = 327
  50.     Width = 16
  51.     Height = 23
  52.     Caption = '*'
  53.     TabOrder = 2
  54.     OnClick = BackButtonClick
  55.   end
  56.   object OuterNotebook: TNewNotebook
  57.     Left = 0
  58.     Top = 0
  59.     Width = 497
  60.     Height = 313
  61.     ActivePage = InnerPage
  62.     Color = clBtnFace
  63.     ParentColor = False
  64.     TabOrder = 0
  65.     object WelcomePage: TNewNotebookPage
  66.       Color = clWindow
  67.       ParentColor = False
  68.       object WizardBitmapImage: TBitmapImage
  69.         Left = 0
  70.         Top = 0
  71.         Width = 164
  72.         Height = 314
  73.       end
  74.       object WelcomeMemo: TRichEditViewer
  75.         Left = 166
  76.         Top = 2
  77.         Width = 329
  78.         Height = 309
  79.         BorderStyle = bsNone
  80.         ReadOnly = True
  81.         TabOrder = 2
  82.         OnEnter = WelcomeMemoEnter
  83.         UseRichEdit = False
  84.       end
  85.       object WelcomeLabel2: TNewStaticText
  86.         Left = 176
  87.         Top = 76
  88.         Width = 301
  89.         Height = 234
  90.         AutoSize = False
  91.         Caption = '*'
  92.         ShowAccelChar = False
  93.         TabOrder = 1
  94.         WordWrap = True
  95.       end
  96.       object WelcomeLabel1: TNewStaticText
  97.         Left = 176
  98.         Top = 16
  99.         Width = 301
  100.         Height = 54
  101.         AutoSize = False
  102.         Caption = '*'
  103.         ShowAccelChar = False
  104.         TabOrder = 0
  105.         WordWrap = True
  106.       end
  107.     end
  108.     object InnerPage: TNewNotebookPage
  109.       Color = clBtnFace
  110.       ParentColor = False
  111.       object Bevel1: TBevel
  112.         Left = 0
  113.         Top = 58
  114.         Width = 499
  115.         Height = 3
  116.         Shape = bsTopLine
  117.       end
  118.       object InnerNotebook: TNewNotebook
  119.         Left = 40
  120.         Top = 72
  121.         Width = 417
  122.         Height = 237
  123.         ActivePage = SelectProgramGroupPage
  124.         TabOrder = 1
  125.         object LicensePage: TNewNotebookPage
  126.           object LicenseNotAcceptedRadio: TRadioButton
  127.             Left = 0
  128.             Top = 216
  129.             Width = 417
  130.             Height = 17
  131.             Caption = '*'
  132.             Checked = True
  133.             TabOrder = 3
  134.             TabStop = True
  135.             OnClick = LicenseNotAcceptedRadioClick
  136.           end
  137.           object LicenseAcceptedRadio: TRadioButton
  138.             Left = 0
  139.             Top = 196
  140.             Width = 417
  141.             Height = 17
  142.             Caption = '*'
  143.             TabOrder = 2
  144.             OnClick = LicenseAcceptedRadioClick
  145.           end
  146.           object LicenseMemo: TRichEditViewer
  147.             Left = 0
  148.             Top = 24
  149.             Width = 417
  150.             Height = 161
  151.             ReadOnly = True
  152.             ScrollBars = ssVertical
  153.             TabOrder = 1
  154.             WantReturns = False
  155.             UseRichEdit = False
  156.           end
  157.           object LicenseLabel1: TNewStaticText
  158.             Left = 0
  159.             Top = 0
  160.             Width = 417
  161.             Height = 14
  162.             AutoSize = False
  163.             Caption = '*'
  164.             ShowAccelChar = False
  165.             TabOrder = 0
  166.             WordWrap = True
  167.           end
  168.         end
  169.         object PasswordPage: TNewNotebookPage
  170.           object PasswordEdit: TPasswordEdit
  171.             Left = 0
  172.             Top = 40
  173.             Width = 265
  174.             Height = 21
  175.             TabOrder = 2
  176.           end
  177.           object PasswordEditLabel: TNewStaticText
  178.             Left = 0
  179.             Top = 24
  180.             Width = 417
  181.             Height = 14
  182.             AutoSize = False
  183.             Caption = '*'
  184.             FocusControl = PasswordEdit
  185.             TabOrder = 1
  186.             WordWrap = True
  187.           end
  188.           object PasswordLabel: TNewStaticText
  189.             Left = 0
  190.             Top = 0
  191.             Width = 417
  192.             Height = 14
  193.             AutoSize = False
  194.             Caption = '*'
  195.             ShowAccelChar = False
  196.             TabOrder = 0
  197.             WordWrap = True
  198.           end
  199.         end
  200.         object InfoBeforePage: TNewNotebookPage
  201.           object InfoBeforeMemo: TRichEditViewer
  202.             Left = 0
  203.             Top = 24
  204.             Width = 417
  205.             Height = 205
  206.             ReadOnly = True
  207.             ScrollBars = ssVertical
  208.             TabOrder = 1
  209.             WantReturns = False
  210.             UseRichEdit = False
  211.           end
  212.           object InfoBeforeClickLabel: TNewStaticText
  213.             Left = 0
  214.             Top = 0
  215.             Width = 417
  216.             Height = 14
  217.             AutoSize = False
  218.             Caption = '*'
  219.             ShowAccelChar = False
  220.             TabOrder = 0
  221.             WordWrap = True
  222.           end
  223.         end
  224.         object UserInfoPage: TNewNotebookPage
  225.           object UserInfoSerialEdit: TEdit
  226.             Left = 0
  227.             Top = 120
  228.             Width = 417
  229.             Height = 21
  230.             MaxLength = 255
  231.             TabOrder = 5
  232.             OnChange = UserInfoEditChange
  233.           end
  234.           object UserInfoSerialLabel: TNewStaticText
  235.             Left = 0
  236.             Top = 104
  237.             Width = 417
  238.             Height = 14
  239.             AutoSize = False
  240.             Caption = '*'
  241.             FocusControl = UserInfoSerialEdit
  242.             TabOrder = 4
  243.             WordWrap = True
  244.           end
  245.           object UserInfoOrgEdit: TEdit
  246.             Left = 0
  247.             Top = 68
  248.             Width = 417
  249.             Height = 21
  250.             MaxLength = 255
  251.             TabOrder = 3
  252.             OnChange = UserInfoEditChange
  253.           end
  254.           object UserInfoOrgLabel: TNewStaticText
  255.             Left = 0
  256.             Top = 52
  257.             Width = 417
  258.             Height = 14
  259.             AutoSize = False
  260.             Caption = '*'
  261.             FocusControl = UserInfoOrgEdit
  262.             TabOrder = 2
  263.             WordWrap = True
  264.           end
  265.           object UserInfoNameEdit: TEdit
  266.             Left = 0
  267.             Top = 16
  268.             Width = 417
  269.             Height = 21
  270.             MaxLength = 255
  271.             TabOrder = 1
  272.             OnChange = UserInfoEditChange
  273.           end
  274.           object UserInfoNameLabel: TNewStaticText
  275.             Left = 0
  276.             Top = 0
  277.             Width = 417
  278.             Height = 14
  279.             AutoSize = False
  280.             Caption = '*'
  281.             FocusControl = UserInfoNameEdit
  282.             TabOrder = 0
  283.             WordWrap = True
  284.           end
  285.         end
  286.         object SelectDirPage: TNewNotebookPage
  287.           object SelectDirBitmapImage: TBitmapImage
  288.             Left = 0
  289.             Top = 0
  290.             Width = 32
  291.             Height = 32
  292.           end
  293.           object DiskSpaceLabel: TNewStaticText
  294.             Left = 0
  295.             Top = 216
  296.             Width = 417
  297.             Height = 14
  298.             AutoSize = False
  299.             Caption = '*'
  300.             ShowAccelChar = False
  301.             TabOrder = 4
  302.             WordWrap = True
  303.           end
  304.           object DirBrowseButton: TButton
  305.             Left = 400
  306.             Top = 67
  307.             Width = 17
  308.             Height = 23
  309.             Caption = '*'
  310.             TabOrder = 3
  311.             OnClick = DirBrowseButtonClick
  312.           end
  313.           object DirEdit: TEdit
  314.             Left = 0
  315.             Top = 68
  316.             Width = 397
  317.             Height = 21
  318.             TabOrder = 2
  319.             Text = 'DirEdit'
  320.           end
  321.           object SelectDirBrowseLabel: TNewStaticText
  322.             Left = 0
  323.             Top = 44
  324.             Width = 417
  325.             Height = 14
  326.             AutoSize = False
  327.             Caption = '*'
  328.             ShowAccelChar = False
  329.             TabOrder = 1
  330.             WordWrap = True
  331.           end
  332.           object SelectDirLabel: TNewStaticText
  333.             Left = 44
  334.             Top = 0
  335.             Width = 373
  336.             Height = 14
  337.             AutoSize = False
  338.             Caption = '*'
  339.             ShowAccelChar = False
  340.             TabOrder = 0
  341.             WordWrap = True
  342.           end
  343.         end
  344.         object SelectComponentsPage: TNewNotebookPage
  345.           object ComponentsDiskSpaceLabel: TNewStaticText
  346.             Left = 0
  347.             Top = 216
  348.             Width = 417
  349.             Height = 14
  350.             AutoSize = False
  351.             Caption = '*'
  352.             ShowAccelChar = False
  353.             TabOrder = 3
  354.           end
  355.           object ComponentsList: TNewCheckListBox
  356.             Left = 0
  357.             Top = 48
  358.             Width = 417
  359.             Height = 157
  360.             Offset = 2
  361.             OnClickCheck = ComponentsListClickCheck
  362.             RequireRadioSelection = True
  363.             TabOrder = 2
  364.           end
  365.           object TypesCombo: TComboBox
  366.             Left = 0
  367.             Top = 24
  368.             Width = 417
  369.             Height = 21
  370.             Style = csDropDownList
  371.             ItemHeight = 13
  372.             TabOrder = 1
  373.             OnChange = TypesComboChange
  374.           end
  375.           object SelectComponentsLabel: TNewStaticText
  376.             Left = 0
  377.             Top = 0
  378.             Width = 417
  379.             Height = 14
  380.             AutoSize = False
  381.             Caption = '*'
  382.             ShowAccelChar = False
  383.             TabOrder = 0
  384.             WordWrap = True
  385.           end
  386.         end
  387.         object SelectProgramGroupPage: TNewNotebookPage
  388.           object SelectGroupBitmapImage: TBitmapImage
  389.             Left = 0
  390.             Top = 0
  391.             Width = 32
  392.             Height = 32
  393.           end
  394.           object NoIconsCheck: TCheckBox
  395.             Left = 0
  396.             Top = 215
  397.             Width = 417
  398.             Height = 17
  399.             Caption = '*'
  400.             TabOrder = 4
  401.             OnClick = NoIconsCheckClick
  402.           end
  403.           object GroupBrowseButton: TButton
  404.             Left = 400
  405.             Top = 67
  406.             Width = 17
  407.             Height = 23
  408.             Caption = '*'
  409.             TabOrder = 3
  410.             OnClick = GroupBrowseButtonClick
  411.           end
  412.           object GroupEdit: TEdit
  413.             Left = 0
  414.             Top = 68
  415.             Width = 397
  416.             Height = 21
  417.             TabOrder = 2
  418.             Text = 'GroupEdit'
  419.           end
  420.           object SelectStartMenuFolderBrowseLabel: TNewStaticText
  421.             Left = 0
  422.             Top = 44
  423.             Width = 417
  424.             Height = 14
  425.             AutoSize = False
  426.             Caption = '*'
  427.             ShowAccelChar = False
  428.             TabOrder = 1
  429.             WordWrap = True
  430.           end
  431.           object SelectStartMenuFolderLabel: TNewStaticText
  432.             Left = 44
  433.             Top = 0
  434.             Width = 373
  435.             Height = 14
  436.             AutoSize = False
  437.             Caption = '*'
  438.             ShowAccelChar = False
  439.             TabOrder = 0
  440.             WordWrap = True
  441.           end
  442.         end
  443.         object SelectTasksPage: TNewNotebookPage
  444.           object TasksList: TNewCheckListBox
  445.             Left = 0
  446.             Top = 24
  447.             Width = 417
  448.             Height = 205
  449.             Color = clBtnFace
  450.             RequireRadioSelection = True
  451.             ShowLines = False
  452.             TabOrder = 1
  453.             WantTabs = True
  454.           end
  455.           object SelectTasksLabel: TNewStaticText
  456.             Left = 0
  457.             Top = 0
  458.             Width = 417
  459.             Height = 14
  460.             AutoSize = False
  461.             Caption = '*'
  462.             ShowAccelChar = False
  463.             TabOrder = 0
  464.             WordWrap = True
  465.           end
  466.         end
  467.         object ReadyPage: TNewNotebookPage
  468.           object ReadyMemo: TMemo
  469.             Left = 0
  470.             Top = 24
  471.             Width = 417
  472.             Height = 205
  473.             Color = clBtnFace
  474.             ReadOnly = True
  475.             ScrollBars = ssBoth
  476.             TabOrder = 1
  477.             WantReturns = False
  478.             WordWrap = False
  479.           end
  480.           object ReadyLabel: TNewStaticText
  481.             Left = 0
  482.             Top = 0
  483.             Width = 417
  484.             Height = 14
  485.             AutoSize = False
  486.             Caption = '*'
  487.             ShowAccelChar = False
  488.             TabOrder = 0
  489.             WordWrap = True
  490.           end
  491.         end
  492.         object PreparingPage: TNewNotebookPage
  493.           object PreparingErrorBitmapImage: TBitmapImage
  494.             Left = 0
  495.             Top = 0
  496.             Width = 16
  497.             Height = 16
  498.             Visible = False
  499.           end
  500.           object PreparingLabel: TNewStaticText
  501.             Left = 24
  502.             Top = 0
  503.             Width = 393
  504.             Height = 14
  505.             AutoSize = False
  506.             Caption = '*'
  507.             ShowAccelChar = False
  508.             TabOrder = 0
  509.             Visible = False
  510.             WordWrap = True
  511.           end
  512.         end
  513.         object InstallingPage: TNewNotebookPage
  514.           object FilenameLabel: TNewStaticText
  515.             Left = 0
  516.             Top = 16
  517.             Width = 417
  518.             Height = 16
  519.             AutoSize = False
  520.             ShowAccelChar = False
  521.             TabOrder = 1
  522.           end
  523.           object StatusLabel: TNewStaticText
  524.             Left = 0
  525.             Top = 0
  526.             Width = 417
  527.             Height = 16
  528.             AutoSize = False
  529.             ShowAccelChar = False
  530.             TabOrder = 0
  531.           end
  532.           object ProgressGauge: TNewProgressBar
  533.             Left = 0
  534.             Top = 42
  535.             Width = 417
  536.             Height = 21
  537.             Min = 0
  538.             Max = 100
  539.           end
  540.         end
  541.         object InfoAfterPage: TNewNotebookPage
  542.           object InfoAfterMemo: TRichEditViewer
  543.             Left = 0
  544.             Top = 24
  545.             Width = 417
  546.             Height = 205
  547.             ReadOnly = True
  548.             ScrollBars = ssVertical
  549.             TabOrder = 1
  550.             WantReturns = False
  551.             UseRichEdit = False
  552.           end
  553.           object InfoAfterClickLabel: TNewStaticText
  554.             Left = 0
  555.             Top = 0
  556.             Width = 417
  557.             Height = 14
  558.             AutoSize = False
  559.             Caption = '*'
  560.             ShowAccelChar = False
  561.             TabOrder = 0
  562.             WordWrap = True
  563.           end
  564.         end
  565.       end
  566.       object MainPanel: TPanel
  567.         Left = 0
  568.         Top = 0
  569.         Width = 497
  570.         Height = 58
  571.         BevelOuter = bvNone
  572.         Color = clWindow
  573.         ParentBackground = False
  574.         TabOrder = 0
  575.         object WizardSmallBitmapImage: TBitmapImage
  576.           Left = 440
  577.           Top = 0
  578.           Width = 55
  579.           Height = 58
  580.           BackColor = clWindow
  581.         end
  582.         object PageDescriptionLabel: TNewStaticText
  583.           Left = 40
  584.           Top = 26
  585.           Width = 389
  586.           Height = 29
  587.           AutoSize = False
  588.           Caption = '*'
  589.           ShowAccelChar = False
  590.           TabOrder = 1
  591.           WordWrap = True
  592.         end
  593.         object PageNameLabel: TNewStaticText
  594.           Left = 24
  595.           Top = 10
  596.           Width = 405
  597.           Height = 14
  598.           AutoSize = False
  599.           Caption = '*'
  600.           ShowAccelChar = False
  601.           TabOrder = 0
  602.         end
  603.       end
  604.     end
  605.     object FinishedPage: TNewNotebookPage
  606.       Color = clWindow
  607.       ParentColor = False
  608.       object WizardBitmapImage2: TBitmapImage
  609.         Left = 0
  610.         Top = 0
  611.         Width = 164
  612.         Height = 314
  613.       end
  614.       object NoRadio: TRadioButton
  615.         Left = 176
  616.         Top = 184
  617.         Width = 301
  618.         Height = 17
  619.         Caption = '*'
  620.         TabOrder = 4
  621.         Visible = False
  622.       end
  623.       object YesRadio: TRadioButton
  624.         Left = 176
  625.         Top = 156
  626.         Width = 301
  627.         Height = 17
  628.         Caption = '*'
  629.         Checked = True
  630.         TabOrder = 3
  631.         TabStop = True
  632.         Visible = False
  633.       end
  634.       object RunList: TNewCheckListBox
  635.         Left = 176
  636.         Top = 156
  637.         Width = 301
  638.         Height = 149
  639.         BorderStyle = bsNone
  640.         ParentColor = True
  641.         TabOrder = 2
  642.         Visible = False
  643.         WantTabs = True
  644.       end
  645.       object FinishedLabel: TNewStaticText
  646.         Left = 176
  647.         Top = 76
  648.         Width = 301
  649.         Height = 53
  650.         AutoSize = False
  651.         Caption = '*'
  652.         ShowAccelChar = False
  653.         TabOrder = 1
  654.         WordWrap = True
  655.       end
  656.       object FinishedHeadingLabel: TNewStaticText
  657.         Left = 176
  658.         Top = 16
  659.         Width = 301
  660.         Height = 54
  661.         AutoSize = False
  662.         Caption = '*'
  663.         ShowAccelChar = False
  664.         TabOrder = 0
  665.         WordWrap = True
  666.       end
  667.     end
  668.   end
  669.   object BeveledLabel: TNewStaticText
  670.     Left = 0
  671.     Top = 306
  672.     Width = 5
  673.     Height = 14
  674.     Caption = '*'
  675.     Enabled = False
  676.     ShowAccelChar = False
  677.     TabOrder = 1
  678.   end
  679. end
  680.