mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 09:42:47 +02:00
121 lines
2.8 KiB
Plaintext
121 lines
2.8 KiB
Plaintext
object HelpOptionsDialog: THelpOptionsDialog
|
|
Caption = 'HelpOptionsDialog'
|
|
ClientHeight = 300
|
|
ClientWidth = 500
|
|
OnClose = HelpOptionsDialogClose
|
|
OnCreate = HelpOptionsDialogCreate
|
|
PixelsPerInch = 90
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 501
|
|
VertScrollBar.Page = 301
|
|
Left = 291
|
|
Height = 300
|
|
Top = 163
|
|
Width = 500
|
|
object OkButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'OkButton'
|
|
OnClick = OkButtonClick
|
|
TabOrder = 0
|
|
Left = 292
|
|
Height = 25
|
|
Top = 264
|
|
Width = 75
|
|
end
|
|
object CancelButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'CancelButton'
|
|
OnClick = CancelButtonClick
|
|
TabOrder = 1
|
|
Left = 388
|
|
Height = 25
|
|
Top = 264
|
|
Width = 75
|
|
end
|
|
object MainNotebook: TNotebook
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
PageIndex = 1
|
|
Height = 256
|
|
Width = 500
|
|
object ViewersPage: TPage
|
|
Caption = 'ViewersPage'
|
|
ClientWidth = 496
|
|
ClientHeight = 226
|
|
Left = 2
|
|
Height = 226
|
|
Top = 28
|
|
Width = 496
|
|
object ViewersListBox: TListBox
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
ClickOnSelChange = False
|
|
OnSelectionChange = ViewersListBoxSelectionChange
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
Left = 8
|
|
Height = 180
|
|
Top = 36
|
|
Width = 149
|
|
end
|
|
object ViewersLabel: TLabel
|
|
Caption = 'ViewersLabel'
|
|
Left = 8
|
|
Height = 23
|
|
Top = 4
|
|
Width = 149
|
|
end
|
|
object ViewerPropsGroupBox: TGroupBox
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'ViewerPropsGroupBox'
|
|
ClientHeight = 192
|
|
ClientWidth = 316
|
|
ParentColor = True
|
|
TabOrder = 2
|
|
Left = 168
|
|
Height = 209
|
|
Top = 7
|
|
Width = 320
|
|
end
|
|
end
|
|
object DataBasePage: TPage
|
|
Caption = 'DataBasePage'
|
|
ClientWidth = 496
|
|
ClientHeight = 226
|
|
Left = 2
|
|
Height = 226
|
|
Top = 28
|
|
Width = 496
|
|
object DatabasesLabel: TLabel
|
|
Caption = 'DatabasesLabel'
|
|
Left = 6
|
|
Height = 17
|
|
Top = 10
|
|
Width = 65
|
|
end
|
|
object DatabasesListBox: TListBox
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
ClickOnSelChange = False
|
|
OnSelectionChange = DatabasesListBoxSelectionChange
|
|
TabOrder = 1
|
|
TopIndex = -1
|
|
Left = 6
|
|
Height = 186
|
|
Top = 36
|
|
Width = 152
|
|
end
|
|
object DataBasesPropsGroupBox: TGroupBox
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'DataBasesPropsGroupBox'
|
|
ClientHeight = 200
|
|
ClientWidth = 319
|
|
ParentColor = True
|
|
TabOrder = 2
|
|
Left = 166
|
|
Height = 217
|
|
Top = 4
|
|
Width = 323
|
|
end
|
|
end
|
|
end
|
|
end
|