-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unit2.dfm
120 lines (120 loc) · 2.42 KB
/
Unit2.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
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
object login: Tlogin
Left = 503
Top = 313
Width = 536
Height = 307
Caption = 'login'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 176
Top = 16
Width = 161
Height = 30
Caption = 'LOGIN SISTEM'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Century Gothic'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 40
Top = 72
Width = 78
Height = 21
Caption = 'Username'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Century Gothic'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 40
Top = 112
Width = 72
Height = 21
Caption = 'Password'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Century Gothic'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 120
Top = 248
Width = 275
Height = 16
Caption = 'Tugas Akhir Visual 2 | M. Ziyad Rahmani 2110010616'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Century Gothic'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 224
Top = 216
Width = 44
Height = 21
Caption = ' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'Century Gothic'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 176
Top = 72
Width = 281
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 176
Top = 112
Width = 281
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object Button1: TButton
Left = 208
Top = 160
Width = 81
Height = 41
Caption = 'LOGIN'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Century Gothic'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button1Click
end
object ZQuery1: TZQuery
Connection = DataModule1.ZConnection1
Active = True
SQL.Strings = (
'select * from user')
Params = <>
Left = 88
Top = 176
end
end