object MainForm: TMainForm
Left = 369
Height = 468
Top = 219
Width = 575
Caption = 'JvHTControls'
ClientHeight = 468
ClientWidth = 575
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '2.1.0.0'
object PageControl1: TPageControl
Left = 0
Height = 422
Top = 0
Width = 575
ActivePage = TabSheet1
Align = alClient
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'TJvHTLabel'
ClientHeight = 394
ClientWidth = 567
object JvHTLabel1: TJvHTLabel
Left = 8
Height = 106
Hint = 'HTLabel with:
'#13#10'bold
'#13#10'italic
'#13#10'underline
'#13#10'strikeout
'#13#10'color
'#13#10'Links and custom links'
Top = 8
Width = 120
Caption = 'HTLabel with:
'#13#10'bold
'#13#10'italic
'#13#10'underline
'#13#10'strikeout
'#13#10'color
'#13#10'Links and custom links'
ParentColor = False
ParentShowHint = False
ShowHint = True
OnHyperLinkClick = JvHTLabel1HyperLinkClick
end
object Memo1: TMemo
Left = 0
Height = 123
Hint = 'HTML
'#13#10'Enter HTML content'
Top = 271
Width = 567
Align = alBottom
Lines.Strings = (
'HTLabel with:
'
'bold
'
'italic
'
'underline
'
'strikeout
'
'color
'
'Links and custom links'
)
OnChange = Memo1Change
ParentFont = False
ParentShowHint = False
ScrollBars = ssAutoBoth
ShowHint = True
TabOrder = 0
WordWrap = False
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 266
Width = 567
Align = alBottom
ResizeAnchor = akBottom
end
end
object TabSheet2: TTabSheet
Caption = 'TJvHTListBox'
ClientHeight = 394
ClientWidth = 574
object JvHTListBox1: TJvHTListBox
Left = 0
Height = 394
Hint = 'TJvHTListBox
'#13#10'ListBox with HT items'
Top = 0
Width = 152
HideSel = False
OnHyperLinkClick = JvHTListBox1HyperLinkClick
Align = alLeft
ColorHighlight = clHighlight
ColorHighlightText = clHighlightText
ColorDisabledText = clGrayText
Items.Strings = (
'Lazarus
Home page or Forum'
'Free Pascal
Home page'
'Other...
Other stuff d-oh!...'
'Lazarus
Home page or Forum'
'Free Pascal
Home page'
'Other...
Other stuff d-oh!...'
'Lazarus
Home page or Forum'
'Free Pascal
Home page'
'Other...
Other stuff d-oh!...'
'Lazarus
Home page or Forum'
'Free Pascal
Home page'
'Other...
Other stuff d-oh!...'
)
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object Splitter2: TSplitter
Left = 152
Height = 394
Top = 0
Width = 5
end
object Memo2: TMemo
AnchorSideLeft.Control = Splitter2
AnchorSideLeft.Side = asrBottom
Left = 157
Height = 90
Hint = 'New item content
Enter new item contnent'
Top = 8
Width = 409
Anchors = [akTop, akLeft, akRight]
Lines.Strings = (
'new item...'
)
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object Button1: TButton
AnchorSideLeft.Control = Splitter2
AnchorSideLeft.Side = asrBottom
Left = 157
Height = 25
Hint = 'Add item
'#13#10'Add item to ListBox and ComboBox'
Top = 112
Width = 75
AutoSize = True
Caption = 'Add item'
OnClick = Button1Click
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object JvHTComboBox1: TJvHTComboBox
AnchorSideLeft.Control = Splitter2
AnchorSideLeft.Side = asrBottom
Left = 157
Height = 24
Hint = 'TJvHTComboBox
'#13#10'ComboBox with HT items'
Top = 160
Width = 152
HideSel = False
ColorHighlight = clHighlight
ColorHighlightText = clHighlightText
ColorDisabledText = clGrayText
Items.Strings = (
'Lazarus
Home page or Forum'
'Free Pascal
Home page'
'Other...
Other stuff d-oh!...'
'Lazarus
Home page or Forum'
'Free Pascal
Home page'
'Other...
Other stuff d-oh!...'
'Lazarus
Home page or Forum'
'Free Pascal
Home page'
'Other...
Other stuff d-oh!...'
'Lazarus
Home page or Forum'
'Free Pascal
Home page'
'Other...
Other stuff d-oh!...'
)
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object Button2: TButton
AnchorSideLeft.Control = Button1
AnchorSideLeft.Side = asrBottom
Left = 256
Height = 25
Top = 112
Width = 53
AutoSize = True
BorderSpacing.Left = 24
Caption = 'Clear'
OnClick = Button2Click
TabOrder = 5
end
end
object TabSheet3: TTabSheet
Caption = 'TJvDBHTLabel'
ClientHeight = 394
ClientWidth = 574
object JvDBHTLabel1: TJvDBHTLabel
Left = 8
Height = 16
Top = 8
Width = 297
DataSource = DataSource1
Mask = 'Numeric field:
Field 1:
Field 2:
And some link:
# - '
ParentColor = False
OnHyperLinkClick = JvDBHTLabel1HyperLinkClick
end
object DBGrid1: TDBGrid
Left = 0
Height = 130
Top = 264
Width = 574
Align = alBottom
Color = clWindow
Columns = <>
DataSource = DataSource1
TabOrder = 0
end
object Splitter3: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 259
Width = 574
Align = alBottom
ResizeAnchor = akBottom
end
object Memo3: TMemo
Left = 0
Height = 99
Top = 160
Width = 574
Align = alBottom
Lines.Strings = (
'Numeric field:
Field 1:
Field 2:
And some link:
# - '
)
OnChange = Memo3Change
TabOrder = 2
end
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 428
Width = 563
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.Hint = 'Exit
'#13#10'Exit application'
CloseButton.DefaultCaption = True
CloseButton.ShowHint = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbClose]
end
object MemDataset1: TMemDataset
Active = True
FieldDefs = <
item
Name = 'Num'
DataType = ftInteger
end
item
Name = 'Fld1'
DataType = ftString
Size = 20
end
item
Name = 'Fld2'
DataType = ftString
Size = 20
end>
left = 384
top = 112
end
object DataSource1: TDataSource
DataSet = MemDataset1
left = 464
top = 112
end
end