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

📄 frmabout.vb

📁 <Visual Basic 数据库开发实例精粹(第二版)>一书首先介绍了Visual Basic(简称VB)开发的技巧和重点技术
💻 VB
📖 第 1 页 / 共 2 页
字号:
Imports vb = Microsoft.VisualBasic

Friend Class frmAbout
	Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
	Public Sub New()
		MyBase.New()
    '此调用是 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 picIcon As System.Windows.Forms.PictureBox
	Public WithEvents cmdOK As System.Windows.Forms.Button
	Public WithEvents cmdSysInfo As System.Windows.Forms.Button
	Public WithEvents Label1 As System.Windows.Forms.Label
	Public WithEvents _lbl_3 As System.Windows.Forms.Label
	Public WithEvents _lbl_4 As System.Windows.Forms.Label
	Public WithEvents _lbl_6 As System.Windows.Forms.Label
	Public WithEvents _lbl_7 As System.Windows.Forms.Label
	Public WithEvents lblDescription As System.Windows.Forms.Label
  Public WithEvents _Line1_1 As System.Windows.Forms.Label
	Public WithEvents lblVersion As System.Windows.Forms.Label
	Public WithEvents lblDisclaimer As System.Windows.Forms.Label
  'Public WithEvents Line1 As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
  'Public WithEvents lbl As Microsoft.VisualBasic.Compatibility.VB6.LabelArray
	'注意: 以下过程是 Windows 窗体设计器所必需的
	'可以使用 Windows 窗体设计器来修改它。
	'不要使用代码编辑器修改它。
  Public WithEvents picBG As System.Windows.Forms.Panel
  Public WithEvents _lblLogin_3 As System.Windows.Forms.Label
  Public WithEvents _lblLogin_2 As System.Windows.Forms.Label
  Public WithEvents Label2 As System.Windows.Forms.Label
  Friend WithEvents lnkWebSite As System.Windows.Forms.LinkLabel
  <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
    Me.components = New System.ComponentModel.Container
    Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmAbout))
    Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
    Me.picIcon = New System.Windows.Forms.PictureBox
    Me.cmdOK = New System.Windows.Forms.Button
    Me.cmdSysInfo = New System.Windows.Forms.Button
    Me.Label1 = New System.Windows.Forms.Label
    Me._lbl_3 = New System.Windows.Forms.Label
    Me._lbl_4 = New System.Windows.Forms.Label
    Me._lbl_6 = New System.Windows.Forms.Label
    Me._lbl_7 = New System.Windows.Forms.Label
    Me.lblDescription = New System.Windows.Forms.Label
    Me._Line1_1 = New System.Windows.Forms.Label
    Me.lblVersion = New System.Windows.Forms.Label
    Me.lblDisclaimer = New System.Windows.Forms.Label
    Me.picBG = New System.Windows.Forms.Panel
    Me._lblLogin_3 = New System.Windows.Forms.Label
    Me._lblLogin_2 = New System.Windows.Forms.Label
    Me.Label2 = New System.Windows.Forms.Label
    Me.lnkWebSite = New System.Windows.Forms.LinkLabel
    Me.picBG.SuspendLayout()
    Me.SuspendLayout()
    '
    'picIcon
    '
    Me.picIcon.BackColor = System.Drawing.Color.Transparent
    Me.picIcon.Cursor = System.Windows.Forms.Cursors.Hand
    Me.picIcon.ForeColor = System.Drawing.SystemColors.ControlText
    Me.picIcon.Image = CType(resources.GetObject("picIcon.Image"), System.Drawing.Image)
    Me.picIcon.Location = New System.Drawing.Point(8, 16)
    Me.picIcon.Name = "picIcon"
    Me.picIcon.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me.picIcon.Size = New System.Drawing.Size(48, 48)
    Me.picIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
    Me.picIcon.TabIndex = 2
    Me.picIcon.TabStop = False
    '
    'cmdOK
    '
    Me.cmdOK.BackColor = System.Drawing.SystemColors.Control
    Me.cmdOK.Cursor = System.Windows.Forms.Cursors.Default
    Me.cmdOK.DialogResult = System.Windows.Forms.DialogResult.Cancel
    Me.cmdOK.ForeColor = System.Drawing.SystemColors.ControlText
    Me.cmdOK.Location = New System.Drawing.Point(340, 214)
    Me.cmdOK.Name = "cmdOK"
    Me.cmdOK.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me.cmdOK.Size = New System.Drawing.Size(117, 25)
    Me.cmdOK.TabIndex = 0
    Me.cmdOK.Tag = "1035"
    Me.cmdOK.Text = "确定"
    '
    'cmdSysInfo
    '
    Me.cmdSysInfo.BackColor = System.Drawing.SystemColors.Control
    Me.cmdSysInfo.Cursor = System.Windows.Forms.Cursors.Default
    Me.cmdSysInfo.ForeColor = System.Drawing.SystemColors.ControlText
    Me.cmdSysInfo.Location = New System.Drawing.Point(341, 247)
    Me.cmdSysInfo.Name = "cmdSysInfo"
    Me.cmdSysInfo.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me.cmdSysInfo.Size = New System.Drawing.Size(116, 24)
    Me.cmdSysInfo.TabIndex = 1
    Me.cmdSysInfo.Tag = "1034"
    Me.cmdSysInfo.Text = "系统信息(&S)..."
    '
    'Label1
    '
    Me.Label1.AutoSize = True
    Me.Label1.BackColor = System.Drawing.SystemColors.Control
    Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
    Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
    Me.Label1.Location = New System.Drawing.Point(106, 164)
    Me.Label1.Name = "Label1"
    Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me.Label1.Size = New System.Drawing.Size(85, 17)
    Me.Label1.TabIndex = 11
    Me.Label1.Text = "更多信息在: "
    '
    '_lbl_3
    '
    Me._lbl_3.AutoSize = True
    Me._lbl_3.BackColor = System.Drawing.SystemColors.Control
    Me._lbl_3.Cursor = System.Windows.Forms.Cursors.Default
    Me._lbl_3.ForeColor = System.Drawing.SystemColors.ControlText
    Me._lbl_3.Location = New System.Drawing.Point(106, 124)
    Me._lbl_3.Name = "_lbl_3"
    Me._lbl_3.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me._lbl_3.Size = New System.Drawing.Size(79, 17)
    Me._lbl_3.TabIndex = 10
    Me._lbl_3.Text = "本产品版权:"
    '
    '_lbl_4
    '
    Me._lbl_4.AutoSize = True
    Me._lbl_4.BackColor = System.Drawing.SystemColors.Control
    Me._lbl_4.Cursor = System.Windows.Forms.Cursors.Default
    Me._lbl_4.ForeColor = System.Drawing.SystemColors.ControlText
    Me._lbl_4.Location = New System.Drawing.Point(120, 142)
    Me._lbl_4.Name = "_lbl_4"
    Me._lbl_4.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me._lbl_4.Size = New System.Drawing.Size(171, 17)
    Me._lbl_4.TabIndex = 9
    Me._lbl_4.Text = "特瑞飞软件 The Terrificsoft"
    '
    '_lbl_6
    '
    Me._lbl_6.AutoSize = True
    Me._lbl_6.BackColor = System.Drawing.SystemColors.Control
    Me._lbl_6.Cursor = System.Windows.Forms.Cursors.Default
    Me._lbl_6.ForeColor = System.Drawing.SystemColors.ControlText
    Me._lbl_6.Location = New System.Drawing.Point(120, 104)
    Me._lbl_6.Name = "_lbl_6"
    Me._lbl_6.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me._lbl_6.Size = New System.Drawing.Size(122, 17)
    Me._lbl_6.TabIndex = 8
    Me._lbl_6.Text = "郭瑞军 Terrificsoft"
    '
    '_lbl_7
    '
    Me._lbl_7.AutoSize = True
    Me._lbl_7.BackColor = System.Drawing.SystemColors.Control
    Me._lbl_7.Cursor = System.Windows.Forms.Cursors.Default
    Me._lbl_7.ForeColor = System.Drawing.SystemColors.ControlText
    Me._lbl_7.Location = New System.Drawing.Point(106, 86)
    Me._lbl_7.Name = "_lbl_7"
    Me._lbl_7.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me._lbl_7.Size = New System.Drawing.Size(79, 17)
    Me._lbl_7.TabIndex = 7
    Me._lbl_7.Text = "本产品作者:"
    '
    'lblDescription
    '
    Me.lblDescription.BackColor = System.Drawing.SystemColors.Control
    Me.lblDescription.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
    Me.lblDescription.Cursor = System.Windows.Forms.Cursors.Default
    Me.lblDescription.ForeColor = System.Drawing.Color.Black
    Me.lblDescription.Location = New System.Drawing.Point(84, 81)
    Me.lblDescription.Name = "lblDescription"
    Me.lblDescription.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me.lblDescription.Size = New System.Drawing.Size(356, 110)
    Me.lblDescription.TabIndex = 6
    Me.lblDescription.Tag = "1039"
    '
    '_Line1_1
    '
    Me._Line1_1.BackColor = System.Drawing.Color.FromArgb(CType(128, Byte), CType(128, Byte), CType(128, Byte))
    Me._Line1_1.Location = New System.Drawing.Point(19, 198)
    Me._Line1_1.Name = "_Line1_1"
    Me._Line1_1.Size = New System.Drawing.Size(436, 1)
    Me._Line1_1.TabIndex = 12
    '
    'lblVersion
    '
    Me.lblVersion.BackColor = System.Drawing.Color.Transparent
    Me.lblVersion.Cursor = System.Windows.Forms.Cursors.Default
    Me.lblVersion.ForeColor = System.Drawing.SystemColors.ControlText
    Me.lblVersion.Location = New System.Drawing.Point(156, 56)
    Me.lblVersion.Name = "lblVersion"
    Me.lblVersion.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me.lblVersion.Size = New System.Drawing.Size(64, 16)
    Me.lblVersion.TabIndex = 4
    Me.lblVersion.Tag = "1037"
    Me.lblVersion.Text = "V2.1b"
    '
    'lblDisclaimer
    '
    Me.lblDisclaimer.BackColor = System.Drawing.SystemColors.Control
    Me.lblDisclaimer.Cursor = System.Windows.Forms.Cursors.Default
    Me.lblDisclaimer.ForeColor = System.Drawing.Color.Black
    Me.lblDisclaimer.Location = New System.Drawing.Point(20, 214)
    Me.lblDisclaimer.Name = "lblDisclaimer"
    Me.lblDisclaimer.RightToLeft = System.Windows.Forms.RightToLeft.No
    Me.lblDisclaimer.Size = New System.Drawing.Size(310, 60)
    Me.lblDisclaimer.TabIndex = 3
    Me.lblDisclaimer.Tag = "1036"
    Me.lblDisclaimer.Text = "警告:本程序受到版权法和国际条约的保护。未经授权,不得复制或传播本软件的部分或全部,否则将受到最大可能的起诉。"
    '
    'picBG
    '
    Me.picBG.BackColor = System.Drawing.Color.FromArgb(CType(99, Byte), CType(117, Byte), CType(222, Byte))

⌨️ 快捷键说明

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