📄 frmabout.frm
字号:
VERSION 5.00
Object = "{0B81E4A9-BE4E-4AEF-9272-33AB5B51C6FC}#1.0#0"; "XPControls.ocx"
Begin VB.Form frmAbout
BackColor = &H00D3DABC&
BorderStyle = 3 'Fixed Dialog
Caption = "欢迎使用秉泰健康体检专家网络版"
ClientHeight = 3630
ClientLeft = 45
ClientTop = 330
ClientWidth = 5865
ClipControls = 0 'False
Icon = "frmAbout.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3630
ScaleWidth = 5865
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Tag = "About 健康体检网络版"
Begin VB.TextBox txtEMail
BackColor = &H00D3DABC&
BorderStyle = 0 'None
Height = 225
Left = 2160
Locked = -1 'True
MouseIcon = "frmAbout.frx":1982
MousePointer = 99 'Custom
TabIndex = 9
Text = "bingtai@bingtai.com.cn"
Top = 2160
Width = 1845
End
Begin VB.TextBox txtURL
BackColor = &H00D3DABC&
BorderStyle = 0 'None
Height = 225
Left = 2130
Locked = -1 'True
MouseIcon = "frmAbout.frx":1AD4
MousePointer = 99 'Custom
TabIndex = 7
Text = "http://www.bingtai.com.cn"
Top = 1800
Width = 2655
End
Begin XPControls.XPCommandButton CmdOK
Height = 375
Left = 4320
TabIndex = 4
Top = 2640
Width = 1335
_ExtentX = 2355
_ExtentY = 661
Caption = "确 定"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin XPControls.XPCommandButton CmdSysInfo
Height = 375
Left = 4320
TabIndex = 5
Top = 3120
Width = 1335
_ExtentX = 2355
_ExtentY = 661
Caption = "系统信息..."
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Image Image1
Height = 570
Left = 330
Picture = "frmAbout.frx":1C26
Stretch = -1 'True
Top = 750
Width = 570
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "EMail:"
Height = 195
Left = 1290
TabIndex = 8
Top = 2175
Width = 570
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "或登录:"
Height = 195
Left = 1290
TabIndex = 6
Top = 1830
Width = 720
End
Begin VB.Label lblDescription
BackColor = &H00D3DABC&
Caption = "本软件由秉泰软件科技有限公司开发,如果你对本软件有任何建议或疑问,请致电: (010)65079919,86005709,81915562"
ForeColor = &H00000000&
Height = 570
Left = 1290
TabIndex = 3
Tag = "App Description"
Top = 1125
Width = 4095
End
Begin VB.Label lblTitle
BackColor = &H00D3DABC&
Caption = "秉泰健康体检网络版"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 480
Left = 1290
TabIndex = 2
Tag = "Application Title"
Top = 180
Width = 4365
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 225
X2 = 5657
Y1 = 2430
Y2 = 2430
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 240
X2 = 5657
Y1 = 2445
Y2 = 2445
End
Begin VB.Label lblVersion
BackColor = &H00D3DABC&
Caption = "Version 3.0.0"
Height = 225
Left = 1290
TabIndex = 1
Tag = "Version"
Top = 750
Width = 4095
End
Begin VB.Label lblDisclaimer
BackColor = &H00D3DABC&
Caption = "警告: 禁止对本软件作包括反向工程在内的任何更改!对于侵犯版权的个人或团体,秉泰公司将在法律许可范围内进行最大程度的起诉!"
ForeColor = &H00000000&
Height = 825
Left = 255
TabIndex = 0
Tag = "Warning: ..."
Top = 2625
Width = 3870
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
' Reg Key Security Options...
Const KEY_ALL_ACCESS = &H2003F
' Reg Key ROOT Types...
Const HKEY_LOCAL_MACHINE = &H80000002
Const ERROR_SUCCESS = 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -