L
leway
Unregistered / Unconfirmed
GUEST, unregistred user!
type
RECT = Record
Left: Word;
Top: Word;
Width: Word;
Height: Word;
end;
TBULGEREC = record
wType: WORD;
wWidth: WORD;
wGap: WORD;
wArc: WORD;
wLeftArc: WORD;
wRightArc: WORD;
end;
TPLANREC = record
wType: WORD;
nX1: SmallInt
// X of upper-left corner
nY1: SmallInt
// Y of upper-left corner
wWidth: WORD;
wHigh: WORD;
end;
TPLANARY = array of TPLANREC;
THEAVEREC = record
rectHeave: RECT
// Draw area in the window
bulgeUp: TBULGEREC
// Style of up line
bulgeDown: TBULGEREC
// Style of down line
nColor: SmallInt;
wplans: WORD
// Number of plan
aryPlan: TPLANARY
// Plan data
end;
THEAVEARY = array of THEAVEREC;
{==============================================================================+
| Constant |
+==============================================================================}
const
CNST_SKIN1: array[1..1] of THEAVEREC = ;
RECT = Record
Left: Word;
Top: Word;
Width: Word;
Height: Word;
end;
TBULGEREC = record
wType: WORD;
wWidth: WORD;
wGap: WORD;
wArc: WORD;
wLeftArc: WORD;
wRightArc: WORD;
end;
TPLANREC = record
wType: WORD;
nX1: SmallInt
// X of upper-left corner
nY1: SmallInt
// Y of upper-left corner
wWidth: WORD;
wHigh: WORD;
end;
TPLANARY = array of TPLANREC;
THEAVEREC = record
rectHeave: RECT
// Draw area in the window
bulgeUp: TBULGEREC
// Style of up line
bulgeDown: TBULGEREC
// Style of down line
nColor: SmallInt;
wplans: WORD
// Number of plan
aryPlan: TPLANARY
// Plan data
end;
THEAVEARY = array of THEAVEREC;
{==============================================================================+
| Constant |
+==============================================================================}
const
CNST_SKIN1: array[1..1] of THEAVEREC = ;