You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
Grafics for VWSlider
|
|
====================
|
|
|
|
The file View.bmp contains an overview of all
|
|
grafics in the VWSlider directory.
|
|
|
|
The files are distributed in two directories:
|
|
- Horizontal: Grafics for horizontal sliders
|
|
(Direction-Property = 1 - vwHorizontal)
|
|
- Vertical: Grafics for vertical sliders
|
|
(Direction-Property = 1 - vwVertical)
|
|
|
|
Naming conventions
|
|
- Letter(s) = Name of the grafic
|
|
- Number = Width (X) in pixel
|
|
- Underscore character
|
|
- Number = Height (Y) in pixel
|
|
- [Direction] = (optional) Direction in which the grafic is pointing
|
|
|
|
The files are stored in two formats:
|
|
- bmp: Bitmap, non transparent, light gray background
|
|
- gif: Grafics Interchange Format (CompuServe), transparent
|
|
Transparency is only defined for non rectangular grafics (i.e. arrows,
|
|
files H*). In the bmp-format areas not belonging to the arrow itself
|
|
are colored light gray and can not be changed. In the gif-format
|
|
these areas are colored brown and marked transparent. This causes
|
|
the areas beeing colored by the BackColor-property (the OpaqueContent-
|
|
property has to be switched to False).
|