unit1.dfm
来自「精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个」· DFM 代码 · 共 105 行
DFM
105 行
object Form1: TForm1
Left = 192
Top = 114
Width = 464
Height = 436
Caption = #24314#31435#22270#35937#25968#25454#24211
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 Bevel1: TBevel
Left = 24
Top = 8
Width = 257
Height = 185
end
object Image1: TImage
Left = 32
Top = 16
Width = 241
Height = 169
end
object Label1: TLabel
Left = 304
Top = 104
Width = 63
Height = 16
Caption = #22270#35937#21517#31216#65306' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 304
Top = 48
Width = 105
Height = 33
Caption = #25171#24320#22270#35937#25991#20214
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 304
Top = 176
Width = 105
Height = 33
Caption = #23384#20837#25968#25454#24211#20013
TabOrder = 1
OnClick = Button2Click
end
object DBGrid1: TDBGrid
Left = 24
Top = 240
Width = 401
Height = 145
DataSource = DataSource1
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Edit1: TEdit
Left = 304
Top = 136
Width = 129
Height = 21
TabOrder = 3
end
object DBNavigator1: TDBNavigator
Left = 24
Top = 200
Width = 240
Height = 25
DataSource = DataSource1
TabOrder = 4
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
SessionName = 'Default'
TableName = 'picture.db'
Left = 344
Top = 8
end
object DataSource1: TDataSource
DataSet = Table1
Left = 384
Top = 8
end
object OpenDialog1: TOpenDialog
Left = 304
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?