📄 testcommand.dfm
字号:
object Form1: TForm1
Left = 298
Top = 240
Width = 696
Height = 480
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 Button1: TButton
Left = 208
Top = 216
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object DBGrid1: TDBGrid
Left = 304
Top = 232
Width = 320
Height = 120
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button2: TButton
Left = 208
Top = 248
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 200
Top = 288
Width = 75
Height = 25
Caption = #25490#24207
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 208
Top = 320
Width = 75
Height = 25
Caption = #36807#28388
TabOrder = 4
OnClick = Button4Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=OraOLEDB.Oracle.1;Password=teacher;Persist Security Inf' +
'o=True;User ID=teacher;Data Source=demo'
LoginPrompt = False
Provider = 'OraOLEDB.Oracle.1'
Left = 48
Top = 24
end
object ADOCommand1: TADOCommand
Connection = ADOConnection1
Parameters = <>
Left = 96
Top = 24
end
object ADOTable1: TADOTable
Connection = ADOConnection1
CursorType = ctStatic
TableName = 'DCPOST'
Left = 128
Top = 320
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 384
Top = 48
end
object ADOCommand2: TADOCommand
CommandType = cmdTable
Connection = ADOConnection1
Parameters = <>
Left = 160
Top = 272
end
object ADODataSet1: TADODataSet
Parameters = <>
Left = 176
Top = 88
end
object ADOQuery1: TADOQuery
Parameters = <>
Left = 392
Top = 144
end
object ADOStoredProc1: TADOStoredProc
Parameters = <>
Left = 48
Top = 168
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -