home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / ib / setups / intrabld / data.z / EMPPROF.JFM < prev    next >
Text File  |  1996-12-11  |  3KB  |  80 lines

  1. /****************************************************************************\
  2. *                                                                            *
  3. * EmpProf.jfm  --  Employee Security Profile Form                            *
  4. *                                                                            *
  5. * EmpProf.jfm is part of the Phone Book prebuilt business solution. It is    *
  6. * called by the udpate form to allow the user to update their security       *
  7. * profile. The real logic of the profile form is in the base class.          *
  8. * The base class is smUserProfileForm in the file Shared\security.jcf.       *
  9. * This form simply provides a user interface compatible with the rest of the *
  10. * Phone Book solution.                                                       *      *
  11. *                                                                            *
  12. * Dependencies:  phonbk31.gif                                                *
  13. *                apps\shared\profile.jcf                                     *
  14. *                apps\shared\controls.cc                                     *
  15. *                                                                            *
  16. * Updated 11/12/96 by IntraBuilder Samples Group                             *
  17. * $Revision:   1.4  $                                                        *
  18. *                                                                            *
  19. * Copyright (c) 1996, Borland International, Inc. All rights reserved.       *
  20. *                                                                            *
  21. \****************************************************************************/
  22. // {End Header} Do not remove this comment//
  23. // Generated on 11/12/96
  24. //
  25. var f = new empprofForm();
  26. f.open();
  27. class empprofForm extends smUserProfileForm from (_sys.env.home() + "APPS\\SHARED\\PROFILE.JCF") {
  28.    _sys.scripts.load(_sys.env.home() + "APPS\\SHARED\\CONTROLS.CC")
  29.    with (this) {
  30.       color = "cae4ff";
  31.       height = 14.6667;
  32.       left = 0;
  33.       top = 0;
  34.       width = 76;
  35.       title = "Security Profile Update";
  36.    }
  37.  
  38.  
  39.    with (this.rule1 = new Rule(this)){
  40.       top = 4;
  41.       size = 2;
  42.       right = 70;
  43.  
  44.    }
  45.  
  46.    with (this.rule2 = new Rule(this)){
  47.       top = 19.5;
  48.       size = 2;
  49.       right = 70;
  50.  
  51.    }
  52.  
  53.    with (this.PhoneBookLogo = new Image(this)){
  54.       height = 3.4167;
  55.       width = 10.25;
  56.       dataSource = "filename PHONBK31.GIF";
  57.       alignment = 4;
  58.       pageno = 0;
  59.  
  60.    }
  61.  
  62.    with (this.HeadingHTML = new HTML(this)){
  63.       height = 2;
  64.       left = 12;
  65.       width = 57;
  66.       color = "853a1a";
  67.       text = "<H1>Security Profile Update</H1>";
  68.       pageno = 0;
  69.  
  70.    }
  71.  
  72.    with (this.GeneratedHTML1 = new GeneratedHTML(this)){
  73.       height = 1;
  74.       top = 20;
  75.       width = 70;
  76.  
  77.    }
  78.  
  79. }
  80.