mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-09 17:12:59 +02:00
45 lines
924 B
Plaintext
45 lines
924 B
Plaintext
object FPDocSelectInheritedDlg: TFPDocSelectInheritedDlg
|
|
Left = 282
|
|
Height = 75
|
|
Top = 158
|
|
Width = 330
|
|
HorzScrollBar.Page = 329
|
|
VertScrollBar.Page = 74
|
|
ActiveControl = OkButton
|
|
Caption = 'FPDocSelectInheritedDlg'
|
|
ClientHeight = 75
|
|
ClientWidth = 330
|
|
OnCreate = FormCreate
|
|
object InheritedComboBox: TComboBox
|
|
Left = 8
|
|
Height = 25
|
|
Top = 8
|
|
Width = 312
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
Text = 'InheritedComboBox'
|
|
end
|
|
object OkButton: TButton
|
|
Left = 24
|
|
Height = 25
|
|
Top = 40
|
|
Width = 75
|
|
Caption = 'OkButton'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object CancelButton: TButton
|
|
Left = 136
|
|
Height = 25
|
|
Top = 40
|
|
Width = 75
|
|
Cancel = True
|
|
Caption = 'CancelButton'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|