📄 frmproblemedit.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form FrmProblemEdit
BorderStyle = 1 'Fixed Single
Caption = "编辑问题信息"
ClientHeight = 4665
ClientLeft = 45
ClientTop = 330
ClientWidth = 5595
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4665
ScaleWidth = 5595
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Cmd_Ok
BackColor = &H80000000&
Caption = "确 定"
Height = 525
Left = 840
MouseIcon = "FrmProblemEdit.frx":0000
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 10
Top = 3960
Width = 1300
End
Begin VB.CommandButton Cmd_Cancel
BackColor = &H80000000&
Cancel = -1 'True
Caption = "取 消"
Height = 525
Left = 3360
MouseIcon = "FrmProblemEdit.frx":030A
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 9
Top = 3960
Width = 1300
End
Begin VB.Frame Frame1
Height = 3855
Left = 0
TabIndex = 0
Top = 0
Width = 5535
Begin VB.TextBox txtContact
Height = 330
Left = 1200
TabIndex = 22
Top = 1050
Width = 1335
End
Begin VB.TextBox txtSDate
Height = 330
Left = 1200
TabIndex = 21
Top = 1860
Width = 1335
End
Begin VB.TextBox txtStatus
Enabled = 0 'False
Height = 330
Left = 3840
TabIndex = 19
Top = 1050
Width = 1335
End
Begin MSDataListLib.DataCombo dco_Customer
Height = 330
Left = 1200
TabIndex = 17
Top = 630
Width = 3975
_ExtentX = 7011
_ExtentY = 582
_Version = 393216
Style = 2
Text = ""
End
Begin MSDataListLib.DataCombo dco_Type
Height = 330
Left = 3840
TabIndex = 16
Top = 1470
Width = 1335
_ExtentX = 2355
_ExtentY = 582
_Version = 393216
Style = 2
Text = ""
End
Begin MSDataListLib.DataCombo dco_Level
Height = 330
Left = 1200
TabIndex = 15
Top = 1470
Width = 1335
_ExtentX = 2355
_ExtentY = 582
_Version = 393216
Style = 2
Text = ""
End
Begin VB.TextBox txtDetail
Height = 1095
Left = 1200
MaxLength = 20
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 2
Top = 2280
Width = 3975
End
Begin VB.TextBox txtTitle
Height = 330
Left = 1200
MaxLength = 20
TabIndex = 1
Top = 210
Width = 3975
End
Begin VB.Label Label10
AutoSize = -1 'True
Caption = "解决日期"
Height = 180
Left = 240
TabIndex = 20
Top = 1935
Width = 720
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "当前状态"
Height = 180
Left = 2880
TabIndex = 18
Top = 1125
Width = 720
End
Begin VB.Label lblFillDate
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "lblFilldate"
Height = 180
Left = 3840
TabIndex = 14
Top = 3480
Width = 990
End
Begin VB.Label lblFillin
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "lblFillin"
Height = 180
Left = 1200
TabIndex = 13
Top = 3480
Width = 810
End
Begin VB.Label Label9
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "录入日期"
Height = 180
Left = 2880
TabIndex = 12
Top = 3480
Width = 720
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "录入人"
Height = 180
Left = 240
TabIndex = 11
Top = 3480
Width = 540
End
Begin VB.Label Label6
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "问题描述"
Height = 180
Left = 240
TabIndex = 8
Top = 2325
Width = 720
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "问题类型"
Height = 180
Left = 2880
TabIndex = 7
Top = 1545
Width = 720
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "严重级别"
Height = 180
Left = 240
TabIndex = 6
Top = 1545
Width = 720
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "客户名称"
Height = 180
Left = 240
TabIndex = 5
Top = 705
Width = 720
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "联系人"
Height = 180
Left = 240
TabIndex = 4
Top = 1125
Width = 540
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "问题题目"
Height = 180
Left = 240
TabIndex = 3
Top = 285
Width = 720
End
End
Begin MSAdodcLib.Adodc AdoCustomer
Height = 375
Left = 0
Top = 3840
Visible = 0 'False
Width = 1815
_ExtentX = 3201
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -