FastReport_2022_VCL/LibD28/frxEditOptions.lfm
2024-01-01 16:13:08 +01:00

562 lines
11 KiB
Plaintext

object frxOptionsEditor: TfrxOptionsEditor
Left = 403
Height = 675
Top = 122
Width = 373
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Designer Options'
ClientHeight = 675
ClientWidth = 373
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
KeyPreview = True
OnCreate = FormCreate
OnHide = FormHide
OnKeyDown = FormKeyDown
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.8.0'
object OkB: TButton
Left = 212
Height = 25
Top = 644
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelB: TButton
Left = 292
Height = 25
Top = 644
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object RestoreDefaultsB: TButton
Left = 8
Height = 25
Top = 644
Width = 137
Caption = 'Restore defaults'
OnClick = RestoreDefaultsBClick
TabOrder = 2
end
object Label1: TGroupBox
Left = 4
Height = 137
Top = 4
Width = 365
Caption = 'Grid'
ClientHeight = 119
ClientWidth = 361
TabOrder = 3
object Label2: TLabel
Left = 8
Height = 13
Top = 0
Width = 24
Caption = 'Type'
ParentColor = False
end
object Label3: TLabel
Left = 128
Height = 13
Top = 0
Width = 19
Caption = 'Size'
ParentColor = False
end
object Label4: TLabel
Left = 26
Height = 13
Top = 92
Width = 54
Caption = 'Dialog form'
ParentColor = False
end
object Label13: TLabel
Left = 168
Height = 13
Top = 22
Width = 13
Caption = 'cm'
ParentColor = False
end
object Label14: TLabel
Left = 168
Height = 13
Top = 47
Width = 8
Caption = 'in'
ParentColor = False
end
object Label15: TLabel
Left = 168
Height = 13
Top = 71
Width = 10
Caption = 'pt'
ParentColor = False
end
object Label16: TLabel
Left = 168
Height = 13
Top = 94
Width = 10
Caption = 'pt'
ParentColor = False
end
object CMRB: TRadioButton
Left = 8
Height = 19
Top = 20
Width = 78
Caption = 'Centimeters'
TabOrder = 0
end
object InchesRB: TRadioButton
Left = 8
Height = 19
Top = 43
Width = 52
Caption = 'Inches'
TabOrder = 1
end
object PixelsRB: TRadioButton
Left = 8
Height = 19
Top = 67
Width = 47
Caption = 'Pixels'
TabOrder = 2
end
object CME: TEdit
Left = 128
Height = 21
Top = 18
Width = 37
AutoSize = False
TabOrder = 3
end
object InchesE: TEdit
Left = 128
Height = 21
Top = 41
Width = 37
AutoSize = False
TabOrder = 4
end
object PixelsE: TEdit
Left = 128
Height = 21
Top = 65
Width = 37
AutoSize = False
TabOrder = 5
end
object DialogFormE: TEdit
Left = 128
Height = 21
Top = 88
Width = 37
AutoSize = False
TabOrder = 6
end
object ShowGridCB: TCheckBox
Left = 196
Height = 19
Top = 20
Width = 67
Caption = 'Show grid'
TabOrder = 7
end
object AlignGridCB: TCheckBox
Left = 196
Height = 19
Top = 39
Width = 77
Caption = 'Align to grid'
TabOrder = 8
end
object GuidesStickCB: TCheckBox
Left = 196
Height = 19
Top = 59
Width = 89
Caption = 'Stick to guides'
TabOrder = 9
end
object GuidesAsAnchorCB: TCheckBox
Left = 196
Height = 19
Top = 79
Width = 122
Caption = 'Use guides as anchor'
TabOrder = 10
end
end
object Label6: TGroupBox
Left = 4
Height = 93
Top = 144
Width = 365
Caption = 'Fonts'
ClientHeight = 75
ClientWidth = 361
TabOrder = 4
object Label7: TLabel
Left = 8
Height = 13
Top = 8
Width = 64
Caption = 'Code window'
ParentColor = False
end
object Label8: TLabel
Left = 8
Height = 13
Top = 36
Width = 59
Caption = 'Memo editor'
ParentColor = False
end
object Label9: TLabel
Left = 260
Height = 13
Top = 8
Width = 19
Alignment = taRightJustify
Caption = 'Size'
ParentColor = False
end
object Label10: TLabel
Left = 260
Height = 13
Top = 36
Width = 19
Alignment = taRightJustify
Caption = 'Size'
ParentColor = False
end
object CodeWindowFontCB: TComboBox
Left = 112
Height = 21
Top = 6
Width = 121
DropDownCount = 12
ItemHeight = 13
TabOrder = 0
end
object CodeWindowSizeCB: TComboBox
Left = 288
Height = 21
Top = 6
Width = 44
ItemHeight = 13
Items.Strings = (
'8'
'9'
'10'
'11'
'12'
'14'
)
TabOrder = 1
end
object MemoEditorFontCB: TComboBox
Left = 112
Height = 21
Top = 34
Width = 121
DropDownCount = 12
ItemHeight = 13
TabOrder = 2
end
object MemoEditorSizeCB: TComboBox
Left = 288
Height = 21
Top = 34
Width = 44
ItemHeight = 13
Items.Strings = (
'8'
'9'
'10'
'11'
'12'
'14'
)
TabOrder = 3
end
object ObjectFontCB: TCheckBox
Left = 112
Height = 19
Top = 56
Width = 142
Caption = 'Use object''s font settings'
TabOrder = 4
end
end
object Label11: TGroupBox
Left = 4
Height = 121
Top = 240
Width = 365
Caption = 'Colors'
ClientHeight = 103
ClientWidth = 361
TabOrder = 5
object WorkspacePB: TPaintBox
Left = 168
Height = 21
Top = 8
Width = 185
OnPaint = WorkspacePBPaint
end
object ToolPB: TPaintBox
Left = 168
Height = 21
Top = 32
Width = 185
OnPaint = ToolPBPaint
end
object WorkspaceB: TButton
Left = 8
Height = 21
Top = 8
Width = 145
Caption = 'Workspace'
OnClick = WorkspaceBClick
TabOrder = 0
end
object ToolB: TButton
Left = 8
Height = 21
Top = 32
Width = 145
Caption = 'Tool windows'
OnClick = ToolBClick
TabOrder = 1
end
object IntersectionsB: TButton
Left = 8
Height = 21
Top = 56
Width = 145
Caption = 'Intersections'
OnClick = IntersectionsBClick
TabOrder = 3
end
object IntersectionsPB: TPaintBox
Left = 168
Height = 21
Top = 56
Width = 185
OnPaint = IntersectionsPBPaint
end
object LCDCB: TCheckBox
Left = 8
Height = 19
Top = 84
Width = 86
Caption = 'LCD grid color'
TabOrder = 2
end
end
object Label5: TGroupBox
Left = 4
Height = 180
Top = 456
Width = 365
Caption = 'Other'
ClientHeight = 162
ClientWidth = 361
TabOrder = 6
object Label12: TLabel
Left = 8
Height = 13
Top = 110
Width = 100
Caption = 'Gap between bands:'
ParentColor = False
end
object Label17: TLabel
Left = 220
Height = 13
Top = 110
Width = 10
Caption = 'pt'
ParentColor = False
end
object LGuidAcc: TLabel
Left = 8
Height = 13
Top = 139
Width = 106
Caption = 'Guides stick accuracy:'
ParentColor = False
end
object Label20: TLabel
Left = 220
Height = 13
Top = 139
Width = 10
Caption = 'pt'
ParentColor = False
end
object EditAfterInsCB: TCheckBox
Left = 8
Height = 19
Top = 6
Width = 134
Caption = 'Show editor after insert'
TabOrder = 0
end
object FreeBandsCB: TCheckBox
Left = 8
Height = 19
Top = 46
Width = 126
Caption = 'Free bands placement'
TabOrder = 2
end
object GapE: TEdit
Left = 180
Height = 21
Top = 106
Width = 37
TabOrder = 4
end
object BandsCaptionsCB: TCheckBox
Left = 8
Height = 19
Top = 26
Width = 123
Caption = 'Show band''s captions'
TabOrder = 1
end
object StartupCB: TCheckBox
Left = 8
Height = 19
Top = 86
Width = 119
Caption = 'Show startup screen'
TabOrder = 3
end
object EGuidAcc: TEdit
Left = 180
Height = 21
Top = 135
Width = 37
TabOrder = 5
end
object EnableWorkspaceHints: TCheckBox
Left = 8
Height = 19
Top = 66
Width = 132
Caption = 'Enable workspace hints'
TabOrder = 6
end
end
object CCGB: TGroupBox
Left = 5
Height = 85
Top = 364
Width = 364
Caption = 'Code complition and Syntax memo'
ClientHeight = 67
ClientWidth = 360
TabOrder = 7
object Label18: TLabel
Left = 224
Height = 13
Top = 2
Width = 51
Caption = 'Tab stops:'
ParentColor = False
end
object ShowScriptVARCB: TCheckBox
Left = 7
Height = 19
Top = 2
Width = 121
Caption = 'Show script variables'
TabOrder = 0
end
object ShowADDVARCB: TCheckBox
Left = 8
Height = 19
Top = 18
Width = 117
Caption = 'Show report objects'
TabOrder = 1
end
object ShowRttiVARCB: TCheckBox
Left = 8
Height = 19
Top = 34
Width = 112
Caption = 'Show Rtti variables'
TabOrder = 2
end
object TBE: TEdit
Left = 292
Height = 21
Top = -1
Width = 37
TabOrder = 3
end
object MultiBCB: TCheckBox
Left = 224
Height = 19
Top = 34
Width = 104
Caption = 'MultiByte support'
TabOrder = 4
end
object EnableCodeWindowHint: TCheckBox
Left = 8
Height = 19
Top = 50
Width = 138
Caption = 'Enable code window hints'
TabOrder = 5
end
end
object ColorDialog: TColorDialog
Color = clBlack
CustomColors.Strings = (
'ColorA=000000'
'ColorB=000080'
'ColorC=008000'
'ColorD=008080'
'ColorE=800000'
'ColorF=800080'
'ColorG=808000'
'ColorH=808080'
'ColorI=C0C0C0'
'ColorJ=0000FF'
'ColorK=00FF00'
'ColorL=00FFFF'
'ColorM=FF0000'
'ColorN=FF00FF'
'ColorO=FFFF00'
'ColorP=FFFFFF'
'ColorQ=C0DCC0'
'ColorR=F0CAA6'
'ColorS=F0FBFF'
'ColorT=A4A0A0'
)
Left = 168
Top = 284
end
end