📄 frmoperatorauditing.frm
字号:
Left = 4395
TabIndex = 33
Top = 1005
Width = 900
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "出生年月:"
Height = 180
Index = 5
Left = 195
TabIndex = 32
Top = 1605
Width = 900
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "健康状况:"
Height = 180
Index = 6
Left = 4515
TabIndex = 31
Top = 1605
Width = 900
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "就业情况:"
Height = 180
Index = 7
Left = 195
TabIndex = 30
Top = 2160
Width = 900
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "身份证号码:"
Height = 180
Index = 8
Left = 135
TabIndex = 29
Top = 2805
Width = 1080
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "担保人姓名:"
Height = 180
Index = 10
Left = 3960
TabIndex = 28
Top = 3405
Width = 1080
End
Begin VB.Label Label2
Caption = "(YYYY-MM-DD)"
ForeColor = &H0000FFFF&
Height = 255
Left = 2880
TabIndex = 27
Top = 1605
Width = 1335
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "担保人业务工号:"
Height = 180
Index = 9
Left = 120
TabIndex = 26
Top = 3405
Width = 1440
End
End
Begin VB.Frame Frame3
Height = 3975
Left = -74760
TabIndex = 11
Top = 480
Width = 7455
Begin VB.TextBox txt银行名称
DataField = "银行名称"
DataSource = "Adodc1"
Height = 285
Left = 2085
Locked = -1 'True
TabIndex = 13
Top = 840
Width = 3420
End
Begin VB.TextBox txt户口帐号
DataField = "户口帐号"
DataSource = "Adodc1"
Height = 285
Left = 2085
Locked = -1 'True
TabIndex = 12
Top = 1680
Width = 3375
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "银行名称:"
Height = 255
Index = 11
Left = 720
TabIndex = 15
Top = 885
Width = 855
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "户口帐号:"
Height = 255
Index = 12
Left = 720
TabIndex = 14
Top = 1725
Width = 855
End
End
Begin VB.PictureBox Picture1
DataField = "身份证相片"
DataSource = "Adodc1"
Height = 3015
Left = -73440
Picture = "frmOperatorAuditing.frx":0070
ScaleHeight = 2955
ScaleWidth = 2115
TabIndex = 10
Top = 1200
Width = 2175
End
End
End
Begin VB.Frame Frame4
Caption = "公司审核"
ForeColor = &H00FF0000&
Height = 1095
Left = 120
TabIndex = 2
Top = 6240
Width = 8175
Begin VB.CommandButton Command2
Caption = "退 出"
Height = 495
Left = 7080
TabIndex = 44
Top = 360
Width = 975
End
Begin VB.CommandButton Command1
Caption = "同意录用"
Height = 495
Left = 4440
TabIndex = 4
Top = 360
Width = 1095
End
Begin VB.PictureBox Picture2
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 735
Left = 5760
ScaleHeight = 735
ScaleWidth = 975
TabIndex = 8
Top = 220
Width = 975
End
Begin VB.TextBox txt工号
Alignment = 2 'Center
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1320
TabIndex = 6
Top = 405
Width = 1815
End
Begin VB.Label Label5
Caption = "单位审核盖章"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 3360
TabIndex = 7
Top = 360
Width = 735
End
Begin VB.Label Label4
Caption = "核 准工 号"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 480
TabIndex = 5
Top = 360
Width = 735
End
End
Begin MSComCtl2.DTPicker DTPickerTable
DataField = "填表聘用日期"
DataSource = "Adodc1"
Height = 255
Left = 6720
TabIndex = 43
Top = 480
Width = 1335
_ExtentX = 2355
_ExtentY = 450
_Version = 393216
Format = 24444929
UpDown = -1 'True
CurrentDate = 36740
End
Begin VB.Label Label3
Caption = "审核填表日期"
ForeColor = &H00FF0000&
Height = 255
Left = 5520
TabIndex = 1
Top = 555
Width = 1215
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "业务员招聘公司审核"
BeginProperty Font
Name = "文鼎CS行楷"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 2400
TabIndex = 0
Top = 120
Width = 3495
End
End
Attribute VB_Name = "frmOperatorAuditing"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Adodc1_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
Adodc1.Caption = " " & Adodc1.RecordSource & " : " & Adodc1.Recordset.AbsolutePosition & "/" & Adodc1.Recordset.RecordCount & _
" 姓名: " & Adodc1.Recordset("姓名")
End Sub
Private Sub Command1_Click()
Picture2.Picture = LoadPicture(App.Path + "\" + "bmp" + "\" + "盖章.bmp")
Adodc1.Recordset("工号") = txt工号.Text
Adodc1.Recordset("填表聘用日期") = DTPickerTable.Value
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -