📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于客户管理系统"
ClientHeight = 3225
ClientLeft = 3000
ClientTop = 3960
ClientWidth = 6195
ClipControls = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmAbout.frx":030A
ScaleHeight = 2225.952
ScaleMode = 0 'User
ScaleWidth = 5817.425
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.PictureBox Picture1
Height = 2235
Left = 60
Picture = "frmAbout.frx":BB84A
ScaleHeight = 2175
ScaleWidth = 1470
TabIndex = 4
Top = 15
Width = 1530
End
Begin VB.CommandButton cmdOK
BackColor = &H00FFC0C0&
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 4290
Style = 1 'Graphical
TabIndex = 0
Top = 1770
Width = 1185
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 0
X2 = 5394.852
Y1 = 1594.403
Y2 = 1594.403
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 0
X2 = 5775.167
Y1 = 1594.403
Y2 = 1594.403
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "www.mingrisoft.com"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 330
Left = 1650
TabIndex = 3
Top = 2685
Width = 2445
End
Begin VB.Label lblTitle
BackStyle = 0 'Transparent
Caption = "客户管理系统 v1.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 480
Left = 2625
TabIndex = 2
Top = 705
Width = 2295
End
Begin VB.Label lblDisclaimer
BackStyle = 0 'Transparent
Caption = "版权所有:长春市明日科技有限责任公司"
ForeColor = &H00000000&
Height = 330
Left = 1245
TabIndex = 1
Top = 2490
Width = 3510
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
frm_main.Enabled = True
Unload Me
End Sub
Private Sub Form_Load()
frm_main.StatusBar1.Panels(1) = Me.Caption
End Sub
Private Sub Form_Unload(Cancel As Integer)
frm_main.Enabled = True
frm_main.StatusBar1.Panels(1) = "长春市明日科技有限责任公司"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -