📄 testwin.dfm
字号:
object FormTest: TFormTest
Left = 162
Top = 220
Width = 427
Height = 111
BorderStyle = bsSizeToolWin
Caption = #27979#35797#31383#21475
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnDeactivate = FormDeactivate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object DBGridTest: TDBGrid
Left = 0
Top = 0
Width = 419
Height = 84
Align = alClient
DataSource = DataSourceTest
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = #23435#20307
TitleFont.Style = []
OnMouseDown = DBGridTestMouseDown
end
object DataSourceTest: TDataSource
DataSet = DataMD.QueryPublic
Left = 40
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -