-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlaz_unit1.lfm
64 lines (64 loc) · 1.09 KB
/
laz_unit1.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
object Form1: TForm1
Left = 426
Height = 223
Top = 127
Width = 479
Caption = 'DEC test module'
ClientHeight = 223
ClientWidth = 479
LCLVersion = '1.8.4.0'
object Memo1: TMemo
Left = 21
Height = 120
Top = 23
Width = 188
Lines.Strings = (
'Memo1'
)
TabOrder = 0
end
object Memo2: TMemo
Left = 243
Height = 119
Top = 24
Width = 210
Lines.Strings = (
'Memo2'
)
TabOrder = 1
end
object Button1: TButton
Left = 61
Height = 36
Top = 164
Width = 54
Caption = 'Crypt'
OnClick = Button1Click
TabOrder = 2
end
object Button2: TButton
Left = 312
Height = 36
Top = 160
Width = 56
Caption = 'Decrypt'
OnClick = Button2Click
TabOrder = 3
end
object Edit1: TEdit
Left = 160
Height = 23
Top = 184
Width = 106
TabOrder = 4
Text = 'Edit1'
end
object Label1: TLabel
Left = 157
Height = 15
Top = 166
Width = 50
Caption = 'Password'
ParentColor = False
end
end