FastReport_FMX_2.8.12/LibD28x64/FMX.frxExportRTF.fmx
2024-07-06 22:41:12 +02:00

190 lines
5.5 KiB
Plaintext

object frxRTFExportDialog: TfrxRTFExportDialog
Left = 295
Top = 193
Caption = 'Export to RTF'
ClientHeight = 278
ClientWidth = 277
Position = poScreenCenter
OnCreate = FormCreate
OnKeyDown = FormKeyDown
Left = 295
Top = 193
object OkB: TButton
Default = True
DisableFocusEffect = False
Height = 25.000000000000000000
ModalResult = 1
Position.X = 118.000000000000000000
Position.Y = 247.000000000000000000
Text = 'OK'
Width = 75.000000000000000000
end
object CancelB: TButton
Cancel = True
DisableFocusEffect = False
Height = 25.000000000000000000
ModalResult = 2
Position.X = 198.000000000000000000
Position.Y = 247.000000000000000000
Text = 'Cancel'
Width = 75.000000000000000000
end
object GroupPageRange: TGroupBox
Height = 121.000000000000000000
Position.X = 4.000000000000000000
Position.Y = 4.000000000000000000
Text = ' Page range '
Width = 269.000000000000000000
object DescrL: TLabel
Height = 29.000000000000000000
Position.X = 12.000000000000000000
Position.Y = 82.000000000000000000
Text =
'Enter page numbers and/or page ranges, separated by commas. For ' +
'example, 1,3,5-12'
Width = 249.000000000000000000
end
object AllRB: TRadioButton
DisableFocusEffect = False
Height = 17.000000000000000000
HelpContext = 108
IsChecked = True
Position.X = 12.000000000000000000
Position.Y = 20.000000000000000000
TabOrder = 0
Text = 'All'
Width = 153.000000000000000000
end
object CurPageRB: TRadioButton
DisableFocusEffect = False
Height = 17.000000000000000000
HelpContext = 118
Position.X = 12.000000000000000000
Position.Y = 40.000000000000000000
TabOrder = 1
Text = 'Current page'
Width = 153.000000000000000000
end
object PageNumbersRB: TRadioButton
DisableFocusEffect = False
Height = 17.000000000000000000
HelpContext = 124
Position.X = 12.000000000000000000
Position.Y = 60.000000000000000000
TabOrder = 2
Text = 'Pages:'
Width = 77.000000000000000000
end
object PageNumbersE: TEdit
TabOrder = 3
DisableFocusEffect = False
KeyboardType = vktDefault
Password = False
Position.X = 92.000000000000000000
Position.Y = 58.000000000000000000
Width = 165.000000000000000000
Height = 21.000000000000000000
HelpContext = 133
OnChange = PageNumbersEChange
OnKeyDown = PageNumbersEKeyDown
end
end
object GroupQuality: TGroupBox
Height = 93.000000000000000000
Position.X = 4.000000000000000000
Position.Y = 128.000000000000000000
Text = ' Quality properties '
Width = 269.000000000000000000
object HeadFootL: TLabel
Height = 13.000000000000000000
Position.X = 12.000000000000000000
Position.Y = 65.000000000000000000
Text = 'Page headers/footers'
Width = 121.000000000000000000
end
object WCB: TCheckBox
DisableFocusEffect = False
Height = 17.000000000000000000
IsChecked = True
Position.X = 140.000000000000000000
Position.Y = 20.000000000000000000
TabOrder = 0
Text = 'WYSIWYG'
Width = 121.000000000000000000
end
object PageBreaksCB: TCheckBox
DisableFocusEffect = False
Height = 17.000000000000000000
IsChecked = True
Position.X = 12.000000000000000000
Position.Y = 40.000000000000000000
TabOrder = 1
Text = 'Page breaks'
Width = 121.000000000000000000
end
object PicturesCB: TCheckBox
DisableFocusEffect = False
Height = 17.000000000000000000
IsChecked = True
Position.X = 12.000000000000000000
Position.Y = 20.000000000000000000
TabOrder = 2
Text = 'Pictures'
Width = 121.000000000000000000
end
object ContinuousCB: TCheckBox
DisableFocusEffect = False
Height = 17.000000000000000000
IsChecked = True
Position.X = 140.000000000000000000
Position.Y = 40.000000000000000000
TabOrder = 3
Text = 'Continuous'
Width = 121.000000000000000000
end
object PColontitulCB: TComboBox
DisableFocusEffect = False
Height = 21.000000000000000000
ItemIndex = -1
ListBoxResource = 'transparentlistboxstyle'
Position.X = 140.000000000000000000
Position.Y = 62.000000000000000000
TabOrder = 4
Width = 109.000000000000000000
object ListBoxItem1: TListBoxItem
Height = 19.000000000000000000
Position.X = 5000.000000000000000000
Position.Y = 5000.000000000000000000
Text = 'Text'
Width = 19.000000000000000000
end
object ListBoxItem2: TListBoxItem
Height = 19.000000000000000000
Position.X = 5000.000000000000000000
Position.Y = 5000.000000000000000000
Text = 'Headers/Footers'
Width = 19.000000000000000000
end
object ListBoxItem3: TListBoxItem
Height = 19.000000000000000000
Position.X = 5000.000000000000000000
Position.Y = 5000.000000000000000000
Text = 'None'
Width = 19.000000000000000000
end
end
end
object OpenCB: TCheckBox
DisableFocusEffect = False
Height = 17.000000000000000000
IsChecked = True
Position.X = 12.000000000000000000
Position.Y = 225.000000000000000000
Text = 'Open after export'
Width = 257.000000000000000000
end
object SaveDialog1: TSaveDialog
Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
end
end