-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunit1.lfm
183 lines (183 loc) · 4.52 KB
/
unit1.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
object Form1: TForm1
Left = 764
Height = 383
Top = 187
Width = 469
Caption = 'Class Chart'
ClientHeight = 383
ClientWidth = 469
Menu = MainMenu1
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poDefault
LCLVersion = '2.0.6.0'
object PageControl1: TPageControl
Left = 0
Height = 383
Top = 0
Width = 469
ActivePage = InheritanceSheet
Align = alClient
TabIndex = 0
TabOrder = 0
object InheritanceSheet: TTabSheet
Caption = 'Vererbung'
ClientHeight = 353
ClientWidth = 463
object PairSplitter1: TPairSplitter
Left = 0
Height = 353
Top = 0
Width = 463
Align = alClient
BorderSpacing.InnerBorder = 4
Position = 300
object PairSplitterSide1: TPairSplitterSide
Cursor = crArrow
Left = 0
Height = 353
Top = 0
Width = 300
ClientWidth = 300
ClientHeight = 353
object ClassTreeView: TTreeView
Left = 0
Height = 353
Top = 0
Width = 300
Align = alClient
ReadOnly = True
TabOrder = 0
OnSelectionChanged = ClassTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
end
object PairSplitterSide2: TPairSplitterSide
Cursor = crArrow
Left = 305
Height = 353
Top = 0
Width = 158
ClientWidth = 158
ClientHeight = 353
object StaticText1: TStaticText
Left = 8
Height = 17
Top = 8
Width = 90
AutoSize = True
Caption = 'Unit <Name>'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
TabOrder = 0
end
object StaticText2: TStaticText
Left = 8
Height = 16
Top = 32
Width = 104
AutoSize = True
Caption = 'Package <Name>'
ParentFont = False
TabOrder = 1
end
end
end
end
object PackageSheet: TTabSheet
Caption = 'Packages'
ClientHeight = 353
ClientWidth = 463
object PairSplitter2: TPairSplitter
Left = 0
Height = 353
Top = 0
Width = 463
Align = alClient
Position = 288
object PairSplitterSide3: TPairSplitterSide
Cursor = crArrow
Left = 0
Height = 353
Top = 0
Width = 288
ClientWidth = 288
ClientHeight = 353
object PackageTreeView: TTreeView
Left = 0
Height = 353
Top = 0
Width = 288
Align = alClient
TabOrder = 0
end
end
object PairSplitterSide4: TPairSplitterSide
Cursor = crArrow
Left = 293
Height = 353
Top = 0
Width = 170
end
end
end
end
object MainMenu1: TMainMenu
left = 72
top = 176
object MenuItem1: TMenuItem
Action = FindAction
end
object MenuItem3: TMenuItem
Caption = '&Hilfe'
object MenuItem4: TMenuItem
Caption = 'Hilfeinhalte'
ShortCut = 112
end
object MenuItem5: TMenuItem
Caption = 'Hilfe-&Index'
end
object MenuItem6: TMenuItem
Caption = '&Onlinehilfe'
end
object MenuItem7: TMenuItem
Caption = '-'
end
object MenuItem8: TMenuItem
Action = LicenseAction
end
object MenuItem9: TMenuItem
Caption = 'Na&ch Updates suchen'
end
object MenuItem10: TMenuItem
Caption = '-'
end
object MenuItem11: TMenuItem
Action = AboutAction
end
end
end
object ActionList1: TActionList
left = 152
top = 224
object FindAction: TAction
Caption = '&Suchen ...'
OnExecute = FindActionExecute
end
object AboutAction: TAction
Caption = '&Über ...'
OnExecute = AboutActionExecute
end
object LicenseAction: TAction
Caption = '&Lizenzinformation'
OnExecute = LicenseActionExecute
end
end
object FindDialog: TFindDialog
Title = 'Klasse suchen'
Options = [frHideMatchCase, frHideWholeWord, frHideUpDown, frHideEntireScope, frHidePromptOnReplace]
OnFind = FindDialogFind
left = 72
top = 232
end
end