home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / ADDON.PAK / SSINIT.SPP < prev    next >
Encoding:
Text File  |  1997-05-06  |  706 b   |  26 lines

  1. import IDE;
  2. print "ssinit.spp";
  3.  
  4. //
  5. // The following assign addon views to the regions created by the IDE
  6. //
  7. IDE.SetRegion("AddOnTextView",      1, 1, 10000, 6666); // Editor
  8. IDE.SetRegion("AddOnMonitorView",   1, 6666, 10000, 10000); // Message"
  9. IDE.SetRegion("AddOnProjectView",   1, 6666, 10000, 10000); //Project
  10. IDE.SetRegion("AddOnProjectDetailView", 1, 6666, 10000, 10000); //Project
  11. IDE.SetRegion("AddOnPropertyView",    1, 6666, 10000, 10000); //Project
  12.  
  13.  
  14. AddonTestCommand1() {
  15.   print "AddonTestCommand1";
  16. AddonTestCommand2() {
  17.   print "AddonTestCommand2";
  18. AddonTestCommand3() {
  19.   print "AddonTestCommand3";
  20. AddonTestCommand4() {
  21.   print "AddonTestCommand4";
  22.