1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
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
|