📄 frmabout.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmAbout
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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbout))
Me.btnOK = New System.Windows.Forms.Button
Me.btnSysInfo = New System.Windows.Forms.Button
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.lblVersion = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnOK
'
Me.btnOK.Location = New System.Drawing.Point(212, 330)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(95, 24)
Me.btnOK.TabIndex = 0
Me.btnOK.Text = "OK"
Me.btnOK.UseVisualStyleBackColor = True
'
'btnSysInfo
'
Me.btnSysInfo.Location = New System.Drawing.Point(109, 331)
Me.btnSysInfo.Name = "btnSysInfo"
Me.btnSysInfo.Size = New System.Drawing.Size(95, 23)
Me.btnSysInfo.TabIndex = 1
Me.btnSysInfo.Text = "System Info..."
Me.btnSysInfo.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.TextBox1.Enabled = False
Me.TextBox1.ForeColor = System.Drawing.Color.DimGray
Me.TextBox1.Location = New System.Drawing.Point(23, 233)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(284, 91)
Me.TextBox1.TabIndex = 2
Me.TextBox1.Text = resources.GetString("TextBox1.Text")
'
'PictureBox1
'
Me.PictureBox1.Image = Global.Ie7Clone.My.Resources.Resources.LargeGlobe
Me.PictureBox1.Location = New System.Drawing.Point(23, 12)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(84, 84)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 3
Me.PictureBox1.TabStop = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Arial Narrow", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(113, 12)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(171, 29)
Me.Label1.TabIndex = 4
Me.Label1.Text = "Internet Explorer"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Tahoma", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.SystemColors.GradientActiveCaption
Me.Label2.Location = New System.Drawing.Point(275, 9)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(32, 33)
Me.Label2.TabIndex = 5
Me.Label2.Text = "7"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Tahoma", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(237, 45)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(70, 25)
Me.Label3.TabIndex = 6
Me.Label3.Text = "Clone"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.ForeColor = System.Drawing.Color.DimGray
Me.Label4.Location = New System.Drawing.Point(24, 112)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(46, 13)
Me.Label4.TabIndex = 7
Me.Label4.Text = "Version:"
'
'lblVersion
'
Me.lblVersion.AutoSize = True
Me.lblVersion.ForeColor = System.Drawing.Color.DimGray
Me.lblVersion.Location = New System.Drawing.Point(76, 112)
Me.lblVersion.Name = "lblVersion"
Me.lblVersion.Size = New System.Drawing.Size(46, 13)
Me.lblVersion.TabIndex = 8
Me.lblVersion.Text = "Version:"
'
'Label5
'
Me.Label5.ForeColor = System.Drawing.Color.DimGray
Me.Label5.Location = New System.Drawing.Point(24, 364)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(287, 22)
Me.Label5.TabIndex = 9
Me.Label5.Text = "Internet Explorer is Copyright Microsoft Corporation."
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.ForeColor = System.Drawing.Color.DimGray
Me.Label6.Location = New System.Drawing.Point(92, 99)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(196, 13)
Me.Label6.TabIndex = 11
Me.Label6.Text = "Tom Maxwell (tmaxwell07@yahoo.com)"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.ForeColor = System.Drawing.Color.DimGray
Me.Label7.Location = New System.Drawing.Point(24, 99)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(68, 13)
Me.Label7.TabIndex = 10
Me.Label7.Text = "Provided By:"
'
'Label8
'
Me.Label8.ForeColor = System.Drawing.Color.DimGray
Me.Label8.Location = New System.Drawing.Point(24, 148)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(283, 25)
Me.Label8.TabIndex = 13
Me.Label8.Text = "Eduardo Oliveira" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "http://www.codeproject.com/vb/net/MDITabControl.asp"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.ForeColor = System.Drawing.Color.DimGray
Me.Label9.Location = New System.Drawing.Point(24, 135)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(164, 13)
Me.Label9.TabIndex = 12
Me.Label9.Text = "Tab Control Based On Article By:"
'
'Label10
'
Me.Label10.ForeColor = System.Drawing.Color.DimGray
Me.Label10.Location = New System.Drawing.Point(24, 186)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(283, 44)
Me.Label10.TabIndex = 14
Me.Label10.Text = "History Code:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Author: Anonymous" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "http://www.freevbcode.com/ShowCode.asp?ID=6702" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
'
'frmAbout
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(334, 388)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.lblVersion)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.btnSysInfo)
Me.Controls.Add(Me.btnOK)
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmAbout"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "About IE 7 Clone"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents btnSysInfo As System.Windows.Forms.Button
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents lblVersion As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -