blob: fd0a07196be6a90578e5ec07f0802ff4b2ce2e2a (
plain)
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
|
object TntLoginDialog: TTntLoginDialog
Left = 307
Top = 131
ActiveControl = Password
BorderStyle = bsDialog
Caption = 'Database Login'
ClientHeight = 147
ClientWidth = 273
Color = clBtnFace
ParentFont = True
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKButton: TTntButton
Left = 109
Top = 114
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelButton: TTntButton
Left = 190
Top = 114
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Panel: TTntPanel
Left = 8
Top = 7
Width = 257
Height = 98
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object Label3: TTntLabel
Left = 10
Top = 6
Width = 50
Height = 13
Caption = 'Database:'
end
object DatabaseName: TTntLabel
Left = 91
Top = 6
Width = 3
Height = 13
end
object Bevel: TTntBevel
Left = 1
Top = 24
Width = 254
Height = 9
Shape = bsTopLine
end
object Panel1: TTntPanel
Left = 2
Top = 31
Width = 253
Height = 65
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object Label1: TTntLabel
Left = 8
Top = 8
Width = 56
Height = 13
Caption = '&User Name:'
FocusControl = UserName
end
object Label2: TTntLabel
Left = 8
Top = 36
Width = 50
Height = 13
Caption = '&Password:'
FocusControl = Password
end
object UserName: TTntEdit
Left = 86
Top = 5
Width = 153
Height = 21
MaxLength = 31
TabOrder = 0
end
object Password: TTntEdit
Left = 86
Top = 33
Width = 153
Height = 21
MaxLength = 31
PasswordCharW = #9679
TabOrder = 1
PasswordChar_UTF7 = '+Jc8'
end
end
end
end
|