📄 seek3form.~dfm
字号:
object Fseek3: TFseek3
Left = 127
Top = 127
AutoScroll = False
Caption = 'Fseek3'
ClientHeight = 341
ClientWidth = 482
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 = 3
Width = 233
Height = 294
Color = clInfoBk
DataSource = DataM.seek3data
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 = 88
Top = 302
Width = 73
Height = 35
Caption = 'but1'
TabOrder = 1
OnClick = but1Click
end
object but2: TButton
Left = 164
Top = 302
Width = 73
Height = 35
Caption = 'Button1'
TabOrder = 2
OnClick = but2Click
end
object dbg2: TDBGrid
Left = 248
Top = 7
Width = 228
Height = 291
DataSource = DataM.insert3data
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object but3: TButton
Left = 322
Top = 302
Width = 73
Height = 35
Caption = 'but3'
TabOrder = 4
OnClick = but3Click
end
object but4: TButton
Left = 396
Top = 302
Width = 73
Height = 35
Caption = 'but3'
TabOrder = 5
OnClick = but4Click
end
object but5: TButton
Left = 246
Top = 302
Width = 73
Height = 35
Caption = 'but5'
TabOrder = 6
Visible = False
OnClick = but5Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -