?? frmyasuo.frm
字號:
VERSION 5.00
Begin VB.Form frmyasuo
Caption = "Form1"
ClientHeight = 3180
ClientLeft = 60
ClientTop = 450
ClientWidth = 4770
LinkTopic = "Form1"
ScaleHeight = 3180
ScaleWidth = 4770
StartUpPosition = 2 '屏幕中心
Begin VB.TextBox Text1
ForeColor = &H000000FF&
Height = 1695
Left = 600
MultiLine = -1 'True
TabIndex = 1
Text = "frmyasuo.frx":0000
Top = 960
Width = 3375
End
Begin VB.CommandButton Command1
BackColor = &H00FF0000&
Caption = "開始壓縮"
BeginProperty Font
Name = "隸書"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 960
TabIndex = 0
Top = 240
Width = 2655
End
End
Attribute VB_Name = "frmyasuo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub command1_Click()
Dim answer As String
answer = MsgBox("確定要壓縮嗎?", 64 + 4, "信息提示")
If answer = 7 Then
Exit Sub
Else
MsgBox "此壓縮功能代碼編制未完成!"
End If
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -