-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrm_Play.frm
52 lines (49 loc) · 1.29 KB
/
frm_Play.frm
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
VERSION 5.00
Begin VB.Form frm_Play
Caption = "Form1"
ClientHeight = 3030
ClientLeft = 120
ClientTop = 450
ClientWidth = 4560
LinkTopic = "Form1"
ScaleHeight = 3030
ScaleWidth = 4560
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text1
Height = 1935
Left = 0
MultiLine = -1 'True
TabIndex = 2
Text = "frm_Play.frx":0000
Top = 120
Width = 4215
End
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 495
Left = 2040
TabIndex = 1
Top = 2160
Width = 2535
End
Begin VB.PictureBox Picture1
Height = 735
Left = 1320
ScaleHeight = 675
ScaleWidth = 2115
TabIndex = 0
Top = 960
Width = 2175
End
End
Attribute VB_Name = "frm_Play"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Ready
End Sub
Private Sub Form_Load()
End Sub