23 lines
480 B
Plaintext
23 lines
480 B
Plaintext
object frxReportTreeForm: TfrxReportTreeForm
|
|
Left = 185
|
|
Top = 107
|
|
Width = 179
|
|
Height = 323
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'Report Tree'
|
|
Color = clBtnFace
|
|
DragKind = dkDock
|
|
DragMode = dmAutomatic
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = False
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
end
|