object BaseEnvironmentDialog: TBaseEnvironmentDialog Left = 200 Top = 91 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Environment Options' ClientHeight = 393 ClientWidth = 437 Color = clBtnFace ParentFont = True OldCreateOrder = True PopupMenu = PopupMenu1 Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 358 Width = 437 Height = 35 Align = alBottom BevelOuter = bvNone TabOrder = 0 object OKButton: TButton Left = 193 Top = 2 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 274 Top = 2 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object HelpButton: TButton Left = 355 Top = 2 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpButtonClick end end object Panel2: TPanel Left = 0 Top = 0 Width = 437 Height = 358 Align = alClient BevelOuter = bvNone BorderWidth = 5 Caption = 'Panel2' TabOrder = 1 object PropertySheetControl1: TPropertySheetControl Left = 0 Top = 0 Width = 427 Height = 348 Align = alClient HotTrack = True MultiLine = True TabOrder = 0 OnChange = PropertySheetControl1Change OnChanging = PropertySheetControl1Changing PropertySheets = <> end end object PopupMenu1: TPopupMenu Left = 144 Top = 360 object dNextPage: TMenuItem Caption = 'Next Page' Visible = False OnClick = dNextPageClick end object dPrevPage: TMenuItem Caption = 'Prev Page' Visible = False OnClick = dPrevPageClick end end end