📄 frmmain.frm
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmMain
BackColor = &H00E0E0E0&
BorderStyle = 1 'Fixed Single
Caption = "邮件自动检查 亮子lion"
ClientHeight = 2475
ClientLeft = 45
ClientTop = 330
ClientWidth = 5505
Icon = "frmMain.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 2475
ScaleWidth = 5505
StartUpPosition = 3 '窗口缺省
Begin VB.Frame fraSettings
BackColor = &H0000FFFF&
BorderStyle = 0 'None
Caption = "Frame2"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 420
Left = 120
TabIndex = 18
Top = 840
Visible = 0 'False
Width = 1980
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 255
Left = 2730
ScaleHeight = 225
ScaleWidth = 525
TabIndex = 29
Top = 1470
Width = 555
End
Begin VB.CheckBox chkSound
Caption = "有邮件到时声音提示"
Height = 195
Left = 1080
TabIndex = 27
Top = 1050
Width = 3705
End
Begin VB.CheckBox chkNotify
Caption = "当窗口最小化时显示弹出信息"
Height = 195
Left = 1080
TabIndex = 26
Top = 810
Width = 3705
End
Begin VB.TextBox txtSeconds
Alignment = 1 'Right Justify
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 3180
TabIndex = 25
Text = "30"
Top = 405
Width = 615
End
Begin VB.CommandButton cmdSave2
BackColor = &H00F4EADB&
Caption = "保存(&S)"
Height = 375
Left = 1650
Style = 1 'Graphical
TabIndex = 23
TabStop = 0 'False
Top = 1980
Width = 915
End
Begin VB.CommandButton cmdCancel2
BackColor = &H00F4EADB&
Cancel = -1 'True
Caption = "取消(&C)"
Height = 375
Left = 4110
Style = 1 'Graphical
TabIndex = 22
TabStop = 0 'False
Top = 1980
Width = 915
End
Begin MSComDlg.CommonDialog CD1
Left = 3570
Top = 1890
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "<- 单击更改"
Height = 195
Left = 3420
TabIndex = 30
Top = 1500
Width = 1305
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "背景色:"
Height = 195
Left = 1200
TabIndex = 28
Top = 1500
Width = 1425
End
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "每隔多少秒检查E-Mail 秒"
Height = 180
Left = 1065
TabIndex = 24
Top = 450
Width = 3420
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "选项:"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 195
Left = 75
TabIndex = 19
Top = 30
Width = 540
End
Begin VB.Shape Shape1
BackStyle = 1 'Opaque
Height = 375
Left = 1080
Top = 1410
Width = 3735
End
End
Begin VB.Frame fraEmail
BackColor = &H0000FFFF&
BorderStyle = 0 'None
Caption = "Frame1"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 420
Left = 120
TabIndex = 11
Top = 1290
Visible = 0 'False
Width = 1980
Begin VB.CommandButton cmdCancel
BackColor = &H00F4EADB&
Caption = "取消(&C)"
Height = 375
Left = 4110
Style = 1 'Graphical
TabIndex = 5
TabStop = 0 'False
Top = 1890
Width = 915
End
Begin VB.TextBox txtTitle
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 1650
TabIndex = 0
Top = 435
Width = 3375
End
Begin VB.TextBox txtServer
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 1650
TabIndex = 1
Top = 770
Width = 3375
End
Begin VB.TextBox txtUsername
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 1650
TabIndex = 2
Top = 1105
Width = 3375
End
Begin VB.CommandButton cmdSave
BackColor = &H00F4EADB&
Caption = "保存(&S)"
Height = 375
Left = 1650
Style = 1 'Graphical
TabIndex = 4
TabStop = 0 'False
Top = 1890
Width = 915
End
Begin VB.TextBox txtPassword
BackColor = &H00FFFFFF&
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
IMEMode = 3 'DISABLE
Left = 1650
PasswordChar = "*"
TabIndex = 3
Top = 1440
Width = 3375
End
Begin VB.Label lblHeading
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "添加帐号:"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 195
Left = 90
TabIndex = 16
Top = 75
Width = 960
End
Begin VB.Label Label1
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "接收邮件服务器(POP3):"
Height = 180
Left = -360
TabIndex = 15
Top = 810
Width = 1890
End
Begin VB.Label Label2
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "POP3 用户名:"
Height = 180
Left = 450
TabIndex = 14
Top = 1155
Width = 1080
End
Begin VB.Label Label3
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "POP3 密码:"
Height = 180
Left = 630
TabIndex = 13
Top = 1485
Width = 900
End
Begin VB.Label Label4
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "帐号标题:"
BeginProperty Font
Name = "宋体"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -