📄 fileinfokey.dfm
字号:
object fmAll: TfmAll
Left = 192
Top = 107
Width = 512
Height = 368
Caption = '用户管理'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 12
object Splitter1: TSplitter
Left = 166
Top = 0
Width = 3
Height = 270
Cursor = crHSplit
end
object Splitter2: TSplitter
Left = 357
Top = 0
Width = 3
Height = 270
Cursor = crHSplit
Align = alRight
end
object Panel1: TPanel
Left = 0
Top = 270
Width = 504
Height = 71
Align = alBottom
TabOrder = 0
object DBN1: TDBNavigator
Left = 1
Top = 1
Width = 502
Height = 21
DataSource = DM.dsInfoType
Align = alTop
Hints.Strings = (
'最前记录'
'前一记录'
'后一记录'
'最后记录'
'插入记录'
'删除记录'
'编辑记录'
'保存记录'
'忽略编辑'
'刷新数据')
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 96
Top = 36
Width = 75
Height = 25
TabOrder = 1
Kind = bkOK
end
object BitBtn3: TBitBtn
Left = 321
Top = 36
Width = 75
Height = 25
Caption = '&H帮助'
TabOrder = 2
Kind = bkHelp
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 166
Height = 270
Align = alLeft
TabOrder = 1
object DBGInfoType: TDBGrid
Left = 1
Top = 1
Width = 164
Height = 268
Align = alClient
DataSource = DM.dsInfoType
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clNavy
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
OnEnter = DBGInfoTypeEnter
Columns = <
item
Expanded = False
FieldName = '信息类型'
Visible = True
end>
end
end
object Panel3: TPanel
Left = 360
Top = 0
Width = 144
Height = 270
Align = alRight
TabOrder = 2
object DBGKey: TDBGrid
Left = 1
Top = 1
Width = 142
Height = 268
Align = alClient
DataSource = DM.dsKey
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clNavy
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
OnEnter = DBGKeyEnter
Columns = <
item
Expanded = False
FieldName = '关键字'
Visible = True
end>
end
end
object Panel4: TPanel
Left = 169
Top = 0
Width = 188
Height = 270
Align = alClient
TabOrder = 3
object DBGFileType: TDBGrid
Left = 1
Top = 1
Width = 186
Height = 268
Align = alClient
DataSource = DM.dsFileType
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clNavy
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
OnEnter = DBGFileTypeEnter
Columns = <
item
Expanded = False
FieldName = '文件类型'
Visible = True
end
item
Expanded = False
FieldName = '扩展名'
Visible = True
end>
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -