home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TBASEENVIRONMENTDIALOG / TBASEENVIRONMENTDIALOG.txt
Text File  |  1999-08-11  |  2KB  |  107 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.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 358
  22.     Width = 437
  23.     Height = 35
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object OKButton: TButton
  28.       Left = 195
  29.       Top = 2
  30.       Width = 75
  31.       Height = 25
  32.       Caption = 'OK'
  33.       Default = True
  34.       ModalResult = 1
  35.       TabOrder = 0
  36.       OnClick = OKButtonClick
  37.     end
  38.     object CancelButton: TButton
  39.       Left = 276
  40.       Top = 2
  41.       Width = 75
  42.       Height = 25
  43.       Cancel = True
  44.       Caption = 'Cancel'
  45.       ModalResult = 2
  46.       TabOrder = 1
  47.     end
  48.     object HelpButton: TButton
  49.       Left = 357
  50.       Top = 2
  51.       Width = 75
  52.       Height = 25
  53.       Caption = '&Help'
  54.       TabOrder = 2
  55.       OnClick = HelpButtonClick
  56.     end
  57.   end
  58.   object Panel2: TPanel
  59.     Left = 0
  60.     Top = 0
  61.     Width = 437
  62.     Height = 358
  63.     Align = alClient
  64.     BevelOuter = bvNone
  65.     BorderWidth = 5
  66.     Caption = 'Panel2'
  67.     TabOrder = 1
  68.     object PropertySheetControl1: TPropertySheetControl
  69.       Left = 5
  70.       Top = 5
  71.       Width = 427
  72.       Height = 348
  73.       Align = alClient
  74.       HotTrack = True
  75.       MultiLine = True
  76.       TabOrder = 0
  77.       OnChange = PropertySheetControl1Change
  78.       OnChanging = PropertySheetControl1Changing
  79.       PropertySheets = <>
  80.     end
  81.   end
  82.   object PopupMenu1: TPopupMenu
  83.     Left = 144
  84.     Top = 360
  85.     object dNextPage: TMenuItem
  86.       Caption = 'Next Page'
  87.       Visible = False
  88.       OnClick = dNextPageClick
  89.     end
  90.     object dPrevPage: TMenuItem
  91.       Caption = 'Prev Page'
  92.       Visible = False
  93.       OnClick = dPrevPageClick
  94.     end
  95.     object dNextPageAlt: TMenuItem
  96.       Caption = 'Alt Next Page'
  97.       Visible = False
  98.       OnClick = dNextPageClick
  99.     end
  100.     object dPrevPageAlt: TMenuItem
  101.       Caption = 'Alt Prev Page'
  102.       Visible = False
  103.       OnClick = dPrevPageClick
  104.     end
  105.   end
  106. end
  107.