📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial 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)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
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.CheckedListBox1 = New System.Windows.Forms.CheckedListBox
Me.CheckedListBox2 = New System.Windows.Forms.CheckedListBox
Me.CheckedListBox3 = New System.Windows.Forms.CheckedListBox
Me.Button1 = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'CheckedListBox1
'
Me.CheckedListBox1.FormattingEnabled = True
Me.CheckedListBox1.Items.AddRange(New Object() {"dddd"})
Me.CheckedListBox1.Location = New System.Drawing.Point(109, 40)
Me.CheckedListBox1.Name = "CheckedListBox1"
Me.CheckedListBox1.Size = New System.Drawing.Size(62, 20)
Me.CheckedListBox1.TabIndex = 0
'
'CheckedListBox2
'
Me.CheckedListBox2.FormattingEnabled = True
Me.CheckedListBox2.Items.AddRange(New Object() {"aaaa"})
Me.CheckedListBox2.Location = New System.Drawing.Point(107, 77)
Me.CheckedListBox2.Name = "CheckedListBox2"
Me.CheckedListBox2.Size = New System.Drawing.Size(62, 20)
Me.CheckedListBox2.TabIndex = 1
'
'CheckedListBox3
'
Me.CheckedListBox3.FormattingEnabled = True
Me.CheckedListBox3.Items.AddRange(New Object() {"cccc"})
Me.CheckedListBox3.Location = New System.Drawing.Point(106, 114)
Me.CheckedListBox3.Name = "CheckedListBox3"
Me.CheckedListBox3.Size = New System.Drawing.Size(62, 20)
Me.CheckedListBox3.TabIndex = 2
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(89, 170)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(91, 28)
Me.Button1.TabIndex = 3
Me.Button1.Text = "Button1"
Me.Button1.UseVisualStyleBackColor = True
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(292, 228)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.CheckedListBox3)
Me.Controls.Add(Me.CheckedListBox2)
Me.Controls.Add(Me.CheckedListBox1)
Me.Name = "Form1"
Me.Text = "Form1"
Me.ResumeLayout(False)
End Sub
Friend WithEvents CheckedListBox1 As System.Windows.Forms.CheckedListBox
Friend WithEvents CheckedListBox2 As System.Windows.Forms.CheckedListBox
Friend WithEvents CheckedListBox3 As System.Windows.Forms.CheckedListBox
Friend WithEvents Button1 As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -