home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TPROJECTOPTIONSDIALOG / TPROJECTOPTIONSDIALOG.txt
Text File  |  1999-08-11  |  2KB  |  116 lines

  1. object ProjectOptionsDialog: TProjectOptionsDialog
  2.   Left = 533
  3.   Top = 110
  4.   HorzScrollBar.Increment = 39
  5.   VertScrollBar.Increment = 35
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Project Options'
  9.   ClientHeight = 374
  10.   ClientWidth = 418
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   PopupMenu = PopupMenu1
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 339
  21.     Width = 418
  22.     Height = 35
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object OkButton: TButton
  27.       Left = 178
  28.       Top = 2
  29.       Width = 75
  30.       Height = 25
  31.       Caption = 'OK'
  32.       Default = True
  33.       ModalResult = 1
  34.       TabOrder = 1
  35.       OnClick = OkButtonClick
  36.     end
  37.     object CancelButton: TButton
  38.       Left = 258
  39.       Top = 2
  40.       Width = 75
  41.       Height = 25
  42.       Cancel = True
  43.       Caption = 'Cancel'
  44.       ModalResult = 2
  45.       TabOrder = 2
  46.       OnClick = CancelButtonClick
  47.     end
  48.     object HelpButton: TButton
  49.       Left = 338
  50.       Top = 2
  51.       Width = 75
  52.       Height = 25
  53.       Caption = '&Help'
  54.       TabOrder = 3
  55.       OnClick = HelpButtonClick
  56.     end
  57.     object DefaultOpts: TCheckBox
  58.       Left = 12
  59.       Top = 4
  60.       Width = 61
  61.       Height = 20
  62.       HelpContext = 1760
  63.       Caption = 'Default'
  64.       TabOrder = 0
  65.       IsControl = True
  66.     end
  67.   end
  68.   object Panel2: TPanel
  69.     Left = 0
  70.     Top = 0
  71.     Width = 418
  72.     Height = 339
  73.     Align = alClient
  74.     BevelOuter = bvNone
  75.     BorderWidth = 5
  76.     TabOrder = 1
  77.     object PropSheetControl: TPropertySheetControl
  78.       Left = 5
  79.       Top = 5
  80.       Width = 408
  81.       Height = 329
  82.       Align = alClient
  83.       HotTrack = True
  84.       MultiLine = True
  85.       TabOrder = 0
  86.       OnChange = PropSheetControlChange
  87.       OnChanging = PropSheetControlChanging
  88.       PropertySheets = <>
  89.     end
  90.   end
  91.   object PopupMenu1: TPopupMenu
  92.     Left = 144
  93.     Top = 342
  94.     object dNextPage: TMenuItem
  95.       Caption = 'Next Page'
  96.       Visible = False
  97.       OnClick = dNextPageClick
  98.     end
  99.     object dPrevpage: TMenuItem
  100.       Caption = 'Prev Page'
  101.       Visible = False
  102.       OnClick = dPrevpageClick
  103.     end
  104.     object dNextPageAlt: TMenuItem
  105.       Caption = 'Alt Next Page'
  106.       Visible = False
  107.       OnClick = dNextPageClick
  108.     end
  109.     object dPrevPageAlt: TMenuItem
  110.       Caption = 'Alt Prev Page'
  111.       Visible = False
  112.       OnClick = dPrevpageClick
  113.     end
  114.   end
  115. end
  116.