📄 sample41.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 696
Height = 486
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 688
Height = 65
Align = alTop
Caption = 'dbgrid'#31034#20363
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 0
Top = 65
Width = 689
Height = 344
Align = alCustom
DataSource = DataSource1
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899#36755#20837#27861' 3.0 '#29256
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDrawColumnCell = DBGrid1DrawColumnCell
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'Species No'
Visible = True
end
item
Expanded = False
FieldName = 'Category'
Visible = True
end
item
Expanded = False
FieldName = 'Common_Name'
Visible = True
end
item
Expanded = False
FieldName = 'Species Name'
Visible = True
end
item
Expanded = False
FieldName = 'Length (cm)'
Visible = True
end
item
Expanded = False
FieldName = 'Length_In'
Visible = True
end>
end
object Panel2: TPanel
Left = 0
Top = 418
Width = 688
Height = 41
Align = alBottom
Caption = #21452#20987#26174#31034#26126#32454
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object Query1: TQuery
Active = True
DatabaseName = 'DBDEMOS'
SQL.Strings = (
'select * from biolife')
Left = 8
Top = 8
end
object DataSource1: TDataSource
DataSet = Query1
Left = 40
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -