📄 namecheck.dfm
字号:
object namecheckfrm: Tnamecheckfrm
Left = 196
Top = 386
BorderIcons = []
BorderStyle = bsDialog
Caption = '相同姓名的名片'
ClientHeight = 138
ClientWidth = 569
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 569
Height = 138
Align = alClient
DataSource = dm.ds_person
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines]
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'Name'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
Title.Alignment = taCenter
Title.Caption = '姓名'
Title.Font.Charset = ANSI_CHARSET
Title.Font.Color = clNavy
Title.Font.Height = -14
Title.Font.Name = '宋体'
Title.Font.Style = []
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'Company'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
Title.Alignment = taCenter
Title.Caption = '公司'
Title.Font.Charset = ANSI_CHARSET
Title.Font.Color = clNavy
Title.Font.Height = -14
Title.Font.Name = '宋体'
Title.Font.Style = []
Width = 230
Visible = True
end
item
Expanded = False
FieldName = 'Address'
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
Title.Alignment = taCenter
Title.Caption = '地址'
Title.Font.Charset = ANSI_CHARSET
Title.Font.Color = clNavy
Title.Font.Height = -14
Title.Font.Name = '宋体'
Title.Font.Style = []
Width = 230
Visible = True
end>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -