home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kompon / d23456 / PHANTOM.ZIP / Phantom.txt
Text File  |  2001-06-20  |  5KB  |  109 lines

  1.                    (English description below)
  2.  
  3.  TPhantom Version 7.0
  4.  
  5.   erstellt von Roland Gruber  (delphi@rolandgruber.de)
  6.                               (http://www.rolandgruber.de)
  7.  
  8.   Diese Komponente darf in kommerziellen Anwendungen sowie
  9.   zum privaten Gebrauch verwendet werden, solange der Name
  10.   des Programmierers genannt wird (z.B. in einer Info-Box).
  11.  
  12.   Der Gebrauch der Komponente erfolgt auf eigene Gefahr
  13.   und fⁿr etweige SchΣden wird keine Haftung ⁿbernommen.
  14.   (Auch wenn die Wahrscheinlichkeit dafⁿr eher gering ist.)
  15.  
  16.   Wenn sie diese Komponente verbessern oder Anregungen
  17.   haben wⁿrde ich mich ⁿber eine e-mail freuen.
  18.   (delphi@rolandgruber.de)
  19.  
  20.   ACHTUNG!!! Das Verstecken vor dem Taskmanager wird unter Windows NT
  21.   nicht unterstⁿtzt und von der Komponente ignoriert.
  22.  
  23.   ErklΣrung der Funktionen:
  24.  
  25.   Sichtbar: legt fest ob das Anwendungsformular sichtbar ist
  26.   Serviceprocess: versteckt das Programm vor dem Taskmanager(Strg+Alt+Entf)
  27.   Icondatei: Name der .ico-Datei die das Symbol fⁿr Taskleiste
  28.              enthΣlt.
  29.   Iconsichtbarkeit: legt fest, ob das Icon in der Taskleiste
  30.                     sichtbar ist.
  31.   Popuprechts: Name des Popupmenⁿs, das erscheint, wenn der
  32.                Benutzer mit der rechten Maustaste auf das
  33.                Taskleistenicon klickt
  34.   Popuplinks:  Dasselbe wie oben mit Klick auf die linke Taste
  35.   Linksklick:  Ereignis das ausgel÷st wird wenn der Benutzer
  36.                mit der linken Maustaste auf das Icon klickt
  37.   Rechtsklick: analog zu oben mit der rechten Taste
  38.   Doppelklick: analog zu oben mit einem Doppelklick
  39.   Blinken: LΣ▀t die SchaltflΣche in der Taskbar einmal blinken 
  40.            (!!!nach setzen auf true, wechselt es sofort zurⁿck zu false (vorher blinkt es einmal) !!!)
  41.   Blinkdauer: Legt fest, wie lange(ms) das Blinken anhΣlt
  42.   Prioritaet: PrioritΣt der Anwendung
  43.   MausPosX: Position des Mauscursors auf der x-Achse
  44.   MausPosY: Position des Mauscursors auf der y-Achse
  45.   MausRechtsKlick: simulierter Klick der rechten Maustaste
  46.   MausLinksKlick: simulierter Klick der linken Maustaste
  47.   MausMittelKlick: simulierter Klick der mittleren Maustaste
  48.   Sendstring: simuliert die Eingabe eines Strings ⁿber die Tastatur
  49.               ( unterstⁿtzte Zeichen: ABCDEFGHIJKLMNOPQRSTUVWXYZ
  50.                                       abcdefghijklmnopqrstuvwxyz
  51.                                       1234567890!"º$%&/()=
  52.                                       ,.-;:_ +* )
  53.   Eingabesperre: hiermit kann man Maus und Tastatur sperren: bei esNormal kann der Benutzer noch
  54.                  durch Strg+Alt+Entf die Sperre aufheben, bei esHart nicht mehr
  55.  
  56.  
  57. ****************************************************************
  58.  
  59.  
  60.   TPhantom 7.0
  61.  
  62.   programming by Roland Gruber (delphi@rolandgruber.de)
  63.                                (http://www.rolandgruber.de)
  64.  
  65.   You can use this component in commercial and noncommercial
  66.   programms as long as you mention the author(i.g. in an infobox).
  67.  
  68.   The use of this component is at your own risk.
  69.   I do not take any responsibility for any damages.
  70.  
  71.   If you improve this component I would be happy if you
  72.   sent me a copy of the source code and if you have
  73.   suggestions how to improve the component just send
  74.   me an e-mail.
  75.   (delphi@rolandgruber.de)
  76.  
  77.   PAY ATTENTION!!! Hiding of applications from the taskmanager
  78.   is not supported on Windows NT and will be ignored.
  79.  
  80.   How to use this component:
  81.  
  82.   Visible: defines if your form is visible or not
  83.   Serviceprocess: hides the program from the taskmanager(CTRL+ALT+DEL)
  84.   Iconfile: filename of the .ico-file for the taskbar icon
  85.   Iconvisibility: defines if the taskbar icon is visible
  86.   Popupright: name of the popup window that appears when
  87.                the user right clicks on the taskbar icon
  88.   Popupleft:  the same as above on left click
  89.   Leftclick:  this happens if the user left clicks on
  90.                the taskbar icon
  91.   Rightclick: same as above on a right click
  92.   Doubleclick: same as above on a double click
  93.   Tip: Text that is shown when cursor is over taskbar icon
  94.   Flash: flashes the button in the taskbar
  95.          (!!! returns to false immediately after being set to true (after one flashing)!!!)
  96.   FlashTime: time(ms) of flashing
  97.   Priority: Priority of the application
  98.   MousePosX: Position of cursor on x-axis
  99.   MousePosY: Position of cursor on y-axis
  100.   MouseRightClick: simulates click of the right mouse button
  101.   MouseLeftClick: simulates click of the left mouse button
  102.   MouseMiddleClick: simulates click of the middle mouse button
  103.   SendString: simulates the input of a string by keyboard
  104.               ( supported characters: ABCDEFGHIJKLMNOPQRSTUVWXYZ
  105.                                       abcdefghijklmnopqrstuvwxyz
  106.                                       1234567890!"º$%&/()=
  107.                                       ,.-;:_ +* )
  108.   LockInput: this locks the mouse and keyboard: if set to liNormal the user is able to unlock
  109.              both by pressing Ctrl+Alt+Del, if set to liHard he has no chance