📄 main.dfm
字号:
Font.Style = []
Memo.UTF8 = (
'[ODACQuery1."SAL"]')
ParentFont = False
end
object Memo4: TfrxMemoView
Left = 11.33859
Top = 3.77953000000002
Width = 79.37013
Height = 18.89765
DataField = 'EMPNO'
DataSet = frxReport1.ODACQuery1
DataSetName = 'ODACQuery1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Memo.UTF8 = (
'[ODACQuery1."EMPNO"]')
ParentFont = False
end
end
object Footer1: TfrxFooter
Height = 52.91342
Top = 340.1577
Width = 718.1107
object Line2: TfrxLineView
Top = 11.33859
Width = 714.33117
Frame.Typ = [ftTop]
Frame.Width = 2
end
object Memo21: TfrxMemoView
Left = 11.33859
Top = 18.89765
Width = 76.85044333
Height = 21.41733667
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'Summary')
ParentFont = False
end
object Memo22: TfrxMemoView
Left = 117.16543
Top = 18.89765
Width = 113.3859
Height = 18.89765
DataField = 'DNAME'
DataSet = frxReport1.ODACTable1
DataSetName = 'ODACTable1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsItalic]
Memo.UTF8 = (
'[ODACTable1."DNAME"]')
ParentFont = False
end
object Memo23: TfrxMemoView
Left = 566.9295
Top = 18.89765
Width = 94.48825
Height = 18.89765
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'[SUM(<ODACQuery1."SAL">,DetailData1)]')
ParentFont = False
end
end
object Header1: TfrxHeader
Height = 37.7953
Top = 230.55133
Width = 718.1107
object Line1: TfrxLineView
Width = 718.1107
Frame.Typ = [ftTop]
Frame.Width = 2
end
object Memo2: TfrxMemoView
Left = 11.33859
Top = 7.55905999999999
Width = 76.85044333
Height = 21.41733667
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'No')
ParentFont = False
end
object Memo3: TfrxMemoView
Left = 98.26778
Top = 7.55905999999999
Width = 114.64574333
Height = 21.41733667
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'Name')
ParentFont = False
end
object Memo13: TfrxMemoView
Left = 230.55133
Top = 7.55905999999999
Width = 99.52762333
Height = 21.41733667
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'Job')
ParentFont = False
end
object Memo14: TfrxMemoView
Left = 340.1577
Top = 7.55905999999999
Width = 99.52762333
Height = 21.41733667
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'Manager')
ParentFont = False
end
object Memo15: TfrxMemoView
Left = 453.5436
Top = 7.55905999999999
Width = 99.52762333
Height = 21.41733667
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'Hire Date')
ParentFont = False
end
object Memo16: TfrxMemoView
Left = 566.9295
Top = 7.55905999999999
Width = 99.52762333
Height = 21.41733667
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'Salary')
ParentFont = False
end
end
object GroupHeader1: TfrxGroupHeader
Height = 22.67718
Top = 132.28355
Width = 718.1107
Condition = 'True'
end
object GroupFooter1: TfrxGroupFooter
Height = 22.67718
Top = 415.7483
Width = 718.1107
object Memo25: TfrxMemoView
Left = 566.9295
Width = 94.48825
Height = 18.89765
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'[SUM(<ODACQuery1."SAL">,DetailData1)]')
ParentFont = False
end
object Memo24: TfrxMemoView
Left = 11.33859
Top = 3.77953000000002
Width = 94.48825
Height = 18.89765
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
Memo.UTF8 = (
'Total')
ParentFont = False
end
end
end
object DialogPage1: TfrxDialogPage
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Height = 200
Left = 265
Top = 150
Width = 300
object ODACDatabase1: TfrxODACDatabase
LoginPrompt = False
DatabaseName = 'SCOTT'
Username = 'scott'
Password = 'tiger'
Server = 'ora'
Connected = True
end
object ODACTable1: TfrxODACTable
UserName = 'ODACTable1'
CloseDataSource = True
TableName = 'dept'
Database = frxReport1.ODACDatabase1
end
object ODACQuery1: TfrxODACQuery
UserName = 'ODACQuery1'
CloseDataSource = True
Master = frxReport1.ODACTable1
Params = <>
SQL.Strings = (
'select * from emp')
Database = frxReport1.ODACDatabase1
MasterFields = 'DEPTNO=DEPTNO'
Parameters = <>
end
end
end
object frxDesigner1: TfrxDesigner
DefaultScriptLanguage = 'PascalScript'
DefaultFont.Charset = DEFAULT_CHARSET
DefaultFont.Color = clWindowText
DefaultFont.Height = -13
DefaultFont.Name = 'Arial'
DefaultFont.Style = []
DefaultLeftMargin = 10
DefaultRightMargin = 10
DefaultTopMargin = 10
DefaultBottomMargin = 10
DefaultPaperSize = 9
DefaultOrientation = poPortrait
Restrictions = []
RTLLanguage = False
Left = 56
Top = 16
end
object frxODACComponents1: TfrxODACComponents
Left = 104
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -