home *** CD-ROM | disk | FTP | other *** search
- object ProjectOptionsDialog: TProjectOptionsDialog
- Left = 533
- Top = 110
- HorzScrollBar.Increment = 39
- VertScrollBar.Increment = 35
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Project Options'
- ClientHeight = 374
- ClientWidth = 418
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- PopupMenu = PopupMenu1
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 339
- Width = 418
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object OkButton: TButton
- Left = 178
- Top = 2
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 258
- Top = 2
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = CancelButtonClick
- end
- object HelpButton: TButton
- Left = 338
- Top = 2
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- object DefaultOpts: TCheckBox
- Left = 12
- Top = 4
- Width = 61
- Height = 20
- HelpContext = 1760
- Caption = 'Default'
- TabOrder = 0
- IsControl = True
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 418
- Height = 339
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 1
- object PropSheetControl: TPropertySheetControl
- Left = 5
- Top = 5
- Width = 408
- Height = 329
- Align = alClient
- HotTrack = True
- MultiLine = True
- TabOrder = 0
- OnChange = PropSheetControlChange
- OnChanging = PropSheetControlChanging
- PropertySheets = <>
- end
- end
- object PopupMenu1: TPopupMenu
- Left = 144
- Top = 342
- object dNextPage: TMenuItem
- Caption = 'Next Page'
- Visible = False
- OnClick = dNextPageClick
- end
- object dPrevpage: TMenuItem
- Caption = 'Prev Page'
- Visible = False
- OnClick = dPrevpageClick
- end
- object dNextPageAlt: TMenuItem
- Caption = 'Alt Next Page'
- Visible = False
- OnClick = dNextPageClick
- end
- object dPrevPageAlt: TMenuItem
- Caption = 'Alt Prev Page'
- Visible = False
- OnClick = dPrevpageClick
- end
- end
- end
-