📄 mainform.dfm
字号:
object Form1: TForm1
Left = 355
Top = 199
Width = 633
Height = 478
Caption = 'Execute sql script'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
DesignSize = (
625
451)
PixelsPerInch = 96
TextHeight = 12
object Bevel1: TBevel
Left = 6
Top = 36
Width = 613
Height = 2
end
object editConnstring: TLabeledEdit
Left = 131
Top = 8
Width = 400
Height = 20
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 108
EditLabel.Height = 12
EditLabel.Caption = 'Connection string:'
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
LabelPosition = lpLeft
LabelSpacing = 10
TabOrder = 0
end
object Button2: TButton
Left = 540
Top = 5
Width = 75
Height = 23
Anchors = [akTop, akRight]
Caption = 'Build'
TabOrder = 1
OnClick = Button1Click
end
object Memo1: TMemo
Left = 10
Top = 77
Width = 607
Height = 365
Anchors = [akLeft, akTop, akRight, akBottom]
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ScrollBars = ssVertical
TabOrder = 2
end
object Button3: TButton
Left = 8
Top = 46
Width = 75
Height = 23
Caption = 'Execute'
TabOrder = 3
OnClick = Button3Click
end
object ado: TADOConnection
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Password="";Data Source=C:\db2.' +
'mdb;Persist Security Info=True'
LoginPrompt = False
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 72
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -