📄 unit1.dfm
字号:
object Form1: TForm1
Left = 247
Top = 112
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 = 144
Top = 168
Width = 31
Height = 13
Caption = 'NAME'
end
object Label2: TLabel
Left = 144
Top = 208
Width = 24
Height = 13
Caption = 'SIZE'
end
object Label3: TLabel
Left = 136
Top = 248
Width = 44
Height = 13
Caption = 'WEIGHT'
end
object Label4: TLabel
Left = 144
Top = 288
Width = 29
Height = 13
Caption = 'AREA'
end
object DBGrid1: TDBGrid
Left = 32
Top = 24
Width = 417
Height = 121
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBImage1: TDBImage
Left = 320
Top = 160
Width = 201
Height = 161
DataField = 'BMP'
DataSource = DataSource1
TabOrder = 1
end
object Button1: TButton
Left = 16
Top = 168
Width = 75
Height = 25
Caption = #39044#35272
TabOrder = 2
OnClick = Button1Click
end
object DBEdit1: TDBEdit
Left = 192
Top = 168
Width = 113
Height = 21
DataField = 'NAME'
DataSource = DataSource1
TabOrder = 3
end
object DBEdit2: TDBEdit
Left = 192
Top = 208
Width = 113
Height = 21
DataField = 'SIZE'
DataSource = DataSource1
TabOrder = 4
end
object DBEdit3: TDBEdit
Left = 192
Top = 240
Width = 113
Height = 21
DataField = 'WEIGHT'
DataSource = DataSource1
TabOrder = 5
end
object DBEdit4: TDBEdit
Left = 192
Top = 288
Width = 113
Height = 21
DataField = 'AREA'
DataSource = DataSource1
TabOrder = 6
end
object Button2: TButton
Left = 16
Top = 208
Width = 75
Height = 25
Caption = #25171#21360
TabOrder = 7
OnClick = Button2Click
end
object Button3: TButton
Left = 16
Top = 248
Width = 75
Height = 25
Caption = #38236#20687#25171#21360
TabOrder = 8
OnClick = Button3Click
end
object Button4: TButton
Left = 24
Top = 296
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 9
OnClick = Button4Click
end
object Table1: TTable
Active = True
DatabaseName = 'BCDEMOS'
TableName = 'animals.dbf'
Left = 488
Top = 8
end
object DataSource1: TDataSource
DataSet = Table1
Left = 496
Top = 80
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -