📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 374
Height = 239
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 = 366
Height = 126
Align = alTop
Lines.Strings = (
'Memo1')
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 56
Top = 144
Width = 75
Height = 25
Caption = 'get'
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 176
Top = 144
Width = 75
Height = 25
Caption = 'close'
TabOrder = 2
OnClick = BitBtn2Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=True;User ID=sa;Initia' +
'l Catalog=Northwind'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 32
Top = 80
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -