home *** CD-ROM | disk | FTP | other *** search
- /*
- * Info-File for 1Vmod-classes
- *
- * These should include the following entries:
- *
- * "<className>" = "<localized Name of Class>";
- * "Copyright" = "<Copyright Note>";
- * "Author" = "<Name of author>";
- * "Parent" = "<Name of parent class, see*1 >";
- * "Classes" = "<Names of classes, seperated by ',', see *2 >";
- *
- * *1) Parent class means NOT superclass, but the logical class,
- * from that this class depends, e.g. the Name of the Element-
- * class for tools, the name of the supertool for subtools etc.
- * If no "Parent"-Entry is found, this class is supposed to
- * be a root-class.
- *
- * *2) This entry is only needed for the PrincipalClass in a Bundle.
- *
- */
- "TabPanel" = "Tabulatorliste";
- "Author" = "Michael Mögn";
- "Parent" = "TextStyleTool";
-