forked from benibela/apim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcome.lfm
92 lines (92 loc) · 2.02 KB
/
welcome.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
object WelcomeFrm: TWelcomeFrm
Left = 308
Height = 349
Top = 169
Width = 521
Caption = 'Startseite'
ClientHeight = 349
ClientWidth = 521
OnCreate = FormCreate
LCLVersion = '1.8.0.4'
object Label1: TLabel
AnchorSideLeft.Side = asrCenter
AnchorSideRight.Side = asrCenter
AnchorSideBottom.Side = asrCenter
Left = 51
Height = 65
Top = 48
Width = 410
Anchors = [akTop]
Caption = 'API Manager 3.0.0'
Font.Height = -48
ParentColor = False
ParentFont = False
end
object Panel1: TPanel
AnchorSideLeft.Side = asrCenter
AnchorSideRight.Side = asrCenter
Left = 178
Height = 173
Top = 112
Width = 160
Anchors = [akTop]
BevelOuter = bvNone
ChildSizing.TopBottomSpacing = 5
ChildSizing.VerticalSpacing = 5
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 173
ClientWidth = 160
TabOrder = 0
object Button1: TButton
Tag = 1
Left = 0
Height = 32
Top = 5
Width = 160
Caption = 'Suchwerkzeug'
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
Tag = 2
Left = 0
Height = 32
Top = 42
Width = 160
Caption = 'Fensterliste'
OnClick = Button1Click
TabOrder = 1
end
object Button3: TButton
Tag = 3
Left = 0
Height = 32
Top = 79
Width = 160
Caption = 'Prozessliste'
OnClick = Button1Click
TabOrder = 2
end
object Button4: TButton
Tag = 4
Left = 0
Height = 32
Top = 116
Width = 160
Caption = 'Systeminformationen'
OnClick = Button1Click
TabOrder = 3
end
object Button5: TButton
Tag = 5
Left = 0
Height = 32
Top = 153
Width = 160
Caption = 'Einstellungen'
OnClick = Button1Click
TabOrder = 4
end
end
end