📄 ucheckid.dfm
字号:
object frmCheckID: TfrmCheckID
Left = 265
Top = 235
BorderStyle = bsToolWindow
Caption = '重复的身份证号'
ClientHeight = 201
ClientWidth = 327
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 19
Width = 327
Height = 182
Align = alClient
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -15
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'XM'
Title.Alignment = taCenter
Title.Caption = '姓名'
Width = 50
Visible = True
end
item
Expanded = False
FieldName = 'SFZH'
Title.Alignment = taCenter
Title.Caption = '身份证号'
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'DWMC'
Title.Alignment = taCenter
Title.Caption = '所属单位'
Width = 137
Visible = True
end>
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 327
Height = 19
Align = alTop
Alignment = taLeftJustify
BevelOuter = bvNone
TabOrder = 1
end
object DataSource1: TDataSource
DataSet = Query1
Left = 184
Top = 40
end
object Query1: TQuery
DatabaseName = 'MainDB'
SQL.Strings = (
'SELECT ryxx.xm,ryxx.sfzh,dwxx.dwmc '
'FROM tryjbxx ryxx ,tdwxx dwxx'
'WHERE ryxx.dwid=dwxx.dwid'
'and ryxx.sfzh=:sfzh')
Left = 232
Top = 40
ParamData = <
item
DataType = ftString
Name = 'sfzh'
ParamType = ptInput
end>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -