Pas2JS: fixed IDE Options dialog, which was broken in r62619 #e1c8b68d6f, bug #36695

git-svn-id: trunk@62626 -
This commit is contained in:
maxim 2020-02-12 22:06:06 +00:00
parent f5871c4345
commit d2c5b78b00

View File

@ -15,9 +15,9 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner AnchorSideTop.Control = Owner
Left = 6 Left = 6
Height = 17 Height = 15
Top = 6 Top = 6
Width = 160 Width = 151
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'Pas2JS command executable' Caption = 'Pas2JS command executable'
@ -31,12 +31,12 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Pas2jsPathBrowseButton AnchorSideRight.Control = Pas2jsPathBrowseButton
Left = 6 Left = 6
Height = 29 Height = 23
Top = 25 Top = 23
Width = 458 Width = 446
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2 BorderSpacing.Top = 2
ItemHeight = 0 ItemHeight = 15
TabOrder = 0 TabOrder = 0
end end
object Pas2jsPathBrowseButton: TButton object Pas2jsPathBrowseButton: TButton
@ -45,10 +45,10 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Pas2jsPathComboBox AnchorSideBottom.Control = Pas2jsPathComboBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 464 Left = 452
Height = 29 Height = 23
Top = 25 Top = 23
Width = 23 Width = 35
Anchors = [akTop, akRight, akBottom] Anchors = [akTop, akRight, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -63,9 +63,9 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideTop.Control = Pas2jsPathComboBox AnchorSideTop.Control = Pas2jsPathComboBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 17 Height = 15
Top = 62 Top = 54
Width = 170 Width = 162
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 8 BorderSpacing.Top = 8
Caption = 'Simple HTTP Server command' Caption = 'Simple HTTP Server command'
@ -79,8 +79,8 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideBottom.Control = HTTPServerComboBox AnchorSideBottom.Control = HTTPServerComboBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 468 Left = 468
Height = 31 Height = 25
Top = 79 Top = 69
Width = 19 Width = 19
Anchors = [akTop, akRight, akBottom] Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -94,12 +94,12 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = HTTPServerBrowseButton AnchorSideRight.Control = HTTPServerBrowseButton
Left = 6 Left = 6
Height = 29 Height = 23
Top = 81 Top = 71
Width = 462 Width = 462
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2 BorderSpacing.Top = 2
ItemHeight = 0 ItemHeight = 15
TabOrder = 3 TabOrder = 3
end end
object ServerPortSpinEdit: TSpinEdit object ServerPortSpinEdit: TSpinEdit
@ -107,8 +107,8 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideTop.Control = ServerPortLabel AnchorSideTop.Control = ServerPortLabel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 29 Height = 23
Top = 137 Top = 119
Width = 74 Width = 74
BorderSpacing.Top = 2 BorderSpacing.Top = 2
MaxValue = 65353 MaxValue = 65353
@ -121,9 +121,9 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideTop.Control = HTTPServerComboBox AnchorSideTop.Control = HTTPServerComboBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 17 Height = 15
Top = 118 Top = 102
Width = 116 Width = 106
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 8 BorderSpacing.Top = 8
Caption = 'Standard server port' Caption = 'Standard server port'
@ -135,12 +135,12 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = BBrowserBrowseButton AnchorSideRight.Control = BBrowserBrowseButton
Left = 6 Left = 6
Height = 29 Height = 23
Top = 289 Top = 261
Width = 462 Width = 462
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2 BorderSpacing.Top = 2
ItemHeight = 0 ItemHeight = 15
TabOrder = 5 TabOrder = 5
Text = 'BrowserComboBox' Text = 'BrowserComboBox'
end end
@ -149,9 +149,9 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideTop.Control = HTTPServerOptionsMemo AnchorSideTop.Control = HTTPServerOptionsMemo
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 17 Height = 15
Top = 270 Top = 244
Width = 260 Width = 250
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'Browser to launch when opening project HTML' Caption = 'Browser to launch when opening project HTML'
@ -164,8 +164,8 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideBottom.Control = BrowserComboBox AnchorSideBottom.Control = BrowserComboBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 468 Left = 468
Height = 29 Height = 23
Top = 289 Top = 261
Width = 19 Width = 19
Anchors = [akTop, akRight, akBottom] Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -173,31 +173,31 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
OnClick = BBrowserBrowseButtonClick OnClick = BBrowserBrowseButtonClick
TabOrder = 6 TabOrder = 6
end end
object BrowserLabel1: TLabel object NodeJSLabel: TLabel
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = BrowserComboBox AnchorSideTop.Control = BrowserComboBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 17 Height = 15
Top = 324 Top = 290
Width = 106 Width = 99
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'Node.js executable' Caption = 'Node.js executable'
ParentColor = False ParentColor = False
end end
object NodeJSComboBox: TComboBox object NodeJSComboBox: TComboBox
AnchorSideLeft.Control = BrowserLabel1 AnchorSideLeft.Control = NodeJSLabel
AnchorSideTop.Control = BrowserLabel1 AnchorSideTop.Control = NodeJSLabel
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = NodeJSBrowseButton AnchorSideRight.Control = NodeJSBrowseButton
Left = 6 Left = 6
Height = 29 Height = 23
Top = 343 Top = 307
Width = 462 Width = 462
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 2 BorderSpacing.Top = 2
ItemHeight = 0 ItemHeight = 15
TabOrder = 7 TabOrder = 7
Text = 'NodeJSComboBox' Text = 'NodeJSComboBox'
end end
@ -208,8 +208,8 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideBottom.Control = NodeJSComboBox AnchorSideBottom.Control = NodeJSComboBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 468 Left = 468
Height = 29 Height = 23
Top = 343 Top = 307
Width = 19 Width = 19
Anchors = [akTop, akRight, akBottom] Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -225,7 +225,7 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 73 Height = 73
Top = 191 Top = 165
Width = 462 Width = 462
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
@ -238,9 +238,9 @@ object Pas2jsOptionsFrame: TPas2jsOptionsFrame
AnchorSideTop.Control = ServerPortSpinEdit AnchorSideTop.Control = ServerPortSpinEdit
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 17 Height = 15
Top = 172 Top = 148
Width = 306 Width = 291
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
Caption = 'HTTP Server extra command-line options (one per line)' Caption = 'HTTP Server extra command-line options (one per line)'