📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于"
ClientHeight = 2250
ClientLeft = 45
ClientTop = 330
ClientWidth = 4785
ControlBox = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
PaletteMode = 1 'UseZOrder
ScaleHeight = 2250
ScaleWidth = 4785
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000004&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 615
Left = 0
Picture = "frmAbout.frx":000C
ScaleHeight = 615
ScaleWidth = 615
TabIndex = 5
Top = 0
Width = 615
End
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 495
Left = 3600
TabIndex = 4
Top = 1560
Width = 1095
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "程 序:涂小洋"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Index = 0
Left = 720
TabIndex = 6
Top = 600
Width = 1260
End
Begin VB.Line Line1
X1 = 0
X2 = 4800
Y1 = 1200
Y2 = 1200
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "版本号:2005.4 - 2007.4"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Index = 6
Left = 720
TabIndex = 3
Top = 360
Width = 2070
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "软件名称:安义县村镇建设发证系统"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Index = 5
Left = 720
TabIndex = 2
Top = 120
Width = 2880
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "联系方式:QQ:103180856 Tel:0791-3415840"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Index = 4
Left = 720
TabIndex = 1
Top = 840
Width = 3510
End
Begin VB.Label Label1
Caption = $"frmAbout.frx":0BFE
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 810
Index = 1
Left = 90
TabIndex = 0
Top = 1410
Width = 3570
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -