Components formatting.

git-svn-id: trunk@62925 -
This commit is contained in:
juha 2020-04-10 11:59:05 +00:00
parent a1cd8244dc
commit 9f4231ee15
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 }

View File

@ -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

View File

@ -1,4 +1,4 @@
unit sqlitecompstrings; unit SqliteCompStrings;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}