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

📄 frmabout.vb

📁 一个用vb开发的档案管理程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
Option Strict Off
Option Explicit On
Friend Class frmAbout
	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 picScan As System.Windows.Forms.PictureBox
	Public WithEvents Label5 As System.Windows.Forms.Label
	Public WithEvents Line5 As System.Windows.Forms.Label
	Public WithEvents Line4 As System.Windows.Forms.Label
	Public WithEvents Label4 As System.Windows.Forms.Label
	Public WithEvents Label1 As System.Windows.Forms.Label
	Public WithEvents Label3 As System.Windows.Forms.Label
	Public WithEvents Label2 As System.Windows.Forms.Label
	Public WithEvents lLeft_1 As System.Windows.Forms.Label
	Public WithEvents lTop_1 As System.Windows.Forms.Label
	Public WithEvents lRight_1 As System.Windows.Forms.Label
	Public WithEvents lBottom_1 As System.Windows.Forms.Label
	Public WithEvents _Line1_0 As System.Windows.Forms.Label
	Public WithEvents _Line1_1 As System.Windows.Forms.Label
	Public WithEvents _Line1_2 As System.Windows.Forms.Label
	Public WithEvents _Line1_3 As System.Windows.Forms.Label
	Public WithEvents _Line2_0 As System.Windows.Forms.Label
	Public WithEvents _Line3_0 As System.Windows.Forms.Label
	Public WithEvents _Line2_1 As System.Windows.Forms.Label
	Public WithEvents _Line3_1 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
	'注意:以下过程是 Windows 窗体设计器所必需的
	'可以使用 Windows 窗体设计器来修改它。
	'不要使用代码编辑器来修改它。
	<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
		Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmAbout))
		Me.components = New System.ComponentModel.Container()
		Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
		Me.ToolTip1.Active = True
		Me.picScan = New System.Windows.Forms.PictureBox
		Me.Label5 = New System.Windows.Forms.Label
		Me.Line5 = New System.Windows.Forms.Label
		Me.Line4 = New System.Windows.Forms.Label
		Me.Label4 = New System.Windows.Forms.Label
		Me.Label1 = New System.Windows.Forms.Label
		Me.Label3 = New System.Windows.Forms.Label
		Me.Label2 = New System.Windows.Forms.Label
		Me.lLeft_1 = New System.Windows.Forms.Label
		Me.lTop_1 = New System.Windows.Forms.Label
		Me.lRight_1 = New System.Windows.Forms.Label
		Me.lBottom_1 = New System.Windows.Forms.Label
		Me._Line1_0 = New System.Windows.Forms.Label
		Me._Line1_1 = New System.Windows.Forms.Label
		Me._Line1_2 = New System.Windows.Forms.Label
		Me._Line1_3 = New System.Windows.Forms.Label
		Me._Line2_0 = New System.Windows.Forms.Label
		Me._Line3_0 = New System.Windows.Forms.Label
		Me._Line2_1 = New System.Windows.Forms.Label
		Me._Line3_1 = 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)
		CType(Me.Line1, System.ComponentModel.ISupportInitialize).BeginInit()
		CType(Me.Line2, System.ComponentModel.ISupportInitialize).BeginInit()
		CType(Me.Line3, System.ComponentModel.ISupportInitialize).BeginInit()
		Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
		Me.Text = "关于系统"
		Me.ClientSize = New System.Drawing.Size(362, 159)
		Me.Location = New System.Drawing.Point(3, 22)
		Me.Icon = CType(resources.GetObject("frmAbout.Icon"), System.Drawing.Icon)
		Me.MaximizeBox = False
		Me.MinimizeBox = False
		Me.ShowInTaskbar = False
		Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation
		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 = "frmAbout"
		Me.picScan.BackColor = System.Drawing.Color.FromARGB(192, 192, 192)
		Me.picScan.Size = New System.Drawing.Size(32, 32)
		Me.picScan.Location = New System.Drawing.Point(299, 107)
		Me.picScan.Image = CType(resources.GetObject("picScan.Image"), System.Drawing.Image)
		Me.picScan.TabIndex = 0
		Me.ToolTip1.SetToolTip(Me.picScan, "关闭")
		Me.picScan.Dock = System.Windows.Forms.DockStyle.None
		Me.picScan.CausesValidation = True
		Me.picScan.Enabled = True
		Me.picScan.ForeColor = System.Drawing.SystemColors.ControlText
		Me.picScan.Cursor = System.Windows.Forms.Cursors.Default
		Me.picScan.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.picScan.TabStop = True
		Me.picScan.Visible = True
		Me.picScan.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
		Me.picScan.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.picScan.Name = "picScan"
		Me.Label5.Text = "http://www.freelong.net/filemanager"
		Me.Label5.Font = New System.Drawing.Font("Arial", 9!, System.Drawing.FontStyle.Underline Or System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
		Me.Label5.ForeColor = System.Drawing.Color.Blue
		Me.Label5.Size = New System.Drawing.Size(193, 15)
		Me.Label5.Location = New System.Drawing.Point(24, 128)
		Me.Label5.TabIndex = 5
		Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopLeft
		Me.Label5.BackColor = System.Drawing.SystemColors.Control
		Me.Label5.Enabled = True
		Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.Label5.UseMnemonic = True
		Me.Label5.Visible = True
		Me.Label5.AutoSize = True
		Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Label5.Name = "Label5"
		Me.Line5.BackColor = System.Drawing.Color.White
		Me.Line5.Visible = True
		Me.Line5.Location = New System.Drawing.Point(13, 65)
		Me.Line5.Width = 332
		Me.Line5.Height = 1
		Me.Line5.Name = "Line5"
		Me.Line4.BackColor = System.Drawing.Color.FromARGB(128, 128, 128)
		Me.Line4.Visible = True
		Me.Line4.Location = New System.Drawing.Point(13, 64)
		Me.Line4.Width = 332
		Me.Line4.Height = 1
		Me.Line4.Name = "Line4"
		Me.Label4.Text = "V1.0"
		Me.Label4.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
		Me.Label4.ForeColor = System.Drawing.Color.FromARGB(192, 0, 0)
		Me.Label4.Size = New System.Drawing.Size(40, 22)
		Me.Label4.Location = New System.Drawing.Point(272, 27)
		Me.Label4.TabIndex = 4
		Me.Label4.TextAlign = System.Drawing.ContentAlignment.TopLeft
		Me.Label4.BackColor = System.Drawing.SystemColors.Control
		Me.Label4.Enabled = True
		Me.Label4.Cursor = System.Windows.Forms.Cursors.Default
		Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.Label4.UseMnemonic = True
		Me.Label4.Visible = True
		Me.Label4.AutoSize = True
		Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Label4.Name = "Label4"
		Me.Label1.Text = "档案管理系统"
		Me.Label1.Font = New System.Drawing.Font("隶书", 24!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
		Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
		Me.Label1.Size = New System.Drawing.Size(192, 33)
		Me.Label1.Location = New System.Drawing.Point(52, 19)
		Me.Label1.TabIndex = 3
		Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopLeft
		Me.Label1.BackColor = System.Drawing.SystemColors.Control
		Me.Label1.Enabled = True
		Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
		Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.Label1.UseMnemonic = True
		Me.Label1.Visible = True
		Me.Label1.AutoSize = True
		Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Label1.Name = "Label1"
		Me.Label3.Text = "     程序使用VisualBasic6.0所写,如果需要源程序,请与我们联系。013806540284"
		Me.Label3.ForeColor = System.Drawing.Color.FromARGB(192, 0, 0)
		Me.Label3.Size = New System.Drawing.Size(240, 28)
		Me.Label3.Location = New System.Drawing.Point(22, 100)
		Me.Label3.TabIndex = 2
		Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopLeft
		Me.Label3.BackColor = System.Drawing.SystemColors.Control
		Me.Label3.Enabled = True
		Me.Label3.Cursor = System.Windows.Forms.Cursors.Default
		Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.Label3.UseMnemonic = True
		Me.Label3.Visible = True
		Me.Label3.AutoSize = False
		Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Label3.Name = "Label3"
		Me.Label2.Text = "声明:此系统为共享软件,可以随意发布。 "
		Me.Label2.Size = New System.Drawing.Size(228, 12)
		Me.Label2.Location = New System.Drawing.Point(20, 82)
		Me.Label2.TabIndex = 1
		Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopLeft
		Me.Label2.BackColor = System.Drawing.SystemColors.Control
		Me.Label2.Enabled = True
		Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
		Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
		Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
		Me.Label2.UseMnemonic = True
		Me.Label2.Visible = True
		Me.Label2.AutoSize = True
		Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None
		Me.Label2.Name = "Label2"
		Me.lLeft_1.BackColor = System.Drawing.Color.FromARGB(128, 128, 128)
		Me.lLeft_1.Visible = False
		Me.lLeft_1.Location = New System.Drawing.Point(294, 102)
		Me.lLeft_1.Width = 1
		Me.lLeft_1.Height = 41
		Me.lLeft_1.Name = "lLeft_1"
		Me.lTop_1.BackColor = System.Drawing.Color.White
		Me.lTop_1.Visible = False
		Me.lTop_1.Location = New System.Drawing.Point(295, 102)
		Me.lTop_1.Width = 42

⌨️ 快捷键说明

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