• 您的位置我爱Aspx >> VB.Net >> 用VB.net制作一个小程序(3)
  • 用VB.net制作一个小程序(3)

  • 作者:aspxer  来源:internet  日期:2007-5-20 13:59:30  关键字:.net
  • Me.CheckBox2 = New System.Windows.Forms.CheckBox()

    Me.CheckBox1 = New System.Windows.Forms.CheckBox()

    Me.Label1 = New System.Windows.Forms.Label()

    Me.ListBox1 = New System.Windows.Forms.ListBox()

    Me.Label2 = New System.Windows.Forms.Label()

    Me.Label3 = New System.Windows.Forms.Label()

    Me.Button1 = New System.Windows.Forms.Button()

    Me.ComboBox1 = New System.Windows.Forms.ComboBox()

    Me.Label4 = New System.Windows.Forms.Label()

    Me.PictureBox1 = New System.Windows.Forms.PictureBox()

    Me.PictureBox2 = New System.Windows.Forms.PictureBox()

    Me.PictureBox3 = New System.Windows.Forms.PictureBox()

    Me.PictureBox4 = New System.Windows.Forms.PictureBox()

    Me.PictureBox5 = New System.Windows.Forms.PictureBox()

    Me.GroupBox1.SuspendLayout()

    Me.GroupBox2.SuspendLayout()

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:用VB.net制作一个小程序(2)
    下一篇:用新VB.NET 枚举提高效率