[Mc4j-cvs] mc4j/application/dist/org/mc4j/console/Windows2/Modes extras.wsmode,1.1,1.2 properties.ws
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-12 19:14:05
|
Update of /cvsroot/mc4j/mc4j/application/dist/org/mc4j/console/Windows2/Modes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20162/application/dist/org/mc4j/console/Windows2/Modes Added Files: extras.wsmode properties.wsmode editor.wsmode explorer.wsmode output.wsmode Log Message: Merging EMS into head for the 2.0 release work --- NEW FILE: explorer.wsmode --- <?xml version="1.0" encoding="UTF-8"?> <mode version="2.0"> <module name="org.mc4j.console" spec="1.3" /> <name unique="explorer" /> <kind type="view" /> <state type="joined" /> <constraints> <path orientation="vertical" number="20" weight="1" /> <path orientation="horizontal" number="0" weight="0.3" /> <path orientation="vertical" number="0" weight="0.7"/> </constraints> <bounds x="0" y="0" width="0" height="0" /> <frame state="0" /> <active-tc id="connectionexplorer" /> <empty-behavior permanent="false" /> </mode> <!-- <mode version="2.0"> <module name="org.netbeans.core.ui/1" spec="1.2" /> <name unique="explorer" /> <kind type="view" /> <state type="joined" /> <constraints> <path orientation="vertical" number="20" weight="0.7" /> <path orientation="horizontal" number="20" weight="0.2509124087591241" /> </constraints> <bounds x="140" y="183" width="280" height="510" /> <frame state="0" /> <active-tc id="connectionexplorer" /> <empty-behavior permanent="true" /> </mode> --> --- NEW FILE: output.wsmode --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mode PUBLIC "-//NetBeans//DTD Mode Properties 2.0//EN" "http://www.netbeans.org/dtds/mode-properties2_0.dtd"> <mode version="2.0"> <name unique="output" /> <kind type="view" /> <state type="joined" /> <constraints> <path orientation="vertical" number="40" weight="0.3" /> <path orientation="horizontal" number="20" weight="0.5" /> </constraints> <relative-bounds x="10" y="68" width="40" height="20" /> <active-tc id="output" /> <empty-behavior permanent="true" /> </mode> <!-- <?xml version="1.0" encoding="UTF-8"?> <mode version="2.0"> <name unique="output"/> <kind type="view"/> <state type="joined"/> <constraints> <path orientation="vertical" number="20" weight="0.7" /> <path orientation="horizontal" number="20" weight="0.7" /> <path orientation="vertical" number="1" weight="0.25" /> </constraints> <bounds x="0" y="0" width="0" height="0"/> <frame state="0"/> <empty-behavior permanent="false"/> </mode> <mode version="2.0"> <name unique="output" /> <kind type="view" /> <state type="joined" /> <constraints> <path orientation="horizontal" number="1" weight="0.7436131386861313" /> <path orientation="vertical" number="40" weight="0.3" /> <path orientation="horizontal" number="20" weight="0.5" /> </constraints> <bounds x="140" y="693" width="560" height="204" /> <frame state="0" /> <empty-behavior permanent="true" /> </mode> --> --- NEW FILE: extras.wsmode --- <?xml version="1.0" encoding="UTF-8"?> <mode version="2.0"> <name unique="extras" /> <kind type="view" /> <state type="joined" /> <constraints> <path orientation="vertical" number="20" weight="0.7"/> <path orientation="horizontal" number="20" weight="0.7"/> <path orientation="vertical" number="1" weight="0.25"/> </constraints> <bounds x="0" y="0" width="0" height="0" /> <frame state="0" /> <active-tc id="monitorexplorer" /> <empty-behavior permanent="true" /> </mode> --- NEW FILE: properties.wsmode --- <?xml version="1.0" encoding="UTF-8"?> <mode version="2.0"> <name unique="properties" /> <kind type="view" /> <state type="joined" /> <constraints> <path orientation="vertical" number="20" weight="1" /> <path orientation="horizontal" number="0" weight="0.3" /> <path orientation="vertical" number="1" weight="0.3"/> </constraints> <bounds x="0" y="0" width="0" height="0" /> <frame state="0" /> <active-tc id="properties" /> <empty-behavior permanent="false" /> </mode> <!-- <mode version="2.0"> <name unique="properties" /> <kind type="view" /> <state type="joined" /> <constraints> <path orientation="horizontal" number="1" weight="0.7436131386861313" /> <path orientation="vertical" number="20" weight="0.7" /> <path orientation="horizontal" number="60" weight="0.3192032156487688" /> <path orientation="vertical" number="60" weight="0.5" /> </constraints> <bounds x="1050" y="438" width="210" height="255" /> <frame state="0" /> <active-tc id="properties" /> <empty-behavior permanent="true" /> </mode> --> --- NEW FILE: editor.wsmode --- <?xml version="1.0" encoding="UTF-8"?> <mode version="2.0"> <module name="org.mc4j.console" spec="1.3" /> <name unique="editor" /> <kind type="editor" /> <state type="joined" /> <bounds x="0" y="0" width="0" height="0" /> <frame state="0" /> <!--<active-tc id="welcomepanel" />--> <empty-behavior permanent="true" /> </mode> |