lazarus/components/lazreport/source/lr_hilit.lfm

156 lines
2.9 KiB
Plaintext

object frHilightForm: TfrHilightForm
Left = 366
Height = 253
Top = 176
Width = 229
HorzScrollBar.Page = 228
VertScrollBar.Page = 252
BorderStyle = bsDialog
Caption = 'Highlight attributes'
ClientHeight = 253
ClientWidth = 229
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnActivate = FormActivate
OnCreate = FormCreate
Position = poScreenCenter
object GroupBox1: TGroupBox
Left = 4
Height = 85
Top = 56
Width = 221
Caption = 'Font'
ClientHeight = 67
ClientWidth = 217
TabOrder = 0
object SpeedButton1: TSpeedButton
Left = 140
Height = 25
Top = 38
Width = 70
Caption = 'C&olor...'
Color = clBtnFace
NumGlyphs = 2
OnClick = SpeedButton1Click
end
object CB1: TCheckBox
Left = 8
Height = 19
Top = 3
Width = 47
HelpContext = 67
AllowGrayed = True
Caption = '&Bold'
TabOrder = 0
end
object CB2: TCheckBox
Left = 8
Height = 19
Top = 23
Width = 48
HelpContext = 76
AllowGrayed = True
Caption = '&Italic'
TabOrder = 1
end
object CB3: TCheckBox
Left = 8
Height = 19
Top = 43
Width = 71
HelpContext = 85
AllowGrayed = True
Caption = '&Underline'
TabOrder = 2
end
end
object GroupBox2: TGroupBox
Left = 4
Height = 65
Top = 148
Width = 221
Caption = 'Background'
ClientHeight = 47
ClientWidth = 217
TabOrder = 1
object SpeedButton2: TSpeedButton
Left = 140
Height = 25
Top = 21
Width = 70
Caption = 'Co&lor...'
Color = clBtnFace
NumGlyphs = 0
OnClick = SpeedButton2Click
end
object RB1: TRadioButton
Left = 8
Height = 19
Top = 5
Width = 83
HelpContext = 92
AllowGrayed = True
Caption = '&Transparent'
Checked = True
OnClick = RB1Click
State = cbChecked
TabOrder = 0
end
object RB2: TRadioButton
Left = 8
Height = 19
Top = 25
Width = 52
HelpContext = 103
AllowGrayed = True
Caption = 'Ot&her'
OnClick = RB1Click
TabOrder = 1
end
end
object Button3: TButton
Left = 70
Height = 25
Top = 224
Width = 75
HelpContext = 40
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 2
end
object Button4: TButton
Left = 150
Height = 25
Top = 224
Width = 75
HelpContext = 50
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object GroupBox3: TGroupBox
Left = 4
Height = 45
Top = 4
Width = 221
Caption = 'Condition'
ClientHeight = 27
ClientWidth = 217
TabOrder = 4
object Edit1: TEdit
Left = 6
Height = 21
Top = 1
Width = 205
HelpContext = 113
TabOrder = 0
end
end
object ColorDialog1: TColorDialog
left = 152
top = 144
end
end