home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / buzzmachines_massive.exe / Tools / CyanBuzzToolsInstaller / cybuzz1a.exe / install.exe / 0 / RCDATA / TWIZARDFORM / TWIZARDFORM.txt
Encoding:
Text File  |  2002-11-19  |  9.2 KB  |  418 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 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.             TabOrder = 0
  135.             Text = 'DirEdit'
  136.           end
  137.           object DirList: TNewDirectoryListBox
  138.             Left = 16
  139.             Top = 64
  140.             Width = 249
  141.             Height = 105
  142.             ItemHeight = 15
  143.             TabOrder = 1
  144.             OnChange = DirListChange
  145.           end
  146.           object DriveList: TNewDriveComboBox
  147.             Left = 16
  148.             Top = 176
  149.             Width = 249
  150.             Height = 22
  151.             DirList = DirList
  152.             TabOrder = 2
  153.           end
  154.         end
  155.         object TPage
  156.           Left = 0
  157.           Top = 0
  158.           Caption = '*'
  159.           object IconsLabel: TLabel
  160.             Left = 8
  161.             Top = 8
  162.             Width = 265
  163.             Height = 29
  164.             AutoSize = False
  165.             Caption = '*'
  166.             ShowAccelChar = False
  167.             WordWrap = True
  168.           end
  169.           object GroupEdit: TEdit
  170.             Left = 16
  171.             Top = 40
  172.             Width = 249
  173.             Height = 21
  174.             MaxLength = 63
  175.             TabOrder = 0
  176.             Text = 'GroupEdit'
  177.             OnChange = GroupEditChange
  178.           end
  179.           object GroupList: TListBox
  180.             Left = 16
  181.             Top = 64
  182.             Width = 249
  183.             Height = 129
  184.             ItemHeight = 13
  185.             Sorted = True
  186.             TabOrder = 1
  187.             OnClick = GroupListClick
  188.           end
  189.           object NoIconsCheck: TCheckBox
  190.             Left = 8
  191.             Top = 200
  192.             Width = 265
  193.             Height = 17
  194.             Caption = '*'
  195.             TabOrder = 2
  196.             OnClick = NoIconsCheckClick
  197.           end
  198.         end
  199.         object TPage
  200.           Left = 0
  201.           Top = 0
  202.           Caption = '*'
  203.           object ReadyLabel: TLabel
  204.             Left = 8
  205.             Top = 8
  206.             Width = 265
  207.             Height = 209
  208.             AutoSize = False
  209.             Caption = '*'
  210.             ShowAccelChar = False
  211.             WordWrap = True
  212.           end
  213.         end
  214.         object TPage
  215.           Left = 0
  216.           Top = 0
  217.           Caption = '*'
  218.           object FinishedLabel: TLabel
  219.             Left = 8
  220.             Top = 8
  221.             Width = 265
  222.             Height = 52
  223.             AutoSize = False
  224.             Caption = '*'
  225.             ShowAccelChar = False
  226.             WordWrap = True
  227.           end
  228.           object ShowReadmeCheck: TCheckBox
  229.             Left = 8
  230.             Top = 64
  231.             Width = 257
  232.             Height = 17
  233.             Caption = '*'
  234.             State = cbChecked
  235.             TabOrder = 0
  236.             Visible = False
  237.           end
  238.           object YesRadio: TRadioButton
  239.             Left = 8
  240.             Top = 64
  241.             Width = 265
  242.             Height = 17
  243.             Caption = '*'
  244.             Checked = True
  245.             TabOrder = 1
  246.             TabStop = True
  247.             Visible = False
  248.           end
  249.           object NoRadio: TRadioButton
  250.             Left = 8
  251.             Top = 88
  252.             Width = 265
  253.             Height = 17
  254.             Caption = '*'
  255.             TabOrder = 2
  256.             Visible = False
  257.           end
  258.         end
  259.       end
  260.     end
  261.     object TPage
  262.       Left = 0
  263.       Top = 0
  264.       Caption = '*'
  265.       object LicenseIcon: TPaintBox
  266.         Left = 8
  267.         Top = 8
  268.         Width = 32
  269.         Height = 32
  270.         OnPaint = SetupIconPaint
  271.       end
  272.       object LicenseLabel1: TLabel
  273.         Left = 56
  274.         Top = 8
  275.         Width = 345
  276.         Height = 30
  277.         AutoSize = False
  278.         Caption = '*'
  279.         ShowAccelChar = False
  280.         WordWrap = True
  281.       end
  282.       object LicenseLabel2: TLabel
  283.         Left = 8
  284.         Top = 208
  285.         Width = 393
  286.         Height = 39
  287.         AutoSize = False
  288.         Caption = '*'
  289.         ShowAccelChar = False
  290.         WordWrap = True
  291.       end
  292.       object LicenseMemo: TMemo
  293.         Left = 8
  294.         Top = 48
  295.         Width = 393
  296.         Height = 153
  297.         ReadOnly = True
  298.         ScrollBars = ssVertical
  299.         TabOrder = 0
  300.         WantReturns = False
  301.       end
  302.     end
  303.     object TPage
  304.       Left = 0
  305.       Top = 0
  306.       Caption = '*'
  307.       object ReadmeBeforeIcon: TPaintBox
  308.         Left = 8
  309.         Top = 8
  310.         Width = 32
  311.         Height = 32
  312.         OnPaint = SetupIconPaint
  313.       end
  314.       object InfoBeforeLabel: TLabel
  315.         Left = 56
  316.         Top = 8
  317.         Width = 345
  318.         Height = 30
  319.         AutoSize = False
  320.         Caption = '*'
  321.         ShowAccelChar = False
  322.         WordWrap = True
  323.       end
  324.       object InfoBeforeClickLabel: TLabel
  325.         Left = 8
  326.         Top = 232
  327.         Width = 393
  328.         Height = 16
  329.         AutoSize = False
  330.         Caption = '*'
  331.         ShowAccelChar = False
  332.         WordWrap = True
  333.       end
  334.       object InfoBeforeMemo: TMemo
  335.         Left = 8
  336.         Top = 48
  337.         Width = 393
  338.         Height = 177
  339.         ReadOnly = True
  340.         ScrollBars = ssVertical
  341.         TabOrder = 0
  342.         WantReturns = False
  343.       end
  344.     end
  345.     object TPage
  346.       Left = 0
  347.       Top = 0
  348.       Caption = '*'
  349.       object ReadmeAfterIcon: TPaintBox
  350.         Left = 8
  351.         Top = 8
  352.         Width = 32
  353.         Height = 32
  354.         OnPaint = SetupIconPaint
  355.       end
  356.       object InfoAfterLabel: TLabel
  357.         Left = 56
  358.         Top = 8
  359.         Width = 345
  360.         Height = 30
  361.         AutoSize = False
  362.         Caption = '*'
  363.         ShowAccelChar = False
  364.         WordWrap = True
  365.       end
  366.       object InfoAfterClickLabel: TLabel
  367.         Left = 8
  368.         Top = 232
  369.         Width = 393
  370.         Height = 16
  371.         AutoSize = False
  372.         Caption = '*'
  373.         ShowAccelChar = False
  374.         WordWrap = True
  375.       end
  376.       object InfoAfterMemo: TMemo
  377.         Left = 8
  378.         Top = 48
  379.         Width = 393
  380.         Height = 177
  381.         ReadOnly = True
  382.         ScrollBars = ssVertical
  383.         TabOrder = 0
  384.         WantReturns = False
  385.       end
  386.     end
  387.   end
  388.   object BackButton: TButton
  389.     Left = 344
  390.     Top = 257
  391.     Width = 16
  392.     Height = 23
  393.     Caption = '*'
  394.     TabOrder = 0
  395.     OnClick = BackButtonClick
  396.   end
  397.   object NextButton: TButton
  398.     Left = 360
  399.     Top = 257
  400.     Width = 17
  401.     Height = 23
  402.     Caption = '*'
  403.     Default = True
  404.     TabOrder = 1
  405.     OnClick = NextButtonClick
  406.   end
  407.   object CancelButton: TButton
  408.     Left = 384
  409.     Top = 257
  410.     Width = 17
  411.     Height = 23
  412.     Cancel = True
  413.     Caption = '*'
  414.     TabOrder = 2
  415.     OnClick = CancelButtonClick
  416.   end
  417. end
  418.