📄 form4.vb
字号:
Public Class Form4
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写 dispose 以清理组件列表。
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
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改此过程。
'不要使用代码编辑器修改它。
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents Button7 As System.Windows.Forms.Button
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Panel3 As System.Windows.Forms.Panel
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Button8 As System.Windows.Forms.Button
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents Label6 As System.Windows.Forms.Label
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Form4))
Me.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.Button3 = New System.Windows.Forms.Button
Me.Button4 = New System.Windows.Forms.Button
Me.Button5 = New System.Windows.Forms.Button
Me.Button6 = New System.Windows.Forms.Button
Me.Button7 = New System.Windows.Forms.Button
Me.Panel1 = New System.Windows.Forms.Panel
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.Panel2 = New System.Windows.Forms.Panel
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.Panel3 = New System.Windows.Forms.Panel
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.Button8 = New System.Windows.Forms.Button
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.Label6 = New System.Windows.Forms.Label
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.Panel3.SuspendLayout()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(0, 0)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(48, 40)
Me.Button1.TabIndex = 0
Me.Button1.Text = "隐藏"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(48, 0)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(48, 40)
Me.Button2.TabIndex = 1
Me.Button2.Text = "后退"
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(96, 0)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(48, 40)
Me.Button3.TabIndex = 2
Me.Button3.Text = "前进"
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(144, 0)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(48, 40)
Me.Button4.TabIndex = 3
Me.Button4.Text = "选项"
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(0, 64)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(56, 32)
Me.Button5.TabIndex = 4
Me.Button5.Text = "目录"
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(64, 64)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(56, 32)
Me.Button6.TabIndex = 5
Me.Button6.Text = "索引"
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(128, 64)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(56, 32)
Me.Button7.TabIndex = 6
Me.Button7.Text = "搜索"
'
'Panel1
'
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Location = New System.Drawing.Point(8, 96)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(200, 224)
Me.Panel1.TabIndex = 7
'
'Label2
'
Me.Label2.Image = CType(resources.GetObject("Label2.Image"), System.Drawing.Image)
Me.Label2.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label2.Location = New System.Drawing.Point(8, 40)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(184, 32)
Me.Label2.TabIndex = 1
Me.Label2.Text = "使用""帮助查看器"""
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label1
'
Me.Label1.Image = CType(resources.GetObject("Label1.Image"), System.Drawing.Image)
Me.Label1.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label1.Location = New System.Drawing.Point(8, 8)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(144, 32)
Me.Label1.TabIndex = 0
Me.Label1.Text = "计算器"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Panel2
'
Me.Panel2.Controls.Add(Me.TextBox1)
Me.Panel2.Controls.Add(Me.Label3)
Me.Panel2.Location = New System.Drawing.Point(16, 104)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(192, 216)
Me.Panel2.TabIndex = 2
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(8, 24)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(176, 21)
Me.TextBox1.TabIndex = 1
Me.TextBox1.Text = ""
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(16, 8)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(160, 24)
Me.Label3.TabIndex = 0
Me.Label3.Text = "输入要查找的关键字(W):"
'
'Panel3
'
Me.Panel3.Controls.Add(Me.TextBox3)
Me.Panel3.Controls.Add(Me.Label5)
Me.Panel3.Controls.Add(Me.Button8)
Me.Panel3.Controls.Add(Me.TextBox2)
Me.Panel3.Controls.Add(Me.Label4)
Me.Panel3.Location = New System.Drawing.Point(8, 136)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(176, 200)
Me.Panel3.TabIndex = 2
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(8, 96)
Me.TextBox3.Multiline = True
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(160, 96)
Me.TextBox3.TabIndex = 4
Me.TextBox3.Text = ""
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(8, 80)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(128, 24)
Me.Label5.TabIndex = 3
Me.Label5.Text = "选择要显示的主题(T):"
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(96, 48)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(72, 24)
Me.Button8.TabIndex = 2
Me.Button8.Text = "列出主题"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(8, 24)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(160, 21)
Me.TextBox2.TabIndex = 1
Me.TextBox2.Text = ""
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(8, 8)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(160, 24)
Me.Label4.TabIndex = 0
Me.Label4.Text = "输入要查找的关键字(W):"
'
'ListBox1
'
Me.ListBox1.ImeMode = System.Windows.Forms.ImeMode.On
Me.ListBox1.ItemHeight = 12
Me.ListBox1.Items.AddRange(New Object() {"", "", """计算器""概述", "", "", "使用""计算器""可以完成任意的通常借助手持计算器来完成的标准运算。", """计算器""可用于基本的算术运算,比如加减运算等。", "同时它还具有科学计算器的功能,比如对数运算和阶乘运算等。", "", "相关主题"})
Me.ListBox1.Location = New System.Drawing.Point(200, 8)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(376, 316)
Me.ListBox1.TabIndex = 8
'
'Label6
'
Me.Label6.BackColor = System.Drawing.Color.White
Me.Label6.Image = CType(resources.GetObject("Label6.Image"), System.Drawing.Image)
Me.Label6.Location = New System.Drawing.Point(336, 24)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(96, 40)
Me.Label6.TabIndex = 9
'
'Form4
'
Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)
Me.ClientSize = New System.Drawing.Size(584, 342)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.Button7)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Panel1)
Me.Name = "Form4"
Me.Text = "?计算器"
Me.Panel1.ResumeLayout(False)
Me.Panel2.ResumeLayout(False)
Me.Panel3.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
#End Region
Private Sub Form4_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Panel1.Show()
Panel2.Hide()
Panel3.Hide()
End Sub
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
Panel1.Show()
Panel2.Hide()
Panel3.Hide()
End Sub
Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click
Panel2.Show()
Panel1.Hide()
Panel3.Hide()
End Sub
Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button7.Click
Panel3.Show()
Panel1.Hide()
Panel2.Hide()
End Sub
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -