?? fabout.frm
字號:
VERSION 5.00
Begin VB.Form fAbout
Caption = "關于"
ClientHeight = 1725
ClientLeft = 60
ClientTop = 345
ClientWidth = 5310
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1725
ScaleWidth = 5310
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.CommandButton Command1
Caption = "確定"
Height = 375
Left = 3600
TabIndex = 2
Top = 1200
Width = 1215
End
Begin VB.PictureBox Picture1
Height = 495
Left = 240
Picture = "fAbout.frx":0000
ScaleHeight = 435
ScaleWidth = 435
TabIndex = 1
Top = 360
Width = 495
End
Begin VB.Line Line1
X1 = 240
X2 = 5040
Y1 = 1080
Y2 = 1080
End
Begin VB.Label Label2
Caption = "北京華富惠通技術有限公司 2002.11"
Height = 255
Left = 1200
TabIndex = 3
Top = 720
Width = 3375
End
Begin VB.Label Label1
Caption = "OPC Toolkit(DA)--VB樣例程序"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Left = 1200
TabIndex = 0
Top = 360
Width = 3495
End
End
Attribute VB_Name = "fAbout"
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 + -