📄 frmtaskman.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form FrmTaskMan
BorderStyle = 1 'Fixed Single
Caption = "工作记录管理"
ClientHeight = 7185
ClientLeft = 45
ClientTop = 330
ClientWidth = 9390
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7185
ScaleWidth = 9390
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Cmd_Solve
Caption = "解 决"
Height = 400
Left = 5640
MouseIcon = "FrmTaskMan.frx":0000
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 25
Top = 6600
Width = 1300
End
Begin VB.CommandButton Cmd_Back
Cancel = -1 'True
Caption = "返 回"
Height = 400
Left = 7200
MouseIcon = "FrmTaskMan.frx":030A
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 24
Top = 6600
Width = 1300
End
Begin VB.CommandButton Cmd_Del
Caption = "删 除"
Height = 400
Left = 4080
MouseIcon = "FrmTaskMan.frx":0614
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 23
Top = 6600
Width = 1300
End
Begin VB.CommandButton Cmd_Add
Caption = "添 加"
Height = 400
Left = 960
MouseIcon = "FrmTaskMan.frx":091E
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 22
Top = 6600
Width = 1300
End
Begin VB.CommandButton Cmd_Edit
Caption = "修 改"
Height = 400
Left = 2520
MouseIcon = "FrmTaskMan.frx":0C28
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 21
Top = 6600
Width = 1300
End
Begin MSDataGridLib.DataGrid DataGrid1
Height = 2775
Left = 120
TabIndex = 20
Top = 3600
Width = 9135
_ExtentX = 16113
_ExtentY = 4895
_Version = 393216
AllowUpdate = 0 'False
HeadLines = 1
RowHeight = 15
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
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 VB.Frame Frame2
Caption = "工作分配"
Height = 3375
Left = 6360
TabIndex = 10
Top = 120
Width = 2895
Begin VB.TextBox txtREmpName
Height = 270
Left = 1200
Locked = -1 'True
MaxLength = 20
TabIndex = 30
Top = 577
Width = 1500
End
Begin VB.TextBox txtDEmpName
Height = 270
Left = 1200
Locked = -1 'True
MaxLength = 20
TabIndex = 12
Top = 240
Width = 1500
End
Begin VB.TextBox txtSuggest
Height = 1575
Left = 1200
Locked = -1 'True
MaxLength = 20
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 11
Top = 960
Width = 1500
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "主管姓名"
Height = 180
Left = 240
TabIndex = 19
Top = 285
Width = 720
End
Begin VB.Label Label10
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "负责人"
Height = 180
Left = 420
TabIndex = 18
Top = 622
Width = 540
End
Begin VB.Label Label11
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "处理意见"
Height = 180
Left = 240
TabIndex = 17
Top = 960
Width = 720
End
Begin VB.Label lblDespDate
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "lblDespdate"
Height = 180
Left = 1200
TabIndex = 16
Top = 2640
Width = 990
End
Begin VB.Label lblPostDate
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "lblPostDate"
Height = 180
Left = 1200
TabIndex = 15
Top = 3000
Width = 990
End
Begin VB.Label Label9
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "处理日期"
Height = 180
Left = 240
TabIndex = 14
Top = 2640
Width = 720
End
Begin VB.Label Label12
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "提交日期"
Height = 180
Left = 240
TabIndex = 13
Top = 3000
Width = 720
End
End
Begin VB.Frame Frame1
Caption = "问题描述"
Height = 3375
Left = 120
TabIndex = 0
Top = 120
Width = 6255
Begin VB.TextBox txtSDate
Height = 300
Left = 4920
Locked = -1 'True
MaxLength = 20
TabIndex = 28
Top = 675
Width = 1215
End
Begin VB.TextBox txtLevel
Height = 300
Left = 2640
Locked = -1 'True
MaxLength = 20
TabIndex = 27
Top = 1095
Width = 1215
End
Begin VB.TextBox txtType
Height = 300
Left = 4920
Locked = -1 'True
MaxLength = 20
TabIndex = 26
Top = 1095
Width = 1215
End
Begin MSDataListLib.DataList DataList1
Height = 3000
Left = 120
TabIndex = 9
Top = 240
Width = 1395
_ExtentX = 2461
_ExtentY = 5292
_Version = 393216
ListField = ""
End
Begin VB.TextBox txtDetail
Height = 1695
Left = 2640
Locked = -1 'True
MaxLength = 20
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 3
Top = 1560
Width = 3375
End
Begin VB.TextBox txtContact
Height = 300
Left = 2640
Locked = -1 'True
MaxLength = 20
TabIndex = 2
Top = 633
Width = 1215
End
Begin VB.TextBox txtCustName
Height = 300
Left = 2640
Locked = -1 'True
MaxLength = 20
TabIndex = 1
Top = 225
Width = 3375
End
Begin VB.Label Label7
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "需解决时间"
Height = 180
Left = 3960
TabIndex = 29
Top = 720
Width = 900
End
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -