home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / ctenari / Zraly / setup.exe / install.exe / 0 / RCDATA / TWIZARDFORM / TWIZARDFORM.txt
Encoding:
Text File  |  2000-09-20  |  9.2 KB  |  419 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: TMemo
  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.       end
  303.     end
  304.     object TPage
  305.       Left = 0
  306.       Top = 0
  307.       Caption = '*'
  308.       object ReadmeBeforeIcon: TPaintBox
  309.         Left = 8
  310.         Top = 8
  311.         Width = 32
  312.         Height = 32
  313.         OnPaint = SetupIconPaint
  314.       end
  315.       object InfoBeforeLabel: TLabel
  316.         Left = 56
  317.         Top = 8
  318.         Width = 345
  319.         Height = 30
  320.         AutoSize = False
  321.         Caption = '*'
  322.         ShowAccelChar = False
  323.         WordWrap = True
  324.       end
  325.       object InfoBeforeClickLabel: TLabel
  326.         Left = 8
  327.         Top = 232
  328.         Width = 393
  329.         Height = 16
  330.         AutoSize = False
  331.         Caption = '*'
  332.         ShowAccelChar = False
  333.         WordWrap = True
  334.       end
  335.       object InfoBeforeMemo: TMemo
  336.         Left = 8
  337.         Top = 48
  338.         Width = 393
  339.         Height = 177
  340.         ReadOnly = True
  341.         ScrollBars = ssVertical
  342.         TabOrder = 0
  343.         WantReturns = False
  344.       end
  345.     end
  346.     object TPage
  347.       Left = 0
  348.       Top = 0
  349.       Caption = '*'
  350.       object ReadmeAfterIcon: TPaintBox
  351.         Left = 8
  352.         Top = 8
  353.         Width = 32
  354.         Height = 32
  355.         OnPaint = SetupIconPaint
  356.       end
  357.       object InfoAfterLabel: TLabel
  358.         Left = 56
  359.         Top = 8
  360.         Width = 345
  361.         Height = 30
  362.         AutoSize = False
  363.         Caption = '*'
  364.         ShowAccelChar = False
  365.         WordWrap = True
  366.       end
  367.       object InfoAfterClickLabel: TLabel
  368.         Left = 8
  369.         Top = 232
  370.         Width = 393
  371.         Height = 16
  372.         AutoSize = False
  373.         Caption = '*'
  374.         ShowAccelChar = False
  375.         WordWrap = True
  376.       end
  377.       object InfoAfterMemo: TMemo
  378.         Left = 8
  379.         Top = 48
  380.         Width = 393
  381.         Height = 177
  382.         ReadOnly = True
  383.         ScrollBars = ssVertical
  384.         TabOrder = 0
  385.         WantReturns = False
  386.       end
  387.     end
  388.   end
  389.   object BackButton: TButton
  390.     Left = 344
  391.     Top = 257
  392.     Width = 16
  393.     Height = 23
  394.     Caption = '*'
  395.     TabOrder = 0
  396.     OnClick = BackButtonClick
  397.   end
  398.   object NextButton: TButton
  399.     Left = 360
  400.     Top = 257
  401.     Width = 17
  402.     Height = 23
  403.     Caption = '*'
  404.     Default = True
  405.     TabOrder = 1
  406.     OnClick = NextButtonClick
  407.   end
  408.   object CancelButton: TButton
  409.     Left = 384
  410.     Top = 257
  411.     Width = 17
  412.     Height = 23
  413.     Cancel = True
  414.     Caption = '*'
  415.     TabOrder = 2
  416.     OnClick = CancelButtonClick
  417.   end
  418. end
  419.