You've already forked lazarus-ccr
delete old-style resource files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1840 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -70,6 +70,8 @@ procedure ShowRxDBGridFindForm(Grid:TRxDBGrid);
|
||||
implementation
|
||||
uses dbutils, DBGrids, rxdconst;
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
procedure ShowRxDBGridFindForm(Grid: TRxDBGrid);
|
||||
var
|
||||
rxDBGridFindForm: TrxDBGridFindForm;
|
||||
@ -151,8 +153,5 @@ begin
|
||||
BtnFind.Enabled:=Assigned(FDataSet) and FDataSet.Active
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I rxdbgrid_findunit.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
Reference in New Issue
Block a user