mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 19:22:42 +02:00
146 lines
3.8 KiB
Plaintext
146 lines
3.8 KiB
Plaintext
object CompOptCondPropsDialog: TCompOptCondPropsDialog
|
|
Left = 370
|
|
Height = 205
|
|
Top = 280
|
|
Width = 635
|
|
ActiveControl = NodeTypeComboBox
|
|
Caption = 'CompOptCondPropsDialog'
|
|
ClientHeight = 205
|
|
ClientWidth = 635
|
|
OnCreate = FormCreate
|
|
LCLVersion = '0.9.27'
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 50
|
|
Top = 155
|
|
Width = 623
|
|
Align = alBottom
|
|
AutoSize = True
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
end
|
|
object PropsGroupBox: TGroupBox
|
|
Left = 0
|
|
Height = 155
|
|
Top = 0
|
|
Width = 635
|
|
Align = alClient
|
|
Caption = 'PropsGroupBox'
|
|
ClientHeight = 136
|
|
ClientWidth = 631
|
|
Ctl3D = False
|
|
TabOrder = 1
|
|
object NodeTypeLabel: TLabel
|
|
AnchorSideLeft.Control = PropsGroupBox
|
|
AnchorSideTop.Control = NodeTypeComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 11
|
|
Width = 97
|
|
BorderSpacing.Around = 6
|
|
Caption = 'NodeTypeLabel'
|
|
ParentColor = False
|
|
end
|
|
object ValueTypeLabel: TLabel
|
|
AnchorSideLeft.Control = PropsGroupBox
|
|
AnchorSideTop.Control = ValueTypeComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 46
|
|
Width = 98
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ValueTypeLabel'
|
|
ParentColor = False
|
|
end
|
|
object ValueLabel: TLabel
|
|
AnchorSideLeft.Control = PropsGroupBox
|
|
AnchorSideTop.Control = ValueEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 18
|
|
Top = 80
|
|
Width = 106
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ValueLabel.........'
|
|
ParentColor = False
|
|
end
|
|
object NodeTypeComboBox: TComboBox
|
|
AnchorSideLeft.Control = ValueLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = PropsGroupBox
|
|
AnchorSideRight.Control = PropsGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 118
|
|
Height = 29
|
|
Top = 6
|
|
Width = 507
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = False
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Ctl3D = False
|
|
ItemHeight = 0
|
|
ItemWidth = 0
|
|
OnEditingDone = NodeTypeComboBoxEditingDone
|
|
TabOrder = 0
|
|
Text = 'NodeTypeComboBox'
|
|
end
|
|
object ValueTypeComboBox: TComboBox
|
|
AnchorSideLeft.Control = NodeTypeComboBox
|
|
AnchorSideTop.Control = NodeTypeComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = PropsGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 118
|
|
Height = 29
|
|
Top = 41
|
|
Width = 507
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = False
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Ctl3D = False
|
|
ItemHeight = 0
|
|
ItemWidth = 0
|
|
OnEditingDone = ValueTypeComboBoxEditingDone
|
|
TabOrder = 1
|
|
Text = 'ValueTypeComboBox'
|
|
end
|
|
object ValueEdit: TEdit
|
|
AnchorSideLeft.Control = NodeTypeComboBox
|
|
AnchorSideTop.Control = ValueTypeComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ValueButton
|
|
Left = 118
|
|
Height = 27
|
|
Top = 76
|
|
Width = 483
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
OnEditingDone = ValueEditEditingDone
|
|
TabOrder = 2
|
|
Text = 'ValueEdit'
|
|
end
|
|
object ValueButton: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ValueEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = PropsGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 601
|
|
Height = 29
|
|
Top = 75
|
|
Width = 24
|
|
Anchors = [akTop, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
end
|