📄 unit1.dfm
字号:
object Form1: TForm1
Left = 197
Top = 107
Width = 544
Height = 375
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 Label1: TLabel
Left = 128
Top = 32
Width = 60
Height = 13
AutoSize = False
Caption = 'Name'#23383#27573
end
object Edit1: TEdit
Left = 192
Top = 24
Width = 145
Height = 21
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 32
Top = 72
Width = 465
Height = 185
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ButtonSelect: TButton
Left = 40
Top = 288
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 2
OnClick = ButtonSelectClick
end
object ButtonInsert: TButton
Left = 160
Top = 288
Width = 75
Height = 25
Caption = #25554#20837
TabOrder = 3
OnClick = ButtonInsertClick
end
object ButtonDelete: TButton
Left = 288
Top = 288
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 4
OnClick = ButtonDeleteClick
end
object ButtonChange: TButton
Left = 408
Top = 288
Width = 75
Height = 25
Caption = #26356#26032
TabOrder = 5
OnClick = ButtonChangeClick
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
TableName = 'animals.dbf'
Left = 16
Top = 8
end
object DataSource1: TDataSource
DataSet = Table1
Left = 56
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -