unit1.dfm
来自「Delphi函数参考大全的CD」· DFM 代码 · 共 48 行
DFM
48 行
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 + =
减小字号Ctrl + -
显示快捷键?