mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 01:47:43 +02:00
214 lines
5.4 KiB
Plaintext
214 lines
5.4 KiB
Plaintext
object Pas2jsOptionsFrame: TPas2jsOptionsFrame
|
|
Left = 0
|
|
Height = 278
|
|
Top = 0
|
|
Width = 427
|
|
BorderSpacing.Left = 6
|
|
ClientHeight = 278
|
|
ClientWidth = 427
|
|
TabOrder = 0
|
|
DesignLeft = 345
|
|
DesignTop = 158
|
|
object Pas2jsPathLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 6
|
|
Height = 17
|
|
Top = 6
|
|
Width = 160
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Pas2JS command executable'
|
|
ParentColor = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
end
|
|
object Pas2jsPathComboBox: TComboBox
|
|
AnchorSideLeft.Control = Pas2jsPathLabel
|
|
AnchorSideTop.Control = Pas2jsPathLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Pas2jsPathBrowseButton
|
|
Left = 6
|
|
Height = 29
|
|
Top = 23
|
|
Width = 396
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
object Pas2jsPathBrowseButton: TButton
|
|
AnchorSideTop.Control = Pas2jsPathComboBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Pas2jsPathComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 402
|
|
Height = 29
|
|
Top = 23
|
|
Width = 19
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = Pas2jsPathBrowseButtonClick
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object HTTPServerCmdLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Pas2jsPathComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 17
|
|
Top = 60
|
|
Width = 170
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Simple HTTP Server command'
|
|
ParentColor = False
|
|
end
|
|
object HTTPServerBrowseButton: TButton
|
|
AnchorSideTop.Control = HTTPServerCmdLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = HTTPServerComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 402
|
|
Height = 29
|
|
Top = 77
|
|
Width = 19
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = HTTPServerBrowseButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object HTTPServerComboBox: TComboBox
|
|
AnchorSideLeft.Control = HTTPServerCmdLabel
|
|
AnchorSideTop.Control = HTTPServerCmdLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = HTTPServerBrowseButton
|
|
Left = 6
|
|
Height = 29
|
|
Top = 77
|
|
Width = 396
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 0
|
|
TabOrder = 3
|
|
end
|
|
object ServerPortSpinEdit: TSpinEdit
|
|
AnchorSideLeft.Control = ServerPortLabel
|
|
AnchorSideTop.Control = ServerPortLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 27
|
|
Top = 131
|
|
Width = 74
|
|
MaxValue = 65353
|
|
MinValue = 1024
|
|
TabOrder = 4
|
|
Value = 3000
|
|
end
|
|
object ServerPortLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = HTTPServerComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 17
|
|
Top = 114
|
|
Width = 116
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Standard server port'
|
|
ParentColor = False
|
|
end
|
|
object BrowserComboBox: TComboBox
|
|
AnchorSideLeft.Control = BrowserLabel
|
|
AnchorSideTop.Control = BrowserLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = BBrowserBrowseButton
|
|
Left = 6
|
|
Height = 29
|
|
Top = 181
|
|
Width = 396
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 0
|
|
TabOrder = 5
|
|
Text = 'BrowserComboBox'
|
|
end
|
|
object BrowserLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ServerPortSpinEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 17
|
|
Top = 164
|
|
Width = 260
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Browser to launch when opening project HTML'
|
|
ParentColor = False
|
|
end
|
|
object BBrowserBrowseButton: TButton
|
|
AnchorSideTop.Control = BrowserComboBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = BrowserComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 402
|
|
Height = 29
|
|
Top = 181
|
|
Width = 19
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = BBrowserBrowseButtonClick
|
|
TabOrder = 6
|
|
end
|
|
object BrowserLabel1: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = BrowserComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 17
|
|
Top = 216
|
|
Width = 106
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Node.js executable'
|
|
ParentColor = False
|
|
end
|
|
object NodeJSComboBox: TComboBox
|
|
AnchorSideLeft.Control = BrowserLabel1
|
|
AnchorSideTop.Control = BrowserLabel1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = NodeJSBrowseButton
|
|
Left = 6
|
|
Height = 29
|
|
Top = 233
|
|
Width = 396
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 0
|
|
TabOrder = 7
|
|
Text = 'NodeJSComboBox'
|
|
end
|
|
object NodeJSBrowseButton: TButton
|
|
AnchorSideTop.Control = NodeJSComboBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = NodeJSComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 402
|
|
Height = 29
|
|
Top = 233
|
|
Width = 19
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = NodeJSBrowseButtonClick
|
|
TabOrder = 8
|
|
end
|
|
end
|