📄 unittestform.dfm
字号:
object TestForm: TTestForm
Left = 192
Top = 107
Width = 544
Height = 375
Caption = '测试'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object DBGrid1: TDBGrid
Left = 0
Top = 41
Width = 536
Height = 282
Align = alClient
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 323
Width = 536
Height = 25
DataSource = DataSource1
Align = alBottom
TabOrder = 1
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 536
Height = 41
Align = alTop
TabOrder = 2
object Button2: TButton
Left = 704
Top = 8
Width = 75
Height = 25
Caption = 'ExecSQL'
TabOrder = 0
OnClick = Button2Click
end
object Button1: TButton
Left = 624
Top = 8
Width = 75
Height = 25
Caption = 'Open'
TabOrder = 1
OnClick = Button1Click
end
object Memo1: TMemo
Left = 1
Top = 1
Width = 600
Height = 39
Align = alLeft
Lines.Strings = (
'Memo1')
TabOrder = 2
end
end
object ADOQuery1: TADOQuery
Connection = DM1.ADOConnection1
Parameters = <>
Left = 64
Top = 96
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 120
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -