📄 dlgabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于CyMobile管理系统"
ClientHeight = 3390
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 5910
Icon = "dlgAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3390
ScaleWidth = 5910
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定(&O)"
Height = 375
Left = 4440
TabIndex = 0
Top = 2760
Width = 1095
End
Begin VB.Line Line1
BorderColor = &H00404040&
BorderWidth = 2
X1 = 0
X2 = 5880
Y1 = 1320
Y2 = 1320
End
Begin VB.Label lblUserName
Caption = "Cobeyond Mobile Server"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 1
Left = 1080
TabIndex = 7
Top = 240
Width = 4455
End
Begin VB.Label Label1
Caption = "系统设计: yinxianglin"
Height = 255
Left = 360
TabIndex = 6
Top = 2280
Width = 1935
End
Begin VB.Label Label5
Caption = "版权所有(C) 2005-2009"
Height = 255
Left = 360
TabIndex = 5
Top = 1920
Width = 2055
End
Begin VB.Label Label6
Caption = "Tel: 0712-4324345"
Height = 255
Left = 360
TabIndex = 4
Top = 2640
Width = 3015
End
Begin VB.Label Label7
Caption = "Email:yin@sina.com"
Height = 255
Left = 360
TabIndex = 3
Top = 2925
Width = 2895
End
Begin VB.Label lblUserName
Caption = "— 管理系统"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 0
Left = 3480
TabIndex = 2
Top = 720
Width = 1935
End
Begin VB.Label Label9
Caption = "CyMobile 管理系统 - 系统服务端"
Height = 255
Left = 360
TabIndex = 1
Top = 1560
Width = 3255
End
Begin VB.Image Image1
Height = 480
Left = 360
Picture = "dlgAbout.frx":0CCA
Stretch = -1 'True
Top = 240
Width = 480
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()
On Error Resume Next
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -