mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 02:38:16 +02:00
Packager: improve 'Missing package files' dialog localization
git-svn-id: trunk@29088 -
This commit is contained in:
parent
a3ab5687f0
commit
36f561684e
@ -11,11 +11,12 @@ object MissingPkgFilesDialog: TMissingPkgFilesDialog
|
||||
LCLVersion = '0.9.31'
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 42
|
||||
Top = 334
|
||||
Height = 34
|
||||
Top = 342
|
||||
Width = 465
|
||||
OKButton.Name = 'OKButton'
|
||||
OKButton.Caption = '&OK'
|
||||
OKButton.OnClick = ButtonPanel1Click
|
||||
HelpButton.Name = 'HelpButton'
|
||||
HelpButton.Caption = '&Help'
|
||||
HelpButton.Enabled = False
|
||||
@ -29,12 +30,12 @@ object MissingPkgFilesDialog: TMissingPkgFilesDialog
|
||||
end
|
||||
object FilesTreeView: TTreeView
|
||||
Left = 6
|
||||
Height = 322
|
||||
Height = 330
|
||||
Top = 6
|
||||
Width = 465
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
DefaultItemHeight = 19
|
||||
DefaultItemHeight = 15
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
|
@ -69,7 +69,7 @@ end;
|
||||
|
||||
procedure TMissingPkgFilesDialog.FormCreate(Sender: TObject);
|
||||
begin
|
||||
ButtonPanel1.OKButton.OnClick:=@ButtonPanel1Click;
|
||||
ButtonPanel1.CancelButton.Caption:=dlgCancel;
|
||||
end;
|
||||
|
||||
procedure TMissingPkgFilesDialog.ButtonPanel1Click(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user