📄 unit1.dfm
字号:
object FrmConn: TFrmConn
Left = 217
Top = 131
Width = 477
Height = 318
Caption = #25968#25454#24211#36830#25509#24037#20855
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 BtnConn: TButton
Left = 8
Top = 252
Width = 89
Height = 25
Caption = #36830#25509#25968#25454#24211
TabOrder = 0
OnClick = BtnConnClick
end
object btnSQLText: TButton
Left = 196
Top = 252
Width = 89
Height = 25
Caption = #25171#24320'SQL'
TabOrder = 1
end
object Button1: TButton
Left = 368
Top = 252
Width = 89
Height = 25
Caption = #25191#34892
TabOrder = 2
end
object Memo1: TMemo
Left = 0
Top = 0
Width = 469
Height = 241
Align = alTop
TabOrder = 3
end
object connDate: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=gdseal;Data Source=HNNDWORKCOMPUTE'
Provider = 'SQLOLEDB.1'
Left = 16
end
object ADOQuery1: TADOQuery
Connection = connDate
Parameters = <>
Left = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -