?? 轉帳.frm
字號:
VERSION 5.00
Begin VB.Form Form7
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
Caption = "Form7"
ClientHeight = 5505
ClientLeft = 0
ClientTop = 0
ClientWidth = 7005
LinkTopic = "Form7"
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
Style = 1 'Graphical
TabIndex = 5
Top = 4800
Width = 1215
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 = 1200
Style = 1 'Graphical
TabIndex = 4
Top = 4800
Width = 1215
End
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋體"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 500
Left = 840
TabIndex = 3
Top = 3675
Width = 5000
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋體"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 500
Left = 840
MaxLength = 8
TabIndex = 1
Top = 1875
Width = 5000
End
Begin VB.Image Image1
Height = 1005
Left = 1800
Picture = "轉帳.frx":0000
Top = 0
Width = 3000
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "請輸入您轉帳的金額"
BeginProperty Font
Name = "隸書"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 435
Left = 840
TabIndex = 2
Top = 3000
Width = 4050
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "請輸入你轉帳的卡號"
BeginProperty Font
Name = "隸書"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 435
Left = 840
TabIndex = 0
Top = 1080
Width = 4050
End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Call Trans
End Sub
Private Sub Command2_Click()
Unload Form7
Form4.Show
End Sub
Private Sub Form_Load()
'用戶選擇英語
If i = 1 Then
Label1.FontSize = 12
Label2.FontSize = 12
Label1.Caption = "Please Input The Transfered Cardnumber"
Label2.Caption = "Please Input The Acount Of Transfered Money"
Command1.Caption = "OK"
Command2.Caption = "Back"
End If
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -