📄 about.frm
字号:
VERSION 5.00
Begin VB.Form Dialog
BorderStyle = 3 'Fixed Dialog
Caption = "关于"
ClientHeight = 2790
ClientLeft = 6315
ClientTop = 5835
ClientWidth = 3105
Icon = "about.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2790
ScaleWidth = 3105
ShowInTaskbar = 0 'False
Begin VB.CommandButton OKButton
Caption = "确定"
Height = 300
Left = 1080
TabIndex = 0
Top = 2280
Width = 975
End
Begin VB.Label Label7
Alignment = 2 'Center
AutoSize = -1 'True
Caption = "2008-06-20"
Height = 180
Left = 1110
TabIndex = 7
Top = 1920
Width = 915
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "建筑物等效面积计算"
BeginProperty Font
Name = "楷体_GB2312"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 210
Left = 600
TabIndex = 6
Top = 120
Width = 1890
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "Q Q:516409354"
Height = 180
Left = 600
TabIndex = 5
Top = 1200
Width = 1260
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "作者:谢明鑫"
Height = 180
Left = 600
TabIndex = 4
Top = 480
Width = 1080
End
Begin VB.Label Label2
Caption = "Email:xmxqiyan@163.com"
Height = 180
Left = 600
TabIndex = 3
Top = 720
Width = 2175
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "单位:成都信息工程学院电子工程系雷电05级2班"
Height = 420
Left = 600
TabIndex = 2
Top = 1440
Width = 2055
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "电话:028-85966819"
Height = 180
Left = 600
TabIndex = 1
Top = 960
Width = 1620
End
End
Attribute VB_Name = "Dialog"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Me.Left = form1.Left + 1000
Me.Top = form1.Top + 1000
End Sub
Private Sub OKButton_Click()
'Dialog.Visible = False
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -