📄 seek2.dfm
字号:
object fseek2: Tfseek2
Left = 192
Top = 107
Width = 310
Height = 374
Caption = 'fseek2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object dbg1: TDBGrid
Left = 6
Top = 4
Width = 289
Height = 300
Color = clInfoBk
DataSource = DataM.seek2data
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDblClick = dbg1DblClick
end
object but1: TButton
Left = 146
Top = 311
Width = 74
Height = 34
Caption = 'but1'
TabOrder = 1
OnClick = but1Click
end
object but2: TButton
Left = 222
Top = 310
Width = 74
Height = 34
Caption = 'but2'
TabOrder = 2
OnClick = but2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -