-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUNIT1.lfm
51 lines (51 loc) · 1.03 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
object Form1: TForm1
Left = 384
Top = 255
Width = 330
Height = 275
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
Caption = 'Billard'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Menu = MainMenu1
PixelsPerInch = 96
Position = poDefault
OnCreate = FormCreate
object Box: TPanel
Left = 0
Top = 0
Width = 322
Height = 229
Align = alClient
TabOrder = 0
end
object MainMenu1: TMainMenu
Left = 56
Top = 24
object MenuBall: TMenuItem
Caption = '&Kugel'
object Neu1: TMenuItem
Caption = '&Neu...'
OnClick = Neu1Click
end
object ItemDelete: TMenuItem
Caption = '&Löschen'
OnClick = ItemDeleteClick
end
object N1: TMenuItem
Caption = '-'
end
object Beenden1: TMenuItem
Caption = '&Beenden'
OnClick = Beenden1Click
end
end
object StopItem: TMenuItem
Caption = '&Stop'
OnClick = StopItemClick
end
end
end