home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-10-03 | 1.6 KB | 85 lines |
- ; Updated for version 0.81
- ; 0.81 Changes
- ; Custom close button supported -> bexit*.bmp
- ; Fixed button transparency
- [Settings]
- ;0-Normal
- ;1-Skin can be any shape, pixel at top left corner (position 0,0) is transparent color
- MainAnySape=0
-
- ; 0-Normal buttons
- ; 1-Shaped buttons
- ; 2-Transparent
- ButtonAnyShape=0
-
- ; Transparent colors
- ; Currently not used, always pixel at 0,0
- MainTransClr=000000
- ButtonTransClr=000000
-
-
- [Colors]
- ;format RRGGBB hex
- ;
- ;position back color
- PosBackClr=6F776F
- ;position fore color
- PosForeClr=000000
- ;font color
- FontClr=000000
- ;volume color
- VolumeClr=000000
- ; volume background or transparent if not defined
- ; VolumeBG=00FF00
- ; Playlist background
- PlayLBG=6F776F
- ; Playlist text color
- PlayLTX=000000
-
- [Position]
- ; Buttons position - x,y
- ; Button size is the same as bitmap
- BtnPrev=39,115
- BtnPlay=69,115
- BtnPause=99,115
- BtnStop=129,115
- BtnOpen=159,115
- BtnNext=189,115
- ; Movie name
- Txt1=24,24
- ; Maximum allowed width, if this line is not present -> auto
- ; Txt1MaxSize=240
- ;
- Txt2=24,40
- ; Movie size & fps
- Txt3=24,56
- ; Status (play,stop...)
- Txt4=339,24
- ; Time
- Txt5=264,41
- ; Repeat
- Txt6=328,56
- ; x,y,w,h
- TrackBar=22,71,364,9
- ; Track bar kind, H-Horizontal, V-Vertical
- TrackKind=H
- ;
- BtnExit=390,3
- ; Volume postion and size, rectangle Left,Top,Right,Bottom
- Volume=180,38,251,64
- ; About
- About=303,122,392,142
-
- ; N-Normal, B-Bold
- [Fonts]
- Txt1=MS Sans Serif,8-N
- Txt2=MS Sans Serif,8-N
- Txt3=MS Sans Serif,8-N
- Txt4=MS Sans Serif,8-N
- Txt5=MS Sans Serif,8-B
- Txt6=MS Sans Serif,8-N
-
- [Text]
- Author=BST
- Description=Base skin
-