📄 form3.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin MSComDlg.CommonDialog Cd1
Left = 1560
Top = 2640
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.CommandButton Command2
Caption = "编辑文本文件"
Height = 735
Left = 120
TabIndex = 1
Top = 1800
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "改变标签标题颜色"
Height = 375
Left = 120
TabIndex = 0
Top = 600
Width = 1575
End
Begin VB.Label Label2
Height = 495
Left = 2400
TabIndex = 3
Top = 1920
Width = 1575
End
Begin VB.Label Label1
Caption = "您好!"
Height = 495
Left = 2520
TabIndex = 2
Top = 480
Width = 1695
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Cd1.showcolor
Label1.ForeColor = Cd1.Color
End Sub
Private Sub Command2_Click()
Cd1.ShowOpen
i = Shell(start & "notepad.exe & cd1.filename", 1)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -