📄 f_laodonghetongyubao.frm
字号:
Left = 360
TabIndex = 41
Top = 2783
Width = 1215
End
Begin VB.Label lblLabels
Caption = "劳动合同编号"
Height = 255
Index = 0
Left = 360
TabIndex = 40
Top = 360
Width = 1215
End
Begin VB.Label lblLabels
Caption = "姓 名"
Height = 255
Index = 1
Left = 3600
TabIndex = 39
Top = 375
Width = 1095
End
Begin VB.Label lblLabels
Caption = "签定时间"
Height = 255
Index = 2
Left = 6720
TabIndex = 38
Top = 2303
Width = 855
End
Begin VB.Label lblLabels
Caption = "文化程度"
Height = 255
Index = 3
Left = 6720
TabIndex = 37
Top = 375
Width = 735
End
Begin VB.Label lblLabels
Caption = "性 别"
Height = 255
Index = 4
Left = 360
TabIndex = 36
Top = 855
Width = 735
End
Begin VB.Label lblLabels
Caption = "出生日期:"
Height = 255
Index = 5
Left = 3600
TabIndex = 35
Top = 855
Width = 855
End
Begin VB.Label lblLabels
Caption = "身份证号"
Height = 255
Index = 6
Left = 6720
TabIndex = 34
Top = 1320
Width = 855
End
Begin VB.Label lblLabels
Caption = "家庭通讯地址"
Height = 255
Index = 7
Left = 360
TabIndex = 33
Top = 1335
Width = 1215
End
Begin VB.Label lblLabels
Caption = "邮 编"
Height = 255
Index = 8
Left = 6720
TabIndex = 32
Top = 855
Width = 615
End
Begin VB.Label lblLabels
Caption = "所在街道办事处"
Height = 255
Index = 9
Left = 360
TabIndex = 31
Top = 1815
Width = 1335
End
Begin VB.Label lblLabels
Caption = "开始时间"
DataField = $"F_LaoDongHeTongYuBao.frx":00C8
Height = 255
Index = 10
Left = 3480
TabIndex = 30
Top = 2783
Width = 1215
End
Begin VB.Label lblLabels
Caption = "结束时间"
Height = 255
Index = 11
Left = 6720
TabIndex = 29
Top = 2783
Width = 975
End
Begin VB.Label lblLabels
Caption = "试用开始时间"
Height = 255
Index = 12
Left = 360
TabIndex = 28
Top = 3270
Width = 1215
End
Begin VB.Label lblLabels
Caption = "试用结束时间"
Height = 255
Index = 13
Left = 3480
TabIndex = 27
Top = 3270
Width = 1095
End
Begin VB.Label lblLabels
Caption = "部 门"
Height = 255
Index = 14
Left = 360
TabIndex = 26
Top = 2303
Width = 735
End
Begin VB.Label lblLabels
Caption = "岗 位"
Height = 255
Index = 15
Left = 3480
TabIndex = 25
Top = 2303
Width = 615
End
Begin VB.Label lblLabels
Caption = "当事人约定的其他内容"
Height = 495
Index = 16
Left = 360
TabIndex = 24
Top = 3720
Width = 1095
End
Begin VB.Label lblLabels
Caption = "停止方式"
Height = 255
Index = 17
Left = 3720
TabIndex = 23
Top = 4710
Width = 1215
End
Begin VB.Label lblLabels
Caption = "停止时间"
Height = 255
Index = 18
Left = 6720
TabIndex = 22
Top = 4710
Width = 1095
End
End
Begin VB.Frame Frame2
Caption = "查询结果"
Height = 5895
Left = 120
TabIndex = 50
Top = 1680
Width = 9735
Begin MSDataGridLib.DataGrid DataGrid1
Height = 4935
Left = 240
TabIndex = 51
Top = 240
Width = 9255
_ExtentX = 16325
_ExtentY = 8705
_Version = 393216
HeadLines = 1
RowHeight = 14
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
Begin Threed.SSCommand Command3
Height = 375
Left = 8400
TabIndex = 54
Top = 5400
Width = 1095
_Version = 65536
_ExtentX = 1931
_ExtentY = 661
_StockProps = 78
Caption = "&X.显 示"
Font3D = 1
End
End
End
Attribute VB_Name = "F_LaoDongHeTongYuBao"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim WithEvents rs As Recordset
Attribute rs.VB_VarHelpID = -1
Dim WithEvents adoPrimaryRS As Recordset
Attribute adoPrimaryRS.VB_VarHelpID = -1
Dim WithEvents adoXianshiRS As Recordset
Attribute adoXianshiRS.VB_VarHelpID = -1
Dim Row_ID As String '为找到ID 的查询SQL 语句
Private Sub Check2_Click()
If Check2.Value = 1 Then
Label4.Visible = True
Label5.Visible = True
DTPicker1.Visible = True
DTPicker2.Visible = True
Frame2.Visible = True
Frame3.Visible = False
End If
End Sub
Private Sub CmdXianShi_Exit_Click()
Frame2.Visible = True
Frame3.Visible = False
End Sub
Private Sub Command1_Click()
Dim DataGrid_sql As String '数据表格中的数据源
Dim oText As TextBox
If Check2.Value = 1 Then
DataGrid_sql = "select * from 劳动合同 where 是否已停止 = '否 ' and 停止时间 between ' " & DTPicker1 & " ' and ' " & DTPicker2 & " '"
End If
If Check2.Value = 1 Then
Set adoPrimaryRS = New Recordset
adoPrimaryRS.Open DataGrid_sql, db, adOpenStatic, adLockOptimistic
Set DataGrid1.DataSource = adoPrimaryRS
Frame3.Visible = False
Frame2.Visible = True
End If
End Sub
Private Sub Command2_Click()
RSGL.Enabled = True
Unload Me
End Sub
Private Sub Command3_Click()
Dim XianShi_sql As String '单条数据显示的数据源
If Row_ID = "" Then
MsgBox "请您选择其中一条信息!"
Exit Sub
Else
XianShi_sql = "select * from 劳动合同 where ID = " & Row_ID
Set adoXianshiRS = New Recordset
adoXianshiRS.Open XianShi_sql, db, adOpenStatic, adLockOptimistic
For Each oText In Me.txtFields
Set oText.DataSource = adoXianshiRS
Next
Set DTPicker3.DataSource = adoXianshiRS
Set DTPicker4.DataSource = adoXianshiRS
Set DTPicker5.DataSource = adoXianshiRS
Set DTPicker6.DataSource = adoXianshiRS
Set DTPicker7.DataSource = adoXianshiRS
Set DTPicker8.DataSource = adoXianshiRS
Set DTPicker9.DataSource = adoXianshiRS
Set Combo3.DataSource = adoXianshiRS
Set Combo4.DataSource = adoXianshiRS
End If
Frame2.Visible = False
Frame3.Visible = True
End Sub
Private Sub DataGrid1_Click()
If Not adoPrimaryRS.BOF And Not adoPrimaryRS.EOF Then
If Not IsNull(adoPrimaryRS.Fields("ID")) Then
Row_ID = adoPrimaryRS.Fields("ID")
Else
MsgBox "请您选择其中一条信息!"
End If
Else
Exit Sub
End If
End Sub
Private Sub Form_Load()
On Error Resume Next
For Each TextBox In Me.Controls
TextBox.Font.Name = "宋体"
TextBox.Font.Size = 9
Next
Frame2.Visible = False
Frame3.Visible = False
For Each oText In Me.txtFields
oText.Locked = True
Next
DTPicker3.Enabled = True
DTPicker4.Enabled = True
DTPicker5.Enabled = True
DTPicker6.Enabled = True
DTPicker7.Enabled = True
DTPicker8.Enabled = True
DTPicker9.Enabled = True
Combo3.Enabled = True
Combo4.Enabled = True
Frame2.Visible = False
Frame3.Visible = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -