frmAbout.vb
上传用户:wj57717022
上传日期:2014-12-16
资源大小:4093k
文件大小:8k
源码类别:

医药行业

开发平台:

Visual Basic

  1. Public Class frmAbout
  2.     Inherits System.Windows.Forms.Form
  3. #Region " Windows 窗体设计器生成的代码 "
  4.     Public Sub New()
  5.         MyBase.New()
  6.         '该调用是 Windows 窗体设计器所必需的。
  7.         InitializeComponent()
  8.         '在 InitializeComponent() 调用之后添加任何初始化
  9.     End Sub
  10.     '窗体重写 dispose 以清理组件列表。
  11.     Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
  12.         If disposing Then
  13.             If Not (components Is Nothing) Then
  14.                 components.Dispose()
  15.             End If
  16.         End If
  17.         MyBase.Dispose(disposing)
  18.     End Sub
  19.     'Windows 窗体设计器所必需的
  20.     Private components As System.ComponentModel.IContainer
  21.     '注意: 以下过程是 Windows 窗体设计器所必需的
  22.     '可以使用 Windows 窗体设计器修改此过程。
  23.     '不要使用代码编辑器修改它。
  24.     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
  25.     Friend WithEvents Label1 As System.Windows.Forms.Label
  26.     Friend WithEvents Label2 As System.Windows.Forms.Label
  27.     Friend WithEvents Label3 As System.Windows.Forms.Label
  28.     Friend WithEvents Label4 As System.Windows.Forms.Label
  29.     Friend WithEvents Label5 As System.Windows.Forms.Label
  30.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  31.     Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  32.     Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  33.     Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
  34.     Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
  35.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  36.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  37.     Friend WithEvents Button1 As System.Windows.Forms.Button
  38.     <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
  39.         Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmAbout))
  40.         Me.PictureBox1 = New System.Windows.Forms.PictureBox
  41.         Me.Label1 = New System.Windows.Forms.Label
  42.         Me.Label2 = New System.Windows.Forms.Label
  43.         Me.Label3 = New System.Windows.Forms.Label
  44.         Me.Label4 = New System.Windows.Forms.Label
  45.         Me.Label5 = New System.Windows.Forms.Label
  46.         Me.TextBox1 = New System.Windows.Forms.TextBox
  47.         Me.TextBox2 = New System.Windows.Forms.TextBox
  48.         Me.TextBox3 = New System.Windows.Forms.TextBox
  49.         Me.TextBox4 = New System.Windows.Forms.TextBox
  50.         Me.TextBox5 = New System.Windows.Forms.TextBox
  51.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  52.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  53.         Me.Button1 = New System.Windows.Forms.Button
  54.         Me.SuspendLayout()
  55.         '
  56.         'PictureBox1
  57.         '
  58.         Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
  59.         Me.PictureBox1.Location = New System.Drawing.Point(24, 10)
  60.         Me.PictureBox1.Name = "PictureBox1"
  61.         Me.PictureBox1.Size = New System.Drawing.Size(80, 121)
  62.         Me.PictureBox1.TabIndex = 0
  63.         Me.PictureBox1.TabStop = False
  64.         '
  65.         'Label1
  66.         '
  67.         Me.Label1.AutoSize = True
  68.         Me.Label1.Location = New System.Drawing.Point(112, 24)
  69.         Me.Label1.Name = "Label1"
  70.         Me.Label1.Size = New System.Drawing.Size(83, 21)
  71.         Me.Label1.TabIndex = 1
  72.         Me.Label1.Text = "公司名称:"
  73.         '
  74.         'Label2
  75.         '
  76.         Me.Label2.AutoSize = True
  77.         Me.Label2.Location = New System.Drawing.Point(144, 57)
  78.         Me.Label2.Name = "Label2"
  79.         Me.Label2.Size = New System.Drawing.Size(52, 21)
  80.         Me.Label2.TabIndex = 2
  81.         Me.Label2.Text = "地址:"
  82.         '
  83.         'Label3
  84.         '
  85.         Me.Label3.AutoSize = True
  86.         Me.Label3.Location = New System.Drawing.Point(112, 87)
  87.         Me.Label3.Name = "Label3"
  88.         Me.Label3.Size = New System.Drawing.Size(83, 21)
  89.         Me.Label3.TabIndex = 3
  90.         Me.Label3.Text = "联系电话:"
  91.         '
  92.         'Label4
  93.         '
  94.         Me.Label4.AutoSize = True
  95.         Me.Label4.Location = New System.Drawing.Point(144, 120)
  96.         Me.Label4.Name = "Label4"
  97.         Me.Label4.Size = New System.Drawing.Size(52, 21)
  98.         Me.Label4.TabIndex = 4
  99.         Me.Label4.Text = "版本:"
  100.         '
  101.         'Label5
  102.         '
  103.         Me.Label5.AutoSize = True
  104.         Me.Label5.Location = New System.Drawing.Point(72, 152)
  105.         Me.Label5.Name = "Label5"
  106.         Me.Label5.Size = New System.Drawing.Size(129, 21)
  107.         Me.Label5.TabIndex = 5
  108.         Me.Label5.Text = "公司及软件简介:"
  109.         '
  110.         'TextBox1
  111.         '
  112.         Me.TextBox1.Location = New System.Drawing.Point(184, 15)
  113.         Me.TextBox1.Name = "TextBox1"
  114.         Me.TextBox1.Size = New System.Drawing.Size(312, 25)
  115.         Me.TextBox1.TabIndex = 6
  116.         Me.TextBox1.Text = ""
  117.         '
  118.         'TextBox2
  119.         '
  120.         Me.TextBox2.Location = New System.Drawing.Point(184, 48)
  121.         Me.TextBox2.Name = "TextBox2"
  122.         Me.TextBox2.Size = New System.Drawing.Size(312, 25)
  123.         Me.TextBox2.TabIndex = 7
  124.         Me.TextBox2.Text = ""
  125.         '
  126.         'TextBox3
  127.         '
  128.         Me.TextBox3.Location = New System.Drawing.Point(184, 80)
  129.         Me.TextBox3.Name = "TextBox3"
  130.         Me.TextBox3.Size = New System.Drawing.Size(160, 25)
  131.         Me.TextBox3.TabIndex = 8
  132.         Me.TextBox3.Text = ""
  133.         '
  134.         'TextBox4
  135.         '
  136.         Me.TextBox4.Location = New System.Drawing.Point(184, 112)
  137.         Me.TextBox4.Name = "TextBox4"
  138.         Me.TextBox4.Size = New System.Drawing.Size(160, 25)
  139.         Me.TextBox4.TabIndex = 9
  140.         Me.TextBox4.Text = ""
  141.         '
  142.         'TextBox5
  143.         '
  144.         Me.TextBox5.Location = New System.Drawing.Point(184, 152)
  145.         Me.TextBox5.Multiline = True
  146.         Me.TextBox5.Name = "TextBox5"
  147.         Me.TextBox5.Size = New System.Drawing.Size(312, 96)
  148.         Me.TextBox5.TabIndex = 10
  149.         Me.TextBox5.Text = ""
  150.         '
  151.         'GroupBox1
  152.         '
  153.         Me.GroupBox1.Location = New System.Drawing.Point(0, 136)
  154.         Me.GroupBox1.Name = "GroupBox1"
  155.         Me.GroupBox1.Size = New System.Drawing.Size(608, 8)
  156.         Me.GroupBox1.TabIndex = 11
  157.         Me.GroupBox1.TabStop = False
  158.         '
  159.         'GroupBox2
  160.         '
  161.         Me.GroupBox2.Location = New System.Drawing.Point(0, 248)
  162.         Me.GroupBox2.Name = "GroupBox2"
  163.         Me.GroupBox2.Size = New System.Drawing.Size(608, 8)
  164.         Me.GroupBox2.TabIndex = 12
  165.         Me.GroupBox2.TabStop = False
  166.         '
  167.         'Button1
  168.         '
  169.         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  170.         Me.Button1.Location = New System.Drawing.Point(184, 264)
  171.         Me.Button1.Name = "Button1"
  172.         Me.Button1.Size = New System.Drawing.Size(75, 32)
  173.         Me.Button1.TabIndex = 13
  174.         Me.Button1.Text = "确定"
  175.         '
  176.         'frmAbout
  177.         '
  178.         Me.AutoScaleBaseSize = New System.Drawing.Size(8, 18)
  179.         Me.ClientSize = New System.Drawing.Size(509, 309)
  180.         Me.ControlBox = False
  181.         Me.Controls.Add(Me.Button1)
  182.         Me.Controls.Add(Me.GroupBox2)
  183.         Me.Controls.Add(Me.GroupBox1)
  184.         Me.Controls.Add(Me.TextBox5)
  185.         Me.Controls.Add(Me.TextBox4)
  186.         Me.Controls.Add(Me.TextBox3)
  187.         Me.Controls.Add(Me.TextBox2)
  188.         Me.Controls.Add(Me.TextBox1)
  189.         Me.Controls.Add(Me.Label5)
  190.         Me.Controls.Add(Me.Label4)
  191.         Me.Controls.Add(Me.Label3)
  192.         Me.Controls.Add(Me.Label2)
  193.         Me.Controls.Add(Me.Label1)
  194.         Me.Controls.Add(Me.PictureBox1)
  195.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
  196.         Me.Name = "frmAbout"
  197.         Me.Text = "关于"
  198.         Me.WindowState = System.Windows.Forms.FormWindowState.Minimized
  199.         Me.ResumeLayout(False)
  200.     End Sub
  201. #End Region
  202.     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  203.     End Sub
  204. End Class