mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-16 21:42:39 +02:00
209 lines
5.1 KiB
Plaintext
209 lines
5.1 KiB
Plaintext
object ExtractProcDialog: TExtractProcDialog
|
|
Left = 393
|
|
Height = 355
|
|
Top = 446
|
|
Width = 425
|
|
ActiveControl = CreateFunctionCheckBox
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'ExtractProcDialog'
|
|
ClientHeight = 355
|
|
ClientWidth = 425
|
|
OnClose = ExtractProcDialogClose
|
|
OnCreate = ExtractProcDialogCREATE
|
|
LCLVersion = '0.9.27'
|
|
object TypeRadiogroup: TRadioGroup
|
|
AnchorSideBottom.Control = NameGroupbox
|
|
Left = 6
|
|
Height = 102
|
|
Top = 6
|
|
Width = 413
|
|
Align = alClient
|
|
AutoFill = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'TypeRadiogroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
|
ChildSizing.ControlsPerLine = 1
|
|
ColumnLayout = clVerticalThenHorizontal
|
|
TabOrder = 1
|
|
end
|
|
object NameGroupbox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CancelButton
|
|
Left = 6
|
|
Height = 53
|
|
Top = 194
|
|
Width = 413
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'NameGroupbox'
|
|
ClientHeight = 35
|
|
ClientWidth = 409
|
|
TabOrder = 0
|
|
object NameEdit: TEdit
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 397
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
Text = 'NameEdit'
|
|
end
|
|
end
|
|
object BtnPanel: TPanel
|
|
Left = 0
|
|
Height = 38
|
|
Top = 317
|
|
Width = 425
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 38
|
|
ClientWidth = 425
|
|
TabOrder = 2
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 342
|
|
Height = 26
|
|
Top = 6
|
|
Width = 77
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 0
|
|
end
|
|
object OkButton: TBitBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 261
|
|
Height = 26
|
|
Top = 6
|
|
Width = 75
|
|
Align = alRight
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = OkButtonCLICK
|
|
TabOrder = 1
|
|
end
|
|
object HelpButton: TBitBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 26
|
|
Top = 6
|
|
Width = 75
|
|
Align = alLeft
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&Help'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Kind = bkHelp
|
|
NumGlyphs = 0
|
|
OnClick = HelpButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object MissingIdentifiersGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 58
|
|
Top = 253
|
|
Width = 413
|
|
Align = alBottom
|
|
BorderSpacing.Around = 6
|
|
Caption = 'MissingIdentifiersGroupBox'
|
|
ClientHeight = 40
|
|
ClientWidth = 409
|
|
TabOrder = 3
|
|
object MissingIdentifiersListBox: TListBox
|
|
Left = 0
|
|
Height = 40
|
|
Top = 0
|
|
Width = 409
|
|
Align = alClient
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object FunctionGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 74
|
|
Top = 114
|
|
Width = 413
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'FunctionGroupBox'
|
|
ClientHeight = 56
|
|
ClientWidth = 409
|
|
TabOrder = 4
|
|
object FuncVariableLabel: TLabel
|
|
AnchorSideLeft.Control = CreateFunctionCheckBox
|
|
AnchorSideTop.Control = FuncVariableComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 14
|
|
Top = 32
|
|
Width = 87
|
|
Caption = 'FuncVariableLabel'
|
|
Enabled = False
|
|
ParentColor = False
|
|
end
|
|
object CreateFunctionCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = FunctionGroupBox
|
|
AnchorSideTop.Control = FunctionGroupBox
|
|
Left = 6
|
|
Height = 17
|
|
Top = 6
|
|
Width = 139
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CreateFunctionCheckBox'
|
|
OnChange = CreateFunctionCheckBoxChange
|
|
TabOrder = 0
|
|
end
|
|
object FuncVariableComboBox: TComboBox
|
|
AnchorSideLeft.Control = FuncVariableLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = CreateFunctionCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FunctionGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 99
|
|
Height = 21
|
|
Top = 29
|
|
Width = 304
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoComplete = False
|
|
BorderSpacing.Around = 6
|
|
Enabled = False
|
|
ItemHeight = 13
|
|
ItemWidth = 0
|
|
TabOrder = 1
|
|
Text = 'FuncVariableComboBox'
|
|
end
|
|
end
|
|
end
|