lazarus/components/lazreport/source/lr_hilit.lfm
jesus d0a347df28 Added LazReport components
git-svn-id: trunk@11950 -
2007-09-06 19:47:34 +00:00

172 lines
3.3 KiB
Plaintext

object frHilightForm: TfrHilightForm
BorderStyle = bsDialog
Caption = 'Highlight attributes'
ClientHeight = 253
ClientWidth = 229
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnActivate = FormActivate
OnCreate = FormCreate
Position = poScreenCenter
TextHeight = 13
HorzScrollBar.Page = 230
VertScrollBar.Page = 254
Left = 200
Height = 253
Top = 108
Width = 229
object GroupBox1: TGroupBox
Caption = 'Font'
ClientHeight = 68
ClientWidth = 217
ParentColor = True
TabOrder = 0
Left = 4
Height = 85
Top = 56
Width = 221
object SpeedButton1: TSpeedButton
Caption = 'C&olor...'
NumGlyphs = 2
OnClick = SpeedButton1Click
NumGlyphs = 2
Left = 140
Height = 25
Top = 38
Width = 70
end
object CB1: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = '&Bold'
DragCursor = 65524
TabOrder = 0
Left = 8
Height = 17
Top = 3
Width = 97
HelpContext = 67
end
object CB2: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = '&Italic'
DragCursor = 65524
TabOrder = 1
Left = 8
Height = 17
Top = 23
Width = 97
HelpContext = 76
end
object CB3: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = '&Underline'
DragCursor = 65524
TabOrder = 2
Left = 8
Height = 17
Top = 43
Width = 105
HelpContext = 85
end
end
object GroupBox2: TGroupBox
Caption = 'Background'
ClientHeight = 48
ClientWidth = 217
ParentColor = True
TabOrder = 1
Left = 4
Height = 65
Top = 148
Width = 221
object SpeedButton2: TSpeedButton
Caption = 'Co&lor...'
NumGlyphs = 0
OnClick = SpeedButton2Click
NumGlyphs = 0
Left = 140
Height = 25
Top = 21
Width = 70
end
object RB1: TRadioButton
AllowGrayed = True
AutoSize = True
Caption = '&Transparent'
Checked = True
DragCursor = 65524
OnClick = RB1Click
State = cbChecked
TabOrder = 0
Left = 8
Height = 17
Top = 5
Width = 100
HelpContext = 92
end
object RB2: TRadioButton
AllowGrayed = True
AutoSize = True
Caption = 'Ot&her'
DragCursor = 65524
OnClick = RB1Click
TabOrder = 1
Left = 8
Height = 17
Top = 25
Width = 65
HelpContext = 103
end
end
object Button3: TButton
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 2
Left = 70
Height = 25
Top = 224
Width = 75
HelpContext = 40
end
object Button4: TButton
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
Left = 150
Height = 25
Top = 224
Width = 75
HelpContext = 50
end
object GroupBox3: TGroupBox
Caption = 'Condition'
ClientHeight = 28
ClientWidth = 217
ParentColor = True
TabOrder = 4
Left = 4
Height = 45
Top = 4
Width = 221
object Edit1: TEdit
TabOrder = 0
TabOrder = 0
Left = 6
Height = 21
Top = 1
Width = 205
HelpContext = 113
end
end
object ColorDialog1: TColorDialog
Title = 'Choisir une couleur'
left = 152
top = 144
end
end