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

45 lines
916 B
Plaintext

object EncloseSelectionDialog: TEncloseSelectionDialog
Caption = 'Enclose Selection'
ClientHeight = 244
ClientWidth = 427
OnCreate = EncloseSelectionDialogCREATE
PixelsPerInch = 90
Position = poScreenCenter
HorzScrollBar.Page = 428
VertScrollBar.Page = 245
Left = 406
Height = 244
Top = 308
Width = 427
object OkButton: TButton
Anchors = [akLeft, akBottom]
Caption = 'Ok'
ModalResult = 1
TabOrder = 0
Left = 88
Height = 25
Top = 208
Width = 107
end
object CancelButton: TButton
Anchors = [akLeft, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
Left = 224
Height = 25
Top = 208
Width = 104
end
object TypeRadiogroup: TRadioGroup
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'Type'
ParentColor = True
Left = 8
Height = 189
Top = 8
Width = 409
end
end