1object FPDocSelectInheritedDlg: TFPDocSelectInheritedDlg
2  Left = 282
3  Height = 75
4  Top = 158
5  Width = 330
6  Caption = 'FPDocSelectInheritedDlg'
7  ClientHeight = 75
8  ClientWidth = 330
9  OnCreate = FormCreate
10  LCLVersion = '0.9.27'
11  object InheritedComboBox: TComboBox
12    Left = 8
13    Height = 21
14    Top = 8
15    Width = 312
16    Anchors = [akTop, akLeft, akRight]
17    AutoComplete = False
18    ItemHeight = 13
19    ItemWidth = 0
20    TabOrder = 0
21    Text = 'InheritedComboBox'
22  end
23  object ButtonPanel1: TButtonPanel
24    Left = 6
25    Height = 26
26    Top = 43
27    Width = 318
28    TabOrder = 1
29    ShowButtons = [pbOK, pbCancel]
30    ShowBevel = False
31  end
32end
33