📄 form1.frm
字号:
VERSION 5.00
Object = "*\A..\..\叶帆软~1\叶帆控~1\YFTitle.vbp"
Begin VB.Form frmTest
BorderStyle = 0 'None
Caption = "zhond"
ClientHeight = 5295
ClientLeft = 15
ClientTop = 0
ClientWidth = 7260
DrawStyle = 5 'Transparent
FillColor = &H00FFFFFF&
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00404040&
Icon = "Form1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5295
ScaleMode = 0 'User
ScaleWidth = 7260
ShowInTaskbar = 0 'False
Begin WinActive.YFWin YFWin1
Align = 1 'Align Top
Height = 5865
Left = 0
TabIndex = 0
Top = 0
Width = 7260
_ExtentX = 12806
_ExtentY = 9340
Text = "叶帆控件库示例"
Begin WinActive.YFCommand YFCommand1
Height = 615
Left = 450
TabIndex = 8
Top = 4620
Width = 1905
_ExtentX = 3360
_ExtentY = 1085
End
Begin WinActive.YFTab YFTab1
Height = 3825
Left = 2700
TabIndex = 6
Top = 780
Width = 4155
_ExtentX = 7329
_ExtentY = 6747
Tabs = 2
strData = "标签1@标签2@标签3@标签5@标签6标签7@标签8"
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Label1"
Height = 285
Left = 660
TabIndex = 7
Top = 870
Width = 2715
End
End
Begin WinActive.YFOptionButton YFOptionButton1
Height = 180
Index = 2
Left = 810
TabIndex = 5
Top = 3600
Width = 2205
_ExtentX = 3889
_ExtentY = 318
Text = "333"
End
Begin WinActive.YFOptionButton YFOptionButton1
Height = 180
Index = 1
Left = 810
TabIndex = 4
Top = 3300
Width = 2505
_ExtentX = 4419
_ExtentY = 318
Text = "222"
End
Begin WinActive.YFOptionButton YFOptionButton1
Height = 180
Index = 0
Left = 810
TabIndex = 3
Top = 2970
Width = 2355
_ExtentX = 4154
_ExtentY = 318
Text = "111"
Value = -1 'True
End
Begin WinActive.YFCheckButton YFCheckButton2
Height = 180
Left = 480
TabIndex = 2
Top = 1290
Width = 2865
_ExtentX = 5054
_ExtentY = 318
Text = "测试"
End
Begin WinActive.YFCheckButton YFCheckButton1
Height = 180
Left = 480
TabIndex = 1
Top = 900
Width = 2805
_ExtentX = 4948
_ExtentY = 318
Text = "你好,这是测试程序"
End
End
End
Attribute VB_Name = "frmTest"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'*************************************************************************
'**模 块 名:frmTest
'**说 明:YFsoft 叶帆Blog:http://blog.csdn.net/yefanqiu/
'**创 建 人:叶帆
'**日 期:2004-12-14 10:13:20
'**修 改 人:
'**日 期:
'**描 述:测试程序(这是早期的代码,希望能起到抛砖引玉的作用)
'**版 本:V1.0.0
'*************************************************************************
Private Sub YFCheckButton2_Click()
MsgBox "被单击"
End Sub
Private Sub YFOptionButton1_Click(Index As Integer)
YFOptionButton1(0).Value = False
YFOptionButton1(1).Value = False
YFOptionButton1(2).Value = False
YFOptionButton1(Index).Value = True
End Sub
Private Sub YFTab1_Click(no As Integer)
Label1.Caption = YFTab1.Text
End Sub
Private Sub YFWin1_CloseWindow()
MsgBox "窗体关闭"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -