home *** CD-ROM | disk | FTP | other *** search
- <!-- You will need this to get rid of the green text -->
- <!-- in the configuration window..all you will need to change are -->
- <!-- the color definations.. (example: color="0,0,0") -->
- <!-- Add the 3 maki files to your script also (cfgint,cfgbool,cfgstring) -->
-
-
- <groupdef id="studio.configgroup.int" default_h="16">
-
- <layer x="0" y="0" w="-43" h="16" image="studio.config.textbg"
- id="cfg.bg"
- relatw="1"
- />
-
- <text
- id="cfg.txt"
- x="0" y="0"
- w="300" h="16"
- fontsize="14"
- color="86,86,86"
- bold="0"
- />
-
- <edit
- id="cfg.edit"
- x="-45" y="0"
- w="45" h="16"
- relatx="1"
- />
-
- <script id="cfg.int" file="scripts/default/cfgint.maki"/>
-
- </groupdef>
-
-
- <groupdef id="studio.configgroup.bool" default_h="16" >
-
- <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
- relatw="1"
- id="cfg.bg"
- />
-
- <text
- id="cfg.txt"
- x="0" y="0"
- w="300" h="16"
- fontsize="14"
- color="86,86,86"
- bold="0"
- />
-
- <togglebutton
- id="cfg.toggle"
- x="-16" y="0" relatx="1"
- image="studio.button.checkbox.unchecked"
- activeImage="studio.button.checkbox.checked"
- />
-
- <button id="cfg.toggle2" x="0" y="0"
- w="0" relatw="1" h="0" relath="1"
- />
-
- <script id="cfg.bool" file="scripts/default/cfgbool.maki"/>
-
- </groupdef>
-
- <groupdef id="studio.configgroup.string" default_h="16" >
-
- <layer x="0" y="0" w="0" h="16" image="studio.config.textbg"
- relatw="1"
- id="cfg.bg"
- />
-
- <text
- id="cfg.txt"
- x="0" y="0"
- w="300" h="16"
- fontsize="14"
- color="86,86,86"
- bold="0"
- />
-
- <edit
- id="cfg.edit"
- x="-150" y="0" relatx="1"
- w="150" h="16"
- />
-
- <script id="cfg.string" file="scripts/default/cfgstring.maki"/>
-
- </groupdef>
-