mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +02:00
IDE: install pkg dlg: fixed layout
git-svn-id: trunk@12708 -
This commit is contained in:
parent
94f9b83e0e
commit
53a3d197dd
@ -193,6 +193,9 @@ var
|
|||||||
BackupFileName: String;
|
BackupFileName: String;
|
||||||
begin
|
begin
|
||||||
Result := mrOK;
|
Result := mrOK;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NewFileName := GetLazarusPath('lazarus.new');
|
NewFileName := GetLazarusPath('lazarus.new');
|
||||||
FLazarusPath := GetLazarusPath('lazarus');
|
FLazarusPath := GetLazarusPath('lazarus');
|
||||||
BackupFileName := GetLazarusPath('lazarus.old');
|
BackupFileName := GetLazarusPath('lazarus.old');
|
||||||
|
@ -154,11 +154,9 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
|||||||
ClientWidth = 511
|
ClientWidth = 511
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
object PkgInfoMemo: TMemo
|
object PkgInfoMemo: TMemo
|
||||||
Left = 5
|
Height = 66
|
||||||
Height = 38
|
Width = 511
|
||||||
Top = 5
|
Align = alClient
|
||||||
Width = 496
|
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
ScrollBars = ssAutoVertical
|
ScrollBars = ssAutoVertical
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
@ -48,7 +48,6 @@ LazarusResources.Add('TInstallPkgSetDialog','FORMDATA',[
|
|||||||
+'upBox'#4'Left'#2#7#6'Height'#2'U'#3'Top'#3'2'#1#5'Width'#3#3#2#7'Anchors'#11
|
+'upBox'#4'Left'#2#7#6'Height'#2'U'#3'Top'#3'2'#1#5'Width'#3#3#2#7'Anchors'#11
|
||||||
+#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#15'PkgInfoGroupBox'#12'Clie'
|
+#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#15'PkgInfoGroupBox'#12'Clie'
|
||||||
+'ntHeight'#2'B'#11'ClientWidth'#3#255#1#8'TabOrder'#2#5#0#5'TMemo'#11'PkgInf'
|
+'ntHeight'#2'B'#11'ClientWidth'#3#255#1#8'TabOrder'#2#5#0#5'TMemo'#11'PkgInf'
|
||||||
+'oMemo'#4'Left'#2#5#6'Height'#2'&'#3'Top'#2#5#5'Width'#3#240#1#7'Anchors'#11
|
+'oMemo'#6'Height'#2'B'#5'Width'#3#255#1#5'Align'#7#8'alClient'#8'ReadOnly'#9
|
||||||
+#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'ReadOnly'#9#10'ScrollBars'#7
|
+#10'ScrollBars'#7#14'ssAutoVertical'#8'TabOrder'#2#0#0#0#0#0
|
||||||
+#14'ssAutoVertical'#8'TabOrder'#2#0#0#0#0#0
|
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user