home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / Vyzkuste / taskinfo / setup.exe / 0 / RCDATA / TWIZARDFORM / TWIZARDFORM.txt
Text File  |  2000-09-21  |  10KB  |  422 lines

  1. object WizardForm: TWizardForm
  2.   Left = 209
  3.   Top = 81
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WizardForm'
  7.   ClientHeight = 289
  8.   ClientWidth = 409
  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.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Notebook1: TNotebook
  19.     Left = 0
  20.     Top = 0
  21.     Width = 409
  22.     Height = 257
  23.     TabOrder = 3
  24.     object TPage
  25.       Left = 0
  26.       Top = 0
  27.       Caption = '*'
  28.       object PicturePaintBox: TPaintBox
  29.         Left = 8
  30.         Top = 8
  31.         Width = 119
  32.         Height = 233
  33.         Color = clTeal
  34.         ParentColor = False
  35.         OnPaint = PicturePaintBoxPaint
  36.       end
  37.       object ClickLabel: TLabel
  38.         Left = 136
  39.         Top = 228
  40.         Width = 265
  41.         Height = 13
  42.         AutoSize = False
  43.         Caption = '*'
  44.         ShowAccelChar = False
  45.         WordWrap = True
  46.       end
  47.       object Bevel: TBevel
  48.         Left = 8
  49.         Top = 248
  50.         Width = 393
  51.         Height = 8
  52.         Shape = bsTopLine
  53.       end
  54.       object Notebook2: TNotebook
  55.         Left = 128
  56.         Top = 0
  57.         Width = 281
  58.         Height = 225
  59.         TabOrder = 0
  60.         object TPage
  61.           Left = 0
  62.           Top = 0
  63.           Caption = '*'
  64.           object WelcomeLabel: TLabel
  65.             Left = 8
  66.             Top = 8
  67.             Width = 265
  68.             Height = 209
  69.             AutoSize = False
  70.             Caption = '*'
  71.             ShowAccelChar = False
  72.             WordWrap = True
  73.           end
  74.         end
  75.         object TPage
  76.           Left = 0
  77.           Top = 0
  78.           Caption = '*'
  79.           object PasswordLabel: TLabel
  80.             Left = 8
  81.             Top = 8
  82.             Width = 265
  83.             Height = 121
  84.             AutoSize = False
  85.             Caption = '*'
  86.             ShowAccelChar = False
  87.             WordWrap = True
  88.           end
  89.           object PasswordEditLabel: TLabel
  90.             Left = 8
  91.             Top = 136
  92.             Width = 4
  93.             Height = 13
  94.             Caption = '*'
  95.             FocusControl = PasswordEdit
  96.           end
  97.           object PasswordEdit: TEdit
  98.             Left = 8
  99.             Top = 152
  100.             Width = 265
  101.             Height = 21
  102.             PasswordChar = '*'
  103.             TabOrder = 0
  104.           end
  105.         end
  106.         object TPage
  107.           Left = 0
  108.           Top = 0
  109.           Caption = '*'
  110.           object SelectFolderLabel: TLabel
  111.             Left = 8
  112.             Top = 8
  113.             Width = 265
  114.             Height = 29
  115.             AutoSize = False
  116.             Caption = '*'
  117.             ShowAccelChar = False
  118.             WordWrap = True
  119.           end
  120.           object DiskSpaceLabel: TLabel
  121.             Left = 8
  122.             Top = 206
  123.             Width = 265
  124.             Height = 13
  125.             AutoSize = False
  126.             Caption = '*'
  127.             ShowAccelChar = False
  128.           end
  129.           object DirEdit: TEdit
  130.             Left = 16
  131.             Top = 40
  132.             Width = 249
  133.             Height = 21
  134.             MaxLength = 255
  135.             TabOrder = 0
  136.             Text = 'DirEdit'
  137.           end
  138.           object DirList: TNewDirectoryListBox
  139.             Left = 16
  140.             Top = 64
  141.             Width = 249
  142.             Height = 105
  143.             ItemHeight = 15
  144.             TabOrder = 1
  145.             OnChange = DirListChange
  146.           end
  147.           object DriveList: TNewDriveComboBox
  148.             Left = 16
  149.             Top = 176
  150.             Width = 249
  151.             Height = 22
  152.             DirList = DirList
  153.             TabOrder = 2
  154.           end
  155.         end
  156.         object TPage
  157.           Left = 0
  158.           Top = 0
  159.           Caption = '*'
  160.           object IconsLabel: TLabel
  161.             Left = 8
  162.             Top = 8
  163.             Width = 265
  164.             Height = 29
  165.             AutoSize = False
  166.             Caption = '*'
  167.             ShowAccelChar = False
  168.             WordWrap = True
  169.           end
  170.           object GroupEdit: TEdit
  171.             Left = 16
  172.             Top = 40
  173.             Width = 249
  174.             Height = 21
  175.             MaxLength = 63
  176.             TabOrder = 0
  177.             Text = 'GroupEdit'
  178.             OnChange = GroupEditChange
  179.           end
  180.           object GroupList: TListBox
  181.             Left = 16
  182.             Top = 64
  183.             Width = 249
  184.             Height = 129
  185.             ItemHeight = 13
  186.             Sorted = True
  187.             TabOrder = 1
  188.             OnClick = GroupListClick
  189.           end
  190.           object NoIconsCheck: TCheckBox
  191.             Left = 8
  192.             Top = 200
  193.             Width = 265
  194.             Height = 17
  195.             Caption = '*'
  196.             TabOrder = 2
  197.             OnClick = NoIconsCheckClick
  198.           end
  199.         end
  200.         object TPage
  201.           Left = 0
  202.           Top = 0
  203.           Caption = '*'
  204.           object ReadyLabel: TLabel
  205.             Left = 8
  206.             Top = 8
  207.             Width = 265
  208.             Height = 209
  209.             AutoSize = False
  210.             Caption = '*'
  211.             ShowAccelChar = False
  212.             WordWrap = True
  213.           end
  214.         end
  215.         object TPage
  216.           Left = 0
  217.           Top = 0
  218.           Caption = '*'
  219.           object FinishedLabel: TLabel
  220.             Left = 8
  221.             Top = 8
  222.             Width = 265
  223.             Height = 52
  224.             AutoSize = False
  225.             Caption = '*'
  226.             ShowAccelChar = False
  227.             WordWrap = True
  228.           end
  229.           object ShowReadmeCheck: TCheckBox
  230.             Left = 8
  231.             Top = 64
  232.             Width = 257
  233.             Height = 17
  234.             Caption = '*'
  235.             State = cbChecked
  236.             TabOrder = 0
  237.             Visible = False
  238.           end
  239.           object YesRadio: TRadioButton
  240.             Left = 8
  241.             Top = 64
  242.             Width = 265
  243.             Height = 17
  244.             Caption = '*'
  245.             Checked = True
  246.             TabOrder = 1
  247.             TabStop = True
  248.             Visible = False
  249.           end
  250.           object NoRadio: TRadioButton
  251.             Left = 8
  252.             Top = 88
  253.             Width = 265
  254.             Height = 17
  255.             Caption = '*'
  256.             TabOrder = 2
  257.             Visible = False
  258.           end
  259.         end
  260.       end
  261.     end
  262.     object TPage
  263.       Left = 0
  264.       Top = 0
  265.       Caption = '*'
  266.       object LicenseIcon: TPaintBox
  267.         Left = 8
  268.         Top = 8
  269.         Width = 32
  270.         Height = 32
  271.         OnPaint = SetupIconPaint
  272.       end
  273.       object LicenseLabel1: TLabel
  274.         Left = 56
  275.         Top = 8
  276.         Width = 345
  277.         Height = 30
  278.         AutoSize = False
  279.         Caption = '*'
  280.         ShowAccelChar = False
  281.         WordWrap = True
  282.       end
  283.       object LicenseLabel2: TLabel
  284.         Left = 8
  285.         Top = 208
  286.         Width = 393
  287.         Height = 39
  288.         AutoSize = False
  289.         Caption = '*'
  290.         ShowAccelChar = False
  291.         WordWrap = True
  292.       end
  293.       object LicenseMemo: TRichEditViewer
  294.         Left = 8
  295.         Top = 48
  296.         Width = 393
  297.         Height = 153
  298.         ReadOnly = True
  299.         ScrollBars = ssVertical
  300.         TabOrder = 0
  301.         WantReturns = False
  302.         UseRichEdit = False
  303.       end
  304.     end
  305.     object TPage
  306.       Left = 0
  307.       Top = 0
  308.       Caption = '*'
  309.       object ReadmeBeforeIcon: TPaintBox
  310.         Left = 8
  311.         Top = 8
  312.         Width = 32
  313.         Height = 32
  314.         OnPaint = SetupIconPaint
  315.       end
  316.       object InfoBeforeLabel: TLabel
  317.         Left = 56
  318.         Top = 8
  319.         Width = 345
  320.         Height = 30
  321.         AutoSize = False
  322.         Caption = '*'
  323.         ShowAccelChar = False
  324.         WordWrap = True
  325.       end
  326.       object InfoBeforeClickLabel: TLabel
  327.         Left = 8
  328.         Top = 232
  329.         Width = 393
  330.         Height = 16
  331.         AutoSize = False
  332.         Caption = '*'
  333.         ShowAccelChar = False
  334.         WordWrap = True
  335.       end
  336.       object InfoBeforeMemo: TRichEditViewer
  337.         Left = 8
  338.         Top = 48
  339.         Width = 393
  340.         Height = 177
  341.         ReadOnly = True
  342.         ScrollBars = ssVertical
  343.         TabOrder = 0
  344.         WantReturns = False
  345.         UseRichEdit = False
  346.       end
  347.     end
  348.     object TPage
  349.       Left = 0
  350.       Top = 0
  351.       Caption = '*'
  352.       object ReadmeAfterIcon: TPaintBox
  353.         Left = 8
  354.         Top = 8
  355.         Width = 32
  356.         Height = 32
  357.         OnPaint = SetupIconPaint
  358.       end
  359.       object InfoAfterLabel: TLabel
  360.         Left = 56
  361.         Top = 8
  362.         Width = 345
  363.         Height = 30
  364.         AutoSize = False
  365.         Caption = '*'
  366.         ShowAccelChar = False
  367.         WordWrap = True
  368.       end
  369.       object InfoAfterClickLabel: TLabel
  370.         Left = 8
  371.         Top = 232
  372.         Width = 393
  373.         Height = 16
  374.         AutoSize = False
  375.         Caption = '*'
  376.         ShowAccelChar = False
  377.         WordWrap = True
  378.       end
  379.       object InfoAfterMemo: TRichEditViewer
  380.         Left = 8
  381.         Top = 48
  382.         Width = 393
  383.         Height = 177
  384.         ReadOnly = True
  385.         ScrollBars = ssVertical
  386.         TabOrder = 0
  387.         WantReturns = False
  388.         UseRichEdit = False
  389.       end
  390.     end
  391.   end
  392.   object BackButton: TButton
  393.     Left = 344
  394.     Top = 257
  395.     Width = 16
  396.     Height = 23
  397.     Caption = '*'
  398.     TabOrder = 0
  399.     OnClick = BackButtonClick
  400.   end
  401.   object NextButton: TButton
  402.     Left = 360
  403.     Top = 257
  404.     Width = 17
  405.     Height = 23
  406.     Caption = '*'
  407.     Default = True
  408.     TabOrder = 1
  409.     OnClick = NextButtonClick
  410.   end
  411.   object CancelButton: TButton
  412.     Left = 384
  413.     Top = 257
  414.     Width = 17
  415.     Height = 23
  416.     Cancel = True
  417.     Caption = '*'
  418.     TabOrder = 2
  419.     OnClick = CancelButtonClick
  420.   end
  421. end
  422.