frmmodify.frm
资源名称:大学人事管理系统.zip [点击查看]
上传用户:plkplk66
上传日期:2007-06-06
资源大小:686k
文件大小:3k
源码类别:
其他行业
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form frmmodify
- BorderStyle = 1 'Fixed Single
- Caption = "信息修改"
- ClientHeight = 3030
- ClientLeft = 45
- ClientTop = 435
- ClientWidth = 4290
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3030
- ScaleWidth = 4290
- StartUpPosition = 1 '所有者中心
- Begin VB.CommandButton Command2
- Caption = "取消"
- Height = 330
- Left = 3360
- TabIndex = 7
- Top = 2415
- Width = 750
- End
- Begin VB.CommandButton Command1
- Caption = "确定"
- Height = 330
- Left = 2625
- TabIndex = 6
- Top = 2415
- Width = 750
- End
- Begin VB.Frame Frame1
- Height = 1590
- Left = 525
- TabIndex = 1
- Top = 630
- Width = 3270
- Begin VB.TextBox Text2
- Appearance = 0 'Flat
- Height = 270
- Left = 1365
- TabIndex = 5
- Top = 1050
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 270
- Left = 1365
- TabIndex = 3
- Top = 420
- Width = 1170
- End
- Begin VB.Label Label3
- Caption = "ID"
- Height = 225
- Left = 525
- TabIndex = 4
- Top = 1050
- Width = 435
- End
- Begin VB.Label Label1
- Caption = "姓名"
- Height = 225
- Left = 525
- TabIndex = 2
- Top = 525
- Width = 540
- End
- End
- Begin VB.Label Label2
- Caption = "请输入要修改的人的姓名或ID"
- Height = 225
- Left = 210
- TabIndex = 0
- Top = 210
- Width = 2640
- End
- End
- Attribute VB_Name = "frmmodify"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command2_Click()
- Unload Me
- End Sub