This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnl_qrcode.lfm
88 lines (88 loc) · 1.77 KB
/
nl_qrcode.lfm
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
object Form2: TForm2
Left = 714
Height = 275
Top = 213
Width = 250
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Nosolite QR code'
ClientHeight = 275
ClientWidth = 250
Constraints.MinHeight = 200
Constraints.MinWidth = 200
OnClose = FormClose
OnShow = FormShow
Position = poOwnerFormCenter
ShowInTaskBar = stAlways
LCLVersion = '2.0.10.0'
object PanelQRcode: TPanel
Left = 0
Height = 249
Top = 0
Width = 250
Align = alClient
BevelOuter = bvNone
ClientHeight = 249
ClientWidth = 250
Color = clWhite
ParentColor = False
TabOrder = 0
object BarcodeQR1: TBarcodeQR
Left = 0
Height = 250
Top = 0
Width = 250
StrictSize = True
Text = 'TBarcodeQR'
end
object Labelqrcode: TLabel
Left = 0
Height = 1
Top = 248
Width = 250
Align = alBottom
Alignment = taCenter
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Consolas'
Font.Pitch = fpFixed
Font.Quality = fqDraft
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
end
end
object PnaelQRbuttons: TPanel
Left = 0
Height = 26
Top = 249
Width = 250
Align = alBottom
BevelOuter = bvNone
ClientHeight = 26
ClientWidth = 250
TabOrder = 1
object Button1: TButton
Left = 0
Height = 26
Top = 0
Width = 75
Align = alLeft
Caption = 'Address'
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
Left = 175
Height = 26
Top = 0
Width = 75
Align = alRight
Caption = 'Keys'
OnClick = Button2Click
TabOrder = 1
end
end
end