?? form4.frm
字號:
VERSION 5.00
Begin VB.Form Form4
Caption = "郵件設(shè)置"
ClientHeight = 4275
ClientLeft = 60
ClientTop = 450
ClientWidth = 6120
LinkTopic = "Form4"
ScaleHeight = 4275
ScaleWidth = 6120
StartUpPosition = 3 '窗口缺省
Begin VB.CheckBox Check5
Caption = "Check5"
Height = 495
Left = 120
TabIndex = 10
Top = 2520
Width = 1215
End
Begin VB.CheckBox Check4
Caption = "Check4"
Height = 495
Left = 120
TabIndex = 9
Top = 1800
Width = 1215
End
Begin VB.CheckBox Check3
Caption = "Check3"
Height = 495
Left = 120
TabIndex = 8
Top = 1080
Width = 1215
End
Begin VB.CheckBox Check2
Caption = "Check2"
Height = 495
Left = 120
TabIndex = 7
Top = 600
Width = 1215
End
Begin VB.CheckBox Check1
Caption = "Check1"
Height = 495
Left = 0
TabIndex = 6
Top = 0
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Left = 3240
TabIndex = 5
Text = "Text2"
Top = 1680
Width = 1215
End
Begin VB.TextBox Text1
Height = 495
Left = 3120
TabIndex = 4
Text = "Text1"
Top = 480
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "Command2"
Height = 495
Left = 3720
TabIndex = 1
Top = 3360
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 495
Left = 1680
TabIndex = 0
Top = 3360
Width = 1215
End
Begin VB.Label Label2
Caption = "Label2"
Height = 495
Left = 1680
TabIndex = 3
Top = 600
Width = 1215
End
Begin VB.Label Label1
Caption = "Label1"
Height = 495
Left = 1560
TabIndex = 2
Top = 2160
Width = 1215
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -