mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-04 16:55:56 +02:00
306 lines
8.9 KiB
Plaintext
306 lines
8.9 KiB
Plaintext
object SimpleWebSrvAddDialog: TSimpleWebSrvAddDialog
|
|
Left = 598
|
|
Height = 460
|
|
Top = 313
|
|
Width = 532
|
|
Caption = 'Add Simple Web Server Location'
|
|
ClientHeight = 460
|
|
ClientWidth = 532
|
|
DesignTimePPI = 120
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.3.0.0'
|
|
object OptionsPageControl: TPageControl
|
|
Left = 0
|
|
Height = 460
|
|
Top = 0
|
|
Width = 532
|
|
ActivePage = LocationTabSheet
|
|
Align = alClient
|
|
TabIndex = 0
|
|
TabOrder = 0
|
|
object LocationTabSheet: TTabSheet
|
|
Caption = 'Location'
|
|
ClientHeight = 427
|
|
ClientWidth = 524
|
|
object LocButtonPanel: TButtonPanel
|
|
Left = 8
|
|
Height = 38
|
|
Top = 381
|
|
Width = 508
|
|
BorderSpacing.Around = 8
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
object LocationLabel: TLabel
|
|
AnchorSideLeft.Control = LocationTabSheet
|
|
AnchorSideTop.Control = LocationComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 8
|
|
Height = 20
|
|
Top = 12
|
|
Width = 57
|
|
BorderSpacing.Left = 8
|
|
Caption = 'Location'
|
|
end
|
|
object LocationURLLabel: TLabel
|
|
AnchorSideLeft.Control = LocationTabSheet
|
|
AnchorSideTop.Control = LocationDirComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 20
|
|
Top = 91
|
|
Width = 119
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 19
|
|
Caption = 'LocationURLLabel'
|
|
end
|
|
object LocationDirLabel: TLabel
|
|
AnchorSideLeft.Control = LocationTabSheet
|
|
AnchorSideTop.Control = LocationDirComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 8
|
|
Height = 20
|
|
Top = 48
|
|
Width = 100
|
|
BorderSpacing.Left = 8
|
|
Caption = 'Local Directory'
|
|
end
|
|
object LocationBrowserButton: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LocationDirComboBox
|
|
AnchorSideRight.Control = LocationTabSheet
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = LocationDirComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 481
|
|
Height = 28
|
|
Top = 44
|
|
Width = 35
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 8
|
|
Caption = '...'
|
|
OnClick = LocationBrowserButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object LocationDirComboBox: TComboBox
|
|
AnchorSideLeft.Control = LocationDirLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LocationComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = LocationBrowserButton
|
|
Left = 116
|
|
Height = 28
|
|
Top = 44
|
|
Width = 365
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 20
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
Text = 'LocationDirComboBox'
|
|
end
|
|
object LocationComboBox: TComboBox
|
|
AnchorSideLeft.Control = LocationLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LocationTabSheet
|
|
Left = 73
|
|
Height = 28
|
|
Top = 8
|
|
Width = 236
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 20
|
|
OnEditingDone = LocationComboBoxEditingDone
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
Text = 'LocationComboBox'
|
|
end
|
|
end
|
|
object ServerTabSheet: TTabSheet
|
|
Caption = 'Custom Server'
|
|
ClientHeight = 427
|
|
ClientWidth = 524
|
|
object SrvButtonPanel: TButtonPanel
|
|
Left = 8
|
|
Height = 38
|
|
Top = 381
|
|
Width = 508
|
|
BorderSpacing.Around = 8
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
object SrvPortLabel: TLabel
|
|
AnchorSideLeft.Control = ServerTabSheet
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 8
|
|
Height = 20
|
|
Top = 18
|
|
Width = 26
|
|
BorderSpacing.Left = 8
|
|
Caption = 'Port'
|
|
end
|
|
object SrvWorkDirLabel: TLabel
|
|
AnchorSideLeft.Control = ServerTabSheet
|
|
AnchorSideTop.Control = SrvWorkDirComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 8
|
|
Height = 20
|
|
Top = 84
|
|
Width = 99
|
|
BorderSpacing.Left = 8
|
|
Caption = 'Work Directory'
|
|
end
|
|
object SrvBrowserButton: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = SrvWorkDirComboBox
|
|
AnchorSideRight.Control = ServerTabSheet
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = SrvWorkDirComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 481
|
|
Height = 28
|
|
Top = 80
|
|
Width = 35
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 8
|
|
Caption = '...'
|
|
TabOrder = 1
|
|
end
|
|
object SrvExeLabel: TLabel
|
|
AnchorSideLeft.Control = ServerTabSheet
|
|
AnchorSideTop.Control = SrvExeComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 8
|
|
Height = 20
|
|
Top = 48
|
|
Width = 72
|
|
BorderSpacing.Left = 8
|
|
Caption = 'Executable'
|
|
end
|
|
object SrvExeBrowseButton: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = SrvExeComboBox
|
|
AnchorSideRight.Control = ServerTabSheet
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = SrvExeComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 481
|
|
Height = 28
|
|
Top = 44
|
|
Width = 35
|
|
Anchors = [akTop, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 8
|
|
Caption = '...'
|
|
TabOrder = 2
|
|
end
|
|
object SrvParamsLabel: TLabel
|
|
AnchorSideLeft.Control = ServerTabSheet
|
|
AnchorSideTop.Control = SrvWorkDirComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 20
|
|
Top = 116
|
|
Width = 73
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Parameters'
|
|
end
|
|
object SrvParamsComboBox: TComboBox
|
|
AnchorSideLeft.Control = ServerTabSheet
|
|
AnchorSideTop.Control = SrvParamsLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ServerTabSheet
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 8
|
|
Height = 28
|
|
Top = 144
|
|
Width = 508
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
ItemHeight = 20
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
object SrvExeComboBox: TComboBox
|
|
AnchorSideLeft.Control = SrvExeLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = SrvPortComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = SrvExeBrowseButton
|
|
Left = 88
|
|
Height = 28
|
|
Top = 44
|
|
Width = 393
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 20
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
end
|
|
object SrvWorkDirComboBox: TComboBox
|
|
AnchorSideLeft.Control = SrvWorkDirLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = SrvExeComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = SrvBrowserButton
|
|
Left = 115
|
|
Height = 28
|
|
Top = 80
|
|
Width = 366
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 20
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 5
|
|
Text = 'SrvWorkDirComboBox'
|
|
end
|
|
object SrvPortComboBox: TComboBox
|
|
AnchorSideLeft.Control = SrvPortLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ServerTabSheet
|
|
Left = 42
|
|
Height = 28
|
|
Top = 8
|
|
Width = 176
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 20
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 6
|
|
TextHint = 'Location'
|
|
end
|
|
end
|
|
end
|
|
end
|