forked from Whizkidzz/Solaredge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.lfm
65 lines (65 loc) · 1.13 KB
/
main.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
object Solar: TSolar
Left = 374
Height = 240
Top = 157
Width = 540
Caption = 'Solar'
ClientHeight = 240
ClientWidth = 540
LCLVersion = '1.2.6.0'
object Edit1: TEdit
Left = 112
Height = 23
Top = 59
Width = 113
TabOrder = 0
Text = '12345678-AB'
end
object Pass: TEdit
Left = 112
Height = 23
Top = 100
Width = 373
TabOrder = 1
end
object Button1: TButton
Left = 115
Height = 25
Top = 180
Width = 75
Caption = 'Generate'
OnClick = Button1Click
TabOrder = 2
end
object PassAdv: TEdit
Left = 112
Height = 23
Top = 140
Width = 373
TabOrder = 3
end
object Label1: TLabel
Left = 59
Height = 15
Top = 60
Width = 51
Caption = 'Device-ID'
ParentColor = False
end
object Label2: TLabel
Left = 31
Height = 15
Top = 105
Width = 79
Caption = 'Tech Password'
ParentColor = False
end
object Label3: TLabel
Left = 5
Height = 15
Top = 145
Width = 105
Caption = 'Tech-Adv Password'
ParentColor = False
end
end