install.txt
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. How to install the components
  2. -----------------------------
  3. *** YOU NEED TO INSTALL THE COMPONENTS BEFORE OPENING THE DEMOS IN DELPHI. ***
  4. If you're running Delphi 5, 6, or 7:
  5. 1. Open CoolTrayIcon_D5.dpk (Delphi 5) or CoolTrayIcon_D6plus.dpk (Delphi 6
  6.    or above) either by doubleclicking the file or by selecting "Open Project"
  7.    inside Delphi. (CoolTrayIcon_D5.dpk may work for older Delphi versions
  8.    as well, but I don't know for sure. Please tell me if I'm right.)
  9. 2. Click Compile, then Install.
  10. 3. That's it. The components should be visible in the component palette
  11.    in a tab called "Tray Icons" (if older versions of the components were
  12.    already installed they may be found in "Custom").
  13. If you're running other Delphi versions than ver. 5, 6, or 7:
  14. 1. Try the steps above with the CoolTrayIcon_D5.dpk file (it may work in
  15.    older versions of Delphi, but I don't know for sure. Please tell me).
  16.    If this doesn't work then do the following:
  17. 2. Select "Install Component" from the "Component" menu item (may vary
  18.    depending on your Delphi version).
  19. 3. A dialog displays where you must select the components to install and
  20.    the package to install into. I recommend creating a new package, if you
  21.    haven't already done so, rather than installing into the default package.
  22. 4. Browse for the RegisterTrayIcons.pas file and select OK.
  23. 5. That's it. The components should be visible in the component palette
  24.    in a tab called "Tray Icons" (if older versions of the components were
  25.    already installed they may be found in "Custom").
  26. If you're running C++ Builder:
  27. The required steps are the same as in Delphi, so just follow the steps above.
  28. Alternatively, use this approach:
  29. 1. Select "New Component..." from the menu
  30. 2. In "Ancestor type", select "TTrayIcon  [trayicon]"
  31. 3. In "Class Name", type "TCoolTrayIcon"
  32. 4. In "Palette Page", type "Tray Icons" (or another tab you want to install to)
  33. 5. In "Unit file name", select "RegisterTrayIcons.pas" (which is found in the
  34.    CoolTrayIcon package).
  35. 6. Click on the "Install" button.