⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 一个SPL加密程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
      Top             =   4320
      Width           =   375
   End
   Begin VB.CommandButton Command1 
      Caption         =   "N"
      Height          =   375
      Left            =   3120
      Style           =   1  'Graphical
      TabIndex        =   9
      TabStop         =   0   'False
      Top             =   4320
      Width           =   375
   End
   Begin VB.TextBox Text4 
      Appearance      =   0  'Flat
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1455
      Left            =   240
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   8
      Top             =   1920
      Width           =   8775
   End
   Begin VB.TextBox Text3 
      Appearance      =   0  'Flat
      Height          =   375
      Left            =   5880
      TabIndex        =   7
      Text            =   "4692"
      Top             =   1080
      Width           =   1215
   End
   Begin VB.TextBox Text2 
      Appearance      =   0  'Flat
      Height          =   375
      Left            =   2040
      TabIndex        =   4
      Text            =   "500"
      Top             =   1080
      Width           =   1335
   End
   Begin VB.TextBox Text1 
      Appearance      =   0  'Flat
      Height          =   375
      Left            =   4080
      TabIndex        =   2
      Text            =   "8737"
      Top             =   480
      Width           =   1335
   End
   Begin VB.Line Line4 
      X1              =   7200
      X2              =   1080
      Y1              =   5160
      Y2              =   5160
   End
   Begin VB.Line Line3 
      X1              =   7200
      X2              =   1080
      Y1              =   3480
      Y2              =   3480
   End
   Begin VB.Line Line2 
      X1              =   7200
      X2              =   7200
      Y1              =   3480
      Y2              =   5160
   End
   Begin VB.Line Line1 
      X1              =   1080
      X2              =   1080
      Y1              =   3480
      Y2              =   5160
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Second Key:"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Left            =   4200
      TabIndex        =   6
      Top             =   1080
      Width           =   1635
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "(for letter ""Z""-""A"")"
      Height          =   270
      Left            =   1920
      TabIndex        =   5
      Top             =   1440
      Width           =   1785
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Starting from:"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Left            =   240
      TabIndex        =   3
      Top             =   1080
      Width           =   1695
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Your Personal key (numbers):"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   330
      Left            =   240
      TabIndex        =   1
      Top             =   480
      Width           =   3855
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Before we proceed please enter your personal keys:"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   12
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   285
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   5475
   End
   Begin VB.Menu menu 
      Caption         =   "Menu"
      Begin VB.Menu encript 
         Caption         =   "&Encrypt"
      End
      Begin VB.Menu decrypt 
         Caption         =   "&Decrypt"
      End
      Begin VB.Menu exit 
         Caption         =   "&Exit"
      End
   End
   Begin VB.Menu hlp 
      Caption         =   "Help"
      Begin VB.Menu author 
         Caption         =   "&Help"
      End
      Begin VB.Menu about 
         Caption         =   "&About SPL Encryption"
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub about_Click()
Form3.Show
Form3.Text1.Visible = False
End Sub

Private Sub author_Click()
Form3.Show
Form3.Text1.Visible = True
End Sub

Private Sub Command1_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 14)

End Sub

Private Sub Command10_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 8)

End Sub

Private Sub Command11_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 7)

End Sub

Private Sub Command12_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 6)

End Sub

Private Sub Command13_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 4)

End Sub

Private Sub Command14_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 19)

End Sub

Private Sub Command15_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 1)
End Sub

Private Sub Command16_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 16)

End Sub

Private Sub Command17_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 15)

End Sub

Private Sub Command18_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 9)

End Sub

Private Sub Command19_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 21)

End Sub

Private Sub Command2_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 2)

End Sub

Private Sub Command20_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 25)

End Sub

Private Sub Command21_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 20)

End Sub

Private Sub Command22_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 18)

End Sub

Private Sub Command23_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 5)

End Sub

Private Sub Command24_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 23)

End Sub

Private Sub Command25_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 17)
End Sub

Private Sub Command26_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 13)

End Sub

Private Sub Command29_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 40)

End Sub

Private Sub Command3_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 22)

End Sub

Private Sub Command30_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 41)

End Sub

Private Sub Command31_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 42)

End Sub

Private Sub Command32_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 43)

End Sub

Private Sub Command33_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 44)

End Sub

Private Sub Command34_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 45)

End Sub

Private Sub Command35_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 46)

End Sub

Private Sub Command36_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 47)

End Sub

Private Sub Command37_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 48)

End Sub

Private Sub Command38_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 49)

End Sub

Private Sub Command39_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 99)

End Sub

Private Sub Command4_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 3)

End Sub

Private Sub Command5_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 24)

End Sub

Private Sub Command6_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 26)

End Sub

Private Sub Command7_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 12)

End Sub

Private Sub Command8_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 11)

End Sub

Private Sub Command9_Click()
Text4.Text = Text4.Text & " " & (Text1 - Text3) * (Text2 - 10)

End Sub

Private Sub decrypt_Click()
Form2.Show
End Sub

Private Sub encript_Click()
Form1.Show
End Sub

Private Sub exit_Click()
Unload Me
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -