-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunit1.lfm
More file actions
44 lines (44 loc) · 847 Bytes
/
Copy pathunit1.lfm
File metadata and controls
44 lines (44 loc) · 847 Bytes
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
object fLogin: TfLogin
Left = 299
Height = 152
Top = 147
Width = 320
Caption = 'Login'
ClientHeight = 152
ClientWidth = 320
OnClose = FormClose
OnCreate = FormCreate
Position = poDesktopCenter
LCLVersion = '1.2.6.0'
object Label1: TLabel
Left = 72
Height = 22
Top = 32
Width = 193
Caption = 'MASUKAN PASSWORD :'
Font.CharSet = ANSI_CHARSET
Font.Height = -16
Font.Name = 'Palatino Linotype'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object edLogin: TEdit
Left = 72
Height = 23
Top = 64
Width = 193
TabOrder = 0
end
object btLogin: TButton
Left = 120
Height = 25
Top = 96
Width = 96
Caption = 'Login'
OnClick = btLoginClick
TabOrder = 1
end
end