📄 frmsearch.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form frmSearch
Caption = "查询存档记录"
ClientHeight = 8820
ClientLeft = 60
ClientTop = 348
ClientWidth = 12192
BeginProperty Font
Name = "宋体"
Size = 10.8
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "frmSearch.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8820
ScaleWidth = 12192
StartUpPosition = 2 'CenterScreen
WindowState = 2 'Maximized
Begin VB.CommandButton cmdReset
Caption = "清空"
Height = 420
Left = 5136
TabIndex = 8
ToolTipText = "清空查询条件"
Top = 1578
Width = 1044
End
Begin VB.CommandButton cmdPrint
Caption = "打印..."
Enabled = 0 'False
Height = 420
Left = 5136
TabIndex = 10
ToolTipText = "打印当前记录"
Top = 3000
Width = 1044
End
Begin VB.CommandButton cmdSearch
Caption = "搜索"
Default = -1 'True
Height = 420
Left = 5136
TabIndex = 6
ToolTipText = "搜索符合条件记录"
Top = 156
Width = 1044
End
Begin VB.CommandButton cmdCancel
Cancel = -1 'True
Caption = "退出"
Height = 420
Left = 5136
TabIndex = 7
ToolTipText = "退出查询"
Top = 867
Width = 1044
End
Begin VB.CommandButton cmdModi
Caption = "修改..."
Enabled = 0 'False
Height = 420
Left = 5136
TabIndex = 9
ToolTipText = "修改当前记录内容"
Top = 2289
Width = 1044
End
Begin VB.Frame famSearch
Caption = "确定查询条件"
Height = 3432
Left = 108
TabIndex = 12
Top = 36
Width = 4920
Begin VB.Frame Frame1
Caption = "违章时间"
Height = 1140
Left = 144
TabIndex = 16
Top = 2064
Width = 4596
Begin VB.ComboBox cboTime
Height = 312
ItemData = "frmSearch.frx":030A
Left = 132
List = "frmSearch.frx":031A
Style = 2 'Dropdown List
TabIndex = 3
Top = 324
Width = 768
End
Begin MSMask.MaskEdBox txtDate
Height = 324
Index = 0
Left = 1152
TabIndex = 4
Top = 324
Width = 3156
_ExtentX = 5567
_ExtentY = 572
_Version = 393216
MaxLength = 11
Mask = "####年##月##日"
PromptChar = "_"
End
Begin MSMask.MaskEdBox txtDate
Height = 324
Index = 1
Left = 1152
TabIndex = 5
Top = 708
Visible = 0 'False
Width = 3156
_ExtentX = 5567
_ExtentY = 572
_Version = 393216
MaxLength = 11
Mask = "####年##月##日"
PromptChar = "_"
End
Begin VB.Label labReach
AutoSize = -1 'True
Caption = "到"
Height = 216
Left = 684
TabIndex = 17
Top = 768
Visible = 0 'False
Width = 216
End
End
Begin VB.ComboBox cboPostName
Height = 312
Left = 1308
Style = 2 'Dropdown List
TabIndex = 2
Top = 1596
Width = 3444
End
Begin VB.TextBox txtCarNumber
Height = 336
Left = 1308
TabIndex = 0
Top = 432
Width = 3444
End
Begin VB.TextBox txtCarMan
Height = 336
Left = 1308
TabIndex = 1
Top = 1020
Width = 3444
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = "车牌号码:"
Height = 216
Left = 180
TabIndex = 15
Top = 432
Width = 1056
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "违章地点:"
Height = 216
Left = 180
TabIndex = 14
Top = 1596
Width = 1080
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "车主/姓名:"
Height = 216
Left = 180
TabIndex = 13
Top = 1020
Width = 1188
End
End
Begin MSComctlLib.StatusBar stdBar
Align = 2 'Align Bottom
Height = 372
Left = 0
TabIndex = 11
Top = 8448
Width = 12192
_ExtentX = 21505
_ExtentY = 656
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 1
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 2
Object.ToolTipText = "查询结果"
EndProperty
EndProperty
End
Begin MSComctlLib.ListView lstViwCapture
Height = 756
Left = 204
TabIndex = 18
Top = 4548
Width = 1500
_ExtentX = 2646
_ExtentY = 1334
LabelEdit = 1
LabelWrap = 0 'False
HideSelection = 0 'False
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -