frmAbout.Designer.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:11k
- <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 = "确定"
- 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 = "系统信息"
- 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 = "本软件受国际著作权法和知识产权法以及中华人民共和国相关法律法规的保护 因此您无权对软件进行反向工程 反向编译等违法行为.以上描述李志刚在法律允许范围内保留所有权" & _
- "利."
- '
- '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(290, 9)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(32, 33)
- Me.Label2.TabIndex = 5
- Me.Label2.Text = "9"
- '
- '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(56, 25)
- Me.Label3.TabIndex = 6
- Me.Label3.Text = "yidu"
- '
- '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(35, 13)
- Me.Label4.TabIndex = 7
- Me.Label4.Text = "版本:"
- '
- '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(109, 13)
- Me.lblVersion.TabIndex = 8
- Me.lblVersion.Text = "Internet Explorer 9.0"
- '
- 'Label5
- '
- Me.Label5.ForeColor = System.Drawing.Color.DimGray
- Me.Label5.Location = New System.Drawing.Point(4, 364)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(318, 29)
- 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(103, 13)
- Me.Label6.TabIndex = 11
- Me.Label6.Text = "人生之路千变万化"
- '
- '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(60, 13)
- Me.Label7.TabIndex = 10
- Me.Label7.Text = "你知道吗?"
- '
- 'Label8
- '
- Me.Label8.ForeColor = System.Drawing.Color.DimGray
- Me.Label8.Location = New System.Drawing.Point(24, 161)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(283, 25)
- Me.Label8.TabIndex = 13
- Me.Label8.Text = "励志照亮人生 变成改变命运"
- '
- '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(290, 26)
- Me.Label9.TabIndex = 12
- Me.Label9.Text = "公司:微软中国亚洲研究院 的我 不过那是十年年之后" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "的事情"
- '
- '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 = "个人网站:以前做了一个 但是后来由于空间不稳定 所以关闭了"
- '
- '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, 402)
- 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 Internet Explorer 9 "
- 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