form1.designer.vb
来自「密碼資訊分享,以一張圖片經過運算產生4張圖片,4張圖片又可合成為原來圖片」· VB 代码 · 共 52 行
VB
52 行
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmMain
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.cmbEncode = New System.Windows.Forms.Button
Me.ImgPath = New System.Windows.Forms.Label
Me.txtPath = New System.Windows.Forms.TextBox
Me.cmdDecode = New System.Windows.Forms.Button
Me.PIC1 = New System.Windows.Forms.PictureBox
Me.PIC2 = New System.Windows.Forms.PictureBox
Me.PIC3 = New System.Windows.Forms.PictureBox
Me.OpenF = New System.Windows.Forms.OpenFileDialog
Me.cmdSelect = New System.Windows.Forms.Button
Me.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.PBar = New System.Windows.Forms.ProgressBar
Me.PIC4 = New System.Windows.Forms.PictureBox
Me.PIC5 = New System.Windows.Forms.PictureBox
Me.Label1 = New System.Windows.Forms.Label
CType(Me.PIC1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PIC2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PIC3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PIC4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PIC5, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'cmbEncode
'
Me.cmbEncode.FlatStyle = System.Windows.Forms.FlatStyle.System
Me.cmbEncode.Font = New System.Drawing.Font("PMingLiU", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
Me.cmbEncode.Location = New System.Drawing.Point(382, 12)
Me.cmbEncode.Name = "cmbEncode"
Me.cmbEncode.Size = New System.Drawing.Size(75, 27)
Me.cmbEncode.TabIndex = 0
Me.cmbEncode.Text = "秈︽
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?