lazarus/ide/lazdocselectinherited.lfm
mattias 71e5337167 lazdoc: added xml cache, added inherited page
git-svn-id: trunk@9729 -
2006-08-18 09:17:37 +00:00

44 lines
928 B
Plaintext

object LazDocSelectInheritedDlg: TLazDocSelectInheritedDlg
Left = 294
Height = 75
Top = 164
Width = 330
HorzScrollBar.Page = 329
VertScrollBar.Page = 74
Caption = 'LazDocSelectInheritedDlg'
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
BorderSpacing.InnerBorder = 4
Caption = 'OkButton'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelButton: TButton
Left = 136
Height = 25
Top = 40
Width = 75
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'CancelButton'
ModalResult = 2
TabOrder = 2
end
end