home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / STDVCS32.DLL / RCDATA / TPROJECTPICKER / TPROJECTPICKER.txt
Text File  |  1997-01-16  |  1KB  |  67 lines

  1. object ProjectPicker: TProjectPicker
  2.   Left = 881
  3.   Top = 111
  4.   HelpContext = 1045
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select Project'
  8.   ClientHeight = 180
  9.   ClientWidth = 329
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 13
  19.     Top = 11
  20.     Width = 72
  21.     Height = 13
  22.     Caption = 'PVCS Projects:'
  23.   end
  24.   object ProjectListBox: TListBox
  25.     Left = 12
  26.     Top = 31
  27.     Width = 215
  28.     Height = 133
  29.     ItemHeight = 13
  30.     Sorted = True
  31.     TabOrder = 0
  32.     OnClick = ProjectListBoxClick
  33.     OnDblClick = ProjectListBoxDblClick
  34.   end
  35.   object OKButton: TButton
  36.     Left = 241
  37.     Top = 30
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     Enabled = False
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.     OnClick = OKButtonClick
  46.   end
  47.   object Cancel: TButton
  48.     Left = 241
  49.     Top = 67
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57.   object Help: TButton
  58.     Left = 241
  59.     Top = 103
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Help'
  63.     TabOrder = 3
  64.     OnClick = HelpClick
  65.   end
  66. end
  67.