📄 unit11.dfm
字号:
object Form11: TForm11
Left = 246
Top = 122
Width = 696
Height = 480
Caption = 'Form11'
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 = 24
Top = 384
Width = 57
Height = 13
Caption = #35831#36755#20837
Visible = False
end
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 665
Height = 305
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object btnQuery: TButton
Left = 496
Top = 392
Width = 75
Height = 25
Caption = #26597#35810'(&Q)'
TabOrder = 1
OnClick = btnQueryClick
end
object btnExit: TButton
Left = 584
Top = 392
Width = 75
Height = 25
Caption = #36864#20986'(&E)'
TabOrder = 2
OnClick = btnExitClick
end
object RadioButton1: TRadioButton
Left = 24
Top = 336
Width = 113
Height = 17
Caption = #25353#20070#21517#26597#35810
TabOrder = 3
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 160
Top = 336
Width = 113
Height = 17
Caption = #25353#20316#32773#26597#35810
TabOrder = 4
OnClick = RadioButton2Click
end
object Edit1: TEdit
Left = 192
Top = 384
Width = 129
Height = 21
TabOrder = 5
Visible = False
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=xxr;Data Source=.'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from books;')
Left = 192
Top = 232
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 160
Top = 232
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -