unit1.dfm
来自「本光盘是《Delphi 7应用教程》一书的配套光盘」· DFM 代码 · 共 77 行
DFM
77 行
object Form1: TForm1
Left = 192
Top = 115
Width = 360
Height = 185
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 = 8
Top = 120
Width = 60
Height = 13
Caption = #24320#22987#26085#26399#65306
end
object Label2: TLabel
Left = 144
Top = 120
Width = 60
Height = 13
Caption = #32467#26463#26085#26399#65306
end
object DBGrid1: TDBGrid
Left = 8
Top = 0
Width = 329
Height = 105
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Edit1: TEdit
Left = 72
Top = 120
Width = 65
Height = 21
TabOrder = 1
end
object Edit2: TEdit
Left = 216
Top = 120
Width = 65
Height = 21
TabOrder = 2
end
object Button1: TButton
Left = 288
Top = 120
Width = 57
Height = 25
Caption = #26597#35810
TabOrder = 3
OnClick = Button1Click
end
object Query1: TQuery
Left = 16
Top = 72
end
object DataSource1: TDataSource
DataSet = Query1
Left = 64
Top = 72
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?