📄 unit311.dfm
字号:
object DateTimePicker1: TDateTimePicker
Left = 344
Top = 64
Width = 161
Height = 24
CalAlignment = dtaLeft
Date = 37341
Time = 37341
DateFormat = dfShort
DateMode = dmComboBox
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Kind = dtkDate
ParseInput = False
ParentFont = False
TabOrder = 7
OnKeyDown = FormKeyDown
end
end
object GroupBox3: TGroupBox
Left = 0
Top = 0
Width = 521
Height = 307
BiDiMode = bdLeftToRight
Caption = '车辆信息查询'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '楷体_GB2312'
Font.Style = []
ParentBiDiMode = False
ParentFont = False
TabOrder = 1
object epEfButton1: TepEfButton
Left = 8
Top = 272
Width = 65
Height = 25
Transparent = False
ActiveTextColor = clBlue
OnClick = epEfButton1Click
Spacing = 0
EfCaption = False
BtnFrameWidth = 3
BtnColor = clBtnFace
FrameWidth = 2
ParentFont = False
Caption = '首条'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = []
end
object epEfButton2: TepEfButton
Left = 80
Top = 272
Width = 65
Height = 25
Transparent = False
ActiveTextColor = clBlue
OnClick = epEfButton2Click
Spacing = 0
EfCaption = False
BtnFrameWidth = 3
BtnColor = clBtnFace
FrameWidth = 2
ParentFont = False
Caption = '上一条'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = []
end
object epEfButton3: TepEfButton
Left = 152
Top = 272
Width = 65
Height = 25
Transparent = False
ActiveTextColor = clBlue
OnClick = epEfButton3Click
Spacing = 0
EfCaption = False
BtnFrameWidth = 3
BtnColor = clBtnFace
FrameWidth = 2
ParentFont = False
Caption = '下一条'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = []
end
object epEfButton4: TepEfButton
Left = 224
Top = 272
Width = 65
Height = 25
Transparent = False
ActiveTextColor = clBlue
OnClick = epEfButton4Click
Spacing = 0
EfCaption = False
BtnFrameWidth = 3
BtnColor = clBtnFace
FrameWidth = 2
ParentFont = False
Caption = '尾条'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = []
end
object epEfTrBtn4: TepEfTrBtn
Left = 304
Top = 272
Width = 65
Height = 25
Transparent = True
ActiveTextColor = clBackground
OnClick = epEfTrBtn4Click
Spacing = 0
Noise = False
FrameWidth = 2
Caption = '查询'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object epEfTrBtn5: TepEfTrBtn
Left = 376
Top = 272
Width = 65
Height = 25
Transparent = True
ActiveTextColor = clBackground
OnClick = epEfTrBtn5Click
Spacing = 0
Noise = False
FrameWidth = 2
Caption = '确认'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object epEfTrBtn6: TepEfTrBtn
Left = 448
Top = 272
Width = 65
Height = 25
Transparent = True
ActiveTextColor = clBackground
OnClick = epEfTrBtn6Click
Spacing = 0
Noise = False
FrameWidth = 2
Caption = '返回'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 8
Top = 24
Width = 505
Height = 180
DataSource = Data.repertoryDataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clMaroon
TitleFont.Height = -16
TitleFont.Name = '楷体_GB2312'
TitleFont.Style = []
OnKeyDown = FormKeyDown
Columns = <
item
Expanded = False
FieldName = 'number'
Title.Caption = '序列号'
Visible = True
end
item
Expanded = False
FieldName = 'cartype'
Title.Caption = '车型'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'motor'
Title.Caption = '发动机号'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'chassis'
Title.Caption = '底盘号'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'color'
Title.Caption = '颜色'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'cdate'
Title.Caption = '到车日期'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'spring'
Title.Caption = '车辆来源'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'cmemo'
Title.Caption = '车辆状况'
Width = 500
Visible = True
end>
end
object GroupBox4: TGroupBox
Left = 8
Top = 208
Width = 505
Height = 89
Caption = '查询'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = []
ParentFont = False
TabOrder = 1
object epEfTrBtn7: TepEfTrBtn
Left = 432
Top = 24
Width = 65
Height = 25
Transparent = True
ActiveTextColor = clBackground
OnClick = epEfTrBtn7Click
Spacing = 0
Noise = False
FrameWidth = 2
Caption = '确认'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object epEfTrBtn8: TepEfTrBtn
Left = 432
Top = 56
Width = 65
Height = 25
Transparent = True
ActiveTextColor = clBackground
OnClick = epEfTrBtn8Click
Spacing = 0
Noise = False
FrameWidth = 2
Caption = '返回'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object Label16: TLabel
Left = 16
Top = 24
Width = 80
Height = 16
Caption = '查询项目:'
end
object Label17: TLabel
Left = 16
Top = 56
Width = 80
Height = 16
Caption = '查询条件:'
end
object Label18: TLabel
Left = 248
Top = 56
Width = 16
Height = 16
Caption = '到'
end
object FlatComboBox1: TFlatComboBox
Left = 96
Top = 24
Width = 145
Height = 24
Color = clWindow
ItemHeight = 16
Items.Strings = (
'车型'
'颜色'
'序列号'
'底盘号'
'发动机号'
'车辆来源'
'到车日期')
TabOrder = 0
Text = 'FlatComboBox1'
ItemIndex = -1
OnExit = FlatComboBox1Exit
OnKeyDown = FormKeyDown
end
object FlatComboBox2: TFlatComboBox
Left = 96
Top = 56
Width = 145
Height = 24
Color = clWindow
ItemHeight = 16
TabOrder = 1
Text = 'FlatComboBox2'
ItemIndex = -1
OnEnter = FlatComboBox2Enter
end
object FlatEdit14: TFlatEdit
Left = 96
Top = 56
Width = 145
Height = 22
ColorFlat = clBtnFace
ParentColor = True
TabOrder = 2
Text = 'FlatEdit14'
OnKeyDown = FormKeyDown
end
object DateTimePicker3: TDateTimePicker
Left = 96
Top = 56
Width = 145
Height = 24
CalAlignment = dtaLeft
Date = 37342
Time = 37342
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 3
OnKeyDown = FormKeyDown
end
object DateTimePicker4: TDateTimePicker
Left = 272
Top = 56
Width = 145
Height = 24
CalAlignment = dtaLeft
Date = 37342
Time = 37342
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 4
OnKeyDown = FormKeyDown
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -