lazarus/ide/helpoptions.lfm
mattias c8c4ca2cde IDE: added resourcestrings for help dialog
git-svn-id: trunk@13769 -
2008-01-15 21:41:05 +00:00

226 lines
5.9 KiB
Plaintext

object HelpOptionsDialog: THelpOptionsDialog
AnchorSideBottom.Side = asrBottom
Left = 264
Height = 363
Top = 234
Width = 500
HorzScrollBar.Page = 499
VertScrollBar.Page = 362
ActiveControl = MainNotebook
BorderIcons = [biSystemMenu]
Caption = 'HelpOptionsDialog'
ClientHeight = 363
ClientWidth = 500
OnClose = HelpOptionsDialogClose
OnCreate = HelpOptionsDialogCreate
Position = poScreenCenter
object MainNotebook: TNotebook
Height = 315
Width = 500
Align = alClient
Anchors = [akTop, akLeft]
PageIndex = 1
TabOrder = 0
object GeneralPage: TPage
Caption = 'GeneralPage'
ClientWidth = 496
ClientHeight = 231
object FPCDocHTMLLabel: TLabel
AnchorSideLeft.Control = GeneralPage
AnchorSideTop.Control = GeneralPage
Left = 6
Height = 14
Top = 6
Width = 484
Align = alTop
BorderSpacing.Around = 6
Caption = 'FPCDocHTMLLabel'
ParentColor = False
end
object FPCDocHTMLEdit: TEdit
AnchorSideLeft.Control = GeneralPage
AnchorSideTop.Control = FPCDocHTMLLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = FPCDocHTMLBrowseButton
Left = 6
Height = 23
Top = 26
Width = 455
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
Text = 'FPCDocHTMLEdit'
end
object FPCDocHTMLBrowseButton: TButton
AnchorSideTop.Control = FPCDocHTMLLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GeneralPage
AnchorSideRight.Side = asrBottom
Left = 467
Height = 23
Top = 26
Width = 23
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
Caption = '...'
OnClick = FPCDocHTMLBrowseButtonClick
TabOrder = 1
end
end
object ViewersPage: TPage
Caption = 'ViewersPage'
ClientWidth = 496
ClientHeight = 284
object ViewersLabel: TLabel
AnchorSideTop.Control = ViewerPropsGroupBox
Left = 6
Height = 20
Top = 6
Width = 84
Caption = 'ViewersLabel'
ParentColor = False
end
object ViewersListBox: TListBox
AnchorSideLeft.Control = ViewersPage
AnchorSideTop.Control = ViewersLabel
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = ViewersPage
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 246
Top = 32
Width = 152
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Around = 6
ClickOnSelChange = False
OnSelectionChange = ViewersListBoxSelectionChange
TabOrder = 0
TopIndex = -1
end
object ViewerPropsGroupBox: TGroupBox
AnchorSideLeft.Control = ViewersListBox
AnchorSideLeft.Side = asrBottom
Left = 164
Height = 272
Top = 6
Width = 326
Align = alRight
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'ViewerPropsGroupBox'
TabOrder = 1
end
end
object DataBasePage: TPage
Caption = 'DataBasePage'
ClientWidth = 496
ClientHeight = 231
object DatabasesLabel: TLabel
AnchorSideTop.Control = DataBasesPropsGroupBox
Left = 6
Height = 14
Top = 6
Width = 77
Caption = 'DatabasesLabel'
ParentColor = False
end
object DatabasesListBox: TListBox
AnchorSideLeft.Control = DataBasePage
AnchorSideTop.Control = DatabasesLabel
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = DataBasePage
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 204
Top = 26
Width = 152
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Around = 6
ClickOnSelChange = False
OnSelectionChange = DatabasesListBoxSelectionChange
TabOrder = 0
TopIndex = -1
end
object DataBasesPropsGroupBox: TGroupBox
AnchorSideLeft.Control = DatabasesListBox
AnchorSideLeft.Side = asrBottom
Left = 164
Height = 219
Top = 6
Width = 326
Align = alRight
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'DataBasesPropsGroupBox'
TabOrder = 1
end
end
end
object BtnPanel: TPanel
Height = 48
Top = 315
Width = 500
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 48
ClientWidth = 500
TabOrder = 1
object OkButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 335
Height = 36
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&OK'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
OnClick = OkButtonClick
TabOrder = 0
end
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 416
Height = 36
Top = 6
Width = 78
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
object HelpButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 36
Top = 6
Width = 75
Align = alLeft
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Help'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkHelp
NumGlyphs = 0
OnClick = HelpButtonClick
TabOrder = 2
end
end
end