mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +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
|
||||
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
|
||||
|
@ -14,7 +14,7 @@ unit LazMethodList;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, RtlConsts;
|
||||
Classes, SysUtils, RtlConsts;
|
||||
|
||||
type
|
||||
{ TMethodList - array of TMethod }
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit sqlitecompstrings;
|
||||
unit SqliteCompStrings;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user