Backgrounds for Window, Dialog, Folder and Font-painter
All Selections are included in one Dialog.
Only Controls for selected Combinations are visible :
Window, Dialog, Folder => Color, Gradient, Brush, Image
A Fonteditor can be added to Dialog- and Folder-Preview for => Say, Radio and Checkbox
The Download is splitted, to keep Updates small in Size.
1. Exe- and Link-Files ( 0.9 MB ) Release 2.2 :
http://www.pflegeplus.com/fw_downloads/Backpart1.zip
2. Editor and Freeimage ( 2.1 MB ) :
http://www.pflegeplus.com/fw_downloads/Backpart2.zip
3. Images ( 0.8 MB ) :
http://www.pflegeplus.com/fw_downloads/Backpart3.zip
You can have a look at the new Release :
viewtopic.php?f=3&t=18167&p=111550#p111550
Check Pathdefines in GO1.bat and MAKE1.rmk !!!!
to create a EXE-file
Images are stored in Subdirectory ????? \BITMAPS
SPECIFICATION :
BACKGROUND-Tests
Color,Gradient,Brush,Image
for
Window,Dialog,Folder
CONTROL-Transparent-Tests on Dialog and Folderpages ( Class TFOLDEX )
Say, Checkbox, Radios
FOLDER-TAB-Settings
Height, Seperator, Font-Style and Color
FONT-Settings
Style, Size, Width, Color
Full Screen-preview and Realtime-preview of Selections / Settings
Create Prg- and Exe-File
Reset to use and Test a INI-File with selected Values.
That makes it possible, to create User-defined-backgrounds with values loaded at Application-Start
Vars used from INI-File :
- Code: Select all Expand view
// WINDOW
// ---------------
nOption1 := 4 // WINDOW = Color, Gradient, Brush, Image
nMove1 := 0.50 // Gradient-Position
nColor1a := 14853684 // 1. Color
nColor1b := 16312263 // 2. Color Gradient
aColors1 := { { nMove1, nColor1a, nColor1b }, { nMove1, nColor1b, nColor1a } }
lDirect1 := .T. // Gradient Direction
cBrush1 := "Marble.bmp" // Brush
cImage1 := "Back3.jpg" // Image
// DIALOG
// -----------
nOption2 := 4 // DIALOG = Color, Gradient, Brush, Image
nMove2 := 0.50
nColor2a := 14853684
nColor2b := 16312263
aColors2 := { { nMove2, nColor2a, nColor2b }, { nMove2, nColor2b, nColor2a } }
lDirect2 := .T.
cBrush2 := "Marble.bmp"
cImage2 := "Back1.jpg"
nTColor2 := 65535 // Text-Color
// FOLDER
// -----------
nOption3 := 3 // FOLDER = Color, Gradient, Brush, Image
nMove3 := 0.50
nColor3a := 14853684
nColor3b := 16312263
aColors3 := { { nMove3, nColor3a, nColor3b }, { nMove3, nColor3b, nColor3a } }
lDirect3 := .T.
cBrush3 := "Marble.bmp"
cImage3 := "Back1.jpg"
nTabH := 25 // Tab-Height
nTabS := 5 // Tab-Separator
cTabBmp := "16edit.bmp" // Tab-Bmp
cTabBrush := "Marble.bmp" // Tab-Brush
nTColor3 := 65535 // Tab-Text-Color
Easy to use
Overview ( only Controls in Relation to Window, Dialog and Folder will be visible )
Full Screen-preview
The created Exe-File
Selected Controls in Relation to Color, Gradient, Brush and Image
The different Folder-Settings
The Font-Editor for Dialog / Folder - Say, Radio, Checkbox and Tabs
( shows a added Font-color-editor )
Best Regards
Uwe