📄 test2.frm
字号:
VERSION 5.00
Object = "{F3940CDF-5C27-11D1-ACEC-444553540000}#31.0#0"; "Panel3D.ocx"
Begin VB.Form frmTest2
Caption = "Test2"
ClientHeight = 6615
ClientLeft = 60
ClientTop = 345
ClientWidth = 8640
LinkTopic = "Form1"
ScaleHeight = 6615
ScaleWidth = 8640
StartUpPosition = 3 'Windows Default
Begin vbpPanel3D.Panel3D Panel3D2
Height = 1230
Left = 1395
TabIndex = 2
Top = 2940
Width = 5115
_ExtentX = 9022
_ExtentY = 2170
Version = "March,17 1998"
Object.Align = 0
Caption = "asdfasdfasdfasdfasdf"
RichLabel = "False"
RLCaption = ""
Alignment = 4
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Font3D = 3
BackColor = 12632256
ForeColor = 0
BorderColor = 12632256
ShadowColor = 8421504
FloodColor = 0
OutLine = 0 'False
BevelInner = 0
BevelOuter = 2
BevelWidth = 1
BorderWidth = 0
WordBorderDistance= 0
LinesDistance = 0
Enabled = -1 'True
Object.Visible = -1 'True
MousePointer = 0
MouseIcon = "Test2.frx":0000
End
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 450
Left = 3330
TabIndex = 0
Top = 5010
Width = 1575
End
Begin vbpPanel3D.Panel3D Panel3D1
Height = 1635
Left = 1425
TabIndex = 1
TabStop = 0 'False
Top = 555
Width = 6060
_ExtentX = 10689
_ExtentY = 2884
Version = "March,17 1998"
Object.Align = 0
Caption = "asdfasdfasdfasdfsdfasd\fc04sdfsdfasdfs"
RichLabel = "True"
RLCaption = "sdfasdfasdfd\fc12sdfsdfsdfsd\fc01sdfasdfasdfsd"
Alignment = 7
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Font3D = 3
BackColor = 12632256
ForeColor = 0
BorderColor = 12632256
ShadowColor = 8421504
FloodColor = 0
OutLine = 0 'False
BevelInner = 1
BevelOuter = 2
BevelWidth = 1
BorderWidth = 10
WordBorderDistance= 5
LinesDistance = 5
Enabled = -1 'True
Object.Visible = -1 'True
MousePointer = 0
MouseIcon = "Test2.frx":001C
End
End
Attribute VB_Name = "frmTest2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Panel3D1.Caption = "ABCDE" & vbCrLf & "Test" & vbCrLf & "Test1" & vbCrLf & "Test2" & vbCrLf & "Test3" & vbCrLf & "Test4"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -