📄
字号:
VERSION 5.00
Begin VB.Form gy
Caption = "小区物业管理系统"
ClientHeight = 5370
ClientLeft = 60
ClientTop = 345
ClientWidth = 6000
Icon = "关于.frx":0000
LinkTopic = "Form10"
ScaleHeight = 5370
ScaleWidth = 6000
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 375
Left = 4800
TabIndex = 4
Top = 4920
Width = 975
End
Begin VB.Frame Frame1
Height = 4935
Left = 0
TabIndex = 0
Top = -120
Width = 6015
Begin VB.Image Image1
Height = 3975
Left = 0
Picture = "关于.frx":08CA
Top = 120
Width = 5985
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "小区物业管理系统"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 450
Left = 1080
TabIndex = 3
Top = 240
Width = 3645
End
Begin VB.Label Label2
Caption = "E_mail:xuefengjun@yahoo.com.cn"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 255
Left = 120
TabIndex = 2
Top = 4200
Width = 5775
End
Begin VB.Label Label3
Caption = "E_mail:yizhong55@163.com.cn"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 255
Left = 120
TabIndex = 1
Top = 4560
Width = 5775
End
End
End
Attribute VB_Name = "gy"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -