home *** CD-ROM | disk | FTP | other *** search
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; bleh
- ; Created by Gary Steinke, Feb 3/0
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [control]
- id=NFS5.BEVELEDOPTIONBOX
- description=BeveledOptionBox
-
- parts=area,data,top,bottom,left,right
-
- name.value=ID_BEVELEDOPTIONSBOX
- name.flags=HIDDEN|READONLY
-
- states=normal,hidden
- states.flags=0
-
- size.value=50,50
- size.flags=0
- moveable.value=1
- moveable.flags=HIDDEN|READONLY
- resizeable.value=1
- resizeable.flags=HIDDEN|READONLY
- pos=0,0
- pos.label=control.pos
-
-
- autosize.value=1
- autosize.flags=HIDDEN|READONLY
-
-
- [state.normal]
- parts=data,area,top,bottom,left,right
-
- [state.hidden]
- parts=data
-
-
- [part.data]
- id=DATA
- attributes.value=transon,transoff,norefresh,nosize,swrenderoff
- transon.type=STRING
- transon.value=FADE
- transon.label=Transition On
- transon.flags=0
- transoff.type=STRING
- transoff.value=SAME
- transoff.label=Transition Off
- norefresh.type=INT
- norefresh.value=1
- norefresh.flags=HIDDEN|READONLY
- nosize.type=INT
- nosize.value=0
- nosize.flags=HIDDEN|READONLY
- swrenderoff.type=INT
- swrenderoff.value=0
-
-
- [part.area]
- id=RECT
- pos.value=0,0
- pos.flags=HIDDEN|READONLY
- size.value=control.size.width,control.size.height
- size.flags=HIDDEN|READONLY
- color.value=0x8000ff00
-
-
- [part.top]
- id=RECT
- pos.value=0,0
- pos.flags=HIDDEN|READONLY
- size.value=control.size.width,1
- size.flags=HIDDEN|READONLY
- color.value=0xff000000
- color.flags=HIDDEN|READONLY
-
- [part.bottom]
- id=RECT
- pos.value=0,control.size.height-1
- pos.flags=HIDDEN|READONLY
- size.value=control.size.width,1
- size.flags=HIDDEN|READONLY
- color.value=0xff000000
- color.flags=HIDDEN|READONLY
-
- [part.left]
- id=RECT
- pos.value=0,0
- pos.flags=HIDDEN|READONLY
- size.value=1,control.size.height
- size.flags=HIDDEN|READONLY
- color.value=0xff000000
- color.flags=HIDDEN|READONLY
-
- [part.right]
- id=RECT
- pos.value=control.size.width-1,0
- pos.flags=HIDDEN|READONLY
- size.value=1,control.size.height
- size.flags=HIDDEN|READONLY
- color.value=0xff000000
- color.flags=HIDDEN|READONLY