?? c用戶管理.frm
字號:
VERSION 5.00
Begin VB.Form C用戶管理
Caption = "用戶管理"
ClientHeight = 3345
ClientLeft = 60
ClientTop = 345
ClientWidth = 9015
LinkTopic = "Form1"
ScaleHeight = 3345
ScaleWidth = 9015
StartUpPosition = 3 'Windows Default
Begin VB.Frame Frame
Caption = "用戶管理"
Height = 3255
Index = 0
Left = 0
TabIndex = 0
Top = 0
Width = 9015
Begin VB.Frame FrameInfo
Caption = "用戶信息"
Height = 2895
Left = 2400
TabIndex = 4
Top = 240
Width = 6495
Begin VB.TextBox txtEmail
Height = 375
Left = 3960
TabIndex = 24
Top = 1440
Width = 2295
End
Begin VB.TextBox txtPhone
Height = 375
Left = 960
TabIndex = 21
Top = 1440
Width = 1455
End
Begin VB.TextBox txtPassword
Height = 345
IMEMode = 3 'DISABLE
Left = 3960
MaxLength = 10
PasswordChar = "*"
TabIndex = 20
Text = "1234"
Top = 940
Width = 1245
End
Begin VB.TextBox txtName
Height = 375
Left = 3960
MaxLength = 10
TabIndex = 19
Top = 360
Width = 1215
End
Begin VB.ComboBox CboSelect
Height = 315
Left = 960
TabIndex = 13
Top = 960
Width = 1455
End
Begin VB.Frame Frame2
Height = 645
Index = 0
Left = 240
TabIndex = 6
Top = 2040
Width = 5475
Begin VB.CommandButton CmdAdd
BackColor = &H00C0C0C0&
Caption = "添加"
Height = 360
Left = 255
Style = 1 'Graphical
TabIndex = 12
Top = 195
Width = 800
End
Begin VB.CommandButton CmdDelete
BackColor = &H00C0C0C0&
Caption = "刪除"
Height = 360
Left = 1860
Style = 1 'Graphical
TabIndex = 11
Top = 195
Width = 800
End
Begin VB.CommandButton CmdCancel
BackColor = &H00C0C0C0&
Caption = "取消"
Height = 360
Left = 3450
Style = 1 'Graphical
TabIndex = 10
Top = 195
Width = 800
End
Begin VB.CommandButton CmdExit
BackColor = &H00C0C0C0&
Caption = "退出"
Height = 360
Left = 4245
Style = 1 'Graphical
TabIndex = 9
Top = 195
Width = 800
End
Begin VB.CommandButton CmdModify
BackColor = &H00C0C0C0&
Caption = "修改"
Height = 360
Left = 1065
Style = 1 'Graphical
TabIndex = 8
Top = 195
Width = 800
End
Begin VB.CommandButton CmdSave
BackColor = &H00C0C0C0&
Caption = "保存"
Height = 360
Left = 2655
Style = 1 'Graphical
TabIndex = 7
Top = 195
Width = 800
End
End
Begin VB.TextBox txtUserId
Height = 375
Left = 960
MaxLength = 6
TabIndex = 5
Top = 360
Width = 1455
End
Begin VB.Label Label2
Caption = "(小于10位)"
ForeColor = &H000000FF&
Height = 375
Index = 1
Left = 5400
TabIndex = 25
Top = 840
Width = 855
End
Begin VB.Label Label7
Caption = "郵箱:"
Height = 375
Left = 3240
TabIndex = 23
Top = 1440
Width = 855
End
Begin VB.Label Label4
Caption = "電話:"
Height = 375
Left = 240
TabIndex = 22
Top = 1440
Width = 615
End
Begin VB.Label Label3
Caption = "名稱:"
Height = 375
Left = 3240
TabIndex = 18
Top = 480
Width = 735
End
Begin VB.Label Label2
Caption = "(6位)"
ForeColor = &H000000FF&
Height = 375
Index = 0
Left = 2520
TabIndex = 17
Top = 360
Width = 495
End
Begin VB.Label Label5
Caption = "用戶類別:"
Height = 255
Index = 1
Left = 120
TabIndex = 16
Top = 960
Width = 975
End
Begin VB.Label Label1
Caption = "用戶ID:"
Height = 375
Index = 0
Left = 240
TabIndex = 15
Top = 480
Width = 855
End
Begin VB.Label Label1
Caption = "密碼:"
Height = 375
Index = 1
Left = 3240
TabIndex = 14
Top = 960
Width = 855
End
End
Begin VB.Frame FrameList
Caption = "用戶列表"
Height = 2895
Left = 120
TabIndex = 1
Top = 240
Width = 2175
Begin VB.ListBox ListUser
Height = 2400
ItemData = "C用戶管理.frx":0000
Left = 120
List = "C用戶管理.frx":0007
TabIndex = 2
Top = 240
Width = 1935
End
Begin VB.Label LblNotes
Height = 375
Left = 120
TabIndex = 3
Top = 240
Width = 1935
End
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -