📄 unit1.dfm
字号:
object Form1: TForm1
Left = 311
Top = 203
Width = 385
Height = 308
Caption = 'SQL Query Database'
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 = 16
Top = 8
Width = 189
Height = 13
AutoSize = False
Caption = #35831#22312#19979#38754#30340#22791#24536#24405#20013#36755#20837'SQL'#35821#21477#65306
end
object DBGrid1: TDBGrid
Left = 8
Top = 128
Width = 361
Height = 145
DataSource = DataSource1
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Memo1: TMemo
Left = 16
Top = 24
Width = 257
Height = 97
TabOrder = 2
end
object Button1: TButton
Left = 288
Top = 40
Width = 73
Height = 25
Caption = 'SQL'#26597#35810
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 288
Top = 80
Width = 73
Height = 25
Caption = 'SQL'#37325#32622
TabOrder = 1
OnClick = Button2Click
end
object Query1: TQuery
DatabaseName = 'BCDEMOS'
Left = 112
Top = 184
end
object DataSource1: TDataSource
DataSet = Query1
Left = 160
Top = 184
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -