unit1.~dfm
来自「精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个」· ~DFM 代码 · 共 72 行
~DFM
72 行
object Form1: TForm1
Left = 291
Top = 157
Width = 376
Height = 366
Caption = #25968#25454#24211#20013#23548#20837#25991#26412#25991#20214#36164#26009
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 = 32
Width = 105
Height = 16
Caption = #26174#31034#25991#26412#20449#24687' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 224
Top = 264
Width = 97
Height = 33
Caption = #23548#20837#25968#25454#24211
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 40
Top = 264
Width = 105
Height = 33
Caption = #25171#24320#25991#26412#25991#20214
TabOrder = 1
OnClick = Button2Click
end
object DBRichEdit1: TDBRichEdit
Left = 32
Top = 64
Width = 297
Height = 177
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PlainText = True
TabOrder = 2
end
object OpenDialog1: TOpenDialog
Left = 120
Top = 96
end
object Table1: TTable
DatabaseName = 'DBDEMOS'
TableName = 'tongxun.db'
Left = 208
Top = 96
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?