frmchange.frm
来自「用VB+Access实现的企业人事工资管理系统。」· FRM 代码 · 共 75 行
FRM
75 行
VERSION 5.00
Begin VB.Form frmchange
Caption = "修改用户记录"
ClientHeight = 4365
ClientLeft = 60
ClientTop = 345
ClientWidth = 5025
LinkTopic = "Form2"
ScaleHeight = 4365
ScaleWidth = 5025
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "取消"
Height = 495
Left = 2640
TabIndex = 5
Top = 3000
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 360
TabIndex = 2
Top = 3000
Width = 1215
End
Begin VB.TextBox txtygname
Height = 495
Left = 1560
TabIndex = 1
Top = 1440
Width = 1695
End
Begin VB.TextBox txtygid
Height = 495
Left = 1560
Locked = -1 'True
TabIndex = 0
Top = 240
Width = 1575
End
Begin VB.Label Label2
Caption = "姓名:"
Height = 375
Left = 360
TabIndex = 4
Top = 1560
Width = 975
End
Begin VB.Label Label1
Caption = "编号:"
Height = 375
Left = 360
TabIndex = 3
Top = 360
Width = 975
End
End
Attribute VB_Name = "frmchange"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
Form1.datachange
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?