lazarus/components/lazreport/source/lr_hilit.lfm
2010-07-13 21:02:52 +00:00

219 lines
5.0 KiB
Plaintext

object frHilightForm: TfrHilightForm
Left = 366
Height = 271
Top = 176
Width = 311
HorzScrollBar.Page = 228
VertScrollBar.Page = 252
ActiveControl = Edit1
BorderStyle = bsDialog
Caption = 'Highlight attributes'
ClientHeight = 271
ClientWidth = 311
OnActivate = FormActivate
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object GroupBox1: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = GroupBox3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 78
Top = 61
Width = 299
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Font'
ClientHeight = 62
ClientWidth = 297
TabOrder = 0
object SpeedButton1: TSpeedButton
AnchorSideTop.Control = GroupBox1
AnchorSideRight.Control = GroupBox1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox1
AnchorSideBottom.Side = asrBottom
Left = 221
Height = 25
Top = 31
Width = 70
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'C&olor...'
Color = clBtnFace
NumGlyphs = 2
OnClick = SpeedButton1Click
end
object CB1: TCheckBox
Left = 0
Height = 22
Top = 0
Width = 52
HelpContext = 67
AllowGrayed = True
Caption = '&Bold'
TabOrder = 0
end
object CB2: TCheckBox
Left = 0
Height = 22
Top = 20
Width = 53
HelpContext = 76
AllowGrayed = True
Caption = '&Italic'
TabOrder = 1
end
object CB3: TCheckBox
Left = 0
Height = 22
Top = 40
Width = 85
HelpContext = 85
AllowGrayed = True
Caption = '&Underline'
TabOrder = 2
end
end
object GroupBox2: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 58
Top = 145
Width = 299
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Background'
ClientHeight = 42
ClientWidth = 297
TabOrder = 1
object SpeedButton2: TSpeedButton
AnchorSideRight.Control = GroupBox2
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox2
AnchorSideBottom.Side = asrBottom
Left = 221
Height = 25
Top = 11
Width = 70
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Co&lor...'
Color = clBtnFace
NumGlyphs = 0
OnClick = SpeedButton2Click
end
object RB1: TRadioButton
Left = 0
Height = 22
Top = 0
Width = 99
HelpContext = 92
AllowGrayed = True
Caption = '&Transparent'
Checked = True
OnClick = RB1Click
State = cbChecked
TabOrder = 0
end
object RB2: TRadioButton
Left = 0
Height = 22
Top = 20
Width = 60
HelpContext = 103
AllowGrayed = True
Caption = 'Ot&her'
OnClick = RB1Click
TabOrder = 1
TabStop = False
end
end
object GroupBox3: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 49
Top = 6
Width = 299
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Condition'
ClientHeight = 33
ClientWidth = 297
TabOrder = 2
object Edit1: TEdit
AnchorSideLeft.Control = GroupBox3
AnchorSideTop.Control = GroupBox3
AnchorSideRight.Control = GroupBox3
AnchorSideRight.Side = asrBottom
Left = 6
Height = 21
Top = 6
Width = 285
HelpContext = 113
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 38
Top = 227
Width = 299
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
TabOrder = 3
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object ColorDialog1: 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 = 152
top = 144
end
end