-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unit3.dfm
36 lines (36 loc) · 792 Bytes
/
Unit3.dfm
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
object MenuUtamaUser: TMenuUtamaUser
Left = 300
Top = 207
Width = 1044
Height = 540
Caption = 'MenuUtamaUser'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = mm1
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object mm1: TMainMenu
Left = 32
Top = 16
object OPEN1: TMenuItem
Caption = 'Menu Form'
object SISWA1: TMenuItem
Caption = 'Siswa'
OnClick = SISWA1Click
end
object ORANGTUA1: TMenuItem
Caption = 'Orangtua'
OnClick = ORANGTUA1Click
end
object STATUSHUBUNGAN1: TMenuItem
Caption = 'Hubungan'
OnClick = STATUSHUBUNGAN1Click
end
end
end
end