home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2004 March / Net_2004_03.iso / FScommand / xiah.exe / xiah(Netpower).exe / 0 / RCDATA / TWIZARDFORM / TWIZARDFORM.txt
Encoding:
Text File  |  2003-11-27  |  16.6 KB  |  696 lines

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