diff --git a/components/thtmlport/demo_src/framedem.compiled b/components/thtmlport/demo_src/framedem.compiled deleted file mode 100644 index 34ef0767b..000000000 --- a/components/thtmlport/demo_src/framedem.compiled +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/components/thtmlport/demo_src/htmldemo.compiled b/components/thtmlport/demo_src/htmldemo.compiled deleted file mode 100644 index db1002645..000000000 --- a/components/thtmlport/demo_src/htmldemo.compiled +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/components/thtmlport/package/styleun.pas b/components/thtmlport/package/styleun.pas index f43618590..f92257ed1 100644 --- a/components/thtmlport/package/styleun.pas +++ b/components/thtmlport/package/styleun.pas @@ -2344,7 +2344,7 @@ for HIndex := 1 to 6 do end; const - NumColors = 176; + NumColors = 177; //176; Colors: array[1..NumColors] of string[20] = ('transparent', 'black', 'maroon', 'green', 'olive', 'navy', 'purple', 'teal', 'gray', 'silver', 'red', 'lime', 'yellow', 'blue', 'fuchsia', 'aqua', 'white', @@ -2374,6 +2374,8 @@ const 'steelblue', 'tan', 'thistle', 'tomato', 'turquoise', 'violet', 'wheat', 'whitesmoke', 'yellowgreen', + 'darkyellow', + 'grey', 'darkgrey', 'darkslategrey', 'dimgrey', 'lightgrey', 'lightslategrey', 'slategrey', 'background', 'activecaption', 'inactivecaption', 'menu', 'window', 'windowframe', 'menutext', 'windowtext', 'captiontext', 'activeborder', @@ -2410,7 +2412,10 @@ const $EBCE87, $CD5A6A, $908070, $FAFAFF, $7FFF00, $B48246, $8CB4D2, $D8BFD8, $4763FF, $D0E040, $EE82EE, $B3DEF5, $F5F5F5, $32CD9A, - clgray, $A9A9A9, $4F4F2F, $696969, $D3D3D3, $998877, $908070, + + $008080, // added + + clgray, $A9A9A9, $4F4F2F, $696969, $D3D3D3, $998877, $908070, clBackground, clActiveCaption, clInactiveCaption, clMenu, clWindow, clWindowFrame, clMenuText, clWindowText, clCaptionText, clActiveBorder, clInactiveBorder, clAppWorkSpace, clHighlight, clHighlightText, clBtnFace,