mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-14 00:16:39 +02:00
86 lines
1.9 KiB
Plaintext
86 lines
1.9 KiB
Plaintext
object HeaderForm: THeaderForm
|
|
Left = 491
|
|
Height = 138
|
|
Top = 180
|
|
Width = 318
|
|
ActiveControl = CBName
|
|
BorderStyle = bsDialog
|
|
Caption = 'Request header'
|
|
ClientHeight = 138
|
|
ClientWidth = 318
|
|
SessionProperties = 'CBName.Items;CBValue.Items'
|
|
LCLVersion = '4.99.0.0'
|
|
OnClose = FormClose
|
|
OnCloseQuery = FormCloseQuery
|
|
OnShow = FormShow
|
|
object LCBName: TLabel
|
|
Left = 16
|
|
Height = 25
|
|
Top = 8
|
|
Width = 40
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = '&Name'
|
|
FocusControl = CBName
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object LCBValue: TLabel
|
|
Left = 19
|
|
Height = 25
|
|
Top = 40
|
|
Width = 37
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = '&Value'
|
|
FocusControl = CBValue
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object BPHeader: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 98
|
|
Width = 306
|
|
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 CBName: TComboBox
|
|
Left = 64
|
|
Height = 23
|
|
Top = 8
|
|
Width = 236
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
|
|
ItemHeight = 15
|
|
TabOrder = 1
|
|
OnChange = CBNameChange
|
|
end
|
|
object CBValue: TComboBox
|
|
Left = 64
|
|
Height = 23
|
|
Top = 40
|
|
Width = 236
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = True
|
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
|
|
ItemHeight = 15
|
|
TabOrder = 2
|
|
OnChange = CBValueChange
|
|
end
|
|
object PSHeaders: TIniPropStorage
|
|
StoredValues = <>
|
|
Left = 111
|
|
Top = 80
|
|
end
|
|
end
|