?? frmgetcard.frm
字號:
VERSION 5.00
Begin VB.Form frmGetCard
BorderStyle = 1 'Fixed Single
Caption = "獲得儲金內容"
ClientHeight = 1620
ClientLeft = 45
ClientTop = 330
ClientWidth = 5010
Icon = "frmGetCard.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1620
ScaleWidth = 5010
StartUpPosition = 2 '屏幕中心
Begin VB.TextBox Text2
Height = 270
IMEMode = 3 'DISABLE
Left = 1560
PasswordChar = "*"
TabIndex = 1
Top = 1080
Width = 1935
End
Begin VB.TextBox Text1
Height = 270
Left = 1560
TabIndex = 0
Top = 360
Width = 1935
End
Begin VB.CommandButton Command2
Cancel = -1 'True
Caption = "取消"
Height = 375
Left = 3600
TabIndex = 3
Top = 1080
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "確定"
Default = -1 'True
Height = 375
Left = 3600
TabIndex = 2
Top = 360
Width = 1215
End
Begin VB.Label Label2
Caption = "請在此輸入密碼:"
Height = 375
Left = 120
TabIndex = 5
Top = 1080
Width = 1455
End
Begin VB.Label Label1
Caption = "請在此輸入卡號:"
Height = 375
Left = 120
TabIndex = 4
Top = 360
Width = 1455
End
End
Attribute VB_Name = "frmGetCard"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frmButton.Winsock1.SendData "_gets" + Chr(0) + "card" + Chr(0) + Text1.Text + Chr(0) + Text2.Text
Unload Me
DoEvents
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -