-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuthentication.dfm
More file actions
38 lines (38 loc) · 834 Bytes
/
Authentication.dfm
File metadata and controls
38 lines (38 loc) · 834 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
object AuthenticationForm: TAuthenticationForm
Left = 0
Top = 0
ClientHeight = 381
ClientWidth = 720
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object Button1: TButton
Left = 304
Top = 208
Width = 105
Height = 25
Caption = #1040#1074#1090#1086#1088#1080#1079#1091#1074#1072#1090#1080#1089#1100
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 272
Top = 120
Width = 169
Height = 23
TabOrder = 1
TextHint = #1051#1086#1075#1110#1085
end
object Edit2: TEdit
Left = 272
Top = 160
Width = 169
Height = 23
TabOrder = 2
TextHint = #1055#1072#1088#1086#1083#1100
end
end