📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form FrmAbout
Caption = "关于三角网平差软件"
ClientHeight = 3435
ClientLeft = 60
ClientTop = 345
ClientWidth = 5520
LinkTopic = "Form1"
ScaleHeight = 3435
ScaleWidth = 5520
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton CmdOk
Caption = "确定"
Height = 495
Left = 3840
TabIndex = 0
Top = 2760
Width = 855
End
Begin VB.Label Label3
Caption = "2008年4月"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
TabIndex = 3
Top = 2280
Width = 1335
End
Begin VB.Label Label2
Caption = "河海大学测绘工程二班 "
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 480
TabIndex = 2
Top = 1080
Width = 4815
End
Begin VB.Label Label1
Caption = "三角网平差软件"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 1
Top = 240
Width = 4095
End
End
Attribute VB_Name = "FrmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdOk_Click()
Unload FrmAbout
End Sub
Private Sub Form_Load()
Me.Left = (Screen.Width - Me.Width) / 2
Me.Top = (Screen.Height - Me.Height) / 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -