tableexam.dfm
来自「《delphi数据库设计与实例开发》随书光盘」· DFM 代码 · 共 81 行
DFM
81 行
object Form1: TForm1
Left = 218
Top = 133
Width = 580
Height = 311
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 16
Width = 144
Height = 13
Caption = #35831#36873#25321#25152#35201#36830#25509#30340#25968#25454#24211#65306
end
object Label2: TLabel
Left = 160
Top = 48
Width = 32
Height = 13
Caption = 'Label2'
end
object Label3: TLabel
Left = 0
Top = 48
Width = 84
Height = 13
Caption = #35831#36873#25321#25968#25454#34920#65306
end
object ListBox1: TListBox
Left = 0
Top = 64
Width = 161
Height = 217
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
end
object DBGrid1: TDBGrid
Left = 160
Top = 64
Width = 409
Height = 217
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ComboBox1: TComboBox
Left = 144
Top = 8
Width = 185
Height = 21
ItemHeight = 13
TabOrder = 2
Text = 'ComboBox1'
OnClick = ComboBox1Click
end
object Table1: TTable
DatabaseName = 'TableExamDB'
Left = 40
Top = 232
end
object DataSource1: TDataSource
DataSet = Table1
Left = 72
Top = 232
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?