-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path99-3.frm
More file actions
executable file
·102 lines (100 loc) · 2.36 KB
/
99-3.frm
File metadata and controls
executable file
·102 lines (100 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
VERSION 5.00
Begin VB.Form Form4
BorderStyle = 3 '雙線固定對話方塊
ClientHeight = 645
ClientLeft = 2190
ClientTop = 2055
ClientWidth = 2265
Icon = "99-3.frx":0000
LinkTopic = "Form4"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 43
ScaleMode = 3 '像素
ScaleWidth = 151
ShowInTaskbar = 0 'False
StartUpPosition = 2 '螢幕中央
Begin VB.CommandButton Command2
Caption = "離開遊戲"
Height = 375
Left = 1200
TabIndex = 5
Top = 120
Width = 975
End
Begin VB.CommandButton Command1
Caption = "開新牌局"
Height = 375
Left = 120
TabIndex = 0
Top = 120
Width = 975
End
Begin VB.Label Label3
Height = 225
Index = 3
Left = 4200
TabIndex = 4
Top = 1920
Width = 225
End
Begin VB.Label Label3
Height = 225
Index = 2
Left = 2880
TabIndex = 3
Top = 1920
Width = 225
End
Begin VB.Label Label3
Height = 225
Index = 1
Left = 1560
TabIndex = 2
Top = 1920
Width = 225
End
Begin VB.Label Label3
Height = 225
Index = 0
Left = 240
TabIndex = 1
Top = 1920
Width = 225
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
'Form1.Enabled = Ture
Form4.Hide
Form1.Show
NewGamePut
'Form1.Enabled = True
'If g_num <> 5 Then
' g_num = g_num + 1
'Else
' For i = 0 To 19
' Label2(i).Caption = ""
' Next i
' For i = 0 To 3
' Label3(i).Caption = ""
' Next i
' g_num = 1
'End If
'Form4.Hide
'Form4.Command1.Caption = "下一局"
'Form1.Show
'NewGamePut
End Sub
Private Sub Command2_Click()
End
'fp = 1x
'Form7.Show
End Sub
Private Sub Form_Load()
CloseEnd Me.hwnd
End Sub