www.pudn.com > ADDUSER.rar > ADDUSER.FRM, change:2003-05-04,size:5126b
VERSION 5.00 Begin VB.Form Form1 Caption = "添加用户" ClientHeight = 2685 ClientLeft = 60 ClientTop = 345 ClientWidth = 4500 BeginProperty Font Name = "宋体" Size = 9 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty LinkTopic = "Form1" ScaleHeight = 2685 ScaleWidth = 4500 StartUpPosition = 2 '屏幕中心 Begin VB.CommandButton Command2 Caption = "取消" BeginProperty Font Name = "宋体" Size = 10.5 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 375 Left = 2753 TabIndex = 7 Top = 1920 Width = 1215 End Begin VB.CommandButton Command1 Caption = "确认" BeginProperty Font Name = "宋体" Size = 10.5 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 375 Left = 600 TabIndex = 6 Top = 1920 Width = 1215 End Begin VB.TextBox Text1 BeginProperty Font Name = "宋体" Size = 9 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 300 Left = 1680 TabIndex = 5 Text = "Text1" Top = 240 Width = 1815 End Begin VB.TextBox Text3 BeginProperty Font Name = "宋体" Size = 9 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 300 Left = 1680 TabIndex = 3 Text = "Text3" Top = 1320 Width = 1815 End Begin VB.TextBox Text2 BeginProperty Font Name = "宋体" Size = 9 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 300 Left = 1680 TabIndex = 2 Text = "Text2" Top = 780 Width = 1815 End Begin VB.Label Label1 Caption = "用户名称" BeginProperty Font Name = "宋体" Size = 10.5 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 225 Left = 600 TabIndex = 4 Top = 360 Width = 855 End Begin VB.Label Label3 Caption = "确认密码" BeginProperty Font Name = "宋体" Size = 10.5 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 300 Left = 600 TabIndex = 1 Top = 1320 Width = 855 End Begin VB.Label Label2 Caption = "用户密码" BeginProperty Font Name = "宋体" Size = 10.5 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 300 Left = 600 TabIndex = 0 Top = 840 Width = 855 End End Attribute VB_Name = "Form1" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Form_Load() End Sub Private Sub Label1_Click() End Sub