打印本文 打印本文 关闭窗口 关闭窗口
VB.NET中的组件开发
作者:武汉SEO闵涛  文章来源:敏韬网  点击数5571  更新时间:2009/4/23 19:01:27  文章录入:mintao  责任编辑:mintao
        Me.txtUserPwd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtUserPwd.Location = New System.Drawing.Point(110, 176)
        Me.txtUserPwd.Name = "txtUserPwd"
        Me.txtUserPwd.PasswordChar = Microsoft.VisualBasic.ChrW(42)
        Me.txtUserPwd.Size = New System.Drawing.Size(151, 21)
        Me.txtUserPwd.TabIndex = 4
        Me.txtUserPwd.Text = ""
        ''''
        ''''btnSubmit
        ''''
        Me.btnSubmit.BackColor = System.Drawing.SystemColors.ActiveBorder
        Me.btnSubmit.Cursor = System.Windows.Forms.Cursors.Hand
        Me.btnSubmit.ForeColor = System.Drawing.SystemColors.InfoText
        Me.btnSubmit.Location = New System.Drawing.Point(56, 216)
        Me.btnSubmit.Name = "btnSubmit"
        Me.btnSubmit.TabIndex = 5
        Me.btnSubmit.Text = "登录"
        ''''
        ''''btnExit
        ''''
        Me.btnExit.BackColor = System.Drawing.SystemColors.ActiveBorder
        Me.btnExit.Cursor = System.Windows.Forms.Cursors.Hand
        Me.btnExit.Location = New System.Drawing.Point(141, 216)
        Me.btnExit.Name = "btnExit"
        Me.btnExit.TabIndex = 6
        Me.btnExit.Text = "退出"
        ''''
        ''''Label1
        ''''
        Me.Label1.Font = New System.Drawing.Font("Impact", 17.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label1.Location = New System.Drawing.Point(38, 64)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(256, 32)
        Me.Label1.TabIndex = 6
        Me.Label1.Text = "TEST"
        ''''
        ''''Label2
        ''''
        Me.Label2.BackColor = System.Drawing.SystemColors.ControlText
        Me.Label2.ForeColor = System.Drawing.SystemColors.HighlightText
        Me.Label2.Location = New System.Drawing.Point(0, 0)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(320, 24)
        Me.Label2.TabIndex = 7
        Me.Label2.Text = "系统登录"
        Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        ''''
        ''''btnCancel
        ''''
        Me.btnCancel.BackColor = System.Drawing.SystemColors.ActiveBorder
        Me.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand
        Me.btnCancel.Location = New System.Drawing.Point(225, 215)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.TabIndex = 10
        Me.btnCancel.Text = "取消"
        ''''
        ''''Label3
        ''''
        Me.Label3.ForeColor = System.Drawing.Color.Red
        Me.Label3.Location = New System.Drawing.Point(163, 262)
        Me.Label3.Name = "Lab

上一页  [1] [2] [3] [4] [5] [6] [7]  下一页

打印本文 打印本文 关闭窗口 关闭窗口