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

  • 作者:aspxer  来源:internet  日期:2007-5-20 13:59:31  关键字:.net
  • Me.Label1.Location = New System.Drawing.Point(136, 40)

    Me.Label1.Name = "Label1"

    Me.Label1.TabIndex = 2

    Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter

    @#

    @#Label2

    @#

    Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

    Me.Label2.Font = New System.Drawing.Font("隶书", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))

    Me.Label2.Location = New System.Drawing.Point(264, 40)

    Me.Label2.Name = "Label2"

    Me.Label2.TabIndex = 3

    Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter

    @#

    @#Label3

    @#

    Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle

    Me.Label3.Font = New System.Drawing.Font("隶书", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:在vb.net中实现窗体上回车键代替TAB键
    下一篇:用VB.net制作一个小程序(3)