home *** CD-ROM | disk | FTP | other *** search
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Chronicle Beauty Shot Icon
- ;
- ; Simply used for the x,y and to grab input events.
- ;
- ; Created by Gary Steinke, oct16/99
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [control]
- id=NFS5.ChroniclePictureIcon
- description=Chronicle Picture Icon
-
- parts=area,data
-
- name.value=ID_ChroniclePictureIcon
-
- states=normal,hidden,hover
- states.flags=0
-
- size.value=100,60
- size.flags=0
- moveable.value=1
- moveable.flags=HIDDEN|READONLY
- resizeable.value=1
- resizeable.flags=0
- pos.value=313,104
- pos.label=control.pos
-
- autosize.value=1
- autosize.flags=HIDDEN|READONLY
-
-
-
- [state.normal]
- parts=area,data
-
- [state.hover]
- parts=area,data
-
-
- [part.data]
- id=DATA
- attributes.value=transon,transoff,number
- transon.type=STRING
- transon.value=FADE
- transon.label=Transition On
- transon.flags=0
- transoff.type=STRING
- transoff.value=SAME
- transoff.label=Transition Off
- number.type=INT
- number.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=0x80000000
- color.flags=HIDDEN|READONLY