📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 240
Top = 203
Width = 411
Height = 308
Caption = #25968#25454#34920#20462#25913#31243#24207
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 = 32
Top = 64
Width = 329
Height = 120
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 = 48
Top = 208
Width = 75
Height = 25
Caption = 'add'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 152
Top = 208
Width = 75
Height = 25
Caption = 'update'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 256
Top = 208
Width = 75
Height = 25
Caption = 'delete'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 32
Top = 24
Width = 75
Height = 25
Caption = 'query'
TabOrder = 4
OnClick = Button4Click
end
object DataSource1: TDataSource
DataSet = Table1
Left = 232
Top = 24
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
TableName = 'tongxun.db'
Left = 168
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -