form3.frm
来自「一个团竞赛程序」· FRM 代码 · 共 54 行
FRM
54 行
VERSION 5.00
Begin VB.Form form3
Caption = "倒计时时间输入"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form3"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Height = 1815
Left = 240
TabIndex = 0
Top = 600
Width = 4215
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 2400
TabIndex = 3
Top = 720
Width = 1095
End
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 375
Left = 240
TabIndex = 2
Top = 720
Width = 1575
End
Begin VB.Label Label1
Caption = "请输入倒计时时间:"
Height = 495
Left = 240
TabIndex = 1
Top = 240
Width = 2175
End
End
End
Attribute VB_Name = "form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Text1.Text = form3.Text1.Text
form3.Hide
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?