lazarus/components/fpweb/fpwebnewhtmllistunit.lfm
michael 233cbd23c3 * HTML/CSS/JS file creation items in File New (From Aleksey Lagunov).
* HTML Editor menu item to insert HTML tags (From Aleksey Lagunov).
* JS file 'Quick syntax check' option enabled.
* Enabled Syntax highlighting options for SQL properties of SQLDBConnector.

git-svn-id: trunk@27323 -
2010-09-12 08:45:22 +00:00

85 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

object fpwebNewHTMLListForm: TfpwebNewHTMLListForm
Left = 424
Height = 194
Top = 262
Width = 320
ActiveControl = SERows
Caption = 'Generate list'
ClientHeight = 194
ClientWidth = 320
LCLVersion = '0.9.29'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 34
Top = 154
Width = 308
OKButton.Name = 'OKButton'
OKButton.Caption = '&ОК'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
CloseButton.Name = 'CloseButton'
CloseButton.Caption = 'C&lose'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = '&Cancel'
TabOrder = 0
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 15
Top = 6
Width = 31
BorderSpacing.Around = 6
Caption = '&Rows'
FocusControl = SERows
ParentColor = False
end
object SERows: TSpinEdit
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 12
Height = 22
Top = 27
Width = 138
BorderSpacing.Around = 6
TabOrder = 1
Value = 1
end
object RGStyle: TRadioGroup
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = SERows
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 70
Top = 55
Width = 308
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Style'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 54
ClientWidth = 304
Items.Strings = (
'Ordered'
'Unsorted'
)
TabOrder = 2
end
end