📄 objects.dfm
字号:
inherited ObjectsFrame: TObjectsFrame
object ToolBar1: TPanel
Left = 0
Top = 0
Width = 443
Height = 49
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Panel1: TPanel
Left = 1
Top = 1
Width = 418
Height = 47
BevelOuter = bvNone
Color = 170
TabOrder = 0
object btOpen: TSpeedButton
Left = 1
Top = 1
Width = 82
Height = 22
Caption = 'Open'
Flat = True
Transparent = False
OnClick = btOpenClick
end
object btClose: TSpeedButton
Left = 84
Top = 1
Width = 82
Height = 22
Caption = 'Close'
Flat = True
Transparent = False
OnClick = btCloseClick
end
object btCallMethod: TSpeedButton
Left = 334
Top = 24
Width = 83
Height = 22
Caption = 'Call Method'
Flat = True
Transparent = False
OnClick = btCallMethodClick
end
object btCloneObject: TSpeedButton
Left = 250
Top = 24
Width = 83
Height = 22
Caption = 'Clone Object'
Flat = True
Transparent = False
OnClick = btCloneObjectClick
end
object btAddRecord: TSpeedButton
Left = 167
Top = 24
Width = 82
Height = 22
Caption = 'Add Record'
Flat = True
Transparent = False
OnClick = btAddRecordClick
end
object btShowCountry: TSpeedButton
Left = 84
Top = 24
Width = 82
Height = 22
Caption = 'ShowCountry'
Flat = True
Transparent = False
OnClick = btShowCountryClick
end
object DBNavigator1: TDBNavigator
Left = 167
Top = 1
Width = 250
Height = 22
DataSource = dsData
Flat = True
TabOrder = 0
end
object Panel2: TPanel
Left = 1
Top = 24
Width = 81
Height = 22
BevelOuter = bvNone
TabOrder = 1
object cbObjectView: TCheckBox
Left = 5
Top = 4
Width = 74
Height = 17
Caption = 'ObjectView'
Color = clBtnFace
ParentColor = False
TabOrder = 0
OnClick = cbObjectViewClick
end
end
end
end
object DBGrid: TDBGrid
Left = 0
Top = 49
Width = 443
Height = 228
Align = alClient
DataSource = dsData
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object dsData: TDataSource
DataSet = Query
Left = 24
Top = 80
end
object Query: TSmartQuery
Session = ODACForm.OraSession
SQL.Strings = (
'SELECT RowId, RowNum, E.* FROM ODAC_Emp E')
Debug = True
FetchRows = 20
LockMode = lmNone
RefreshOptions = [roAfterInsert, roAfterUpdate]
ObjectView = True
Left = 240
Top = 56
end
object OraSQL: TOraSQL
Session = ODACForm.OraSession
Debug = True
Left = 272
Top = 56
end
object spGetName: TOraStoredProc
StoredProcName = 'TPerson.getName'
Session = ODACForm.OraSession
SQL.Strings = (
'begin'
' :RESULT := TPerson.getName(:SELF);'
'end;')
Debug = True
Left = 304
Top = 56
ParamData = <
item
DataType = ftString
Name = 'RESULT'
ParamType = ptInputOutput
end
item
DataType = ftADT
Name = 'SELF'
ParamType = ptInput
Value = 'Object'
end>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -