dfwphantom.pas

来自「dfw控件组V0.62」· PAS 代码 · 共 55 行

PAS
55
字号
{******************************************************************************}
{          This unit is part of the Delphifreeware component package.          }                                                                              
{                                                                              }
{ Filename           : DFWPhantom.pas                                          }
{ Short description  :                                                         }
{ Author             : Roland Gruber                                           }
{ E-Mail             : gruberroland@netscape.net                               }
{ Internet           : http://home.t-online.de/home/familie.gruber/main.htm                                                        }
{ Version            : 5.2                                                     }
{ Date last modified :                                                         }
{ Delphi versions    :                                                         }
{                                                                              }
{                                                                              }
{ Add. Copyright     :                                                         }
{                                                                              }
{ Description        : Visible: defines if your form is visible or not
{                      Serviceprocess: hides the program from the taskmanager(CTRL+ALT+DEL)
{                     Iconfile: filename of the .ico-file for the taskbar icon
{                     Iconvisibility: defines if the taskbar icon is visible
{                     Popupright: name of the popup window that appears when
{                                 the user right clicks on the taskbar icon
{                     Popupleft:  the same as above on left click
{                     Leftclick:  what happens if the user left clicks on
{                                 the taskbar icon
{                     Rightclick: same as above on a right click
{                     Doubleclick: same as above on a double click
{                     Tip: Text that is shown when cursor is over taskbar icon
{                     Flash: flashes the button in the taskbar
{                            (!!! returns to false immediately after being set to true (after one flashing)!!!)
{                     FlashTime: time(ms) of flashing
{                     Priority: Priority of the application
{                     MousePosX: Position of cursor on x-axis
{                     MousePosY: Position of cursor on y-axis
{                     MouseRightClick: simulates click of the right mouse button
{                     MouseLeftClick: simulates click of the left mouse button
{                     MouseMiddleClick: simulates click of the middle mouse button
{
{                                                                              }
{ Usage              : PAY ATTENTION!!!  Hiding of applications from the taskmanager
{                      is not supported on Windows NT and will be ignored.
{                                                                              }
{ Revision history   :                                                         }
{                                                                              }
{ This unit contains the following                                             }
{ Components       : TDFWPhantom                                               }
{ Classes          :                                                           }
{ Types            : TPriotity                                                 }
{ Constants        : TASKBAREVENT                                              }
{ Global variables :                                                           }
{ Global procedures:                                                           }
{ Global functions :                                                           }
{                                                                              }
{******************************************************************************}
{                                                                              }
{  DFW and Delphifreeware 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?