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