📄 frm_about.frm
字号:
VERSION 5.00
Begin VB.Form frm_about
BorderStyle = 1 'Fixed Single
Caption = "关于 GIS_SYSTEM ......"
ClientHeight = 4395
ClientLeft = 45
ClientTop = 330
ClientWidth = 6330
Icon = "frm_about.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4395
ScaleWidth = 6330
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 1920
Left = 0
Picture = "frm_about.frx":0442
ScaleHeight = 1920
ScaleWidth = 1920
TabIndex = 5
Top = 600
Width = 1920
End
Begin VB.CommandButton Command1
Caption = "确定"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4440
TabIndex = 0
Top = 960
Width = 735
End
Begin VB.Line Line1
X1 = 0
X2 = 6240
Y1 = 2880
Y2 = 2880
End
Begin VB.Label Label4
Caption = "2005-2010 ECIT 齐人工作室"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
TabIndex = 4
Top = 120
Width = 3615
End
Begin VB.Label Label3
Caption = "版权所有(C) "
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
TabIndex = 3
Top = 120
Width = 2535
End
Begin VB.Label Label2
Caption = "版本号: Vertion 1.0 @ 2005"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2280
TabIndex = 2
Top = 2400
Width = 4095
End
Begin VB.Label Label1
Caption = $"frm_about.frx":4816
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 0
TabIndex = 1
Top = 3120
Width = 6255
End
End
Attribute VB_Name = "frm_about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload frm_about
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -