mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 10:29:21 +02:00
Pas2JS: improved layout of Pas2JS IDE Options dialog
git-svn-id: trunk@62627 -
This commit is contained in:
parent
d2c5b78b00
commit
1edbd8db4d
@ -78,11 +78,12 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = HTTPServerComboBox
|
AnchorSideBottom.Control = HTTPServerComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 468
|
Left = 452
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 69
|
Top = 69
|
||||||
Width = 19
|
Width = 35
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
OnClick = HTTPServerBrowseButtonClick
|
OnClick = HTTPServerBrowseButtonClick
|
||||||
@ -96,7 +97,7 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 71
|
Top = 71
|
||||||
Width = 462
|
Width = 446
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
@ -137,7 +138,7 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 261
|
Top = 261
|
||||||
Width = 462
|
Width = 446
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
@ -163,11 +164,12 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = BrowserComboBox
|
AnchorSideBottom.Control = BrowserComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 468
|
Left = 452
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 261
|
Top = 261
|
||||||
Width = 19
|
Width = 35
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
OnClick = BBrowserBrowseButtonClick
|
OnClick = BBrowserBrowseButtonClick
|
||||||
@ -194,7 +196,7 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 307
|
Top = 307
|
||||||
Width = 462
|
Width = 446
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
@ -207,11 +209,12 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = NodeJSComboBox
|
AnchorSideBottom.Control = NodeJSComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 468
|
Left = 452
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 307
|
Top = 307
|
||||||
Width = 19
|
Width = 35
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
|
AutoSize = True
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
OnClick = NodeJSBrowseButtonClick
|
OnClick = NodeJSBrowseButtonClick
|
||||||
@ -226,11 +229,11 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 73
|
Height = 73
|
||||||
Top = 165
|
Top = 165
|
||||||
Width = 462
|
Width = 481
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
BorderSpacing.Right = 25
|
BorderSpacing.Right = 6
|
||||||
TabOrder = 9
|
TabOrder = 9
|
||||||
end
|
end
|
||||||
object HTTPServerOptsLabel: TLabel
|
object HTTPServerOptsLabel: TLabel
|
||||||
|
Loading…
Reference in New Issue
Block a user