Cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2323 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
a8e6f92847
commit
2bf672c856
@ -33,7 +33,7 @@ unit HtmlCode;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses {CopyLeft,} Classes, SysUtils, Graphics, StdCtrls, fpimage{, LCL_Misc};
|
uses {CopyLeft,} Classes, SysUtils, Graphics, fpimage{, LCL_Misc};
|
||||||
|
|
||||||
type
|
type
|
||||||
THtmlDocType = (DocType_Html_401_Strict, DocType_Html_401_TR, DocType_Html_5, DocType_None);
|
THtmlDocType = (DocType_Html_401_Strict, DocType_Html_401_TR, DocType_Html_5, DocType_None);
|
||||||
|
@ -185,7 +185,6 @@ type
|
|||||||
private
|
private
|
||||||
FDlg: TNewTableForm;
|
FDlg: TNewTableForm;
|
||||||
FTop: Integer;
|
FTop: Integer;
|
||||||
TFop: Integer;
|
|
||||||
FLeft: Integer;
|
FLeft: Integer;
|
||||||
FDomId: String;
|
FDomId: String;
|
||||||
FDomClass: String;
|
FDomClass: String;
|
||||||
|
@ -73,7 +73,6 @@ implementation
|
|||||||
const
|
const
|
||||||
idxLeft = 0;
|
idxLeft = 0;
|
||||||
idxRight = 1;
|
idxRight = 1;
|
||||||
idxNone = 2;
|
|
||||||
|
|
||||||
{ TPictureDlgForm }
|
{ TPictureDlgForm }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user