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
By: Marcelo Borges de Paula
}
unit fieldseditor;
unit FieldsEditor;
{$mode objfpc}{$H+}
@ -102,7 +102,7 @@ type
property ComponentEditor: TFieldsComponentEditor write FComponentEditor;
end;
{ TActionListComponentEditor }
{ TFieldsComponentEditor }
TFieldsComponentEditor = class(TComponentEditor)
public

View File

@ -14,7 +14,7 @@ unit LazMethodList;
interface
uses
Classes, SysUtils, RtlConsts;
Classes, SysUtils, RtlConsts;
type
{ TMethodList - array of TMethod }

View File

@ -13,7 +13,7 @@ interface
uses
Classes, SysUtils, FileUtil, LazFileUtils, LResources, Forms, Controls, Dialogs, StdCtrls,
Buttons, customsqliteds, ComponentEditors, LazarusPackageIntf, LazIdeIntf,
fieldseditor, sqlitecompstrings;
FieldsEditor, SqliteCompStrings;
type

View File

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