unit1.dfm
来自「Delphi数据库编程」· DFM 代码 · 共 53 行
DFM
53 行
object Form1: TForm1
Left = 263
Top = 185
Width = 355
Height = 139
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 Label1: TLabel
Left = 32
Top = 40
Width = 297
Height = 20
Caption = #31532#19968#20010'Rave'#25253#34920'--'#23458#25143#25968#25454#26174#31034
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 112
Top = 72
Width = 105
Height = 25
Caption = #26174#31034#23458#25143#25253#34920
TabOrder = 0
OnClick = Button1Click
end
object Table1: TTable
DatabaseName = 'd:\DELPHI\12\EXAM_12_1'
TableName = 'Customer.db'
Left = 104
end
object RvDataSetConnection1: TRvDataSetConnection
RuntimeVisibility = rtDeveloper
DataSet = Table1
Left = 144
end
object RvProject1: TRvProject
ProjectFile = 'D:\Delphi\12\EXAM_12_1\Customer.rav'
Left = 184
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?