📄 frmenskripsi.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmEnskripsi
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.txtBefore = New System.Windows.Forms.TextBox
Me.txtAfter = New System.Windows.Forms.TextBox
Me.lblPassword = New System.Windows.Forms.Label
Me.txtPassword = New System.Windows.Forms.TextBox
Me.btnOK = New System.Windows.Forms.Button
Me.chkEnskripsi = New System.Windows.Forms.CheckBox
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.radRijndael = New System.Windows.Forms.RadioButton
Me.radRC2 = New System.Windows.Forms.RadioButton
Me.radDES = New System.Windows.Forms.RadioButton
Me.btnCancel = New System.Windows.Forms.Button
Me.btnProses = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'txtBefore
'
Me.txtBefore.Location = New System.Drawing.Point(12, 12)
Me.txtBefore.Multiline = True
Me.txtBefore.Name = "txtBefore"
Me.txtBefore.Size = New System.Drawing.Size(268, 123)
Me.txtBefore.TabIndex = 0
'
'txtAfter
'
Me.txtAfter.Location = New System.Drawing.Point(12, 177)
Me.txtAfter.Multiline = True
Me.txtAfter.Name = "txtAfter"
Me.txtAfter.Size = New System.Drawing.Size(267, 106)
Me.txtAfter.TabIndex = 1
'
'lblPassword
'
Me.lblPassword.AutoSize = True
Me.lblPassword.Location = New System.Drawing.Point(9, 151)
Me.lblPassword.Name = "lblPassword"
Me.lblPassword.Size = New System.Drawing.Size(53, 13)
Me.lblPassword.TabIndex = 2
Me.lblPassword.Text = "Password"
'
'txtPassword
'
Me.txtPassword.Location = New System.Drawing.Point(71, 151)
Me.txtPassword.Name = "txtPassword"
Me.txtPassword.Size = New System.Drawing.Size(209, 20)
Me.txtPassword.TabIndex = 3
'
'btnOK
'
Me.btnOK.Location = New System.Drawing.Point(285, 263)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(48, 20)
Me.btnOK.TabIndex = 4
Me.btnOK.Text = "OK"
Me.btnOK.UseVisualStyleBackColor = True
'
'chkEnskripsi
'
Me.chkEnskripsi.AutoSize = True
Me.chkEnskripsi.Checked = True
Me.chkEnskripsi.CheckState = System.Windows.Forms.CheckState.Checked
Me.chkEnskripsi.Location = New System.Drawing.Point(286, 12)
Me.chkEnskripsi.Name = "chkEnskripsi"
Me.chkEnskripsi.Size = New System.Drawing.Size(68, 17)
Me.chkEnskripsi.TabIndex = 5
Me.chkEnskripsi.Text = "Enskripsi"
Me.chkEnskripsi.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.radRijndael)
Me.GroupBox1.Controls.Add(Me.radRC2)
Me.GroupBox1.Controls.Add(Me.radDES)
Me.GroupBox1.Location = New System.Drawing.Point(287, 38)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(100, 97)
Me.GroupBox1.TabIndex = 6
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Metode"
'
'radRijndael
'
Me.radRijndael.AutoSize = True
Me.radRijndael.Location = New System.Drawing.Point(20, 65)
Me.radRijndael.Name = "radRijndael"
Me.radRijndael.Size = New System.Drawing.Size(63, 17)
Me.radRijndael.TabIndex = 2
Me.radRijndael.Text = "Rijndael"
Me.radRijndael.UseVisualStyleBackColor = True
'
'radRC2
'
Me.radRC2.AutoSize = True
Me.radRC2.Location = New System.Drawing.Point(20, 42)
Me.radRC2.Name = "radRC2"
Me.radRC2.Size = New System.Drawing.Size(46, 17)
Me.radRC2.TabIndex = 1
Me.radRC2.Text = "RC2"
Me.radRC2.UseVisualStyleBackColor = True
'
'radDES
'
Me.radDES.AutoSize = True
Me.radDES.Checked = True
Me.radDES.Location = New System.Drawing.Point(20, 19)
Me.radDES.Name = "radDES"
Me.radDES.Size = New System.Drawing.Size(47, 17)
Me.radDES.TabIndex = 0
Me.radDES.TabStop = True
Me.radDES.Text = "DES"
Me.radDES.UseVisualStyleBackColor = True
'
'btnCancel
'
Me.btnCancel.Location = New System.Drawing.Point(339, 263)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(48, 20)
Me.btnCancel.TabIndex = 7
Me.btnCancel.Text = "Cancel"
Me.btnCancel.UseVisualStyleBackColor = True
'
'btnProses
'
Me.btnProses.Location = New System.Drawing.Point(287, 151)
Me.btnProses.Name = "btnProses"
Me.btnProses.Size = New System.Drawing.Size(100, 20)
Me.btnProses.TabIndex = 8
Me.btnProses.Text = "Proses"
Me.btnProses.UseVisualStyleBackColor = True
'
'frmEnskripsi
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(398, 295)
Me.Controls.Add(Me.btnProses)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.chkEnskripsi)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.txtPassword)
Me.Controls.Add(Me.lblPassword)
Me.Controls.Add(Me.txtAfter)
Me.Controls.Add(Me.txtBefore)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.MaximizeBox = False
Me.Name = "frmEnskripsi"
Me.Text = "Enskriptor"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtBefore As System.Windows.Forms.TextBox
Friend WithEvents txtAfter As System.Windows.Forms.TextBox
Friend WithEvents lblPassword As System.Windows.Forms.Label
Friend WithEvents txtPassword As System.Windows.Forms.TextBox
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents chkEnskripsi As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents radRijndael As System.Windows.Forms.RadioButton
Friend WithEvents radRC2 As System.Windows.Forms.RadioButton
Friend WithEvents radDES As System.Windows.Forms.RadioButton
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents btnProses As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -