(2) 在名称为Form1的窗体上画一个文本框,名称为Text1,其初始内容为0;画一个命令按钮,名称为C1,标题为

发布网友 发布时间:2022-04-19 11:59

我来回答

2个回答

热心网友 时间:2023-10-24 16:38

无语了,这是最基础的啊!下面字符你把保存为Form1.frm

VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton C1
Caption = "Command1"
Height = 375
Left = 1200
TabIndex = 1
Top = 960
Width = 2175
End
Begin VB.TextBox Text1
Height = 375
Left = 1320
TabIndex = 0
Text = "0"
Top = 360
Width = 2055
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub C1_Click()

End Sub

热心网友 时间:2023-10-24 16:39

VB...不懂

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
13.637126s