object MainForm: TMainForm
Left = 369
Height = 483
Top = 219
Width = 575
Caption = 'JvHTControls'
ClientHeight = 483
ClientWidth = 575
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '2.3.0.0'
object PageControl1: TPageControl
Left = 0
Height = 437
Top = 0
Width = 575
ActivePage = TabSheet1
Align = alClient
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'TJvHTLabel'
ClientHeight = 409
ClientWidth = 567
object JvHTLabel1: TJvHTLabel
Left = 8
Height = 256
Hint = 'HTLabel with:
'#13#10'bold
'#13#10'italic
'#13#10'underline
'#13#10'strikeout
'#13#10'color
'#13#10'Links and custom links
'#13#10'Subscript and superscript
'#13#10'HTML entities: α β γ'
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
'#13#10'Subscript and superscript
'#13#10'HTML entities: α β γ'#13#10
Color = clDefault
ParentColor = False
ParentShowHint = False
ShowHint = True
OnHyperLinkClick = JvHTLabel1HyperLinkClick
end
object Memo1: TMemo
Left = 0
Height = 123
Hint = 'HTML
'#13#10'Enter HTML content'
Top = 286
Width = 567
Align = alBottom
Lines.Strings = (
'HTLabel with:
'
'bold
'
'italic
'
'underline
'
'strikeout
'
'color
'
'Links and custom links
'
'Subscript and superscript
'
'HTML entities: α β γ'
''
)
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 = 281
Width = 567
Align = alBottom
ResizeAnchor = akBottom
end
end
object TabSheet2: TTabSheet
Caption = 'TJvHTListBox'
ClientHeight = 409
ClientWidth = 567
object JvHTListBox1: TJvHTListBox
Left = 0
Height = 409
Hint = 'TJvHTListBox
'#13#10'ListBox with HT items'
Top = 0
Width = 152
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 = 409
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 = 402
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
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 = 409
ClientWidth = 567
object JvDBHTLabel1: TJvDBHTLabel
Left = 8
Height = 76
Top = 8
Width = 82
DataSource = DataSource1
Mask = 'Numeric field:
Field 1:
Field 2:
And some link:
# - '
Color = clDefault
ParentColor = False
OnHyperLinkClick = JvDBHTLabel1HyperLinkClick
end
object DBGrid1: TDBGrid
Left = 0
Height = 130
Top = 279
Width = 567
Align = alBottom
Color = clWindow
Columns = <>
DataSource = DataSource1
TabOrder = 0
end
object Splitter3: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 274
Width = 567
Align = alBottom
ResizeAnchor = akBottom
end
object Memo3: TMemo
Left = 0
Height = 99
Top = 175
Width = 567
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 = 443
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