home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TBASEENVIRONMENTDIALOG / TBASEENVIRONMENTDIALOG.txt
Text File  |  1998-06-16  |  2KB  |  95 lines

  1. object BaseEnvironmentDialog: TBaseEnvironmentDialog
  2.   Left = 200
  3.   Top = 91
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Environment Options'
  7.   ClientHeight = 393
  8.   ClientWidth = 437
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   PopupMenu = PopupMenu1
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 358
  20.     Width = 437
  21.     Height = 35
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object OKButton: TButton
  26.       Left = 193
  27.       Top = 2
  28.       Width = 75
  29.       Height = 25
  30.       Caption = 'OK'
  31.       Default = True
  32.       ModalResult = 1
  33.       TabOrder = 0
  34.       OnClick = OKButtonClick
  35.     end
  36.     object CancelButton: TButton
  37.       Left = 274
  38.       Top = 2
  39.       Width = 75
  40.       Height = 25
  41.       Cancel = True
  42.       Caption = 'Cancel'
  43.       ModalResult = 2
  44.       TabOrder = 1
  45.     end
  46.     object HelpButton: TButton
  47.       Left = 355
  48.       Top = 2
  49.       Width = 75
  50.       Height = 25
  51.       Caption = '&Help'
  52.       TabOrder = 2
  53.       OnClick = HelpButtonClick
  54.     end
  55.   end
  56.   object Panel2: TPanel
  57.     Left = 0
  58.     Top = 0
  59.     Width = 437
  60.     Height = 358
  61.     Align = alClient
  62.     BevelOuter = bvNone
  63.     BorderWidth = 5
  64.     Caption = 'Panel2'
  65.     TabOrder = 1
  66.     object PropertySheetControl1: TPropertySheetControl
  67.       Left = 0
  68.       Top = 0
  69.       Width = 427
  70.       Height = 348
  71.       Align = alClient
  72.       HotTrack = True
  73.       MultiLine = True
  74.       TabOrder = 0
  75.       OnChange = PropertySheetControl1Change
  76.       OnChanging = PropertySheetControl1Changing
  77.       PropertySheets = <>
  78.     end
  79.   end
  80.   object PopupMenu1: TPopupMenu
  81.     Left = 144
  82.     Top = 360
  83.     object dNextPage: TMenuItem
  84.       Caption = 'Next Page'
  85.       Visible = False
  86.       OnClick = dNextPageClick
  87.     end
  88.     object dPrevPage: TMenuItem
  89.       Caption = 'Prev Page'
  90.       Visible = False
  91.       OnClick = dPrevPageClick
  92.     end
  93.   end
  94. end
  95.