⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmsearchform.vb

📁 一个用vb开发的档案管理程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
Option Strict Off
Option Explicit On
Friend Class frmSearchForm
	Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
	Public Sub New()
		MyBase.New()
		If m_vb6FormDefInstance Is Nothing Then
			If m_InitializingDefInstance Then
				m_vb6FormDefInstance = Me
			Else
				Try 
					'对于启动窗体,所创建的第一个实例为默认实例。
					If System.Reflection.Assembly.GetExecutingAssembly.EntryPoint.DeclaringType Is Me.GetType Then
						m_vb6FormDefInstance = Me
					End If
				Catch
				End Try
			End If
		End If
		'此调用是 Windows 窗体设计器所必需的。
		InitializeComponent()
	End Sub
	'窗体重写处置,以清理组件列表。
	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 cmdSearch As System.Windows.Forms.Button
	Public WithEvents txtSearch As System.Windows.Forms.TextBox
	Public WithEvents _chkValue_1 As System.Windows.Forms.CheckBox
	Public WithEvents _chkValue_3 As System.Windows.Forms.CheckBox
	Public WithEvents _chkValue_4 As System.Windows.Forms.CheckBox
	Public WithEvents _chkValue_2 As System.Windows.Forms.CheckBox
	Public WithEvents Line4 As System.Windows.Forms.Label
	Public WithEvents Line6 As System.Windows.Forms.Label
	Public WithEvents Frame1 As System.Windows.Forms.Panel
	Public WithEvents Line7 As System.Windows.Forms.Label
	Public WithEvents Line5 As System.Windows.Forms.Label
	Public WithEvents _Line3_1 As System.Windows.Forms.Label
	Public WithEvents _Line2_1 As System.Windows.Forms.Label
	Public WithEvents _Line3_0 As System.Windows.Forms.Label
	Public WithEvents _Line2_0 As System.Windows.Forms.Label
	Public WithEvents _Line1_3 As System.Windows.Forms.Label
	Public WithEvents _Line1_2 As System.Windows.Forms.Label
	Public WithEvents _Line1_1 As System.Windows.Forms.Label
	Public WithEvents _Line1_0 As System.Windows.Forms.Label
	Public WithEvents Label1 As System.Windows.Forms.Label
	Public WithEvents Line1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Line2 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents Line3 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	Public WithEvents chkValue As Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray
	'注意:以下过程是 Windows 窗体设计器所必需的
	'可以使用 Windows 窗体设计器来修改它。
	'不要使用代码编辑器来修改它。
	<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
		Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmSearchForm))
		Me.components = New System.ComponentModel.Container()
		Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
		Me.ToolTip1.Active = True
		Me.cmdSearch = New System.Windows.Forms.Button
		Me.txtSearch = New System.Windows.Forms.TextBox
		Me.Frame1 = New System.Windows.Forms.Panel
		Me._chkValue_1 = New System.Windows.Forms.CheckBox
		Me._chkValue_3 = New System.Windows.Forms.CheckBox
		Me._chkValue_4 = New System.Windows.Forms.CheckBox
		Me._chkValue_2 = New System.Windows.Forms.CheckBox
		Me.Line4 = New System.Windows.Forms.Label
		Me.Line6 = New System.Windows.Forms.Label
		Me.Line7 = New System.Windows.Forms.Label
		Me.Line5 = New System.Windows.Forms.Label
		Me._Line3_1 = New System.Windows.Forms.Label
		Me._Line2_1 = New System.Windows.Forms.Label
		Me._Line3_0 = New System.Windows.Forms.Label
		Me._Line2_0 = New System.Windows.Forms.Label
		Me._Line1_3 = New System.Windows.Forms.Label
		Me._Line1_2 = New System.Windows.Forms.Label
		Me._Line1_1 = New System.Windows.Forms.Label
		Me._Line1_0 = New System.Windows.Forms.Label
		Me.Label1 = New System.Windows.Forms.Label
		Me.Line1 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(components)
		Me.Line2 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(components)
		Me.Line3 = New Microsoft.VisualBasic.Compatibility.VB6.LabelArray(components)
		Me.chkValue = New Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray(components)
		CType(Me.Line1, System.ComponentModel.ISupportInitialize).BeginInit()
		CType(Me.Line2, System.ComponentModel.ISupportInitialize).BeginInit()
		CType(Me.Line3, System.ComponentModel.ISupportInitialize).BeginInit()
		CType(Me.chkValue, System.ComponentModel.ISupportInitialize).BeginInit()
		Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
		Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
		Me.Text = "档案查询模块"
		Me.ClientSize = New System.Drawing.Size(411, 111)
		Me.Location = New System.Drawing.Point(3, 22)
		Me.Icon = CType(resources.GetObject("frmSearchForm.Icon"), System.Drawing.Icon)
		Me.MaximizeBox = False
		Me.MinimizeBox = False
		Me.ShowInTaskbar = False
		Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
		Me.BackColor = System.Drawing.SystemColors.Control
		Me.ControlBox = True
		Me.Enabled = True
		Me.KeyPreview = False
		Me.Cursor = System.Windows.Forms.Cursors.Default
		Me.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.HelpButton = False
		Me.WindowState = System.Windows.Forms.FormWindowState.Normal
		Me.Name = "frmSearchForm"
		Me.cmdSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
		Me.cmdSearch.Text = "开始搜索(&S)"
		Me.cmdSearch.Enabled = False
		Me.cmdSearch.Size = New System.Drawing.Size(83, 29)
		Me.cmdSearch.Location = New System.Drawing.Point(314, 65)
		Me.cmdSearch.TabIndex = 1
		Me.cmdSearch.BackColor = System.Drawing.SystemColors.Control
		Me.cmdSearch.CausesValidation = True
		Me.cmdSearch.ForeColor = System.Drawing.SystemColors.ControlText
		Me.cmdSearch.Cursor = System.Windows.Forms.Cursors.Default
		Me.cmdSearch.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.cmdSearch.TabStop = True
		Me.cmdSearch.Name = "cmdSearch"
		Me.txtSearch.AutoSize = False
		Me.txtSearch.Size = New System.Drawing.Size(172, 20)
		Me.txtSearch.Location = New System.Drawing.Point(130, 69)
		Me.txtSearch.Maxlength = 20
		Me.txtSearch.TabIndex = 0
		Me.txtSearch.AcceptsReturn = True
		Me.txtSearch.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
		Me.txtSearch.BackColor = System.Drawing.SystemColors.Window
		Me.txtSearch.CausesValidation = True
		Me.txtSearch.Enabled = True
		Me.txtSearch.ForeColor = System.Drawing.SystemColors.WindowText
		Me.txtSearch.HideSelection = True
		Me.txtSearch.ReadOnly = False
		Me.txtSearch.Cursor = System.Windows.Forms.Cursors.IBeam
		Me.txtSearch.MultiLine = False
		Me.txtSearch.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.txtSearch.ScrollBars = System.Windows.Forms.ScrollBars.None
		Me.txtSearch.TabStop = True
		Me.txtSearch.Visible = True
		Me.txtSearch.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
		Me.txtSearch.Name = "txtSearch"
		Me.Frame1.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Frame1.Size = New System.Drawing.Size(384, 46)
		Me.Frame1.Location = New System.Drawing.Point(12, 7)
		Me.Frame1.TabIndex = 7
		Me.Frame1.BackColor = System.Drawing.SystemColors.Control
		Me.Frame1.Enabled = True
		Me.Frame1.ForeColor = System.Drawing.SystemColors.ControlText
		Me.Frame1.Cursor = System.Windows.Forms.Cursors.Default
		Me.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.Frame1.Visible = True
		Me.Frame1.Name = "Frame1"
		Me._chkValue_1.Text = "档案名"
		Me._chkValue_1.ForeColor = System.Drawing.Color.FromARGB(192, 64, 0)
		Me._chkValue_1.Size = New System.Drawing.Size(59, 20)
		Me._chkValue_1.Location = New System.Drawing.Point(22, 17)
		Me._chkValue_1.TabIndex = 2
		Me._chkValue_1.CheckState = System.Windows.Forms.CheckState.Checked
		Me._chkValue_1.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft
		Me._chkValue_1.BackColor = System.Drawing.SystemColors.Control
		Me._chkValue_1.CausesValidation = True
		Me._chkValue_1.Enabled = True
		Me._chkValue_1.Cursor = System.Windows.Forms.Cursors.Default
		Me._chkValue_1.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me._chkValue_1.Appearance = System.Windows.Forms.Appearance.Normal
		Me._chkValue_1.TabStop = True
		Me._chkValue_1.Visible = True
		Me._chkValue_1.Name = "_chkValue_1"
		Me._chkValue_3.Text = "文件说明"
		Me._chkValue_3.ForeColor = System.Drawing.Color.FromARGB(192, 64, 0)
		Me._chkValue_3.Size = New System.Drawing.Size(78, 20)
		Me._chkValue_3.Location = New System.Drawing.Point(190, 17)
		Me._chkValue_3.TabIndex = 4
		Me._chkValue_3.CheckState = System.Windows.Forms.CheckState.Checked
		Me._chkValue_3.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft
		Me._chkValue_3.BackColor = System.Drawing.SystemColors.Control
		Me._chkValue_3.CausesValidation = True
		Me._chkValue_3.Enabled = True
		Me._chkValue_3.Cursor = System.Windows.Forms.Cursors.Default
		Me._chkValue_3.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me._chkValue_3.Appearance = System.Windows.Forms.Appearance.Normal
		Me._chkValue_3.TabStop = True
		Me._chkValue_3.Visible = True
		Me._chkValue_3.Name = "_chkValue_3"
		Me._chkValue_4.Text = "参考说明"
		Me._chkValue_4.ForeColor = System.Drawing.Color.FromARGB(192, 64, 0)
		Me._chkValue_4.Size = New System.Drawing.Size(69, 20)
		Me._chkValue_4.Location = New System.Drawing.Point(290, 17)
		Me._chkValue_4.TabIndex = 5
		Me._chkValue_4.CheckState = System.Windows.Forms.CheckState.Checked
		Me._chkValue_4.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft
		Me._chkValue_4.BackColor = System.Drawing.SystemColors.Control
		Me._chkValue_4.CausesValidation = True
		Me._chkValue_4.Enabled = True
		Me._chkValue_4.Cursor = System.Windows.Forms.Cursors.Default
		Me._chkValue_4.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me._chkValue_4.Appearance = System.Windows.Forms.Appearance.Normal
		Me._chkValue_4.TabStop = True
		Me._chkValue_4.Visible = True
		Me._chkValue_4.Name = "_chkValue_4"
		Me._chkValue_2.Text = "文件名"
		Me._chkValue_2.ForeColor = System.Drawing.Color.FromARGB(192, 64, 0)
		Me._chkValue_2.Size = New System.Drawing.Size(65, 20)
		Me._chkValue_2.Location = New System.Drawing.Point(103, 17)
		Me._chkValue_2.TabIndex = 3
		Me._chkValue_2.CheckState = System.Windows.Forms.CheckState.Checked
		Me._chkValue_2.CheckAlign = System.Drawing.ContentAlignment.MiddleLeft
		Me._chkValue_2.BackColor = System.Drawing.SystemColors.Control
		Me._chkValue_2.CausesValidation = True
		Me._chkValue_2.Enabled = True
		Me._chkValue_2.Cursor = System.Windows.Forms.Cursors.Default
		Me._chkValue_2.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me._chkValue_2.Appearance = System.Windows.Forms.Appearance.Normal
		Me._chkValue_2.TabStop = True
		Me._chkValue_2.Visible = True
		Me._chkValue_2.Name = "_chkValue_2"
		Me.Line4.BackColor = System.Drawing.Color.FromARGB(128, 128, 128)
		Me.Line4.Visible = True
		Me.Line4.Location = New System.Drawing.Point(0, 4)
		Me.Line4.Width = 1
		Me.Line4.Height = 43

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -