mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 09:59:09 +02:00
Components formatting.
git-svn-id: trunk@62925 -
This commit is contained in:
parent
a1cd8244dc
commit
9f4231ee15
@ -9,7 +9,7 @@
|
|||||||
Modified Date: 20.10.2010
|
Modified Date: 20.10.2010
|
||||||
By: Marcelo Borges de Paula
|
By: Marcelo Borges de Paula
|
||||||
}
|
}
|
||||||
unit fieldseditor;
|
unit FieldsEditor;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ type
|
|||||||
property ComponentEditor: TFieldsComponentEditor write FComponentEditor;
|
property ComponentEditor: TFieldsComponentEditor write FComponentEditor;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TActionListComponentEditor }
|
{ TFieldsComponentEditor }
|
||||||
|
|
||||||
TFieldsComponentEditor = class(TComponentEditor)
|
TFieldsComponentEditor = class(TComponentEditor)
|
||||||
public
|
public
|
||||||
|
@ -14,7 +14,7 @@ unit LazMethodList;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, RtlConsts;
|
Classes, SysUtils, RtlConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
{ TMethodList - array of TMethod }
|
{ TMethodList - array of TMethod }
|
||||||
|
@ -13,7 +13,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils, FileUtil, LazFileUtils, LResources, Forms, Controls, Dialogs, StdCtrls,
|
Classes, SysUtils, FileUtil, LazFileUtils, LResources, Forms, Controls, Dialogs, StdCtrls,
|
||||||
Buttons, customsqliteds, ComponentEditors, LazarusPackageIntf, LazIdeIntf,
|
Buttons, customsqliteds, ComponentEditors, LazarusPackageIntf, LazIdeIntf,
|
||||||
fieldseditor, sqlitecompstrings;
|
FieldsEditor, SqliteCompStrings;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
unit sqlitecompstrings;
|
unit SqliteCompStrings;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user