lazarus/ide/extractprocdlg.lfm
mattias d90dafe5fe set colors to default values
git-svn-id: trunk@4980 -
2003-12-28 02:40:50 +00:00

61 lines
1.2 KiB
Plaintext

object ExtractProcDialog: TExtractProcDialog
Caption = 'ExtractProcDialog'
ClientHeight = 230
ClientWidth = 446
OnCreate = ExtractProcDialogCREATE
HorzScrollBar.Page = 447
VertScrollBar.Page = 231
Left = 358
Height = 230
Top = 247
Width = 446
object TypeRadiogroup: TRadioGroup
Caption = 'TypeRadiogroup'
ColumnLayout = clverticalthenhorizontal
Left = 8
Height = 120
Top = 8
Width = 430
end
object OkButton: TButton
Caption = 'OkButton'
TabStop = True
TabOrder = 1
OnClick = OkButtonCLICK
Left = 112
Height = 25
Top = 192
Width = 99
end
object CancelButton: TButton
ModalResult = 2
Caption = 'CancelButton'
TabStop = True
TabOrder = 2
Left = 240
Height = 25
Top = 192
Width = 94
end
object NameGroupbox: TGroupBox
Caption = 'NameGroupbox'
ClientHeight = 27
ClientWidth = 426
ParentColor = True
ParentCtl3D = False
TabOrder = 3
Left = 8
Height = 44
Top = 135
Width = 430
object NameEdit: TEdit
Align = altop
Text = 'NameEdit'
TabStop = True
TabOrder = 0
Height = 23
Width = 426
end
end
end