📄 frmservercheck.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmServerCheck
Caption = "问题信息追踪"
ClientHeight = 6975
ClientLeft = 60
ClientTop = 345
ClientWidth = 7470
LinkTopic = "Form3"
LockControls = -1 'True
ScaleHeight = 6975
ScaleWidth = 7470
StartUpPosition = 2 '屏幕中心
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 3840
Top = 2400
Width = 3390
_ExtentX = 5980
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 1
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 0
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = 0
Connect = ""
OLEDBString = ""
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = ""
Caption = "当前位于第 条记录"
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
Begin VB.CommandButton cmdClear
Caption = "条件清除"
Height = 495
Left = 3000
TabIndex = 6
Top = 6270
Width = 1215
End
Begin VB.Frame Frame2
Caption = "问题查询条件"
BeginProperty Font
Name = "华文行楷"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 2055
Left = 240
TabIndex = 12
Top = 240
Width = 6975
Begin MSComCtl2.DTPicker DT_QuestDate
Height = 330
Left = 1680
TabIndex = 1
Top = 915
Width = 1575
_ExtentX = 2778
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Format = 27000832
CurrentDate = 38015
End
Begin VB.TextBox txtViaperson
Height = 330
Left = 1680
TabIndex = 2
Top = 1395
Width = 1575
End
Begin VB.TextBox txtQuestID
Height = 330
Left = 1680
TabIndex = 0
Top = 435
Width = 1575
End
Begin VB.Frame Frame1
Caption = "问题提交者"
Height = 1455
Left = 3600
TabIndex = 13
Top = 360
Width = 3135
Begin VB.TextBox Text1
BackColor = &H80000013&
Enabled = 0 'False
Height = 330
Left = 1320
TabIndex = 15
Top = 360
Width = 1575
End
Begin VB.OptionButton Option1
Caption = "供应商 S"
Height = 255
Left = 240
TabIndex = 3
Top = 398
Value = -1 'True
Width = 1095
End
Begin VB.TextBox Text2
BackColor = &H80000013&
Enabled = 0 'False
Height = 330
Left = 1320
TabIndex = 14
Top = 840
Width = 1575
End
Begin VB.OptionButton Option2
Caption = "客户 C"
Height = 255
Left = 240
TabIndex = 4
Top = 878
Width = 1095
End
End
Begin VB.CheckBox Check1
Caption = "问题提交时间"
Height = 255
Left = 240
TabIndex = 18
Top = 960
Width = 1455
End
Begin VB.Label Label3
Alignment = 1 'Right Justify
Caption = "经办人"
Height = 255
Left = 840
TabIndex = 17
Top = 1440
Width = 735
End
Begin VB.Label Label1
Alignment = 1 'Right Justify
Caption = "问题信息单号"
Height = 255
Left = 360
TabIndex = 16
Top = 480
Width = 1215
End
End
Begin VB.TextBox txtDescription
BackColor = &H80000018&
Enabled = 0 'False
Height = 1170
Left = 360
TabIndex = 9
Top = 3000
Width = 6735
End
Begin VB.TextBox txtSolution
BackColor = &H80000018&
Enabled = 0 'False
Height = 1170
Left = 360
TabIndex = 8
Top = 4800
Width = 6735
End
Begin VB.CommandButton cmdCheck
Caption = "查询"
Default = -1 'True
Height = 495
Left = 1200
TabIndex = 5
Top = 6270
Width = 1215
End
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 495
Left = 4800
TabIndex = 7
Top = 6270
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -