This repository was archived by the owner on Sep 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCript.fmx
More file actions
93 lines (93 loc) · 2.76 KB
/
Cript.fmx
File metadata and controls
93 lines (93 loc) · 2.76 KB
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
object frmCript: TfrmCript
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = Single
Caption = 'Criptografia'
ClientHeight = 164
ClientWidth = 561
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnShow = FormShow
DesignerMasterStyle = 0
object cxSelecCript: TGroupBox
Size.Width = 177.000000000000000000
Size.Height = 113.000000000000000000
Size.PlatformDefault = False
Text = 'Tipo de criptografia'
TabOrder = 1
object slBásico: TRadioButton
IsChecked = True
Position.X = 16.000000000000000000
Position.Y = 24.000000000000000000
Size.Width = 145.000000000000000000
Size.Height = 19.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Text = 'B'#225'sica (2 chaves)'
end
end
object cxSenhas: TGroupBox
Position.X = 176.000000000000000000
Size.Width = 385.000000000000000000
Size.Height = 113.000000000000000000
Size.PlatformDefault = False
Text = 'Informa'#231#245'es de criptografia'
TabOrder = 2
object lblOrig: TLabel
Position.X = 16.000000000000000000
Position.Y = 40.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
Text = 'Original'
end
object lblSenha: TLabel
Position.X = 16.000000000000000000
Position.Y = 72.000000000000000000
Size.Width = 97.000000000000000000
Size.Height = 25.000000000000000000
Size.PlatformDefault = False
Text = 'Senha'
end
object edtOrig: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 2
Position.X = 80.000000000000000000
Position.Y = 40.000000000000000000
Size.Width = 289.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
object edtSenha: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 3
Position.X = 80.000000000000000000
Position.Y = 72.000000000000000000
Size.Width = 289.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
end
end
object Button1: TButton
Position.X = 288.000000000000000000
Position.Y = 120.000000000000000000
Size.Width = 121.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
Text = 'Salvar encriptado'
OnClick = Button1Click
end
object btCancelar: TButton
Position.X = 160.000000000000000000
Position.Y = 120.000000000000000000
Size.Width = 121.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
Text = 'Cancelar'
OnClick = btCancelarClick
end
end