lazarus/ide/extractprocdlg.lfm
mattias 87c170a682 fixed several dialogs to react on esacpe
git-svn-id: trunk@6582 -
2005-01-14 00:27:05 +00:00

64 lines
1.3 KiB
Plaintext

object ExtractProcDialog: TExtractProcDialog
Caption = 'ExtractProcDialog'
ClientHeight = 230
ClientWidth = 446
OnClose = ExtractProcDialogClose
OnCreate = ExtractProcDialogCREATE
PixelsPerInch = 90
HorzScrollBar.Page = 447
VertScrollBar.Page = 231
Left = 358
Height = 230
Top = 247
Width = 446
object TypeRadiogroup: TRadioGroup
Anchors = [akTop, akLeft, akRight]
Caption = 'TypeRadiogroup'
ColumnLayout = clVerticalThenHorizontal
ParentColor = True
Left = 8
Height = 120
Top = 8
Width = 430
end
object OkButton: TButton
Caption = 'OkButton'
OnClick = OkButtonCLICK
TabOrder = 0
Left = 88
Height = 25
Top = 192
Width = 120
end
object CancelButton: TButton
Cancel = True
Caption = 'CancelButton'
ModalResult = 2
TabOrder = 1
Left = 248
Height = 25
Top = 192
Width = 120
end
object NameGroupbox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'NameGroupbox'
ClientHeight = 27
ClientWidth = 426
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Left = 8
Height = 44
Top = 135
Width = 430
object NameEdit: TEdit
Align = alTop
TabOrder = 0
Text = 'NameEdit'
Height = 23
Width = 426
end
end
end