Form1.frm
资源名称:Desktop.rar [点击查看]
上传用户:henluren
上传日期:2022-06-03
资源大小:1k
文件大小:1k
源码类别:
对话框与窗口
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 3030
- ClientLeft = 120
- ClientTop = 450
- ClientWidth = 4560
- LinkTopic = "Form1"
- ScaleHeight = 3030
- ScaleWidth = 4560
- StartUpPosition = 3 '窗口缺省
- Begin VB.CommandButton Command1
- Caption = "Command1"
- Height = 975
- Left = 960
- TabIndex = 0
- Top = 840
- Width = 1695
- End
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- MsgBox "txt", vbCritical, "txt"
- End Sub