connection1.dfm
来自「《delphi数据库设计与实例开发》随书光盘」· DFM 代码 · 共 67 行
DFM
67 行
object Form1: TForm1
Left = 336
Top = 220
Width = 497
Height = 256
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 DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 489
Height = 193
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 = 104
Top = 200
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 304
Top = 200
Width = 75
Height = 25
Caption = #26029#24320
TabOrder = 2
OnClick = Button2Click
end
object Table1: TTable
DatabaseName = 'ExampleDB'
TableName = 'ProductInfo'
Top = 192
end
object Database1: TDatabase
AliasName = 'ConnectionExamDB'
Connected = True
DatabaseName = 'ExampleDB'
LoginPrompt = False
SessionName = 'Default'
Left = 64
Top = 192
end
object DataSource1: TDataSource
DataSet = Table1
Left = 32
Top = 192
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?