lazarus/ide/extractprocdlg.lfm
2008-01-01 19:35:37 +00:00

151 lines
3.5 KiB
Plaintext

object ExtractProcDialog: TExtractProcDialog
Left = 378
Height = 355
Top = 374
Width = 425
HorzScrollBar.Page = 424
VertScrollBar.Page = 354
ActiveControl = NameEdit
BorderIcons = [biSystemMenu]
Caption = 'ExtractProcDialog'
ClientHeight = 355
ClientWidth = 425
OnClose = ExtractProcDialogClose
OnCreate = ExtractProcDialogCREATE
object TypeRadiogroup: TRadioGroup
AnchorSideBottom.Control = NameGroupbox
Left = 6
Height = 171
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 = 54
Top = 183
Width = 413
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
Caption = 'NameGroupbox'
ClientHeight = 35
ClientWidth = 409
ParentCtl3D = False
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
Height = 48
Top = 307
Width = 425
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 48
ClientWidth = 425
TabOrder = 2
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 341
Height = 36
Top = 6
Width = 78
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 = 260
Height = 36
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 = 36
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 = 243
Width = 413
Align = alBottom
BorderSpacing.Around = 6
Caption = 'MissingIdentifiersGroupBox'
ClientHeight = 39
ClientWidth = 409
TabOrder = 3
object MissingIdentifiersListBox: TListBox
Height = 39
Width = 409
Align = alClient
TabOrder = 0
TopIndex = -1
end
end
end