📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class Form1
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.TextBox1 = New System.Windows.Forms.TextBox
Me.labelRelay = New System.Windows.Forms.Label
Me.Button1 = New System.Windows.Forms.Button
Me.rbtnNormal = New System.Windows.Forms.RadioButton
Me.rbtnAdmin = New System.Windows.Forms.RadioButton
Me.labelTime = New System.Windows.Forms.Label
Me.Timer1 = New System.Windows.Forms.Timer
Me.SuspendLayout()
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(28, 35)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ReadOnly = True
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.TextBox1.Size = New System.Drawing.Size(324, 213)
Me.TextBox1.TabIndex = 0
Me.TextBox1.Text = "TextBox1"
'
'labelRelay
'
Me.labelRelay.Location = New System.Drawing.Point(252, 12)
Me.labelRelay.Name = "labelRelay"
Me.labelRelay.Size = New System.Drawing.Size(100, 20)
Me.labelRelay.Text = "labelRelay"
Me.labelRelay.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(244, 280)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(108, 20)
Me.Button1.TabIndex = 2
Me.Button1.Text = "Turn On RFID"
'
'rbtnNormal
'
Me.rbtnNormal.Location = New System.Drawing.Point(28, 254)
Me.rbtnNormal.Name = "rbtnNormal"
Me.rbtnNormal.Size = New System.Drawing.Size(111, 20)
Me.rbtnNormal.TabIndex = 3
Me.rbtnNormal.Text = "Normal mode"
'
'rbtnAdmin
'
Me.rbtnAdmin.Location = New System.Drawing.Point(28, 280)
Me.rbtnAdmin.Name = "rbtnAdmin"
Me.rbtnAdmin.Size = New System.Drawing.Size(111, 20)
Me.rbtnAdmin.TabIndex = 4
Me.rbtnAdmin.Text = "Admin mode"
'
'labelTime
'
Me.labelTime.Location = New System.Drawing.Point(28, 12)
Me.labelTime.Name = "labelTime"
Me.labelTime.Size = New System.Drawing.Size(218, 20)
Me.labelTime.Text = "labelTime"
'
'Timer1
'
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(383, 316)
Me.Controls.Add(Me.labelTime)
Me.Controls.Add(Me.rbtnAdmin)
Me.Controls.Add(Me.rbtnNormal)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.labelRelay)
Me.Controls.Add(Me.TextBox1)
Me.Name = "Form1"
Me.Text = "PhidgetRFID Reader Application"
Me.ResumeLayout(False)
End Sub
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents labelRelay As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents rbtnNormal As System.Windows.Forms.RadioButton
Friend WithEvents rbtnAdmin As System.Windows.Forms.RadioButton
Friend WithEvents labelTime As System.Windows.Forms.Label
Friend WithEvents Timer1 As System.Windows.Forms.Timer
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -