home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / FREESTUF / Xset20 / X-SETUP.EX_ / 0 / RCDATA / TFRM_MAINWINDOW / TFRM_MAINWINDOW.txt
Text File  |  1997-03-27  |  34KB  |  1,293 lines

  1. object FRM_MainWindow: TFRM_MainWindow
  2.   Left = 18
  3.   Top = 28
  4.   HelpContext = -1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   AutoScroll = False
  7.   Caption = 'K/oS X-Setup ]['
  8.   ClientHeight = 310
  9.   ClientWidth = 405
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object StatusBar1: TStatusBar
  19.     Left = 0
  20.     Top = 293
  21.     Width = 405
  22.     Height = 17
  23.     Panels = <>
  24.     SimplePanel = False
  25.   end
  26.   object pagMain: TPageControl
  27.     Left = 3
  28.     Top = 5
  29.     Width = 394
  30.     Height = 286
  31.     ActivePage = shtBoot
  32.     MultiLine = True
  33.     TabOrder = 1
  34.     object shtBoot: TTabSheet
  35.       Caption = 'Boot'
  36.       object sta_DescBoot: TLabel
  37.         Left = 10
  38.         Top = 7
  39.         Width = 375
  40.         Height = 30
  41.         AutoSize = False
  42.         Caption = 'Use these options to change the behavior of Windows on Boot-Up.'
  43.         WordWrap = True
  44.       end
  45.       object GroupBox19: TGroupBox
  46.         Left = 10
  47.         Top = 116
  48.         Width = 367
  49.         Height = 97
  50.         Caption = 'Show Options'
  51.         TabOrder = 1
  52.         object chk_StartBanner: TCheckBox
  53.           Left = 10
  54.           Top = 48
  55.           Width = 335
  56.           Height = 14
  57.           HelpContext = 10020
  58.           Caption = 'Show "Welcome"-Tips on every startup'
  59.           TabOrder = 1
  60.           OnClick = chk_StartBannerClick
  61.         end
  62.         object chk_ShowSplashScreen: TCheckBox
  63.           Left = 10
  64.           Top = 23
  65.           Width = 347
  66.           Height = 14
  67.           HelpContext = 10030
  68.           Caption = 'Show logo ("Splash Screen") while loading Windows'
  69.           TabOrder = 0
  70.           OnClick = chk_ShowSplashScreenClick
  71.         end
  72.         object chk_ShowBootMenu: TCheckBox
  73.           Left = 10
  74.           Top = 74
  75.           Width = 163
  76.           Height = 14
  77.           HelpContext = 10040
  78.           Caption = 'Always show Bootmenu'
  79.           TabOrder = 2
  80.           OnClick = chk_ShowBootMenuClick
  81.         end
  82.       end
  83.       object GroupBox17: TGroupBox
  84.         Left = 10
  85.         Top = 40
  86.         Width = 367
  87.         Height = 65
  88.         Caption = 'Startup Options'
  89.         TabOrder = 0
  90.         object sta_BootKeysWait: TLabel
  91.           Left = 120
  92.           Top = 44
  93.           Width = 105
  94.           Height = 16
  95.           AutoSize = False
  96.           Caption = 'Available for (sec.):'
  97.         end
  98.         object chk_BootWin95: TCheckBox
  99.           Left = 10
  100.           Top = 23
  101.           Width = 173
  102.           Height = 14
  103.           HelpContext = 10010
  104.           Caption = 'Start Windows automatically'
  105.           TabOrder = 0
  106.           OnClick = chk_BootWin95Click
  107.         end
  108.         object chk_BootKeys: TCheckBox
  109.           Left = 10
  110.           Top = 44
  111.           Width = 99
  112.           Height = 14
  113.           HelpContext = 10050
  114.           Caption = 'F-Keys available'
  115.           TabOrder = 1
  116.           OnClick = chk_BootKeysClick
  117.         end
  118.         object edi_BootKeysWait: TEdit
  119.           Left = 231
  120.           Top = 40
  121.           Width = 50
  122.           Height = 19
  123.           HelpContext = 10060
  124.           AutoSize = False
  125.           MaxLength = 2
  126.           TabOrder = 2
  127.           Text = '12'
  128.           OnExit = edi_BootKeysWaitExit
  129.         end
  130.       end
  131.     end
  132.     object TabSheet1: TTabSheet
  133.       Caption = 'Startup'
  134.       object sta_DescStartup: TLabel
  135.         Left = 10
  136.         Top = 7
  137.         Width = 375
  138.         Height = 54
  139.         AutoSize = False
  140.         Caption = 
  141.           'Important: Don'#39't deactivate DoubleSpace or DriveSpace if you are' +
  142.           ' using one of those!'
  143.         WordWrap = True
  144.       end
  145.       object GroupBox20: TGroupBox
  146.         Left = 10
  147.         Top = 116
  148.         Width = 367
  149.         Height = 77
  150.         Caption = 'Autoload'
  151.         TabOrder = 1
  152.         object chk_AutoLoadDRVSpace: TCheckBox
  153.           Left = 10
  154.           Top = 48
  155.           Width = 296
  156.           Height = 13
  157.           HelpContext = 10420
  158.           Caption = 'Autoload DriveSpace on startup'
  159.           TabOrder = 1
  160.           OnClick = chk_AutoLoadDRVSpaceClick
  161.         end
  162.         object chk_AutoLoadDBLSpace: TCheckBox
  163.           Left = 10
  164.           Top = 23
  165.           Width = 277
  166.           Height = 14
  167.           HelpContext = 10430
  168.           Caption = 'Autoload DoubleSpace on startup'
  169.           TabOrder = 0
  170.           OnClick = chk_AutoLoadDBLSpaceClick
  171.         end
  172.       end
  173.       object GroupBox25: TGroupBox
  174.         Left = 10
  175.         Top = 40
  176.         Width = 367
  177.         Height = 53
  178.         HelpContext = 12000
  179.         Caption = 'Scandisc'
  180.         TabOrder = 0
  181.         object chk_AutorunScandisc: TCheckBox
  182.           Left = 10
  183.           Top = 23
  184.           Width = 219
  185.           Height = 13
  186.           HelpContext = 12000
  187.           Caption = 'Auto-Run Scandisk after an error'
  188.           TabOrder = 0
  189.           OnClick = chk_AutorunScandiscClick
  190.         end
  191.       end
  192.     end
  193.     object TabSheet10: TTabSheet
  194.       Caption = 'Startmenu'
  195.       object sta_DescStartmenu: TLabel
  196.         Left = 10
  197.         Top = 7
  198.         Width = 375
  199.         Height = 30
  200.         AutoSize = False
  201.         Caption = 'Changes the beahavior of the "Start" Button.'
  202.         WordWrap = True
  203.       end
  204.       object GroupBox15: TGroupBox
  205.         Left = 10
  206.         Top = 40
  207.         Width = 367
  208.         Height = 53
  209.         HelpContext = 10330
  210.         Caption = 'Scroller'
  211.         TabOrder = 0
  212.         object chk_ClickHereToBegin: TCheckBox
  213.           Left = 10
  214.           Top = 23
  215.           Width = 296
  216.           Height = 14
  217.           HelpContext = 10330
  218.           Caption = 'Show animated "<- Click here to start"'
  219.           TabOrder = 0
  220.           OnClick = chk_ClickHereToBeginClick
  221.         end
  222.       end
  223.       object GroupBox16: TGroupBox
  224.         Left = 10
  225.         Top = 116
  226.         Width = 367
  227.         Height = 77
  228.         HelpContext = 10340
  229.         Caption = 'Startmenu Speed '
  230.         TabOrder = 1
  231.         object sta_StartMenuDelay: TLabel
  232.           Left = 10
  233.           Top = 24
  234.           Width = 43
  235.           Height = 14
  236.           AutoSize = False
  237.           Caption = 'Speed:'
  238.         end
  239.         object Label18: TLabel
  240.           Left = 10
  241.           Top = 50
  242.           Width = 343
  243.           Height = 19
  244.           AutoSize = False
  245.           Caption = 'Notice: Min 0; Max 65534; Standard is 250.'
  246.         end
  247.         object Label1: TLabel
  248.           Left = 190
  249.           Top = 24
  250.           Width = 131
  251.           Height = 14
  252.           AutoSize = False
  253.           Caption = 'Milliseconds'
  254.         end
  255.         object edi_StartMenuDelay: TEdit
  256.           Left = 75
  257.           Top = 21
  258.           Width = 98
  259.           Height = 21
  260.           HelpContext = 10340
  261.           Enabled = False
  262.           MaxLength = 5
  263.           TabOrder = 0
  264.           Text = 'edi_StartMenuDelay'
  265.           OnExit = edi_StartMenuDelayExit
  266.         end
  267.       end
  268.     end
  269.     object shtDesktop: TTabSheet
  270.       Caption = 'Desktop'
  271.       object sta_DescDesktop: TLabel
  272.         Left = 10
  273.         Top = 7
  274.         Width = 375
  275.         Height = 30
  276.         AutoSize = False
  277.         Caption = 'Use these options to change the look of your Desktop/Explorer.'
  278.         WordWrap = True
  279.       end
  280.       object GroupBox10: TGroupBox
  281.         Left = 10
  282.         Top = 116
  283.         Width = 367
  284.         Height = 97
  285.         Caption = 'Explorer/Desktop options'
  286.         TabOrder = 1
  287.         object chk_IconTitleWrap: TCheckBox
  288.           Left = 10
  289.           Top = 75
  290.           Width = 303
  291.           Height = 14
  292.           HelpContext = 10080
  293.           Caption = 'Wrap long Icon-tiltles'
  294.           TabOrder = 2
  295.           OnClick = chk_IconTitleWrapClick
  296.         end
  297.         object chk_ShowBMPIcons: TCheckBox
  298.           Left = 10
  299.           Top = 23
  300.           Width = 251
  301.           Height = 14
  302.           HelpContext = 10090
  303.           Caption = 'Show *.BMP pictures as Icons'
  304.           TabOrder = 0
  305.           OnClick = chk_ShowBMPIconsClick
  306.         end
  307.         object chk_SaveDesktop: TCheckBox
  308.           Left = 10
  309.           Top = 49
  310.           Width = 306
  311.           Height = 14
  312.           HelpContext = 10100
  313.           Caption = 'Save Desktop-Settings on exit'
  314.           TabOrder = 1
  315.           OnClick = chk_SaveDesktopClick
  316.         end
  317.       end
  318.       object GroupBox11: TGroupBox
  319.         Left = 10
  320.         Top = 40
  321.         Width = 367
  322.         Height = 53
  323.         HelpContext = 10070
  324.         Caption = 'Name of trashcan'
  325.         TabOrder = 0
  326.         object sta_TrashcanName: TLabel
  327.           Left = 10
  328.           Top = 24
  329.           Width = 43
  330.           Height = 17
  331.           AutoSize = False
  332.           Caption = 'Name:'
  333.         end
  334.         object edi_TrashcanName: TEdit
  335.           Left = 75
  336.           Top = 21
  337.           Width = 282
  338.           Height = 21
  339.           HelpContext = 10070
  340.           TabOrder = 0
  341.           Text = 'edi_TrashcanName'
  342.           OnExit = edi_TrashcanNameExit
  343.         end
  344.       end
  345.     end
  346.     object shtUser: TTabSheet
  347.       Caption = 'User'
  348.       object sta_DescUser: TLabel
  349.         Left = 10
  350.         Top = 7
  351.         Width = 375
  352.         Height = 22
  353.         AutoSize = False
  354.         Caption = 'Some settings about the current User.'
  355.         WordWrap = True
  356.       end
  357.       object GroupBox3: TGroupBox
  358.         Left = 10
  359.         Top = 116
  360.         Width = 367
  361.         Height = 85
  362.         Caption = 'User Data'
  363.         TabOrder = 1
  364.         object sta_UserName: TLabel
  365.           Left = 10
  366.           Top = 24
  367.           Width = 43
  368.           Height = 17
  369.           AutoSize = False
  370.           Caption = 'Name:'
  371.         end
  372.         object sta_CompanyName: TLabel
  373.           Left = 10
  374.           Top = 54
  375.           Width = 59
  376.           Height = 15
  377.           AutoSize = False
  378.           Caption = 'Company:'
  379.         end
  380.         object edi_UserName: TEdit
  381.           Left = 75
  382.           Top = 21
  383.           Width = 282
  384.           Height = 21
  385.           HelpContext = 10110
  386.           TabOrder = 0
  387.           Text = 'edi_UserName'
  388.           OnExit = edi_UserNameExit
  389.         end
  390.         object edi_CompanyName: TEdit
  391.           Left = 75
  392.           Top = 50
  393.           Width = 282
  394.           Height = 21
  395.           HelpContext = 10120
  396.           TabOrder = 1
  397.           Text = 'edi_CompanyName'
  398.           OnExit = edi_CompanyNameExit
  399.         end
  400.       end
  401.       object GroupBox1: TGroupBox
  402.         Left = 10
  403.         Top = 40
  404.         Width = 367
  405.         Height = 53
  406.         HelpContext = 10130
  407.         Caption = 'Use this name for next Net-Login'
  408.         TabOrder = 0
  409.         object sta_UserNameLogin: TLabel
  410.           Left = 10
  411.           Top = 24
  412.           Width = 59
  413.           Height = 15
  414.           AutoSize = False
  415.           Caption = 'Name:'
  416.         end
  417.         object edi_UserNameLogin: TEdit
  418.           Left = 75
  419.           Top = 21
  420.           Width = 282
  421.           Height = 21
  422.           HelpContext = 10130
  423.           TabOrder = 0
  424.           Text = 'edi_UserNameLogin'
  425.           OnExit = edi_UserNameLoginExit
  426.         end
  427.       end
  428.     end
  429.     object shtEnhanced: TTabSheet
  430.       Caption = 'Enhanced'
  431.       object sta_DescEnhanced: TLabel
  432.         Left = 10
  433.         Top = 7
  434.         Width = 375
  435.         Height = 38
  436.         AutoSize = False
  437.         Caption = 'Some extra options from Windows can be changed here.'
  438.         WordWrap = True
  439.       end
  440.       object GroupBox2: TGroupBox
  441.         Left = 10
  442.         Top = 116
  443.         Width = 367
  444.         Height = 85
  445.         Caption = 'Plus! only'
  446.         TabOrder = 1
  447.         object chk_DragFullWindows: TCheckBox
  448.           Left = 10
  449.           Top = 23
  450.           Width = 186
  451.           Height = 13
  452.           HelpContext = 10390
  453.           Caption = 'Activate "Drag full windows"'
  454.           TabOrder = 0
  455.           OnClick = chk_DragFullWindowsClick
  456.         end
  457.         object chk_FontSmoothing: TCheckBox
  458.           Left = 10
  459.           Top = 53
  460.           Width = 160
  461.           Height = 14
  462.           HelpContext = 10400
  463.           Caption = 'Activate "Font Smoothing"'
  464.           TabOrder = 1
  465.           OnClick = chk_FontSmoothingClick
  466.         end
  467.       end
  468.       object GroupBox7: TGroupBox
  469.         Left = 10
  470.         Top = 40
  471.         Width = 367
  472.         Height = 65
  473.         Caption = 'Animation'
  474.         TabOrder = 0
  475.         object chk_SmoothScrolling: TCheckBox
  476.           Left = 10
  477.           Top = 23
  478.           Width = 296
  479.           Height = 14
  480.           HelpContext = 10380
  481.           Caption = 'Activate "Smooth Scrolling" (Listviews)'
  482.           TabOrder = 0
  483.           OnClick = chk_SmoothScrollingClick
  484.         end
  485.         object chk_WinTaskbarZoom: TCheckBox
  486.           Left = 10
  487.           Top = 44
  488.           Width = 319
  489.           Height = 13
  490.           HelpContext = 10370
  491.           Caption = 'Animate window when maximized from Taskbar'
  492.           TabOrder = 1
  493.           OnClick = chk_WinTaskbarZoomClick
  494.         end
  495.       end
  496.     end
  497.     object TabSheet3: TTabSheet
  498.       Caption = 'Shortcuts'
  499.       object sta_DescShortcuts: TLabel
  500.         Left = 10
  501.         Top = 7
  502.         Width = 375
  503.         Height = 50
  504.         AutoSize = False
  505.         Caption = 
  506.           'Normally Windows marks all Shortcuts with "Shortcut to..." and a' +
  507.           ' light white arrow. With these options you are able to change th' +
  508.           'ese settings.'
  509.         ShowAccelChar = False
  510.         WordWrap = True
  511.       end
  512.       object GroupBox4: TGroupBox
  513.         Left = 10
  514.         Top = 116
  515.         Width = 367
  516.         Height = 97
  517.         Caption = 'Shortcut Options'
  518.         TabOrder = 0
  519.         object chk_PiffilesWithArrow: TCheckBox
  520.           Left = 10
  521.           Top = 75
  522.           Width = 290
  523.           Height = 14
  524.           HelpContext = 10160
  525.           Caption = 'PIF-Files (MS-DOS Programs) use arrow'
  526.           TabOrder = 2
  527.           OnClick = chk_PiffilesWithArrowClick
  528.         end
  529.         object chk_InFileGotArrow: TCheckBox
  530.           Left = 10
  531.           Top = 49
  532.           Width = 287
  533.           Height = 14
  534.           HelpContext = 10150
  535.           Caption = 'Shortcuts are marked with arrow in the left corner'
  536.           TabOrder = 1
  537.           OnClick = chk_InFileGotArrowClick
  538.         end
  539.         object chk_NewLnkWithText: TCheckBox
  540.           Left = 10
  541.           Top = 23
  542.           Width = 309
  543.           Height = 14
  544.           HelpContext = 10140
  545.           Caption = 'New shortcuts: create prefix "Shortcut to..."'
  546.           TabOrder = 0
  547.           OnClick = chk_NewLnkWithTextClick
  548.         end
  549.       end
  550.     end
  551.     object TabSheet9: TTabSheet
  552.       Caption = 'Filesystem'
  553.       object sta_DescFilesystem: TLabel
  554.         Left = 10
  555.         Top = 7
  556.         Width = 375
  557.         Height = 34
  558.         AutoSize = False
  559.         Caption = 
  560.           'Leave Minimal and Maximum Cachesize blank if you don'#39't want a sp' +
  561.           'ecial Cachesize.'
  562.         WordWrap = True
  563.       end
  564.       object TabSheet8: TTabSheet
  565.         Caption = 'Dateisystem*'
  566.         object Label3: TLabel
  567.           Left = 3
  568.           Top = 78
  569.           Width = 129
  570.           Height = 11
  571.           Caption = 'Pfad der Windows 95-Setup-CD:*'
  572.         end
  573.         object CheckBox1: TCheckBox
  574.           Left = 7
  575.           Top = 36
  576.           Width = 195
  577.           Height = 14
  578.           HelpContext = 22
  579.           Caption = 'MS-DOS Dateinamen ohne Tilde (~)*'
  580.           TabOrder = 0
  581.           OnClick = chk_DOSNameNoTildeClick
  582.         end
  583.         object CheckBox2: TCheckBox
  584.           Left = 7
  585.           Top = 55
  586.           Width = 267
  587.           Height = 14
  588.           Caption = 'DLLs sofort aus dem Speicher entfernen*'
  589.           TabOrder = 1
  590.           OnClick = chk_AlwaysUnloadDLLClick
  591.         end
  592.         object Edit1: TEdit
  593.           Left = 10
  594.           Top = 94
  595.           Width = 267
  596.           Height = 24
  597.           Enabled = False
  598.           TabOrder = 2
  599.           Text = 'edi_WinSourcePath'
  600.           OnExit = edi_WinSourcePathExit
  601.         end
  602.         object CheckBox4: TCheckBox
  603.           Left = 7
  604.           Top = 127
  605.           Width = 228
  606.           Height = 14
  607.           Caption = 'Sanftes Scrolling*'
  608.           TabOrder = 3
  609.           OnClick = chk_SmoothScrollingClick
  610.         end
  611.       end
  612.       object GroupBox14: TGroupBox
  613.         Left = 10
  614.         Top = 148
  615.         Width = 367
  616.         Height = 65
  617.         Caption = 'Other options'
  618.         TabOrder = 1
  619.         object chk_DOSNameNoTilde: TCheckBox
  620.           Left = 10
  621.           Top = 19
  622.           Width = 323
  623.           Height = 14
  624.           HelpContext = 10300
  625.           Caption = 'Convert long filenames to short DOS format without "~" '
  626.           TabOrder = 0
  627.           OnClick = chk_DOSNameNoTildeClick
  628.         end
  629.         object chk_LogAppErrors: TCheckBox
  630.           Left = 10
  631.           Top = 43
  632.           Width = 286
  633.           Height = 14
  634.           HelpContext = 10310
  635.           Caption = 'Log application erros to FAULTLOG.TXT'
  636.           TabOrder = 1
  637.           OnClick = chk_LogAppErrorsClick
  638.         end
  639.       end
  640.       object GroupBox26: TGroupBox
  641.         Left = 10
  642.         Top = 56
  643.         Width = 367
  644.         Height = 81
  645.         HelpContext = 12550
  646.         Caption = 'Cachesize (in KB)'
  647.         TabOrder = 0
  648.         object sta_MinCacheSize: TLabel
  649.           Left = 10
  650.           Top = 24
  651.           Width = 43
  652.           Height = 15
  653.           AutoSize = False
  654.           Caption = 'Minimal:'
  655.         end
  656.         object sta_MaxCacheSize: TLabel
  657.           Left = 10
  658.           Top = 52
  659.           Width = 59
  660.           Height = 15
  661.           AutoSize = False
  662.           Caption = 'Maximum:'
  663.         end
  664.         object edi_MinCacheSize: TEdit
  665.           Left = 75
  666.           Top = 21
  667.           Width = 282
  668.           Height = 21
  669.           HelpContext = 12550
  670.           Enabled = False
  671.           MaxLength = 5
  672.           TabOrder = 0
  673.           Text = 'edi_MinCacheSize'
  674.           OnExit = edi_MinCacheSizeExit
  675.         end
  676.         object edi_MaxCacheSize: TEdit
  677.           Left = 75
  678.           Top = 49
  679.           Width = 282
  680.           Height = 21
  681.           HelpContext = 12550
  682.           Enabled = False
  683.           MaxLength = 5
  684.           TabOrder = 1
  685.           Text = 'edi_MaxCacheSize'
  686.           OnExit = edi_MaxCacheSizeExit
  687.         end
  688.       end
  689.     end
  690.     object shtPaths: TTabSheet
  691.       Caption = 'Paths'
  692.       object sta_DescPaths: TLabel
  693.         Left = 10
  694.         Top = 7
  695.         Width = 375
  696.         Height = 34
  697.         AutoSize = False
  698.         Caption = 
  699.           'The "Personal Folder" is used as default path to your files from' +
  700.           ' 1-2-3, Word etc.'
  701.         WordWrap = True
  702.       end
  703.       object GroupBox13: TGroupBox
  704.         Left = 10
  705.         Top = 56
  706.         Width = 367
  707.         Height = 53
  708.         HelpContext = 10320
  709.         Caption = 'Path to the Windows CD-ROM or Disc'
  710.         TabOrder = 0
  711.         object sta_WinSourcePath: TLabel
  712.           Left = 10
  713.           Top = 24
  714.           Width = 43
  715.           Height = 15
  716.           AutoSize = False
  717.           Caption = 'Path:'
  718.         end
  719.         object edi_WinSourcePath: TEdit
  720.           Left = 75
  721.           Top = 21
  722.           Width = 282
  723.           Height = 21
  724.           HelpContext = 10320
  725.           Enabled = False
  726.           TabOrder = 0
  727.           Text = 'edi_WinSourcePath'
  728.           OnExit = edi_WinSourcePathExit
  729.         end
  730.       end
  731.       object GroupBox21: TGroupBox
  732.         Left = 10
  733.         Top = 160
  734.         Width = 367
  735.         Height = 53
  736.         HelpContext = 12600
  737.         Caption = 'Path to Personal Folder'
  738.         TabOrder = 1
  739.         object sta_PersonalFolder: TLabel
  740.           Left = 10
  741.           Top = 24
  742.           Width = 43
  743.           Height = 17
  744.           AutoSize = False
  745.           Caption = 'Folder:'
  746.         end
  747.         object edi_PersonalFolder: TEdit
  748.           Left = 75
  749.           Top = 21
  750.           Width = 282
  751.           Height = 21
  752.           HelpContext = 12600
  753.           TabOrder = 0
  754.           Text = 'edi_PersonalFolder'
  755.           OnExit = edi_PersonalFolderExit
  756.         end
  757.       end
  758.     end
  759.     object TabSheet14: TTabSheet
  760.       Caption = 'System Folders'
  761.       object sta_DescSpecial: TLabel
  762.         Left = 10
  763.         Top = 7
  764.         Width = 375
  765.         Height = 46
  766.         AutoSize = False
  767.         Caption = 
  768.           'With these buttons, you can create a shortcut to the system fold' +
  769.           'ers "Control Panel", "Printers" and "Dial Up Net" in every direc' +
  770.           'tory you want to.'
  771.         WordWrap = True
  772.       end
  773.       object GroupBox9: TGroupBox
  774.         Left = 10
  775.         Top = 56
  776.         Width = 367
  777.         Height = 133
  778.         Caption = 'Click a button to create a System Folder'
  779.         TabOrder = 0
  780.         object but_ControlPanel: TButton
  781.           Left = 37
  782.           Top = 25
  783.           Width = 294
  784.           Height = 23
  785.           HelpContext = 10460
  786.           Caption = 'Control Panel'
  787.           TabOrder = 0
  788.           OnClick = but_ControlPanelClick
  789.         end
  790.         object but_Printer: TButton
  791.           Left = 37
  792.           Top = 59
  793.           Width = 294
  794.           Height = 23
  795.           HelpContext = 10470
  796.           Caption = 'Printers'
  797.           TabOrder = 1
  798.           OnClick = but_PrinterClick
  799.         end
  800.         object but_RemoteNetwork: TButton
  801.           Left = 37
  802.           Top = 93
  803.           Width = 294
  804.           Height = 23
  805.           HelpContext = 10480
  806.           Caption = 'Dial-Up Network'
  807.           TabOrder = 2
  808.           OnClick = but_RemoteNetworkClick
  809.         end
  810.       end
  811.     end
  812.     object TabSheet15: TTabSheet
  813.       Caption = 'Clear'
  814.       object sta_DescClear: TLabel
  815.         Left = 10
  816.         Top = 7
  817.         Width = 375
  818.         Height = 30
  819.         AutoSize = False
  820.         Caption = 'Click one of these buttons to clear the described item.'
  821.         WordWrap = True
  822.       end
  823.       object GroupBox18: TGroupBox
  824.         Left = 10
  825.         Top = 56
  826.         Width = 367
  827.         Height = 157
  828.         Caption = 'Clear all items in'
  829.         TabOrder = 0
  830.         object btn_ClearRunHistory: TButton
  831.           Left = 37
  832.           Top = 59
  833.           Width = 294
  834.           Height = 23
  835.           HelpContext = 12615
  836.           Caption = 'Run History'
  837.           TabOrder = 1
  838.           OnClick = btn_ClearRunHistoryClick
  839.         end
  840.         object btn_ClearDocumentHistory: TButton
  841.           Left = 37
  842.           Top = 25
  843.           Width = 294
  844.           Height = 23
  845.           HelpContext = 12610
  846.           Caption = 'Document History'
  847.           TabOrder = 0
  848.           OnClick = btn_ClearDocumentHistoryClick
  849.         end
  850.         object btn_ClearWinTemp: TButton
  851.           Left = 37
  852.           Top = 125
  853.           Width = 294
  854.           Height = 23
  855.           HelpContext = 12630
  856.           Caption = 'Windows'#39's Temp-directory'
  857.           TabOrder = 4
  858.           OnClick = btn_ClearWinTempClick
  859.         end
  860.         object btn_ClearIconCache: TButton
  861.           Left = 37
  862.           Top = 93
  863.           Width = 140
  864.           Height = 23
  865.           HelpContext = 12620
  866.           Caption = 'Icon Cache'
  867.           TabOrder = 2
  868.           OnClick = btn_ClearIconCacheClick
  869.         end
  870.         object btn_ClearFontCache: TButton
  871.           Left = 191
  872.           Top = 93
  873.           Width = 140
  874.           Height = 23
  875.           HelpContext = 12625
  876.           Caption = 'Font Cache'
  877.           TabOrder = 3
  878.           OnClick = btn_ClearFontCacheClick
  879.         end
  880.       end
  881.     end
  882.     object TabSheet5: TTabSheet
  883.       Caption = 'Actions'
  884.       object sta_DescActions: TLabel
  885.         Left = 10
  886.         Top = 7
  887.         Width = 375
  888.         Height = 42
  889.         AutoSize = False
  890.         Caption = 
  891.           'Click one of the buttons below, if you want to execute the speci' +
  892.           'al operation it describes. If you need help: Select the "?" in t' +
  893.           'he titlebar and click the appropriate button.'
  894.         WordWrap = True
  895.       end
  896.       object GroupBox12: TGroupBox
  897.         Left = 10
  898.         Top = 56
  899.         Width = 367
  900.         Height = 157
  901.         Caption = 'Choose a Action below'
  902.         TabOrder = 0
  903.         object but_PlusFake: TButton
  904.           Left = 37
  905.           Top = 25
  906.           Width = 294
  907.           Height = 23
  908.           HelpContext = 10200
  909.           Caption = 'Install small Plus! Fake'
  910.           TabOrder = 0
  911.           OnClick = but_PlusFakeClick
  912.         end
  913.         object but_ScrPassword: TButton
  914.           Left = 37
  915.           Top = 59
  916.           Width = 294
  917.           Height = 23
  918.           HelpContext = 10210
  919.           Caption = 'Delete Screensaver Password'
  920.           TabOrder = 1
  921.           OnClick = but_ScrPasswordClick
  922.         end
  923.         object but_ExitWindows: TButton
  924.           Left = 37
  925.           Top = 93
  926.           Width = 294
  927.           Height = 23
  928.           HelpContext = 12700
  929.           Caption = 'Create Windows-Exit.BAT (28 Bytes)'
  930.           TabOrder = 2
  931.           OnClick = but_ExitWindowsClick
  932.         end
  933.         object but_About: TButton
  934.           Left = 37
  935.           Top = 125
  936.           Width = 294
  937.           Height = 23
  938.           HelpContext = 10230
  939.           Caption = 'About X-Setup'
  940.           TabOrder = 3
  941.           OnClick = but_AboutClick
  942.         end
  943.       end
  944.     end
  945.     object shtPictures: TTabSheet
  946.       Caption = 'Logoff-Pics'
  947.       object sta_DescLogOffPictures: TLabel
  948.         Left = 10
  949.         Top = 7
  950.         Width = 375
  951.         Height = 54
  952.         AutoSize = False
  953.         Caption = 
  954.           'If you want to change the pictures, click the button "Change". N' +
  955.           'otice: For best results, the pictures should be 320x400 Pixels.'
  956.         WordWrap = True
  957.       end
  958.       object GroupBox23: TGroupBox
  959.         Left = 10
  960.         Top = 56
  961.         Width = 367
  962.         Height = 61
  963.         Caption = 'Picture 1 ("Please wait while the system...")'
  964.         TabOrder = 0
  965.         object btn_LogOffPic1Show: TButton
  966.           Left = 37
  967.           Top = 25
  968.           Width = 140
  969.           Height = 23
  970.           HelpContext = 12100
  971.           Caption = 'Show/Edit'
  972.           TabOrder = 0
  973.           OnClick = btn_LogOffPic1ShowClick
  974.         end
  975.         object btn_LogOffPic1Change: TButton
  976.           Left = 191
  977.           Top = 25
  978.           Width = 140
  979.           Height = 23
  980.           HelpContext = 12200
  981.           Caption = 'Change'
  982.           TabOrder = 1
  983.           OnClick = btn_LogOffPic1ChangeClick
  984.         end
  985.       end
  986.       object GroupBox24: TGroupBox
  987.         Left = 10
  988.         Top = 152
  989.         Width = 367
  990.         Height = 61
  991.         Caption = 'Picture 2 ("It'#39's safe now to turn off...")'
  992.         TabOrder = 1
  993.         object btn_LogOffPic2Show: TButton
  994.           Left = 37
  995.           Top = 29
  996.           Width = 140
  997.           Height = 23
  998.           HelpContext = 12100
  999.           Caption = 'Show/Edit'
  1000.           TabOrder = 0
  1001.           OnClick = btn_LogOffPic2ShowClick
  1002.         end
  1003.         object btn_LogOffPic2Change: TButton
  1004.           Left = 191
  1005.           Top = 29
  1006.           Width = 140
  1007.           Height = 23
  1008.           HelpContext = 12200
  1009.           Caption = 'Change'
  1010.           TabOrder = 1
  1011.           OnClick = btn_LogOffPic2ChangeClick
  1012.         end
  1013.       end
  1014.     end
  1015.     object shtMisc: TTabSheet
  1016.       Caption = 'Misc'
  1017.       object sta_DescMisc: TLabel
  1018.         Left = 10
  1019.         Top = 7
  1020.         Width = 375
  1021.         Height = 30
  1022.         AutoSize = False
  1023.         Caption = 'Seetings that don'#39't fit in any other page.'
  1024.       end
  1025.       object GroupBox5: TGroupBox
  1026.         Left = 10
  1027.         Top = 40
  1028.         Width = 367
  1029.         Height = 101
  1030.         Caption = 'Other options'
  1031.         TabOrder = 0
  1032.         object chk_SafeModeWarn: TCheckBox
  1033.           Left = 10
  1034.           Top = 50
  1035.           Width = 283
  1036.           Height = 13
  1037.           HelpContext = 10190
  1038.           Caption = 'Show warning before using "Safe Mode"'
  1039.           TabOrder = 1
  1040.           OnClick = chk_SafeModeWarnClick
  1041.         end
  1042.         object chk_LogiDoubleClick: TCheckBox
  1043.           Left = 10
  1044.           Top = 74
  1045.           Width = 327
  1046.           Height = 15
  1047.           HelpContext = 10180
  1048.           Caption = 'Middle Mouse-Button generates Double-click (Logitech only)'
  1049.           TabOrder = 2
  1050.           OnClick = chk_LogiDoubleClickClick
  1051.         end
  1052.         object chk_BeepOnErrors: TCheckBox
  1053.           Left = 10
  1054.           Top = 25
  1055.           Width = 183
  1056.           Height = 14
  1057.           HelpContext = 10170
  1058.           Caption = 'Beep, if an error occurs'
  1059.           TabOrder = 0
  1060.           OnClick = chk_BeepOnErrorsClick
  1061.         end
  1062.       end
  1063.       object GroupBox22: TGroupBox
  1064.         Left = 10
  1065.         Top = 157
  1066.         Width = 367
  1067.         Height = 56
  1068.         HelpContext = 12300
  1069.         Caption = 'Windows Product-ID'
  1070.         TabOrder = 1
  1071.         object sta_WindowsProductID: TLabel
  1072.           Left = 10
  1073.           Top = 24
  1074.           Width = 59
  1075.           Height = 15
  1076.           AutoSize = False
  1077.           Caption = 'Product ID:'
  1078.         end
  1079.         object edi_WindowsProductID: TEdit
  1080.           Left = 75
  1081.           Top = 21
  1082.           Width = 282
  1083.           Height = 21
  1084.           HelpContext = 12300
  1085.           TabOrder = 0
  1086.           Text = 'edi_WindowsProductID'
  1087.           OnExit = edi_WindowsProductIDExit
  1088.         end
  1089.       end
  1090.     end
  1091.     object shtMemory: TTabSheet
  1092.       Caption = 'Memory'
  1093.       object sta_DescMemory: TLabel
  1094.         Left = 10
  1095.         Top = 7
  1096.         Width = 375
  1097.         Height = 40
  1098.         AutoSize = False
  1099.         Caption = 
  1100.           'Some settings about the memory. Important notice: Some programs ' +
  1101.           'may crash when "Always unload DLLs" is activated.'
  1102.         WordWrap = True
  1103.       end
  1104.       object GroupBox8: TGroupBox
  1105.         Left = 10
  1106.         Top = 112
  1107.         Width = 367
  1108.         Height = 101
  1109.         Caption = 'Memory'
  1110.         TabOrder = 0
  1111.         object chk_AlwaysUnloadDLL: TCheckBox
  1112.           Left = 10
  1113.           Top = 19
  1114.           Width = 267
  1115.           Height = 14
  1116.           HelpContext = 10410
  1117.           Caption = 'Always unload DLLs'
  1118.           TabOrder = 0
  1119.           OnClick = chk_AlwaysUnloadDLLClick
  1120.         end
  1121.         object chk_CommandComUMB: TCheckBox
  1122.           Left = 10
  1123.           Top = 75
  1124.           Width = 331
  1125.           Height = 14
  1126.           HelpContext = 10440
  1127.           Caption = 'Load systemfiles to the top of 640k'
  1128.           TabOrder = 2
  1129.           OnClick = chk_CommandComUMBClick
  1130.         end
  1131.         object chk_MoreRam4Dos: TCheckBox
  1132.           Left = 10
  1133.           Top = 47
  1134.           Width = 264
  1135.           Height = 14
  1136.           HelpContext = 10450
  1137.           Caption = 'Reserve more RAM for MS-DOS Programs'
  1138.           TabOrder = 1
  1139.           OnClick = chk_MoreRam4DosClick
  1140.         end
  1141.       end
  1142.     end
  1143.     object shtAutoPlay: TTabSheet
  1144.       Caption = 'Auto-Play'
  1145.       object sta_DescAutoCDs: TLabel
  1146.         Left = 10
  1147.         Top = 7
  1148.         Width = 375
  1149.         Height = 47
  1150.         AutoSize = False
  1151.         Caption = 
  1152.           'In order to use these options, please activate "Auto-Insert Noti' +
  1153.           'fication" for your CD-ROM (Control Panel).'
  1154.         WordWrap = True
  1155.       end
  1156.       object GroupBox6: TGroupBox
  1157.         Left = 10
  1158.         Top = 136
  1159.         Width = 367
  1160.         Height = 77
  1161.         Caption = 'When a CD is inserted'
  1162.         TabOrder = 0
  1163.         object chk_AutoPlayAudioCD: TCheckBox
  1164.           Left = 10
  1165.           Top = 23
  1166.           Width = 218
  1167.           Height = 14
  1168.           HelpContext = 10350
  1169.           Caption = 'Auto-Play Audio-CD'#39's'
  1170.           TabOrder = 0
  1171.           OnClick = chk_AutoPlayAudioCDClick
  1172.         end
  1173.         object chk_AutoPlayDataCDs: TCheckBox
  1174.           Left = 10
  1175.           Top = 51
  1176.           Width = 351
  1177.           Height = 14
  1178.           HelpContext = 10360
  1179.           Caption = 'Start programs on Data CD-ROM'#39's (using AUTOSTART.INF)'
  1180.           TabOrder = 1
  1181.           OnClick = chk_AutoPlayDataCDsClick
  1182.         end
  1183.       end
  1184.     end
  1185.     object TabSheet7: TTabSheet
  1186.       Caption = 'Install/Deinstall'
  1187.       object sta_DescDeinstall: TLabel
  1188.         Left = 10
  1189.         Top = 7
  1190.         Width = 375
  1191.         Height = 60
  1192.         AutoSize = False
  1193.         Caption = 
  1194.           'Important Notice: Use this function only, if a Setup-Program gen' +
  1195.           'erates an error. Using this function BEFORE you have tried to us' +
  1196.           'e Control Panel|Software will result in lost space on your HD.'
  1197.         WordWrap = True
  1198.       end
  1199.       object lst_Deinstall: TListBox
  1200.         Left = 10
  1201.         Top = 76
  1202.         Width = 369
  1203.         Height = 113
  1204.         HelpContext = 10280
  1205.         ItemHeight = 13
  1206.         TabOrder = 0
  1207.       end
  1208.       object btn_DelInstallInfo: TButton
  1209.         Left = 275
  1210.         Top = 196
  1211.         Width = 105
  1212.         Height = 23
  1213.         HelpContext = 10290
  1214.         Caption = 'Delete '
  1215.         TabOrder = 2
  1216.         OnClick = btn_DelInstallInfoClick
  1217.       end
  1218.       object btn_DelInstallShowInfo: TButton
  1219.         Left = 10
  1220.         Top = 196
  1221.         Width = 105
  1222.         Height = 23
  1223.         HelpContext = 10295
  1224.         Caption = 'Show Info'
  1225.         TabOrder = 1
  1226.         OnClick = btn_DelInstallShowInfoClick
  1227.       end
  1228.     end
  1229.     object TabSheet16: TTabSheet
  1230.       Caption = 'AutoRun'
  1231.       object sta_DescAutoRun: TLabel
  1232.         Left = 10
  1233.         Top = 7
  1234.         Width = 375
  1235.         Height = 54
  1236.         AutoSize = False
  1237.         Caption = 
  1238.           'These commands will be executed automatically when you start Win' +
  1239.           'dows. Click "Show Info", if you would like to see the command-li' +
  1240.           'ne. '
  1241.         WordWrap = True
  1242.       end
  1243.       object lst_AutoRun: TListBox
  1244.         Left = 10
  1245.         Top = 76
  1246.         Width = 369
  1247.         Height = 113
  1248.         HelpContext = 12500
  1249.         ItemHeight = 13
  1250.         TabOrder = 0
  1251.       end
  1252.       object btn_AutoRunShowInfo: TButton
  1253.         Left = 10
  1254.         Top = 196
  1255.         Width = 105
  1256.         Height = 23
  1257.         HelpContext = 12500
  1258.         Caption = 'Show Info'
  1259.         TabOrder = 1
  1260.         OnClick = btn_AutoRunShowInfoClick
  1261.       end
  1262.       object btn_AutoRunDelete: TButton
  1263.         Left = 275
  1264.         Top = 196
  1265.         Width = 105
  1266.         Height = 23
  1267.         HelpContext = 12500
  1268.         Caption = 'Delete '
  1269.         TabOrder = 2
  1270.         OnClick = btn_AutoRunDeleteClick
  1271.       end
  1272.     end
  1273.   end
  1274.   object dia_Save: TSaveDialog
  1275.     DefaultExt = '*'
  1276.     FileEditStyle = fsEdit
  1277.     Filter = 'All Files|*.*'
  1278.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoValidate, ofPathMustExist, ofNoReadOnlyReturn]
  1279.     Title = 'Choose Destination'
  1280.     Left = 412
  1281.     Top = 9
  1282.   end
  1283.   object PersWindow1: TPersWindow
  1284.     RegPath = 'Software\K/oS Inc.\X-Setup\2.0'
  1285.     RgNameHeight = 'WinHeight'
  1286.     RgNameLeft = 'WinLeft'
  1287.     RgNameTop = 'WinFromTop'
  1288.     RgNameWidth = 'Winwidth'
  1289.     Left = 412
  1290.     Top = 60
  1291.   end
  1292. end
  1293.