?? frmmain.frm
字號:
VERSION 5.00
Begin VB.Form frmMain
BorderStyle = 3 'Fixed Dialog
Caption = "Form1"
ClientHeight = 1995
ClientLeft = 1650
ClientTop = 1545
ClientWidth = 5655
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1995
ScaleWidth = 5655
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command1
Caption = "橋牌開發(fā)控件"
Height = 435
Index = 1
Left = 1200
TabIndex = 1
Top = 840
Width = 2835
End
Begin VB.CommandButton Command1
Caption = "圍棋開發(fā)控件"
Height = 435
Index = 0
Left = 1200
TabIndex = 0
Top = 360
Width = 2835
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click(Index As Integer)
Select Case Index
Case 0
frmIGO.Show 1
Case 1
frmCard.Show 1
End Select
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -