home *** CD-ROM | disk | FTP | other *** search
/ The Complete Idiot's Guide to Microsoft Excel 2010 / CIGExcel.iso / Videos / Flash / controller.swf / scripts / __Packages / com / techsmith / widgets / panels / PanelStyle.as < prev    next >
Encoding:
Text File  |  2010-09-09  |  259 b   |  13 lines

  1. class com.techsmith.widgets.panels.PanelStyle
  2. {
  3.    var left_top = null;
  4.    var middle = null;
  5.    var right_bottom = null;
  6.    function PanelStyle(e1, m, e2)
  7.    {
  8.       this.left_top = e1;
  9.       this.middle = m;
  10.       this.right_bottom = e2;
  11.    }
  12. }
  13.