home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 4 / CD_Magazyn_EXEC_nr_4.iso / Recent / util / misc / PowerWindowsNG.lha / PowerWindowsNG / PowerWindows / PowerWindows.gui < prev    next >
Encoding:
Text File  |  1998-05-21  |  25.0 KB  |  820 lines

  1. PREFSNAME="PowerWindows"
  2. HELPGUIDE="PowerWindows.guide"
  3.  
  4. ;= GENERAL =================================================================
  5.  
  6. GROUP
  7.  GROUPNAME="General"
  8.  GROUPHELPNODE="GO"
  9.  GROUPIMAGE="images/Page_General.brush"
  10.  
  11.  PAGE
  12.   PAGENAME="General Options: Page 1"
  13.   LABELWIDTH=150
  14.   GADGETWIDTH=50
  15.  
  16.   FRAME
  17.  
  18.    BOOL
  19.     NAME="Scan Screens"
  20.     KEYWORD="ScanScreens"
  21.     VALUE="FALSE"
  22.     HELPTEXT="Patch Screens that are already open when starting PowerWindows. Otherwise on this Screens moving Windows out of Screen and iconifying will not be possible!"
  23.     HELPLINE=8
  24.  
  25.    BOOL
  26.     NAME="Safe LockLayers()"
  27.     KEYWORD="SafeLockLayer"
  28.     VALUE="FALSE"
  29.     HELPTEXT="A safer way to do LockLayers()-Call. You will get less deadlocks but in some cases (if there's a lot of graphical activity on the active Screen) you won't be able to drag Windows out of Screen."
  30.     HELPLINE=44
  31.  
  32.    BOOL
  33.     NAME="Safe MoveWindow()"
  34.     KEYWORD="SafeMoveWindow"
  35.     VALUE="FALSE"
  36.     HELPTEXT="By default PowerWindows calls MoveWindow() in it's Input-Handler. This is not system-conform, but faster. By activating this Windows will be moved by PowerWindows' main Task, which is a little bit slower, but system conform."
  37.     HELPLINE=28
  38.    
  39.    BOOL
  40.     NAME="Don't freeze Mouse"
  41.     KEYWORD="NoMouseFreeze"
  42.     VALUE="FALSE"
  43.     HELPTEXT="Usually the Mouse-Pointer gets freezed while a Window is moved out of Screen. If you don't like that activate this option. If you encounter strange things, such as the Screen auto-scrolling out of it's limits, increase «Mouse Speed-Factor»!"
  44.     HELPLINE=58
  45.  
  46.    BOOL
  47.     NAME="No Out-of-Screen"
  48.     KEYWORD="No_OutOfScreen"
  49.     VALUE="FALSE"
  50.     HELPTEXT="By activating this you will not be able to drag Windows out of Screen, anymore. Iconifying will still be possible."
  51.     HELPLINE=103
  52.  
  53.    BOOL
  54.     NAME="Don't patch Requesters"
  55.     KEYWORD="NoReqPatch"
  56.     VALUE="FALSE"
  57.     HELPTEXT="If you are using CyReq or a requester improver such as ARQ you can activate this option. By doing so requester replacers/improvers and assign-wedges should work again. Do not activate this options if you are not using CyReq or ARQ (or similiar)!!!"
  58.     HELPLINE=118
  59.  
  60.    BOOL
  61.     NAME="Don't patch Depth Gadgets"
  62.     KEYWORD="NoDGPatch"
  63.     VALUE="FALSE"
  64.     HELPTEXT="If the Depth Gadgets are patched they will (should) work correctly, in contrast to older versions of PW. Anyway certain programs that create Depth-Gadgets themselves could eventually cause problems!"
  65.     HELPLINE=134
  66.  
  67.    BOOL
  68.     NAME="Don't clear Refresh Bit"
  69.     KEYWORD="NoRefreshKill"
  70.     VALUE="FALSE"
  71.     HELPTEXT="To avoid refreshing problems the LAYERREFRESH Bit is cleared when creating SIMPLEREFRESH Layers. With this option you can deactivate this. Have a look at the Guide!"
  72.     HELPLINE=158
  73.  
  74.    BOOL
  75.     NAME="Force Windows to SMART REFRESH"
  76.     KEYWORD="SmartWin"
  77.     VALUE="FALSE"
  78.     HELPTEXT="With this option all Windows (except SuperBitmap Windows) will get SMARTREFRESH Layers. This speeds up Window operations (moving/zooming) on some machines."
  79.     HELPLINE=169
  80.  
  81.    BOOL
  82.     NAME="Force AutoAdjust"
  83.     KEYWORD="ForceAutoAdjust"
  84.     VALUE="FALSE"
  85.     HELPTEXT="If certain programs fail to open a window then the reason might be that they are trying to open it at a negative postion. This option forces the postion coordinates to be checked and corrected if necessary."
  86.     HELPLINE=1
  87.  
  88.   FRAMEEND
  89.   
  90.  PAGE
  91.   PAGENAME="General Options: Page 2"
  92.   LABELWIDTH=100
  93.   GADGETWIDTH=100
  94.  
  95.   FRAME
  96.   
  97.    SLIDER
  98.     NAME="InputHandler Priority"
  99.     KEYWORD="InputPri"
  100.     MIN=-128
  101.     MAX=127
  102.     VALUE=52
  103.     HELPTEXT="Priority of PowerWindows' Input-Handler. Must be greater than Intuition's one (50) and should be lower than commodities.library's one (53)."
  104.     HELPLINE=19
  105.  
  106.    SLIDER
  107.     NAME="Mouse Speed-Factor"
  108.     KEYWORD="MouseFactor"
  109.     MIN=1
  110.     MAX=100
  111.     VALUE=4
  112.     HELPTEXT="If your Screens sometimes autoscroll out of their limits and you have activated «Don't freeze Mouse» increase this value."
  113.     HELPLINE=71
  114.  
  115.    INTEGER
  116.     NAME="Max. Screen-Patch period"
  117.     KEYWORD="MaxSPPeriod"
  118.     MIN=1
  119.     MAX=1000
  120.     VALUE=20
  121.     HELPTEXT="Number of Intui-Ticks (1/10 secs) PowerWindows waits for a Window to "arrive" (if it's target position is out of Screen). If time expires operation will be cancelled (Window might stop on Screen-Limits). Have a look at the Guide!
  122.     HELPLINE=85
  123.     
  124.   FRAMEEND
  125.  
  126.  
  127. ;= WINDOW DRAG =============================================================
  128.  
  129. GROUP
  130.  GROUPNAME="Dragging"
  131.  GROUPHELPNODE="WDO"
  132.  GROUPIMAGE="images/Page_Dragging.brush"
  133.  
  134.  PAGE
  135.   PAGENAME="Window Dragging Options"
  136.  
  137.   FRAME
  138.   
  139.    CYCLE
  140.     NAME="Look of Marker"
  141.     KEYWORD="Marker"
  142.     ITEMNAME="Normal"
  143.     ITEMKEYWORD="NORMAL"
  144.     ITEMNAME="Gadget"
  145.     ITEMKEYWORD="GADGET"
  146.     ITEMNAME="Extended"
  147.     ITEMKEYWORD="EXTENDED"
  148.     ITEMNAME="Invisible"
  149.     ITEMKEYWORD="OFF"
  150.     VALUE=0
  151.     HELPTEXT="Look of Marker (rectangle which appears when you click on the Dragbar of a Window). Has no effect when opaque moving is activated"
  152.     HELPLINE=74
  153.  
  154.    CYCLE
  155.     NAME="Normal-Drag Button"
  156.     KEYWORD="NormalButton"
  157.     ITEMNAME="Left"
  158.     ITEMKEYWORD="LEFT"
  159.     ITEMNAME="Right"
  160.     ITEMKEYWORD="RIGHT"
  161.     ITEMNAME="Middle"
  162.     ITEMKEYWORD="MIDDLE"
  163.     VALUE=0
  164.     HELPTEXT="Mouse-Button you want to use for dragging Windows out of Screen when you click on the DragBar of a Window and hold down the Keys specified with «Normal Qualifier» (if there are any)."
  165.     HELPLINE=9
  166.  
  167.    CYCLE
  168.     NAME="Force-Drag Button"
  169.     KEYWORD="ForceButton"
  170.     ITEMNAME="Left"
  171.     ITEMKEYWORD="LEFT"
  172.     ITEMNAME="Right"
  173.     ITEMKEYWORD="RIGHT"
  174.     ITEMNAME="Middle"
  175.     ITEMKEYWORD="MIDDLE"
  176.     VALUE=0
  177.     HELPTEXT="Mouse-Button you want to use for dragging Windows (out of Screen) when you click anywhere in the Window and hold down the Keys specified with «Force Qualifier» (if there are any)."
  178.     HELPLINE=36
  179.    
  180.   FRAMEEND   
  181.  
  182.   FRAME
  183.   
  184.    STRING
  185.     NAME="Normal Qualifier"
  186.     KEYWORD="NormalQualifier"
  187.     MAX=100
  188.     VALUE="OFF"
  189.     HELPTEXT="Qualifiers that must be pressed together with «Normal Button» to allow dragging a Window out of Screen. Qualifiers must be separated by '+'. Example: 'LALT+RALT+RSHIFT'. Set this to 'OFF' if any Qualifier shall be O.K."
  190.     HELPLINE=17
  191.  
  192.    STRING
  193.     NAME="Force Qualifier"
  194.     KEYWORD="ForceQualifier"
  195.     MAX=100
  196.     VALUE="LALT+LSHIFT"
  197.     HELPTEXT="Qualifiers that must be pressed together with «Force Button» to allow dragging a Window (out of Screen) by clicking anywhere in the Window. Qualifiers must be separated by '+'. Example: 'LALT+RALT+RSHIFT'. With 'OFF' any Qualifier will be O.K."
  198.     HELPLINE=44
  199.   
  200.   FRAMEEND
  201.  
  202.   FRAME
  203.   
  204.    BOOL
  205.     NAME="Avoid Double Clicks"
  206.     KEYWORD="AvoidDoubleClicks"
  207.     VALUE="FALSE"
  208.     HELPTEXT="If you have installed a commodity on your computer that allows you double-clicking Windows to front/back you should activate this. It prevents Screens from being trashed by the Marker."
  209.     HELPLINE=65
  210.     
  211.    BOOL
  212.     NAME="Draw Marker in all Planes"
  213.     KEYWORD="AllPlanes"
  214.     VALUE="FALSE"
  215.     HELPTEXT="By default PowerWindows renders the Marker only in the first Plane of the Screen. This speeds up things on standard Amigas. If you have a GFX-Board you should activate this in order to speed up rendering.
  216.     HELPLINE=92
  217.  
  218.   FRAMEEND  
  219.  
  220. ;= SCREEN PATCH  ===========================================================
  221.  
  222. GROUP
  223.  GROUPNAME="Screens"
  224.  GROUPHELPNODE="SPO"
  225.  GROUPIMAGE="images/Page_Screens.brush"
  226.  
  227.  PAGE
  228.   PAGENAME="Screen Patch Options"
  229.  
  230. ;Task = ?#visage#?                    ;Specify Tasks to check. Read Docs!
  231.  
  232.   BOOL
  233.    NAME="Patch only specified Tasks"
  234.    KEYWORD="TasksOnly"
  235.    VALUE="FALSE"
  236.    HELPTEXT="By default PowerWindows patches all Screens but the ones opened by Tasks specified in the «TASK-LIST». If you only want to patch the Screens opened by Tasks specified there activate this option."
  237.    HELPLINE=30
  238.  
  239.   BOOL
  240.    NAME="Do case-sensitive Checks"
  241.    KEYWORD="CaseSensitive"
  242.    VALUE="FALSE"
  243.    HELPTEXT="If you want Pattern Matching (to check whether a Screen shall be patched or not) to be case-sensitive activate this option. You MUST do it if the version of your dos.library is lower than 36.147!"
  244.    HELPLINE=39
  245.  
  246.  PAGE
  247.   PAGENAME="TASK-LIST"
  248.  
  249.   LISTVIEW
  250.    NAME="Screen Patch Task List"
  251.    KEYWORD="Task"
  252.    HELPTEXT="Specify the Tasks whose Screens you want to patch (or do not want to patch - see previous page!)"
  253.    HELPLINE=9
  254.  
  255. ;= ICONIFY OPTIONS =========================================================
  256.  
  257. GROUP
  258.  GROUPNAME="Iconifying"
  259.  GROUPHELPNODE="IO"
  260.  GROUPIMAGE="images/Page_Iconify.brush"
  261.  
  262.  PAGE
  263.   PAGENAME="Page 1"
  264.   LABELWIDTH=100
  265.   GADGETWIDTH=0
  266.  
  267.    BOOL
  268.     NAME="Add Iconify-Gadget to Windows"
  269.     KEYWORD="IconifyGadget"
  270.     VALUE="FALSE"
  271.     HELPTEXT="Adds an Iconify-Gadget to your Windows"
  272.     HELPLINE=9
  273.  
  274.    BOOL
  275.     NAME="Don't create Icons"
  276.     KEYWORD="NoIcons"
  277.     VALUE="FALSE"
  278.     HELPTEXT="Don't create Icons when iconifying a Window. Has only sense if you set «Iconify Offset» to something > 1."
  279.     HELPLINE=27
  280.     
  281.    BOOL
  282.     NAME="I-Gadget for specified Tasks only"
  283.     KEYWORD="IconifyTasksOnly"
  284.     VALUE="FALSE"
  285.     HELPTEXT="By default all Windows but the ones opened by Tasks specified in the «ICONIFY-TASK LIST» get an Iconify-Gadget. If you only want the Windows opened by Tasks specified there to get an Iconify-Gadget activate this option."
  286.     HELPLINE=72
  287.  
  288.    BOOL
  289.     NAME="Do case-sensitive Checks"
  290.     KEYWORD="IconifyCaseSensitive"
  291.     VALUE="FALSE"
  292.     HELPTEXT="If you want Pattern Matching (to check whether a Window shall get an Iconify-Gadget or not) to be case-sensitive activate this option. You MUST do it the version of your dos.library is lower than 36.147!"
  293.     HELPLINE=81
  294.  
  295.    BOOL
  296.     NAME="No I-Gadget for WB-Windows"
  297.     KEYWORD="DontIconifyWB"
  298.     VALUE="FALSE"
  299.     HELPTEXT="Workbench-Drawers (those with WFLG_WBENCHWINDOW) will not get an Iconify-Gadget."
  300.     HELPLINE=92
  301.  
  302. ;   BOOL
  303. ;    NAME="No I-Gadget for Requesters"
  304. ;    KEYWORD="DontIconifyReq"
  305. ;    VALUE="FALSE"
  306. ;    HELPTEXT="Requesters opened with EasyRequestArgs() and AutoRequest() will not get an Iconify-Gadget."
  307.  
  308.    BOOL
  309.     NAME="Add Close-Gadget to Icons"
  310.     KEYWORD="IconCloseGad"
  311.     VALUE="FALSE"
  312.     HELPTEXT="Icons will get a Close-Gadget. By clicking on this Gadget the Icon's parent Window will be closed."
  313.     HELPLINE=296
  314.  
  315.  PAGE
  316.   PAGENAME="Page 2"
  317.   GADGETWIDTH=0
  318.   LABELWIDTH=100
  319.  
  320.    BOOL
  321.     NAME="WB-Icon pop up"
  322.     KEYWORD="WBIconPopUp"
  323.     VALUE="FALSE"
  324.     HELPTEXT="You will be able to de-iconify Workbench-Drawers (those with WFLG_WBENCHWINDOW) by double-clicking their WB-Icon. Might not work with DOpus 5.x!"
  325.     HELPLINE=304
  326.  
  327.    BOOL
  328.     NAME="Icons activate Window"
  329.     KEYWORD="IconActivate"
  330.     VALUE="FALSE"
  331.     HELPTEXT="Clicking on an Icon will activate it's parent Window. You will be able to use the Window's Menu. Key-Presses will go to the parent Window, too." 
  332.     HELPLINE=318
  333.  
  334.    BOOL
  335.     NAME="Pop Windows to front"
  336.     KEYWORD="PopToFront"
  337.     VALUE="FALSE"
  338.     HELPTEXT="De-iconified Windows will be brought to front."
  339.     HELPLINE=331
  340.  
  341.    BOOL
  342.     NAME="Refresh Icon-Titles"
  343.     KEYWORD="RefreshIT"
  344.     VALUE="FALSE"
  345.     HELPTEXT="When the title of an iconified Window gets changed the title of it's Icon will be changed, too. This option should be used only on fast machines. Windows whose titles get changed a lot slow down the computer!"
  346.     HELPLINE=358
  347.  
  348.    BOOL
  349.     NAME="Icons not draggable"
  350.     KEYWORD="NoIconDrag"
  351.     VALUE="FALSE"
  352.     HELPTEXT="You will not be able to move (drag) the Icons (unless you hold down CONTROL when clicking on them) but it will be possible to de-iconify them with a single mouse click."
  353.     HELPLINE=367
  354.  
  355.  PAGE
  356.   PAGENAME="Page 3"
  357.   LABELWIDTH=100
  358.   GADGETWIDTH=100
  359.   
  360.   CYCLE
  361.    NAME="Look of Iconify-Gadget"
  362.    KEYWORD="IGLook"
  363.    HELPLINE=35
  364.   
  365.    ITEMNAME="Normal (MUI-Look)"
  366.    ITEMKEYWORD="NORMAL"
  367.    ITEMNAME="NICE"
  368.    ITEMKEYWORD="NICE"
  369.    ITEMNAME="SysiHack MUI (old)"
  370.    ITEMKEYWORD="SYSI"
  371.    ITEMNAME="SysiHack MUI"
  372.    ITEMKEYWORD="SYSIMUI"
  373.    ITEMNAME="SysiHack NICE"
  374.    ITEMKEYWORD="SYSINICE"
  375.    ITEMNAME="VisualPrefs"
  376.    ITEMKEYWORD="VISUALPREFS"
  377.    VALUE=0
  378.    HELPTEXT="Defines the look of the Iconify-Gadget. There's a GIF-Image in the 'Images' Directory showing you all possible variants."
  379.  
  380.   CYCLE
  381.    NAME="Position of Icons"
  382.    KEYWORD="IconPos"
  383.    ITEMNAME="Upper left corner of Window"
  384.    ITEMKEYWORD="UPPERLEFT"
  385.    ITEMNAME="Upper right corner of Window"
  386.    ITEMKEYWORD="UPPERRIGHT"
  387.    ITEMNAME="Lower left corner of Window"
  388.    ITEMKEYWORD="LOWERLEFT"
  389.    ITEMNAME="Lower right corner of Window"
  390.    ITEMKEYWORD="LOWERRIGHT"
  391.    ITEMNAME="Center of Window"
  392.    ITEMKEYWORD="CENTER"
  393.    ITEMNAME="AUTO: bottom - left to right"
  394.    ITEMKEYWORD="AUTO_BOTTOMLEFT"
  395.    ITEMNAME="AUTO: bottom - right to left"
  396.    ITEMKEYWORD="AUTO_BOTTOMRIGHT"
  397.    ITEMNAME="AUTO: top - left to right"
  398.    ITEMKEYWORD="AUTO_TOPLEFT"
  399.    ITEMNAME="AUTO: top - right to left"
  400.    ITEMKEYWORD="AUTO_TOPRIGHT"
  401.    ITEMNAME="AUTO: left - top to bottom"
  402.    ITEMKEYWORD="AUTO_LEFTTOP"
  403.    ITEMNAME="AUTO: left - bottom to top"
  404.    ITEMKEYWORD="AUTO_LEFTBOTTOM"
  405.    ITEMNAME="AUTO: right - top to bottom"
  406.    ITEMKEYWORD="AUTO_RIGHTTOP"
  407.    ITEMNAME="AUTO: right - bottom to top"
  408.    ITEMKEYWORD="AUTO_RIGHTBOTTOM"
  409.    VALUE=5
  410.    HELPTEXT="The position you want the Icons to pop up. Have a look at the Guide!"
  411.    HELPLINE=157
  412.  
  413.   CYCLE
  414.    NAME="Depth of Icons"
  415.    KEYWORD="IconDepth"
  416.    ITEMNAME="Always in front"
  417.    ITEMKEYWORD="ALWAYSFRONT"
  418.    ITEMNAME="Open in the front"
  419.    ITEMKEYWORD="NORMAL"
  420.    ITEMNAME="Open in the back"
  421.    ITEMKEYWORD="NORMALBEHIND"
  422.    VALUE=0
  423.    HELPTEXT="«Always in front» will lead to Icons which are always in front of all other Windows, «Open in the front» and «Open in the back» add a Depth-Gadget to the Icons which open in the front or back."
  424.    HELPLINE=282
  425.  
  426.   POPFONT
  427.    NAME="Font for Icon-Titles"
  428.    KEYWORD="IconFont"
  429.    VALUE=""
  430.    HELPTEXT="Specify the Font you want to use for the Icon-Titles. Format is 'Fontname/Fontsize[/Attributes]'. Attributes is optional, it can be a combination of [B]old, [I]talic, [U]nderlined. Examples: 'topaz/8', 'topaz/8/BI', 'topaz.font/8/BUI'"
  431.    HELPLINE=341
  432.  
  433.  PAGE
  434.   PAGENAME="Page 4"
  435.   LABELWIDTH=120
  436.   GADGETWIDTH=80
  437.    
  438.   INTEGER
  439.    NAME="Iconify Offset"
  440.    KEYWORD="IconifyOffset"
  441.    MIN=0
  442.    MAX=1000
  443.    VALUE=0
  444.    HELPTEXT="Iconified Windows are moved to X-Position <ScreenWidth> - <IconifyOffset>. This option makes only sense if «No Icons» is activated."
  445.    HELPLINE=99
  446.  
  447.   STRING
  448.    NAME="Width of Icons"
  449.    KEYWORD="IconWidth"
  450.    MAX=16
  451.    VALUE="1/5"
  452.    HELPTEXT="Width of Icons. Possibilities: '<x>' : Width = <x> Pixels , '<x>/<y>' : Icons will be <ScreenWidth> * <x> / <y> Pixels wide, 'WINWIDTH' means Icons will be as wide as their parent Window, 'WINWIDTH/<x>' : Width will be <WindowWidth>/<x>"
  453.    HELPLINE=110
  454.    
  455.   INTEGER
  456.    NAME="Minimal Icon Width"
  457.    KEYWORD="MinIconWidth"
  458.    MIN=0
  459.    MAX=2000
  460.    VALUE=100
  461.    HELPTEXT="Icons will get the Width specified with «Width of Icons», but will never be smaller than this."
  462.    HELPLINE=149
  463.  
  464.   INTEGER
  465.    NAME="Offset X-Position"
  466.    KEYWORD="IconPos_OffX"
  467.    MIN=-2000
  468.    MAX=2000
  469.    VALUE=0
  470.    HELPTEXT="X-Offset that is added to the calculated Icon-Position if «Position of Icons» is AUTO_??"   
  471.    HELPLINE=256
  472.  
  473.   INTEGER
  474.    NAME="Offset Y-Position"
  475.    KEYWORD="IconPos_OffY"
  476.    MIN=-2000
  477.    MAX=2000
  478.    VALUE=0
  479.    HELPTEXT="Y-Offset that is added to the calculated Icon-Position if «Position of Icons» is AUTO_??"   
  480.    HELPLINE=246
  481.  
  482.   INTEGER
  483.    NAME="X-Space between Icons"
  484.    KEYWORD="IconPos_SpaceX"
  485.    MIN=0
  486.    MAX=2000
  487.    VALUE=0
  488.    HELPTEXT="Horizontal space in Pixel between Icons. Has only effect if «Position of Icons» is one of the AUTO-Modes."
  489.    HELPLINE=262
  490.  
  491.   INTEGER
  492.    NAME="Y-Space between Icons"
  493.    KEYWORD="IconPos_SpaceY"
  494.    MIN=0
  495.    MAX=2000
  496.    VALUE=0
  497.    HELPTEXT="Vertical space in Pixels between Icons. Has only effect if «Position of Icons» is one of the AUTO-Modes."
  498.    HELPLINE=268
  499.    
  500.   INTEGER
  501.    NAME="Minimal Window Width"
  502.    KEYWORD="MinWinWidth"
  503.    MIN=0
  504.    MAX=2000
  505.    VALUE=50
  506.    HELPTEXT="Minimal Width a Window must have in order to get an Iconify-Gadget"
  507.    HELPLINE=274
  508.    
  509.  PAGE
  510.   PAGENAME="TASK LIST"
  511.   
  512.   LISTVIEW
  513.    NAME="Iconify-Patch Task List"
  514.    KEYWORD="IconifyTask"
  515.    HELPTEXT="Specify the Tasks whose Windows you want to get an Iconify-Gadget (or do not want to get it - see previous page!)"
  516.    HELPLINE=52
  517.  
  518.    
  519. ;= OPAQUE MOVE =============================================================
  520.  
  521. GROUP
  522.  GROUPNAME="Opaque"
  523.  GROUPHELPNODE="OMO"
  524.  GROUPIMAGE="images/Page_Opaque.brush"
  525.  
  526.  PAGE
  527.   PAGENAME="Opaque Moving Options"
  528.   LABELWIDTH=150
  529.   GADGETWIDTH=50
  530.  
  531.   BOOL
  532.    NAME="Activate opaque (solid) moving Windows"
  533.    KEYWORD="OpaqueMove"
  534.    VALUE="FALSE"
  535.    HELPTEXT="This is very slow on standard Amigas (except in one Plane mode). Other opaque moving Commodities don't work together with PowerWindows (or stop moving at the Screen bounds)."
  536.    HELPLINE=49
  537.  
  538.   BOOL
  539.    NAME="No opaque for SIMPLE REFRESH Windows"
  540.    KEYWORD="Opaque_NoSimple"
  541.    VALUE="FALSE"
  542.    HELPTEXT="Windows that are simple refreshed, will not be opaque moved"
  543.    HELPLINE=105
  544.    
  545.   BOOL
  546.    NAME="No opaque for SMART REFRESH Windows"
  547.    KEYWORD="Opaque_NoSmart"
  548.    VALUE="FALSE"
  549.    HELPTEXT="Windows that are smart refreshed, will not be opaque moved"
  550.    HELPLINE=111
  551.  
  552.   BOOL
  553.    NAME="No opaque for SUPER REFRESH Windows"
  554.    KEYWORD="Opaque_NoSuper"
  555.    VALUE="FALSE"
  556.    HELPTEXT="Windows that are super refreshed (Super Bitmap Windows), will not be opaque moved"
  557.    HELPLINE=117
  558.    
  559.   BOOL
  560.    NAME="Safe Opaque"
  561.    KEYWORD="SafeOpaque"
  562.    VALUE="FALSE"
  563.    HELPTEXT="By default PowerWindows calls MoveWindow() from it's Input-Handler. If you activate this Option then this function will be called from the main program which is safier and more system conform."
  564.    HELPLINE=57
  565.  
  566.   INTEGER
  567.    NAME="Speed"
  568.    KEYWORD="Opaque_Speed"
  569.    MIN=1
  570.    MAX=1000
  571.    VALUE=1
  572.    HELPTEXT="PowerWindows moves the Window every «Speed» mouse-move events it gets. If this value is low (= fast moving) refreshing of SIMPLEREFRESH Windows will be delayed."
  573.    HELPLINE=67
  574.  
  575.   INTEGER
  576.    NAME="Max. Screen Depth"
  577.    KEYWORD="Opaque_MaxDepth"
  578.    MIN=1
  579.    MAX=32
  580.    VALUE=8
  581.    HELPTEXT="The maximum Depth (number of Planes) a Screen must have to allow opaque moving. 8 means 256 Colors (2 ^ Planes = Number of colors)."
  582.    HELPLINE=82
  583.    
  584.   INTEGER
  585.    NAME="Max. Pixels to move"
  586.    KEYWORD="Opaque_MaxPixels"
  587.    MIN=1
  588.    MAX=2000000000
  589.    VALUE=2000000000
  590.    HELPTEXT="Windows whose <Width> * <Height> is greater than this will not be opaque moved."
  591.    HELPLINE=91
  592.  
  593.   INTEGER
  594.    NAME="Max. Bytes to move"
  595.    KEYWORD="Opaque_MaxBytes"
  596.    MIN=1
  597.    MAX=2000000000
  598.    VALUE=2000000000
  599.    HELPTEXT="Windows whose <Width> * <Height> * <Bytes per Pixel> is greater than this will not be opaque moved."
  600.    HELPLINE=98
  601.  
  602.  
  603. ;= DEADLOCK HUNTER ========================================================
  604.  
  605. GROUP
  606.  GROUPNAME="Deadlocks"
  607.  GROUPHELPNODE="DHO"
  608.  GROUPIMAGE="images/Page_Deadlocks.brush"
  609.  
  610.  PAGE
  611.   PAGENAME="Deadlock-Hunter Options"
  612.   LABELWIDTH=150
  613.   GADGETWIDTH=50
  614.  
  615.  INTEGER
  616.   NAME="Seconds between checks"
  617.   KEYWORD="DeadLock_Sec"
  618.   MIN=0
  619.   MAX=100
  620.   VALUE=1
  621.   HELPTEXT="The delay in seconds between two Deadlock-Checks."
  622.   HELPLINE=9
  623.   
  624.  INTEGER
  625.   NAME="Micros between checks"
  626.   KEYWORD="DeadLock_Mic"
  627.   MIN=0
  628.   MAX=1000000
  629.   VALUE=0
  630.   HELPTEXT="The number of micro seconds that are added to «Seconds between checks»."
  631.   HELPLINE=16
  632.   
  633.  SLIDER
  634.   NAME="Task-Priority of Deadlock-Hunter"
  635.   KEYWORD="DeadLock_Pri"
  636.   MIN=-128
  637.   MAX=127
  638.   VALUE=0
  639.   HELPTEXT="Priority of PowerWindows' deadlock-hunting Sub-Task."
  640.   HELPLINE=24
  641.  
  642.  
  643. ;= EXTERNAL ================================================================
  644.  
  645. GROUP
  646.  GROUPNAME="External"
  647.  GROUPHELPNODE="ERO"
  648.  GROUPIMAGE="images/Page_external.brush"
  649.  
  650.  PAGE
  651.   PAGENAME="External Routines"
  652.   
  653.   POPFILE
  654.    NAME="External Screen-Checker"
  655.    KEYWORD="Ext_ScreenChecker"
  656.    MAX=255
  657.    VALUE=""
  658.    HELPTEXT="External Routine that is supposed to check whether a Screen shall be patched or not. If the Routine requires some parameters specify them after a ','"
  659.    HELPLINE=28
  660.  
  661.   POPFILE
  662.    NAME="External Window-Checker"
  663.    KEYWORD="Ext_WindowChecker"
  664.    MAX=255
  665.    VALUE=""
  666.    HELPTEXT="External Routine that is supposed to 1) check whether a Window shall get an Iconify-Gadget or not and optionally 2) do the rendering of the Iconify-Gadget. If the Routine requires some parameters specify them after a ','"
  667.    HELPLINE=9
  668.    
  669.   POPFILE
  670.    NAME="External Icon-Renderer"
  671.    KEYWORD="Ext_IconRenderer"
  672.    MAX=255
  673.    VALUE=""
  674.    HELPTEXT="External Routine that is supposed to do the rendering of the Icons. If the Routine requires some parameters specify them after a ','"
  675.    HELPLINE=36
  676.  
  677.  
  678. ;= HOTKEYS =================================================================
  679.  
  680. GROUP
  681.  GROUPNAME="Hotkeys"
  682.  GROUPHELPNODE="HO"
  683.  GROUPIMAGE="images/Page_Hotkeys.brush"
  684.  
  685.  PAGE
  686.   PAGENAME="Hotkeys"
  687.   
  688.   STRING
  689.    NAME="Iconify"
  690.    KEYWORD="HOT_Iconify"
  691.    MAX=60
  692.    VALUE=""
  693.    HELPTEXT="Hotkey to iconify active Window. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  694.    HELPLINE=35
  695.  
  696.   STRING
  697.    NAME="Icons to front"
  698.    KEYWORD="HOT_IconsToFront"
  699.    MAX=60
  700.    VALUE=""
  701.    HELPTEXT="Hotkey to bring Icons on the active Screen to front. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  702.    HELPLINE=42
  703.    
  704.   STRING
  705.    NAME="Icons to back"
  706.    KEYWORD="HOT_IconsToBack"
  707.    MAX=60
  708.    VALUE=""
  709.    HELPTEXT="Hotkey to bring Icons on the active Screen to back. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  710.    HELPLINE=49
  711.    
  712.   STRING
  713.    NAME="De-iconify all Windows"
  714.    KEYWORD="HOT_DeIconifyAll"
  715.    MAX=60
  716.    VALUE=""
  717.    HELPTEXT="Hotkey to de-iconify all Windows on the active Screen. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  718.    HELPLINE=56
  719.    
  720.   STRING
  721.    NAME="Bring active Window into view"
  722.    KEYWORD="HOT_WindowIn"
  723.    MAX=60
  724.    VALUE=""
  725.    HELPTEXT="Hotkey to bring active Window back within standard limits of the Screen (or center and bring it to front if it's already there). Must follow standard hotkey-description convention."
  726.    HELPLINE=62
  727.  
  728.   STRING
  729.    NAME="Bring all Windows into view"
  730.    KEYWORD="HOT_AllWindowsIn"
  731.    MAX=60
  732.    VALUE=""
  733.    HELPTEXT="Hotkey to bring all Windows back within standard limits of Screen. Must follow standard hotkey-description convention. Example 'CTRL ALT a'. Letters must be lowercase (execpt for key-names: 'ALT', 'CONTROL', ...)."
  734.    HELPLINE=71
  735.  
  736.   STRING
  737.    NAME="Patch active Screen"
  738.    KEYWORD="HOT_PATCHSCREEN"
  739.    MAX=50
  740.    VALUE=""
  741.    HELPTEXT="Hotkey to patch the active screen = allow Out-of-Screen draggings and Iconifying. Windows that are already open, get an Iconify-Gadget automatically. This hotkey has of course only sense if the active screen is not yet patched!"
  742.    HELPLINE=78
  743.  
  744.   STRING
  745.    NAME="Unpatch active Screen"
  746.    KEYWORD="HOT_UNPATCHSCREEN"
  747.    MAX=50
  748.    VALUE=""
  749.    HELPTEXT="Hotkey to unpatch the active screen = Out-of-Screen draggings and Iconifying will not be possible anymore. Windows that are out of Screen will be brought back, iconified windows will be de-iconified."
  750.    HELPLINE=88
  751.  
  752.  
  753. ;= SPECIAL =================================================================
  754.  
  755. GROUP
  756.  GROUPNAME="Special"
  757.  GROUPHELPNODE="MAO"
  758.  GROUPIMAGE="images/Page_Special.brush"
  759.  
  760.  PAGE
  761.   PAGENAME="MULTI Action Mode"
  762.   LABELWIDTH=100
  763.   GADGETWIDTH=100
  764.   
  765.   CYCLE
  766.    NAME="MULTI Action Button"
  767.    KEYWORD="MultiButton"
  768.    ITEMNAME="Left"
  769.    ITEMKEYWORD="LEFT"
  770.    ITEMNAME="Right"
  771.    ITEMKEYWORD="RIGHT"
  772.    ITEMNAME="Middle"
  773.    ITEMKEYWORD="MIDDLE"
  774.    VALUE=0
  775.    HELPTEXT="Mouse-Button you want to use for activating MULTI Action Mode. When this Mode is active PowerWindows allows you to iconify/de-iconify more Windows at the same time. Have a look at the Guide!"
  776.    HELPLINE=30
  777.  
  778.   STRING
  779.    NAME="MULTI Qualifier"
  780.    KEYWORD="MultiQualifier"
  781.    MAX=100
  782.    VALUE="LALT+CONTROL"
  783.    HELPTEXT="Qualifiers that must be pressed together with «MULTI Action Button» to activate MULTI Action Mode. Qualifiers must be separated by '+'. Example: 'LALT+RALT+RSHIFT'. Set this to 'OFF' if any Qualifier shall be O.K."
  784.    HELPLINE=38
  785.  
  786.    
  787.  
  788.  
  789. ;= WORKAROUNDS =============================================================
  790.  
  791. GROUP
  792.  GROUPNAME="Workarounds"
  793.  GROUPHELPNODE="WMO"
  794.  GROUPIMAGE="images/Page_Workarounds.brush"
  795.   
  796.  PAGE
  797.   PAGENAME="Misc & Workarounds"
  798.   LABELWIDTH=150
  799.   GADGETWIDTH=50
  800.   
  801. ;  INTEGER
  802. ;   NAME="Offset of Screens' Depth-Gadget"
  803. ;   KEYWORD="SDepth_Offset"
  804. ;   MIN=-2000
  805. ;   MAX=2000
  806. ;   VALUE=0
  807. ;   HELPTEXT="When using PowerWindows with MCP (and it's SysiHack Option is activated) the Depth-Gadgets of the Screens are scrolled one pixel to the left. Setting this to 1 will fix it. For similar problems with other programs set this to the Offset)."
  808.  
  809.   BOOL
  810.    NAME="Fix shadow-problem of MagicMenu"
  811.    KEYWORD="MagicMenu_SH"
  812.    VALUE="FALSE"
  813.    HELPTEXT="When using PowerWindows with MagicMenu the Menu's shadows aren't transparent anymore. Activate this option to fix it. The executable must be called 'MagicMenu' otherwise it won't work. Rename it if on your computer it's called 'MagicMenu_??'"
  814.    HELPLINE=8
  815.    
  816.  
  817.  
  818. END
  819.  
  820.