📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 219
Top = 114
Width = 649
Height = 296
Caption = 'Form1'
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 = 312
Top = 8
Width = 321
Height = 209
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 = 16
Top = 227
Width = 345
Height = 25
Caption = #26032#24314#23384#20648#36807#31243#12289#20462#25913#23384#20648#36807#31243#12289#21024#38500#23384#20648#36807#31243
TabOrder = 1
OnClick = Button1Click
end
object memo1: TMemo
Left = 16
Top = 8
Width = 289
Height = 209
Lines.Strings = (
'')
TabOrder = 2
end
object Button2: TButton
Left = 520
Top = 226
Width = 113
Height = 25
Caption = #25191#34892#23384#20648#36807#31243
TabOrder = 3
OnClick = Button2Click
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Password=8360019;Persist Security Info=True;' +
'User ID=sa;Initial Catalog=pubs;Data Source=qq-1'
Provider = 'SQLOLEDB.1'
Left = 24
Top = 16
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 64
Top = 16
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 96
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -