Version 2
Version 2
00
Caption = "Form1"
ClientHeight = 3630
ClientLeft = 60
ClientTop = 405
ClientWidth = 4050
LinkTopic = "Form1"
ScaleHeight = 3630
ScaleWidth = 4050
BackColor = &H80000007&
Caption = "Cifrar"
BeginProperty Font
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 720
TabIndex = 1
Top = 2400
Width = 2415
End
Begin VB.TextBox Texto1
Alignment = 2 'Center
BeginProperty Font
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 480
TabIndex = 0
Top = 600
Width = 3015
End
Alignment = 2 'Center
BackColor = &H00FFC0C0&
BeginProperty Font
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 480
TabIndex = 4
Top = 1560
Width = 3015
End
Alignment = 2 'Center
BeginProperty Font
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 600
TabIndex = 3
Top = 1200
Width = 2775
End
Alignment = 2 'Center
BeginProperty Font
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 480
TabIndex = 2
Top = 120
Width = 2895
End
End
Texto2.Caption = Objeto_CifrarPolar.CifrarPolar(Texto1.Text)
End Sub
End Sub
Private Sub Text1_Change()
End Sub