📄 form8.frm
字号:
VERSION 5.00
Begin VB.Form Form7
BackColor = &H00FFC0C0&
Caption = "查询员工基本信息"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
Icon = "Form8.frx":0000
LinkTopic = "Form7"
ScaleHeight = 8595
ScaleWidth = 11880
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
BackColor = &H00FFC0C0&
Caption = "取消"
Height = 495
Left = 4320
TabIndex = 18
Top = 7560
Width = 1095
End
Begin VB.CommandButton Command1
BackColor = &H00FFC0C0&
Caption = "确定"
Height = 495
Left = 1560
TabIndex = 17
Top = 7560
Width = 975
End
Begin VB.TextBox Text2
Height = 375
Left = 3000
TabIndex = 16
Text = "Text2"
Top = 2400
Width = 1695
End
Begin VB.TextBox Text1
Height = 375
Left = 3000
TabIndex = 15
Text = "Text1"
Top = 1440
Width = 1575
End
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "时间"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2535
Left = 720
TabIndex = 4
Top = 4200
Width = 5895
Begin VB.ComboBox Combo4
Height = 300
Left = 3480
TabIndex = 8
Text = "Combo4"
Top = 1440
Width = 1095
End
Begin VB.ComboBox Combo3
Height = 300
Left = 1320
TabIndex = 7
Text = "Combo3"
Top = 1440
Width = 855
End
Begin VB.ComboBox Combo2
Height = 300
Left = 3480
TabIndex = 6
Text = "Combo2"
Top = 480
Width = 855
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1200
TabIndex = 5
Text = "Combo1"
Top = 480
Width = 855
End
Begin VB.Label Label7
BackColor = &H00FFC0C0&
Caption = "月"
Height = 375
Left = 4920
TabIndex = 14
Top = 1440
Width = 615
End
Begin VB.Label Label6
BackColor = &H00FFC0C0&
Caption = "月"
Height = 375
Left = 4800
TabIndex = 13
Top = 480
Width = 615
End
Begin VB.Label Label5
BackColor = &H00FFC0C0&
Caption = " 年"
Height = 375
Left = 2520
TabIndex = 12
Top = 1560
Width = 615
End
Begin VB.Label Label4
BackColor = &H00FFC0C0&
Caption = "到"
Height = 375
Left = 600
TabIndex = 11
Top = 1560
Width = 615
End
Begin VB.Label Label3
BackColor = &H00FFC0C0&
Caption = " 年"
Height = 375
Left = 2400
TabIndex = 10
Top = 600
Width = 495
End
Begin VB.Label Label2
BackColor = &H00FFC0C0&
Caption = "从"
Height = 255
Left = 600
TabIndex = 9
Top = 480
Width = 495
End
End
Begin VB.CheckBox Check3
BackColor = &H00FFC0C0&
Caption = "进入本公司时间"
Height = 615
Left = 1080
TabIndex = 3
Top = 3240
Width = 1695
End
Begin VB.CheckBox Check2
BackColor = &H00FFC0C0&
Caption = "姓名"
Height = 495
Left = 1080
TabIndex = 2
Top = 2280
Width = 1455
End
Begin VB.CheckBox Check1
BackColor = &H00FFC0C0&
Caption = "员工编号"
Height = 375
Left = 1080
TabIndex = 1
Top = 1440
Width = 1455
End
Begin VB.Label Label1
Appearance = 0 'Flat
BackColor = &H00FFC0C0&
Caption = " 选择查询条件"
BeginProperty Font
Name = "华文行楷"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 495
Left = 1560
TabIndex = 0
Top = 360
Width = 4215
End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -