📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 236
Height = 125
Caption = 'Max'#20989#25968
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 = 16
Top = 8
Width = 193
Height = 65
Caption = #27714#20004#29677#24179#22343#25104#32489#30340#26368#39640#20998
TabOrder = 0
OnClick = Button1Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=mr_Study;Data Source=.'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 40
Top = 32
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 80
Top = 32
end
object ADOQuery2: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 120
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -