📄 main.~dfm
字号:
object Form1: TForm1
Left = 260
Top = 107
Width = 457
Height = 294
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 DBGrid1: TDBGrid
Left = 8
Top = 48
Width = 433
Height = 209
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object cbxActive: TCheckBox
Left = 8
Top = 16
Width = 97
Height = 17
Caption = 'Active'
TabOrder = 1
OnClick = cbxActiveClick
end
object btnExecuteProc: TButton
Left = 216
Top = 8
Width = 113
Height = 25
Caption = 'Execute Procedure'
TabOrder = 2
OnClick = btnExecuteProcClick
end
object ADOStoredProc1: TADOStoredProc
Connection = ADOConnection1
CursorType = ctStatic
ProcedureName = 'up_get_books_count;1'
Parameters = <>
Left = 8
Top = 152
end
object DataSource1: TDataSource
DataSet = ADOStoredProc1
Left = 64
Top = 152
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=Pubs;Data Source=LocalHost'
Provider = 'SQLOLEDB.1'
Left = 40
Top = 152
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 168
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -