📄 term.dfm
字号:
object f_term: Tf_term
Left = 391
Top = 138
Width = 310
Height = 239
Caption = #23398#26399#35774#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 104
Top = 176
Width = 75
Height = 25
TabOrder = 0
Kind = bkClose
end
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 289
Height = 161
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'term'
Title.Caption = #23398#26399
Width = 141
Visible = True
end
item
Expanded = False
FieldName = 'crnt'
Title.Caption = #24403#21069#23398#26399
Width = 65
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 208
Top = 176
end
object ADOQuery1: TADOQuery
Connection = mainform.ADOConnection1
Parameters = <>
SQL.Strings = (
'select * from term')
Left = 240
Top = 176
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -