📄 createprocedure.dfm
字号:
object Form1: TForm1
Left = 288
Top = 106
Width = 379
Height = 320
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 Memo1: TMemo
Left = 0
Top = 0
Width = 369
Height = 257
TabOrder = 0
end
object Button1: TButton
Left = 112
Top = 264
Width = 153
Height = 25
Caption = #25191#34892'SQL'#35821#21477
TabOrder = 1
OnClick = Button1Click
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=pubs;Data Source=127.0.0.1;Use Procedure for Prepare=' +
'1;Auto Translate=True;Packet Size=4096;Workstation ID=CR-9KL7SNA' +
'22Z3O;Use Encryption for Data=False;Tag with column collation wh' +
'en possible=False'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 256
Top = 40
end
object ADOCommand1: TADOCommand
Connection = ADOConnection1
Parameters = <>
Left = 248
Top = 88
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -