lazarus/ide/fpdocselectinherited.lfm
2007-12-29 11:05:52 +00:00

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