📄 frmhelp.frm
字号:
VERSION 5.00
Begin VB.Form Frmhelp
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3495
ClientLeft = 2175
ClientTop = 1335
ClientWidth = 5250
ClipControls = 0 'False
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
PaletteMode = 1 'UseZOrder
ScaleHeight = 3495
ScaleWidth = 5250
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame1
ForeColor = &H00FF8080&
Height = 3585
Left = 0
TabIndex = 0
Top = -60
Width = 5235
Begin VB.PictureBox Picture2
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 480
Left = 4200
Picture = "Frmhelp.frx":0000
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 4
Top = 900
Width = 480
End
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 480
Left = 780
Picture = "Frmhelp.frx":0442
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 3
Top = 2850
Width = 480
End
Begin VB.Frame Frame2
Height = 2745
Left = 480
TabIndex = 2
Top = 720
Width = 4305
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 1530
TabIndex = 10
Top = 2220
Width = 1215
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
X1 = 2
X2 = 4290
Y1 = 2080
Y2 = 2080
End
Begin VB.Line Line2
BorderColor = &H00808080&
X1 = 2
X2 = 4305
Y1 = 2070
Y2 = 2070
End
Begin VB.Label Label6
Caption = "Copyright 1999"
BeginProperty Font
Name = "隶书"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 276
Left = 72
TabIndex = 9
Top = 144
Width = 2028
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "软件版本:1.0版"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 240
Left = 780
TabIndex = 8
Top = 1320
Width = 1830
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "一九九九年七月出品"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 240
Left = 930
TabIndex = 7
Top = 1770
Width = 2310
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "使用单位:房产处"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 240
Left = 765
TabIndex = 6
Top = 930
Width = 1920
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = " 软件开发:益友软件开发部"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 240
Left = 630
TabIndex = 5
Top = 540
Width = 3090
End
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H000040C0&
BackStyle = 0 'Transparent
Caption = "房产信息计算机管理系统"
BeginProperty Font
Name = "幼圆"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 240
Left = 1290
TabIndex = 1
Top = 390
Width = 2805
End
End
End
Attribute VB_Name = "Frmhelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
On Error Resume Next
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -