mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 00:22:51 +02:00
45 lines
916 B
Plaintext
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
|