+
来自「用户使用充值卡」· 代码 · 共 86 行
TXT
86 行
VERSION 5.00
Begin VB.Form Form1
Caption = "卡号生成器"
ClientHeight = 4935
ClientLeft = 60
ClientTop = 450
ClientWidth = 4800
LinkTopic = "Form1"
ScaleHeight = 4935
ScaleWidth = 4800
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text4
Height = 270
Left = 1320
TabIndex = 7
Top = 4600
Width = 2415
End
Begin VB.CheckBox Check3
Caption = "二十元卡号"
Height = 255
Left = 3240
TabIndex = 6
Top = 4320
Width = 1215
End
Begin VB.CheckBox Check2
Caption = "十元卡号"
Height = 255
Left = 1680
TabIndex = 5
Top = 4320
Width = 1095
End
Begin VB.CheckBox Check1
Caption = "五元卡号"
Height = 255
Left = 120
TabIndex = 4
Top = 4320
Width = 1095
End
Begin VB.TextBox Text3
Height = 4095
Left = 3240
TabIndex = 3
Top = 120
Width = 1455
End
Begin VB.TextBox Text2
Height = 4095
Left = 1680
TabIndex = 2
Top = 120
Width = 1455
End
Begin VB.TextBox Text1
Height = 4095
Left = 120
TabIndex = 1
Top = 120
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "生 成"
Height = 300
Left = 3840
TabIndex = 0
Top = 4560
Width = 855
End
Begin VB.Label Label1
Caption = "数据保存位置:"
Height = 255
Left = 120
TabIndex = 8
Top = 4680
Width = 1335
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?