📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 213
Top = 159
Width = 687
Height = 493
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TreeView1: TTreeView
Left = 0
Top = 0
Width = 185
Height = 458
Align = alLeft
Indent = 19
TabOrder = 0
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=kecrm_demo;Data Source=(local)'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 304
Top = 120
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 344
Top = 232
end
object MainMenu1: TMainMenu
Left = 240
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -