?? fxjg.frm
字號:
VERSION 5.00
Begin VB.Form fxjg
ClientHeight = 1410
ClientLeft = 510
ClientTop = 915
ClientWidth = 4635
Icon = "fxjg.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 1410
ScaleWidth = 4635
Begin VB.CommandButton Command1
Caption = "確定(&O)"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1800
TabIndex = 0
Top = 840
Width = 1215
End
Begin VB.Label Label1
Caption = "Label1"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1080
TabIndex = 1
Top = 360
Width = 3375
End
Begin VB.Image Image2
Height = 480
Left = 480
Picture = "fxjg.frx":0442
Top = 240
Width = 480
End
Begin VB.Image Image1
Height = 480
Left = 480
Picture = "fxjg.frx":0884
Top = 240
Width = 480
End
End
Attribute VB_Name = "fxjg"
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 + -