frmshow0.frm
资源名称:大学人事管理系统.zip [点击查看]
上传用户:plkplk66
上传日期:2007-06-06
资源大小:686k
文件大小:7k
源码类别:
其他行业
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form frmshow0
- BorderStyle = 1 'Fixed Single
- Caption = "教师信息"
- ClientHeight = 7095
- ClientLeft = 5250
- ClientTop = 2190
- ClientWidth = 5730
- LinkTopic = "Form1"
- MaxButton = 0 'False
- ScaleHeight = 7095
- ScaleWidth = 5730
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 330
- Index = 0
- Left = 1260
- TabIndex = 15
- Top = 420
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 330
- Index = 1
- Left = 1260
- TabIndex = 14
- Top = 840
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 330
- Index = 2
- Left = 1260
- TabIndex = 13
- Top = 1260
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 330
- Index = 3
- Left = 1260
- TabIndex = 12
- Top = 1680
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 330
- Index = 4
- Left = 1260
- TabIndex = 11
- Top = 2100
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 330
- Index = 5
- Left = 3885
- TabIndex = 10
- Top = 2520
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 330
- Index = 6
- Left = 1260
- TabIndex = 9
- Top = 2520
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 330
- Index = 7
- Left = 1260
- TabIndex = 8
- Top = 2940
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 330
- Index = 8
- Left = 3885
- TabIndex = 7
- Top = 2940
- Width = 1170
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 1590
- Index = 9
- Left = 525
- TabIndex = 6
- Top = 4620
- Width = 4635
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 435
- Index = 10
- Left = 1260
- MultiLine = -1 'True
- ScrollBars = 2 'Vertical
- TabIndex = 5
- Top = 3360
- Width = 4005
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 435
- Index = 11
- Left = 1260
- MultiLine = -1 'True
- ScrollBars = 2 'Vertical
- TabIndex = 4
- Top = 3885
- Width = 4005
- End
- Begin VB.Frame Frame1
- Caption = "照片"
- Height = 2010
- Left = 3465
- TabIndex = 3
- Top = 315
- Width = 1590
- Begin VB.Image Image1
- BorderStyle = 1 'Fixed Single
- Height = 1695
- Left = 105
- Stretch = -1 'True
- Top = 210
- Width = 1380
- End
- End
- Begin VB.Frame Frame2
- Caption = "备注"
- Height = 1905
- Left = 420
- TabIndex = 2
- Top = 4410
- Width = 4845
- End
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- Height = 1170
- Index = 12
- Left = 525
- MultiLine = -1 'True
- ScrollBars = 2 'Vertical
- TabIndex = 1
- Top = 5040
- Width = 4635
- End
- Begin VB.CommandButton Command1
- Caption = "确定"
- Height = 330
- Left = 2385
- TabIndex = 0
- Top = 6510
- Width = 960
- End
- Begin VB.Label Label1
- Caption = "姓名:"
- Height = 225
- Left = 420
- TabIndex = 26
- Top = 525
- Width = 540
- End
- Begin VB.Label Label2
- Caption = "工号:"
- Height = 225
- Left = 420
- TabIndex = 25
- Top = 945
- Width = 540
- End
- Begin VB.Label Label3
- Caption = "专业:"
- Height = 225
- Left = 420
- TabIndex = 24
- Top = 1365
- Width = 540
- End
- Begin VB.Label Label4
- Caption = "性别:"
- Height = 225
- Left = 420
- TabIndex = 23
- Top = 1785
- Width = 540
- End
- Begin VB.Label Label5
- Caption = "生日:"
- Height = 225
- Left = 420
- TabIndex = 22
- Top = 2205
- Width = 540
- End
- Begin VB.Label Label6
- Caption = "婚否:"
- Height = 225
- Left = 3045
- TabIndex = 21
- Top = 2625
- Width = 540
- End
- Begin VB.Label Label7
- Caption = "电话:"
- Height = 225
- Left = 420
- TabIndex = 20
- Top = 2625
- Width = 540
- End
- Begin VB.Label Label8
- Caption = "邮编:"
- Height = 225
- Left = 420
- TabIndex = 19
- Top = 3045
- Width = 540
- End
- Begin VB.Label Label9
- Caption = "教龄:"
- Height = 225
- Left = 3045
- TabIndex = 18
- Top = 3045
- Width = 540
- End
- Begin VB.Label Label11
- Caption = "地址:"
- Height = 225
- Left = 420
- TabIndex = 17
- Top = 3465
- Width = 540
- End
- Begin VB.Label Label12
- Caption = "Email:"
- Height = 225
- Left = 420
- TabIndex = 16
- Top = 3990
- Width = 540
- End
- End
- Attribute VB_Name = "frmshow0"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- Unload Me
- End Sub