?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form FrmAbout
Caption = "關(guān)于三角網(wǎng)平差軟件"
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 = "河海大學(xué)測繪工程二班 "
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 = "三角網(wǎng)平差軟件"
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -