📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 287
Height = 250
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 Button1: TButton
Left = 96
Top = 128
Width = 75
Height = 25
Caption = #22791#20221
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Top = 168
Width = 75
Height = 25
Caption = #36824#21407
TabOrder = 1
OnClick = Button2Click
end
object ADOCommand1: TADOCommand
Connection = ADOConnection1
Parameters = <>
Left = 112
Top = 72
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=st;Data Source=.'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 200
Top = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -