📄 main_gzgl_gzap_lr.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form main_gzgl_gzap_lr
BorderStyle = 4 'Fixed ToolWindow
Caption = "工作安排"
ClientHeight = 3750
ClientLeft = 45
ClientTop = 285
ClientWidth = 7365
Icon = "main_gzgl_gzap_lr.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3750
ScaleWidth = 7365
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "取消"
Height = 390
Left = 3720
TabIndex = 17
Top = 3240
Width = 1770
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 390
Left = 1800
TabIndex = 16
Top = 3240
Width = 1770
End
Begin VB.Frame Frame1
Height = 3195
Left = 120
TabIndex = 0
Top = 0
Width = 7275
Begin VB.ComboBox Combo1
Height = 300
Left = 4755
TabIndex = 18
Top = 1080
Width = 2400
End
Begin VB.TextBox Text1
Enabled = 0 'False
Height = 330
Index = 0
Left = 990
TabIndex = 7
Top = 225
Width = 2730
End
Begin VB.TextBox Text1
Enabled = 0 'False
Height = 330
Index = 1
Left = 4680
TabIndex = 6
Top = 240
Width = 2400
End
Begin VB.TextBox Text1
Height = 330
Index = 2
Left = 4740
TabIndex = 4
Top = 615
Width = 2400
End
Begin VB.TextBox Text1
Height = 330
Index = 3
Left = 960
TabIndex = 2
Top = 1440
Width = 2400
End
Begin VB.TextBox Text1
Height = 1050
Index = 4
Left = 960
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 1
Top = 1800
Width = 6165
End
Begin MSComCtl2.DTPicker DTP1
Height = 330
Left = 990
TabIndex = 3
Top = 600
Width = 2730
_ExtentX = 4815
_ExtentY = 582
_Version = 393216
Format = 66977793
CurrentDate = 38698
End
Begin MSDataListLib.DataCombo DataCombo1
Bindings = "main_gzgl_gzap_lr.frx":000C
Height = 330
Left = 960
TabIndex = 5
Top = 1080
Width = 2730
_ExtentX = 4815
_ExtentY = 582
_Version = 393216
ListField = "人员状态"
BoundColumn = "员工编号"
Text = ""
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "工作内容:"
Height = 255
Left = 0
TabIndex = 15
Top = 1800
Width = 945
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "员工编号:"
Height = 255
Left = 0
TabIndex = 14
Top = 315
Width = 1005
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "员工姓名:"
Height = 255
Left = 3840
TabIndex = 13
Top = 315
Width = 1005
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "人员状态:"
Height = 255
Left = 0
TabIndex = 12
Top = 1080
Width = 1005
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "完成期限:"
Height = 255
Left = 3840
TabIndex = 11
Top = 690
Width = 975
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "布置日期:"
Height = 255
Left = 0
TabIndex = 10
Top = 720
Width = 1005
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "完成状况:"
Height = 255
Left = 3840
TabIndex = 9
Top = 1080
Width = 1005
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "布置人员:"
Height = 255
Left = 0
TabIndex = 8
Top = 1440
Width = 1215
End
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 1800
Top = 240
Visible = 0 'False
Width = 2040
_ExtentX = 3598
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=db_manpowerinfo"
OLEDBString = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=db_manpowerinfo"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "状态表"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
End
Attribute VB_Name = "main_gzgl_gzap_lr"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Combo1_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyReturn Then Text1(3).SetFocus
End Sub
Private Sub DataCombo1_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyReturn Then Combo1.SetFocus
End Sub
Private Sub DTP1_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyReturn Then Text1(2).SetFocus
End Sub
Private Sub Form_Activate()
DTP1.SetFocus
End Sub
Private Sub Form_Load()
Combo1.AddItem "优秀"
Combo1.AddItem "良好"
Combo1.AddItem "差"
If blnAddKH = True Then
Me.Caption = "工作信息添加"
Else
Me.Caption = "工作信息修改"
With main_gzgl_gzap.Adodc1.Recordset
If .RecordCount > 0 Then
Text1(0) = .Fields("员工编号")
Text1(1) = .Fields("员工姓名")
DTP1.Value = .Fields("布置日期")
Text1(2) = .Fields("完成期限")
DataCombo1 = .Fields("人员状态")
Combo1 = .Fields("完成状况")
Text1(3) = .Fields("布置人员")
Text1(4) = .Fields("工作内容")
End If
End With
End If
End Sub
Private Sub Command1_Click()
If blnAddKH = True Then
Cnn.Execute ("insert into 工作表(员工编号,员工姓名,布置日期,完成期限,人员状态,完成状况,布置人员,工作内容)" _
& "values('" + Text1(0) + "','" + Text1(1) + "','" + str(DTP1.Value) + "','" + Text1(2) + "','" + _
DataCombo1 + "','" + Combo1 + "','" + Text1(3) + "','" + Text1(4) + "')")
Else
Cnn.Execute ("update 工作表 set 布置日期='" + str(DTP1.Value) + "',完成期限='" + Text1(2) + "',人员状态='" + _
DataCombo1 + "',完成状况='" + Combo1 + ",布置人员='" + Text1(3) + _
"',工作内容='" + Text1(4) + "'where 员工编号='" + Text1(0) + "'and 人员状态='" + DataCombo1 + "'")
End If
main_gzgl_gzap.Adodc1.Refresh
Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Text1_KeyDown(index As Integer, KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyReturn And index = 2 Then DataCombo1.SetFocus
If KeyCode = vbKeyReturn And index = 3 Then Text1(4).SetFocus
If KeyCode = vbKeyReturn And index = 4 Then Text1(5).SetFocus
If KeyCode = vbKeyReturn And index = 5 Then Command1.SetFocus
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -