frmwizard.frm
来自「使用VB仿QQ界面开发的ICQ程序,采用C/S结架,实现简单文字聊天.」· FRM 代码 · 共 256 行
FRM
256 行
VERSION 5.00
Begin VB.Form frmWizard
BorderStyle = 3 'Fixed Dialog
Caption = "New ScreenName Wizard"
ClientHeight = 3135
ClientLeft = 45
ClientTop = 330
ClientWidth = 7560
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "frmWizard.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3135
ScaleWidth = 7560
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin MessengerProject.LaVolpeButton CmdFinish
Height = 375
Left = 5880
TabIndex = 11
Top = 2640
Width = 1095
_ExtentX = 1931
_ExtentY = 661
BTYPE = 3
TX = "&Finish"
ENAB = -1 'True
BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Times New Roman"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
COLTYPE = 1
BCOL = 13160660
FCOL = 0
FCOLO = 0
EMBOSSM = 12632256
EMBOSSS = 16777215
MPTR = 0
MICON = "frmWizard.frx":030A
ALIGN = 1
ICONAlign = 0
ORIENT = 0
STYLE = 0
IconSize = 2
SHOWF = -1 'True
BSTYLE = 0
OPTVAL = 0 'False
OPTMOD = 0 'False
GStart = 0
GStop = 16711680
GStyle = 0
End
Begin MessengerProject.LaVolpeButton CmdCancel
Cancel = -1 'True
Height = 375
Left = 1680
TabIndex = 9
Top = 2640
Width = 1095
_ExtentX = 1931
_ExtentY = 661
BTYPE = 3
TX = "&Cancel"
ENAB = -1 'True
BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Times New Roman"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
COLTYPE = 1
BCOL = 13160660
FCOL = 0
FCOLO = 0
EMBOSSM = 12632256
EMBOSSS = 16777215
MPTR = 0
MICON = "frmWizard.frx":0326
ALIGN = 1
ICONAlign = 0
ORIENT = 0
STYLE = 0
IconSize = 2
SHOWF = -1 'True
BSTYLE = 0
OPTVAL = 0 'False
OPTMOD = 0 'False
GStart = 0
GStop = 16711680
GStyle = 0
End
Begin VB.TextBox Text4
Height = 285
IMEMode = 3 'DISABLE
Left = 1680
MaxLength = 16
PasswordChar = "*"
TabIndex = 7
Top = 2160
Width = 3135
End
Begin VB.TextBox Text3
Height = 285
IMEMode = 3 'DISABLE
Left = 1680
MaxLength = 16
PasswordChar = "*"
TabIndex = 5
Top = 1560
Width = 3135
End
Begin VB.TextBox Text2
Height = 285
Left = 1680
TabIndex = 3
Top = 960
Width = 3135
End
Begin VB.TextBox Text1
Height = 285
Left = 1680
MaxLength = 16
TabIndex = 2
Top = 360
Width = 3135
End
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 3135
Left = 0
ScaleHeight = 3105
ScaleWidth = 1545
TabIndex = 0
Top = 0
Width = 1575
End
Begin MessengerProject.LaVolpeButton CmdNext
Height = 375
Left = 4680
TabIndex = 10
Top = 2640
Width = 1095
_ExtentX = 1931
_ExtentY = 661
BTYPE = 3
TX = "&Next"
ENAB = -1 'True
BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Times New Roman"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
COLTYPE = 1
BCOL = 13160660
FCOL = 0
FCOLO = 0
EMBOSSM = 12632256
EMBOSSS = 16777215
MPTR = 0
MICON = "frmWizard.frx":0342
ALIGN = 1
ICONAlign = 0
ORIENT = 0
STYLE = 0
IconSize = 2
SHOWF = -1 'True
BSTYLE = 0
OPTVAL = 0 'False
OPTMOD = 0 'False
GStart = 0
GStop = 16711680
GStyle = 0
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Confirm Password"
Height = 195
Left = 1680
TabIndex = 8
Top = 1920
Width = 1560
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Enter desired password (Between 6-16 chars)"
Height = 195
Left = 1680
TabIndex = 6
Top = 1320
Width = 3930
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Enter your e-mail address (Required)"
Height = 195
Left = 1680
TabIndex = 4
Top = 720
Width = 3210
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Enter the screenname you wish to sign-up for (Between 3-16 chars)"
Height = 195
Left = 1680
TabIndex = 1
Top = 120
Width = 5835
End
End
Attribute VB_Name = "frmWizard"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdCancel_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?