📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于 蚁群算法实验室"
ClientHeight = 2505
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 5250
ClipControls = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1728.996
ScaleMode = 0 'User
ScaleWidth = 4930.021
ShowInTaskbar = 0 'False
Begin VB.PictureBox picIcon
AutoSize = -1 'True
ClipControls = 0 'False
Height = 810
Left = 0
Picture = "frmAbout.frx":11C2
ScaleHeight = 526.75
ScaleMode = 0 'User
ScaleWidth = 842.8
TabIndex = 1
Top = 360
Width = 1260
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 465
Left = 3600
TabIndex = 0
Top = 1800
Width = 1500
End
Begin VB.Label Label4
Caption = "HomePage: chysoft.go.163.com 或chysoft.51.net"
Height = 375
Left = 120
TabIndex = 4
Top = 1920
Width = 2655
End
Begin VB.Label Label2
Caption = "E-Mail:clxvv@163.com"
Height = 255
Left = 120
TabIndex = 3
Top = 1680
Width = 2655
End
Begin VB.Label Label1
Caption = $"frmAbout.frx":1453
Height = 1095
Left = 1320
TabIndex = 2
Top = 240
Width = 3855
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = -253.544
X2 = 4971.34
Y1 = 1024.974
Y2 = 1024.974
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = -239.458
X2 = 4971.34
Y1 = 1035.327
Y2 = 1035.327
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -