162 lines
3.4 KiB
Plaintext
162 lines
3.4 KiB
Plaintext
object frxGroupEditorForm: TfrxGroupEditorForm
|
|
Left = 200
|
|
Height = 307
|
|
Top = 108
|
|
Width = 365
|
|
BorderStyle = bsDialog
|
|
Caption = 'Group'
|
|
ClientHeight = 307
|
|
ClientWidth = 365
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
KeyPreview = True
|
|
OnCreate = FormCreate
|
|
OnHide = FormHide
|
|
OnKeyDown = FormKeyDown
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
ShowHint = True
|
|
LCLVersion = '1.2.6.0'
|
|
object OKB: TButton
|
|
Left = 205
|
|
Height = 25
|
|
Top = 276
|
|
Width = 75
|
|
HelpContext = 40
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object CancelB: TButton
|
|
Left = 285
|
|
Height = 25
|
|
Top = 276
|
|
Width = 75
|
|
HelpContext = 50
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object BreakOnL: TGroupBox
|
|
Left = 4
|
|
Height = 125
|
|
Top = 4
|
|
Width = 357
|
|
Caption = 'Break On'
|
|
ClientHeight = 107
|
|
ClientWidth = 353
|
|
TabOrder = 2
|
|
object DataFieldCB: TComboBox
|
|
Left = 188
|
|
Height = 21
|
|
Top = 20
|
|
Width = 161
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
end
|
|
object DataSetCB: TComboBox
|
|
Left = 8
|
|
Height = 21
|
|
Top = 20
|
|
Width = 173
|
|
ItemHeight = 13
|
|
OnChange = DataSetCBChange
|
|
TabOrder = 1
|
|
end
|
|
object ExpressionE: TfrxComboEdit
|
|
Left = 8
|
|
Height = 21
|
|
Top = 72
|
|
Width = 341
|
|
AutoSize = False
|
|
ItemHeight = 13
|
|
Style = csSimple
|
|
TabOrder = 2
|
|
Glyph.Data = {
|
|
D6000000424DD60000000000000076000000280000000C0000000C0000000100
|
|
0400000000006000000000000000000000001000000000000000000000000000
|
|
80000080000000808000800000008000800080800000C0C0C000808080000000
|
|
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
|
|
0000770777777777000077087007007700007780778007770000778087700077
|
|
0000777087007807000077780777777700007700000777770000777708777777
|
|
0000777700780777000077777000777700007777777777770000
|
|
}
|
|
OnButtonClick = ExpressionEButtonClick
|
|
end
|
|
object DataFieldRB: TRadioButton
|
|
Left = 8
|
|
Height = 19
|
|
Top = 0
|
|
Width = 66
|
|
Caption = 'Data field'
|
|
Checked = True
|
|
OnClick = DataFieldRBClick
|
|
TabOrder = 3
|
|
TabStop = True
|
|
end
|
|
object ExpressionRB: TRadioButton
|
|
Left = 8
|
|
Height = 19
|
|
Top = 52
|
|
Width = 72
|
|
Caption = 'Expression'
|
|
OnClick = DataFieldRBClick
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object OptionsL: TGroupBox
|
|
Left = 4
|
|
Height = 129
|
|
Top = 136
|
|
Width = 357
|
|
Caption = 'Options'
|
|
ClientHeight = 111
|
|
ClientWidth = 353
|
|
TabOrder = 3
|
|
object KeepGroupTogetherCB: TCheckBox
|
|
Left = 8
|
|
Height = 19
|
|
Top = 0
|
|
Width = 120
|
|
Caption = 'Keep group together'
|
|
TabOrder = 0
|
|
end
|
|
object StartNewPageCB: TCheckBox
|
|
Left = 8
|
|
Height = 19
|
|
Top = 20
|
|
Width = 94
|
|
Caption = 'Start new page'
|
|
TabOrder = 1
|
|
end
|
|
object OutlineCB: TCheckBox
|
|
Left = 8
|
|
Height = 19
|
|
Top = 40
|
|
Width = 92
|
|
Caption = 'Show in outline'
|
|
TabOrder = 2
|
|
end
|
|
object DrillCB: TCheckBox
|
|
Left = 8
|
|
Height = 19
|
|
Top = 60
|
|
Width = 67
|
|
Caption = 'Drill-down'
|
|
TabOrder = 3
|
|
end
|
|
object ResetCB: TCheckBox
|
|
Left = 8
|
|
Height = 19
|
|
Top = 80
|
|
Width = 119
|
|
Caption = 'Reset page numbers'
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
end
|