frmAbout.vb
上传用户:wj57717022
上传日期:2014-12-16
资源大小:4093k
文件大小:8k
- Public Class frmAbout
- Inherits System.Windows.Forms.Form
- #Region " Windows 窗体设计器生成的代码 "
- Public Sub New()
- MyBase.New()
- '该调用是 Windows 窗体设计器所必需的。
- InitializeComponent()
- '在 InitializeComponent() 调用之后添加任何初始化
- End Sub
- '窗体重写 dispose 以清理组件列表。
- 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
- '注意: 以下过程是 Windows 窗体设计器所必需的
- '可以使用 Windows 窗体设计器修改此过程。
- '不要使用代码编辑器修改它。
- 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 Label5 As System.Windows.Forms.Label
- Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
- Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
- Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
- Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
- Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
- Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
- Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
- Friend WithEvents Button1 As System.Windows.Forms.Button
- <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
- Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmAbout))
- 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.Label5 = New System.Windows.Forms.Label
- Me.TextBox1 = New System.Windows.Forms.TextBox
- Me.TextBox2 = New System.Windows.Forms.TextBox
- Me.TextBox3 = New System.Windows.Forms.TextBox
- Me.TextBox4 = New System.Windows.Forms.TextBox
- Me.TextBox5 = New System.Windows.Forms.TextBox
- Me.GroupBox1 = New System.Windows.Forms.GroupBox
- Me.GroupBox2 = New System.Windows.Forms.GroupBox
- Me.Button1 = New System.Windows.Forms.Button
- Me.SuspendLayout()
- '
- 'PictureBox1
- '
- Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
- Me.PictureBox1.Location = New System.Drawing.Point(24, 10)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(80, 121)
- Me.PictureBox1.TabIndex = 0
- Me.PictureBox1.TabStop = False
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(112, 24)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(83, 21)
- Me.Label1.TabIndex = 1
- Me.Label1.Text = "公司名称:"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(144, 57)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(52, 21)
- Me.Label2.TabIndex = 2
- Me.Label2.Text = "地址:"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(112, 87)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(83, 21)
- Me.Label3.TabIndex = 3
- Me.Label3.Text = "联系电话:"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(144, 120)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(52, 21)
- Me.Label4.TabIndex = 4
- Me.Label4.Text = "版本:"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(72, 152)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(129, 21)
- Me.Label5.TabIndex = 5
- Me.Label5.Text = "公司及软件简介:"
- '
- 'TextBox1
- '
- Me.TextBox1.Location = New System.Drawing.Point(184, 15)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(312, 25)
- Me.TextBox1.TabIndex = 6
- Me.TextBox1.Text = ""
- '
- 'TextBox2
- '
- Me.TextBox2.Location = New System.Drawing.Point(184, 48)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(312, 25)
- Me.TextBox2.TabIndex = 7
- Me.TextBox2.Text = ""
- '
- 'TextBox3
- '
- Me.TextBox3.Location = New System.Drawing.Point(184, 80)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(160, 25)
- Me.TextBox3.TabIndex = 8
- Me.TextBox3.Text = ""
- '
- 'TextBox4
- '
- Me.TextBox4.Location = New System.Drawing.Point(184, 112)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(160, 25)
- Me.TextBox4.TabIndex = 9
- Me.TextBox4.Text = ""
- '
- 'TextBox5
- '
- Me.TextBox5.Location = New System.Drawing.Point(184, 152)
- Me.TextBox5.Multiline = True
- Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(312, 96)
- Me.TextBox5.TabIndex = 10
- Me.TextBox5.Text = ""
- '
- 'GroupBox1
- '
- Me.GroupBox1.Location = New System.Drawing.Point(0, 136)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(608, 8)
- Me.GroupBox1.TabIndex = 11
- Me.GroupBox1.TabStop = False
- '
- 'GroupBox2
- '
- Me.GroupBox2.Location = New System.Drawing.Point(0, 248)
- Me.GroupBox2.Name = "GroupBox2"
- Me.GroupBox2.Size = New System.Drawing.Size(608, 8)
- Me.GroupBox2.TabIndex = 12
- Me.GroupBox2.TabStop = False
- '
- 'Button1
- '
- Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.Button1.Location = New System.Drawing.Point(184, 264)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(75, 32)
- Me.Button1.TabIndex = 13
- Me.Button1.Text = "确定"
- '
- 'frmAbout
- '
- Me.AutoScaleBaseSize = New System.Drawing.Size(8, 18)
- Me.ClientSize = New System.Drawing.Size(509, 309)
- Me.ControlBox = False
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.GroupBox2)
- Me.Controls.Add(Me.GroupBox1)
- Me.Controls.Add(Me.TextBox5)
- Me.Controls.Add(Me.TextBox4)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.PictureBox1)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
- Me.Name = "frmAbout"
- Me.Text = "关于"
- Me.WindowState = System.Windows.Forms.FormWindowState.Minimized
- Me.ResumeLayout(False)
- End Sub
- #End Region
- Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
- End Sub
- End Class