📄 unit1.dfm
字号:
object Form1: TForm1
Left = 230
Top = 135
Width = 410
Height = 372
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 24
Top = 8
Width = 75
Height = 25
Caption = #25171#24320#34920#25991#20214
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 120
Top = 8
Width = 75
Height = 25
Caption = #19978#19968#26465#35821#21477
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 216
Top = 8
Width = 75
Height = 25
Caption = #19979#19968#26465#35821#21477
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 312
Top = 8
Width = 75
Height = 25
Caption = #25191#34892'SQL'#35821#21477
TabOrder = 3
OnClick = Button4Click
end
object Memo1: TMemo
Left = 8
Top = 48
Width = 385
Height = 89
Lines.Strings = (
'Memo1')
TabOrder = 4
end
object DBGrid1: TDBGrid
Left = 8
Top = 152
Width = 385
Height = 177
DataSource = DataSource1
TabOrder = 5
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DataSource1: TDataSource
Left = 104
Top = 216
end
object Table1: TTable
Left = 144
Top = 216
end
object Query1: TQuery
Left = 176
Top = 216
end
object OpenDialog1: TOpenDialog
DefaultExt = '*.db'
Filter = '(*.db)|*.db'
Left = 208
Top = 216
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -