📄 frmini.frm
字号:
VERSION 5.00
Begin VB.Form Frmini
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 3690
ClientLeft = 0
ClientTop = 0
ClientWidth = 5460
LinkTopic = "Form1"
ScaleHeight = 3690
ScaleWidth = 5460
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frini
BackColor = &H00FFC0C0&
Height = 3375
Left = 120
TabIndex = 0
Top = 120
Width = 5175
Begin VB.Label Label5
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "注册QQ:8754513"
ForeColor = &H00FFFFFF&
Height = 180
Left = 3720
TabIndex = 5
Top = 3000
Width = 1350
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "信息:使用中出现问题请及时与作者联系"
ForeColor = &H00FFFFFF&
Height = 180
Left = 240
TabIndex = 4
Top = 3000
Width = 3240
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "V 1.0"
BeginProperty Font
Name = "华文行楷"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 2160
TabIndex = 3
Top = 1680
Width = 855
End
Begin VB.Label Label2
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
BeginProperty Font
Name = "华文行楷"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000040&
Height = 285
Left = 2475
TabIndex = 2
Top = 960
Width = 105
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "影碟出租管理系统"
BeginProperty Font
Name = "华文行楷"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000040&
Height = 495
Left = 840
TabIndex = 1
Top = 360
Width = 3375
End
End
End
Attribute VB_Name = "Frmini"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Label2.Caption = "版本 " & App.Major & "." & App.Minor & "." & App.Revision & "(试用版)"
End Sub
Private Sub frini_click()
MDIForm1.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -