📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form f14
BackColor = &H00FFC0C0&
Caption = "f14"
ClientHeight = 3990
ClientLeft = 60
ClientTop = 450
ClientWidth = 8025
LinkTopic = "f14"
ScaleHeight = 3990
ScaleWidth = 8025
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确认删除"
Height = 495
Left = 4560
TabIndex = 2
Top = 2400
Width = 2055
End
Begin VB.TextBox Text1
Height = 375
Left = 3720
TabIndex = 1
Top = 1080
Width = 3735
End
Begin VB.Label Label1
BackColor = &H00FFC0C0&
Caption = "输入要删除的药品名"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 240
TabIndex = 0
Top = 1080
Width = 2895
End
End
Attribute VB_Name = "f14"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -