{*************************************************************}
{            Deactivate/Minimize & Close Application          }
{ Version:   1.0                                              }
{ Author:    Milic Tomislav, B.Sc., Belgrade, Yugoslavia      }
{            Milic Tomislav, dipl.ing, Beograd, Jugoslavija   }
{ E-Mail:    milict@yahoo.com                                 }
{ Home Page:                                                  }
{ Created:        7 Oct 1999.                                 }
{ Last Modified:  7 Oct 1999.                                 }
{ Legal:     Copyright (c) 1999 by Milic Tomislav             }
{*************************************************************}
{ NOTE:                                                       }
{ This component is email-ware, so, email me your comments,   }
{ suggestions and bugs. If you like or use this component,    }
{ I would appreciate your opinion.                            }
{*************************************************************}
{ TDeactMinClose :                                            }
{ This component will minimize and close your application     }
{ if it is idle for some time or if you switched to another   }
{ application and had forgot this one.                        }
{*************************************************************}
{ PROPERTIES:                                                 }

{-DeactivateToMinimize : Number of minutes to wait after you  }
{ switched to another application to minimize your application}
{ default 0 try 3 (min)                                       }

{-IdleToMinimize : Number of minutes to wait to minimize your }
{ application after you left computer (app is idle)           }
{ default 0 try 5-15 (min)                                    }

{-MinimizeToClose : Number of minutes after you or this       }
{ component had minimized application when it should be closed}
{ default 0 try 5 (min)                                       }

{ Default (0) means don't use this option at all.             }
{*************************************************************}
{ EVENTS:                                                     }

{  - OnMinimize (optional)                                    }
{ If you don't define your event handler, application will be }
{ minimized                                                   }

{  - OnClose (optional)                                       }
{ If you don't define your event handler, application will be }
{ closed                                                      }
{*************************************************************}
{                     IMPORTANT NOTE:                         }
{ This software is provided 'as-is', without any express or   }
{ implied warranty. In no event will the author be held       }
{ liable for any damages arising from the use of this         }
{ software. I put it in public domain with pleasure.          }
{ Feel free to modify and enhance it as you like.             }
{*************************************************************}
{ INSTALLATION                                                }
{                                                             }
{ Before using this components you need to install it.        }
{ To install, copy the enclosed files into a common VCL       }
{ directory. In Delphi use the Install Component option       }
{ on the Components menu to install it into your component    }
{ library.                                                    }
{                                                             }
{ To use this component, drop it onto a form at design time.  }
{ Set properties to suit your needs and optionaly, define     }
{ OnClose and OnMinimize events.                              }
{                                                             }
{ For more information see DeactMinCloseHelp.html.            }
{*************************************************************}
{ CREDITS:                                                    }
{                                                             }
{   Torry Delphi Page  for all components and sources         }
{   http://www.torry.ru                                       }
{                                                             }
{   David A. Price for "Component create v 4.0"               }
{   http://www.compcreate.com                                 }
{I learn how to make components using this great freeware tool}
{                                                             }
{*************************************************************}
{                                                             }
{ "Pleasure is to give, not to get!"                          }
{                                                             }
{ Tomislav Milic, B.Sc.                                       }
{ milict@yahoo.com                                            }
{ Belgrade                                                    }
{ Yugoslavia                                                  }
{*************************************************************}

