📄 demo5.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 682
Height = 442
Caption = 'delphi'#25968#25454#24211#22270#20687#23384#20648#31034#20363
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 Image1: TImage
Left = 8
Top = 16
Width = 193
Height = 169
end
object DBGrid1: TDBGrid
Left = 8
Top = 216
Width = 513
Height = 120
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 224
Top = 8
Width = 113
Height = 25
Caption = #25171#24320#19968#20010#22270#20687#25991#20214
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 224
Top = 40
Width = 113
Height = 25
Caption = #20445#23384#33267#25968#25454#24211
TabOrder = 2
OnClick = Button2Click
end
object Edit1: TEdit
Left = 240
Top = 152
Width = 169
Height = 21
TabOrder = 3
end
object DBNavigator1: TDBNavigator
Left = 8
Top = 352
Width = 240
Height = 25
DataSource = DataSource1
TabOrder = 4
end
object DBImage1: TDBImage
Left = 488
Top = 16
Width = 169
Height = 161
DataField = 'Graphic'
DataSource = DataSource1
TabOrder = 5
end
object DataSource1: TDataSource
DataSet = Table1
Left = 376
Top = 32
end
object Table1: TTable
DatabaseName = 'picture'
TableName = 'tuxing.db'
Left = 440
Top = 32
end
object OpenDialog1: TOpenDialog
Left = 448
Top = 112
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -