mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 16:09:33 +02:00
renamed stringgriddlg.pas to lazstringgridedit.pas
git-svn-id: trunk@9515 -
This commit is contained in:
parent
7e84661561
commit
0364495833
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -1353,6 +1353,9 @@ ideintf/imagelisteditor.lfm svneol=native#text/plain
|
||||
ideintf/imagelisteditor.lrs svneol=native#text/plain
|
||||
ideintf/imagelisteditor.pp svneol=native#text/pascal
|
||||
ideintf/lazideintf.pas svneol=native#text/pascal
|
||||
ideintf/lazstringgridedit.lfm svneol=native#text/plain
|
||||
ideintf/lazstringgridedit.lrs svneol=native#text/plain
|
||||
ideintf/lazstringgridedit.pas svneol=native#text/plain
|
||||
ideintf/listviewpropedit.lfm svneol=native#text/plain
|
||||
ideintf/listviewpropedit.lrs svneol=native#text/plain
|
||||
ideintf/listviewpropedit.pp svneol=native#text/pascal
|
||||
@ -1375,9 +1378,6 @@ ideintf/packageintf.pas svneol=native#text/pascal
|
||||
ideintf/projectintf.pas svneol=native#text/pascal
|
||||
ideintf/propedits.pp svneol=native#text/pascal
|
||||
ideintf/srceditorintf.pas svneol=native#text/pascal
|
||||
ideintf/stringgriddlg.lfm svneol=native#text/plain
|
||||
ideintf/stringgriddlg.lrs svneol=native#text/plain
|
||||
ideintf/stringgriddlg.pas svneol=native#text/plain
|
||||
ideintf/stringspropeditdlg.lfm svneol=native#text/plain
|
||||
ideintf/stringspropeditdlg.lrs svneol=native#text/plain
|
||||
ideintf/stringspropeditdlg.pas svneol=native#text/plain
|
||||
|
@ -50,7 +50,7 @@ uses
|
||||
PropEdits,
|
||||
SrcEditorIntf,
|
||||
StringsPropEditDlg,
|
||||
StringGridDlg,
|
||||
LazStringGridEdit,
|
||||
TextTools,
|
||||
TreeViewPropEdit;
|
||||
|
||||
|
@ -27,7 +27,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, LResources, TypInfo, LCLProc, Forms, Controls, Menus,
|
||||
ExtCtrls, StdCtrls, Graphics, Grids, CheckLst, Buttons, ComCtrls, Dialogs,
|
||||
GraphType, PropEdits, ObjInspStrConsts;
|
||||
LazStringGridEdit, GraphType, PropEdits, ObjInspStrConsts;
|
||||
|
||||
type
|
||||
{ TComponentEditorDesigner }
|
||||
@ -360,8 +360,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses StringGridDlg;
|
||||
|
||||
{ RegisterComponentEditor }
|
||||
type
|
||||
PComponentClassRec = ^TComponentClassRec;
|
||||
|
@ -10,7 +10,7 @@
|
||||
* *
|
||||
*****************************************************************************
|
||||
}
|
||||
unit StringGridDlg;
|
||||
unit LazStringGridEdit;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
@ -199,7 +199,7 @@ begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I stringgriddlg.lrs}
|
||||
{$I lazstringgridedit.lrs}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user