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 = 15 Top = 6 Width = 151 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 = 23 Top = 21 Width = 380 Anchors = [akTop, akLeft, akRight] ItemHeight = 15 TabOrder = 0 end object Pas2jsPathBrowseButton: TButton AnchorSideTop.Control = Pas2jsPathComboBox AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Pas2jsPathComboBox AnchorSideBottom.Side = asrBottom Left = 386 Height = 23 Top = 21 Width = 35 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 = 15 Top = 52 Width = 162 BorderSpacing.Left = 6 BorderSpacing.Top = 8 Caption = 'Simple HTTP Server command' ParentColor = False ParentShowHint = False ShowHint = True end object HTTPServerBrowseButton: TButton AnchorSideTop.Control = HTTPServerCmdLabel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = HTTPServerComboBox AnchorSideBottom.Side = asrBottom Left = 386 Height = 23 Top = 67 Width = 35 Anchors = [akTop, akRight, akBottom] AutoSize = True BorderSpacing.Right = 6 Caption = '...' OnClick = HTTPServerBrowseButtonClick ParentShowHint = False ShowHint = True TabOrder = 2 end object HTTPServerComboBox: TComboBox AnchorSideLeft.Control = HTTPServerCmdLabel AnchorSideTop.Control = HTTPServerCmdLabel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = HTTPServerBrowseButton Left = 6 Height = 23 Top = 67 Width = 380 Anchors = [akTop, akLeft, akRight] ItemHeight = 15 TabOrder = 3 end object ServerPortSpinEdit: TSpinEdit AnchorSideLeft.Control = ServerPortLabel AnchorSideTop.Control = ServerPortLabel AnchorSideTop.Side = asrBottom Left = 6 Height = 23 Top = 113 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 = 15 Top = 98 Width = 106 BorderSpacing.Left = 6 BorderSpacing.Top = 8 Caption = 'Standard server port' ParentColor = False ParentShowHint = False ShowHint = True end object BrowserComboBox: TComboBox AnchorSideLeft.Control = BrowserLabel AnchorSideTop.Control = BrowserLabel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = BBrowserBrowseButton Left = 6 Height = 23 Top = 157 Width = 380 Anchors = [akTop, akLeft, akRight] ItemHeight = 15 TabOrder = 5 Text = 'BrowserComboBox' end object BrowserLabel: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = ServerPortSpinEdit AnchorSideTop.Side = asrBottom Left = 6 Height = 15 Top = 142 Width = 250 BorderSpacing.Left = 6 BorderSpacing.Top = 6 Caption = 'Browser to launch when opening project HTML' ParentColor = False ParentShowHint = False ShowHint = True end object BBrowserBrowseButton: TButton AnchorSideTop.Control = BrowserComboBox AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = BrowserComboBox AnchorSideBottom.Side = asrBottom Left = 386 Height = 23 Top = 157 Width = 35 Anchors = [akTop, akRight, akBottom] AutoSize = True BorderSpacing.Right = 6 Caption = '...' OnClick = BBrowserBrowseButtonClick TabOrder = 6 end object NodeJSLabel: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = BrowserComboBox AnchorSideTop.Side = asrBottom Left = 6 Height = 15 Top = 186 Width = 99 BorderSpacing.Left = 6 BorderSpacing.Top = 6 Caption = 'Node.js executable' ParentColor = False end object NodeJSComboBox: TComboBox AnchorSideLeft.Control = NodeJSLabel AnchorSideTop.Control = NodeJSLabel AnchorSideTop.Side = asrBottom AnchorSideRight.Control = NodeJSBrowseButton Left = 6 Height = 23 Top = 201 Width = 380 Anchors = [akTop, akLeft, akRight] ItemHeight = 15 TabOrder = 7 Text = 'NodeJSComboBox' end object NodeJSBrowseButton: TButton AnchorSideTop.Control = NodeJSComboBox AnchorSideRight.Control = Owner AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = NodeJSComboBox AnchorSideBottom.Side = asrBottom Left = 386 Height = 23 Top = 201 Width = 35 Anchors = [akTop, akRight, akBottom] AutoSize = True BorderSpacing.Right = 6 Caption = '...' OnClick = NodeJSBrowseButtonClick TabOrder = 8 end end