-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmain_u.dfm
More file actions
44 lines (44 loc) · 845 Bytes
/
main_u.dfm
File metadata and controls
44 lines (44 loc) · 845 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 Form2: TForm2
Left = 0
Top = 0
Caption = 'Form2'
ClientHeight = 337
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
DesignSize = (
635
337)
PixelsPerInch = 96
TextHeight = 13
object imgBarcode: TImage
Left = 248
Top = 24
Width = 379
Height = 305
Anchors = [akLeft, akTop, akRight, akBottom]
end
object mmoText: TMemo
Left = 32
Top = 48
Width = 185
Height = 89
Lines.Strings = (
'mmoText')
TabOrder = 0
end
object btnMakeQR: TButton
Left = 32
Top = 152
Width = 75
Height = 25
Caption = 'btnMakeQR'
TabOrder = 1
OnClick = btnMakeQRClick
end
end