📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class Form1
#Region "Windows 窗体设计器生成的代码 "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'此调用是 Windows 窗体设计器所必需的。
InitializeComponent()
End Sub
'窗体重写释放,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
If Disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(Disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
Public ToolTip1 As System.Windows.Forms.ToolTip
Public WithEvents Text3 As System.Windows.Forms.TextBox
Public WithEvents Timer1 As System.Windows.Forms.Timer
Public WithEvents Text2 As System.Windows.Forms.TextBox
Public WithEvents Option3 As System.Windows.Forms.RadioButton
Public WithEvents Option2 As System.Windows.Forms.RadioButton
Public WithEvents Option1 As System.Windows.Forms.RadioButton
Public WithEvents Frame1 As System.Windows.Forms.GroupBox
Public WithEvents Command4 As System.Windows.Forms.Button
Public WithEvents Text1 As System.Windows.Forms.TextBox
Public WithEvents Command3 As System.Windows.Forms.Button
Public WithEvents Command2 As System.Windows.Forms.Button
Public WithEvents Combo1 As System.Windows.Forms.ComboBox
Public WithEvents ListView1 As System.Windows.Forms.ListView
Public WithEvents Command1 As System.Windows.Forms.Button
Public WithEvents Label11 As System.Windows.Forms.Label
Public WithEvents Label10 As System.Windows.Forms.Label
Public WithEvents Label6 As System.Windows.Forms.Label
Public WithEvents Label9 As System.Windows.Forms.Label
Public WithEvents Label8 As System.Windows.Forms.Label
Public WithEvents Label7 As System.Windows.Forms.Label
Public WithEvents Label5 As System.Windows.Forms.Label
Public WithEvents Label4 As System.Windows.Forms.Label
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
Public WithEvents Label1 As System.Windows.Forms.Label
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.Text3 = New System.Windows.Forms.TextBox
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.Text2 = New System.Windows.Forms.TextBox
Me.Frame1 = New System.Windows.Forms.GroupBox
Me.Option3 = New System.Windows.Forms.RadioButton
Me.Option2 = New System.Windows.Forms.RadioButton
Me.Option1 = New System.Windows.Forms.RadioButton
Me.Command4 = New System.Windows.Forms.Button
Me.Text1 = New System.Windows.Forms.TextBox
Me.Command3 = New System.Windows.Forms.Button
Me.Command2 = New System.Windows.Forms.Button
Me.Combo1 = New System.Windows.Forms.ComboBox
Me.ListView1 = New System.Windows.Forms.ListView
Me.Command1 = New System.Windows.Forms.Button
Me.Label11 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.Frame1.SuspendLayout()
Me.SuspendLayout()
'
'Text3
'
Me.Text3.AcceptsReturn = True
Me.Text3.BackColor = System.Drawing.SystemColors.Window
Me.Text3.Cursor = System.Windows.Forms.Cursors.IBeam
Me.Text3.ForeColor = System.Drawing.SystemColors.WindowText
Me.Text3.Location = New System.Drawing.Point(56, 304)
Me.Text3.MaxLength = 0
Me.Text3.Name = "Text3"
Me.Text3.ReadOnly = True
Me.Text3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Text3.Size = New System.Drawing.Size(417, 25)
Me.Text3.TabIndex = 15
'
'Timer1
'
Me.Timer1.Enabled = True
Me.Timer1.Interval = 1000
'
'Text2
'
Me.Text2.AcceptsReturn = True
Me.Text2.BackColor = System.Drawing.SystemColors.Window
Me.Text2.Cursor = System.Windows.Forms.Cursors.IBeam
Me.Text2.ForeColor = System.Drawing.SystemColors.WindowText
Me.Text2.Location = New System.Drawing.Point(304, 336)
Me.Text2.MaxLength = 0
Me.Text2.Name = "Text2"
Me.Text2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Text2.Size = New System.Drawing.Size(145, 25)
Me.Text2.TabIndex = 12
'
'Frame1
'
Me.Frame1.BackColor = System.Drawing.SystemColors.Control
Me.Frame1.Controls.Add(Me.Option3)
Me.Frame1.Controls.Add(Me.Option2)
Me.Frame1.Controls.Add(Me.Option1)
Me.Frame1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Frame1.Location = New System.Drawing.Point(528, 360)
Me.Frame1.Name = "Frame1"
Me.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Frame1.Size = New System.Drawing.Size(105, 105)
Me.Frame1.TabIndex = 8
Me.Frame1.TabStop = False
'
'Option3
'
Me.Option3.BackColor = System.Drawing.SystemColors.Control
Me.Option3.Cursor = System.Windows.Forms.Cursors.Default
Me.Option3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Option3.Location = New System.Drawing.Point(16, 72)
Me.Option3.Name = "Option3"
Me.Option3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Option3.Size = New System.Drawing.Size(81, 17)
Me.Option3.TabIndex = 11
Me.Option3.TabStop = True
Me.Option3.Text = "UNICODE"
Me.Option3.UseVisualStyleBackColor = False
'
'Option2
'
Me.Option2.BackColor = System.Drawing.SystemColors.Control
Me.Option2.Checked = True
Me.Option2.Cursor = System.Windows.Forms.Cursors.Default
Me.Option2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Option2.Location = New System.Drawing.Point(16, 40)
Me.Option2.Name = "Option2"
Me.Option2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Option2.Size = New System.Drawing.Size(73, 17)
Me.Option2.TabIndex = 10
Me.Option2.TabStop = True
Me.Option2.Text = "ASCII"
Me.Option2.UseVisualStyleBackColor = False
'
'Option1
'
Me.Option1.BackColor = System.Drawing.SystemColors.Control
Me.Option1.Cursor = System.Windows.Forms.Cursors.Default
Me.Option1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Option1.Location = New System.Drawing.Point(16, 16)
Me.Option1.Name = "Option1"
Me.Option1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Option1.Size = New System.Drawing.Size(73, 17)
Me.Option1.TabIndex = 9
Me.Option1.TabStop = True
Me.Option1.Text = "十六进制"
Me.Option1.UseVisualStyleBackColor = False
'
'Command4
'
Me.Command4.BackColor = System.Drawing.SystemColors.Control
Me.Command4.Cursor = System.Windows.Forms.Cursors.Default
Me.Command4.ForeColor = System.Drawing.SystemColors.ControlText
Me.Command4.Location = New System.Drawing.Point(496, 304)
Me.Command4.Name = "Command4"
Me.Command4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Command4.Size = New System.Drawing.Size(65, 25)
Me.Command4.TabIndex = 7
Me.Command4.Text = "发送短信"
Me.Command4.UseVisualStyleBackColor = False
'
'Text1
'
Me.Text1.AcceptsReturn = True
Me.Text1.BackColor = System.Drawing.SystemColors.Window
Me.Text1.Cursor = System.Windows.Forms.Cursors.IBeam
Me.Text1.ForeColor = System.Drawing.SystemColors.WindowText
Me.Text1.Location = New System.Drawing.Point(56, 368)
Me.Text1.MaxLength = 0
Me.Text1.Multiline = True
Me.Text1.Name = "Text1"
Me.Text1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Text1.Size = New System.Drawing.Size(441, 105)
Me.Text1.TabIndex = 6
'
'Command3
'
Me.Command3.BackColor = System.Drawing.SystemColors.Control
Me.Command3.Cursor = System.Windows.Forms.Cursors.Default
Me.Command3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Command3.Location = New System.Drawing.Point(8, 224)
Me.Command3.Name = "Command3"
Me.Command3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Command3.Size = New System.Drawing.Size(89, 33)
Me.Command3.TabIndex = 5
Me.Command3.Text = "删除短信"
Me.Command3.UseVisualStyleBackColor = False
'
'Command2
'
Me.Command2.BackColor = System.Drawing.SystemColors.Control
Me.Command2.Cursor = System.Windows.Forms.Cursors.Default
Me.Command2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Command2.Location = New System.Drawing.Point(8, 176)
Me.Command2.Name = "Command2"
Me.Command2.RightToLeft = System.Windows.Forms.RightToLeft.No
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -