mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 03:18:55 +02:00
localized dialog to find components in the palette
git-svn-id: trunk@9435 -
This commit is contained in:
parent
63dd31ff22
commit
e8a420de15
@ -1,5 +1,3 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TMainForm','FORMDATA',[
|
||||
'TPF0'#9'TMainForm'#8'MainForm'#4'Left'#3'$'#1#6'Height'#3','#1#3'Top'#3#209#0
|
||||
+#5'Width'#3#144#1#18'HorzScrollBar.Page'#3#143#1#18'VertScrollBar.Page'#3'+'
|
||||
|
@ -87,11 +87,12 @@ end;
|
||||
|
||||
procedure TFindPaletteComponentDlg.FormCreate(Sender: TObject);
|
||||
begin
|
||||
ComponentsGroupBox.Caption:='Components';
|
||||
SelectButton.Caption:='Select';
|
||||
CancelButton.Caption:='Cancel';
|
||||
Caption:=lisFPFindPaletteComponent;
|
||||
ComponentsGroupBox.Caption:=lisFPComponents;
|
||||
SelectButton.Caption:=lisMenuSelect;
|
||||
CancelButton.Caption:=dlgCancel;
|
||||
PatternEdit.Text:='';
|
||||
SearchPatternGroupBox.Caption:='Find';
|
||||
SearchPatternGroupBox.Caption:=lisMenuFind;
|
||||
ComponentsListBox.ItemHeight:=ComponentPaletteBtnWidth;
|
||||
|
||||
UpdateComponentSelection;
|
||||
|
@ -2603,6 +2603,8 @@ resourcestring
|
||||
lisPckEditPackageHasChangedSavePackage = 'Package %s%s%s has changed.%sSave '
|
||||
+'package?';
|
||||
lisPckEditPage = '%s, Page: %s';
|
||||
lisFPFindPaletteComponent = 'Find palette component';
|
||||
lisFPComponents = 'Components';
|
||||
lisPckEditRemoveFile2 = 'Remove file?';
|
||||
lisPckEditRemoveFileFromPackage = 'Remove file %s%s%s%sfrom package %s%s%s?';
|
||||
lisPckEditRemoveDependency2 = 'Remove Dependency?';
|
||||
|
Loading…
Reference in New Issue
Block a user