?? 是否繼續.frm
字號:
VERSION 5.00
Begin VB.Form Form11
BorderStyle = 0 'None
Caption = "Form11"
ClientHeight = 5505
ClientLeft = 0
ClientTop = 0
ClientWidth = 7005
LinkTopic = "Form11"
Picture = "是否繼續.frx":0000
ScaleHeight = 5505
ScaleWidth = 7005
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "退出"
BeginProperty Font
Name = "隸書"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3840
Picture = "是否繼續.frx":5927
Style = 1 'Graphical
TabIndex = 2
Top = 4560
Width = 2415
End
Begin VB.CommandButton Command1
Caption = "其他服務"
BeginProperty Font
Name = "隸書"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 840
Picture = "是否繼續.frx":B24E
Style = 1 'Graphical
TabIndex = 1
Top = 4560
Width = 2535
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "您需要繼續進行操作嗎?請選擇操作!!"
BeginProperty Font
Name = "方正舒體"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 2535
Left = 1320
TabIndex = 0
Top = 1200
Width = 3975
End
End
Attribute VB_Name = "Form11"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form4.Show
Unload Form11
End Sub
Private Sub Command2_Click()
End
End Sub
Private Sub Form_Load()
If i = 1 Then
Label1.Caption = "Do you want to continue?Please choose!"
Command1.Caption = "Anther service"
Command2.Caption = "Cancel"
End If
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -