📄 frmtealook.frm
字号:
VERSION 5.00
Begin VB.Form frmtealook
Caption = "您的信息如下"
ClientHeight = 3825
ClientLeft = 60
ClientTop = 345
ClientWidth = 7110
LinkTopic = "Form1"
ScaleHeight = 3825
ScaleWidth = 7110
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdclose
Caption = "关 闭 (&C)"
Height = 375
Left = 2640
TabIndex = 25
Top = 3360
Width = 1695
End
Begin VB.Frame frminfo
Height = 3015
Left = 120
TabIndex = 0
Top = 120
Width = 6855
Begin VB.TextBox txtrddate
DataField = "rdsj"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 3240
TabIndex = 24
Text = "Text1"
Top = 2430
Width = 1200
End
Begin VB.TextBox txtworkdate
DataField = "gzrq"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 960
TabIndex = 23
Text = "Text1"
Top = 1710
Width = 1200
End
Begin VB.TextBox txtdnzw
DataField = "dnzw"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 5520
TabIndex = 22
Text = "Text1"
Top = 990
Width = 1200
End
Begin VB.TextBox txtszzb
DataField = "name"
DataMember = "bm"
DataSource = "DataEnv"
Height = 350
Left = 3240
TabIndex = 21
Text = "Text1"
Top = 1710
Width = 1200
End
Begin VB.TextBox txtsxhb
DataField = "sxhb"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 5520
TabIndex = 20
Text = "Text1"
Top = 1710
Width = 1200
End
Begin VB.TextBox txtsqdate
DataField = "sqsj"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 960
TabIndex = 19
Text = "Text1"
Top = 2430
Width = 1200
End
Begin VB.TextBox txtzzsj
DataField = "zzsj"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 5520
TabIndex = 18
Text = "Text1"
Top = 2430
Width = 1200
End
Begin VB.TextBox txtxl
DataField = "xl"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 3240
TabIndex = 10
Text = "Text1"
Top = 990
Width = 1200
End
Begin VB.TextBox txtbirthday
DataField = "csrq"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 960
TabIndex = 8
Text = "Text1"
Top = 990
Width = 1200
End
Begin VB.ComboBox cmbsex
DataField = "sex"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 300
Left = 5520
TabIndex = 6
Text = "Combo1"
Top = 270
Width = 1200
End
Begin VB.TextBox txtname
DataField = "name"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 3240
TabIndex = 4
Text = "Text1"
Top = 270
Width = 1200
End
Begin VB.TextBox txtcode
DataField = "code"
DataMember = "teacher"
DataSource = "DataEnv"
Height = 350
Left = 960
TabIndex = 2
Text = "Text1"
Top = 270
Width = 1200
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "党内职务:"
Height = 180
Index = 12
Left = 4560
TabIndex = 17
Top = 1080
Width = 900
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "申请时间:"
Height = 180
Index = 11
Left = 120
TabIndex = 16
Top = 2520
Width = 900
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "入党时间:"
Height = 180
Index = 10
Left = 2280
TabIndex = 15
Top = 2520
Width = 900
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "转正时间:"
Height = 180
Index = 9
Left = 4560
TabIndex = 14
Top = 2520
Width = 900
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "所在支部:"
Height = 180
Index = 8
Left = 2280
TabIndex = 13
Top = 1800
Width = 900
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "思想汇报:"
Height = 180
Index = 7
Left = 4560
TabIndex = 12
Top = 1800
Width = 900
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "工作日期:"
Height = 180
Index = 5
Left = 120
TabIndex = 11
Top = 1800
Width = 900
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "学历:"
Height = 180
Index = 4
Left = 2400
TabIndex = 9
Top = 1080
Width = 540
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "出生日期:"
Height = 180
Index = 3
Left = 120
TabIndex = 7
Top = 1080
Width = 900
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "性别:"
Height = 180
Index = 2
Left = 4680
TabIndex = 5
Top = 360
Width = 540
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "姓名:"
Height = 180
Index = 1
Left = 2400
TabIndex = 3
Top = 360
Width = 540
End
Begin VB.Label lblfieldlable
AutoSize = -1 'True
Caption = "教师号:"
Height = 180
Index = 0
Left = 240
TabIndex = 1
Top = 360
Width = 720
End
End
End
Attribute VB_Name = "frmtealook"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdclose_Click()
Unload Me
End Sub
Private Sub Form_Load()
frminfo.Enabled = False
DataEnv.rsteacher.Find "code='" & mdimain.mnusername & "'"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -