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