home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9806FN.ZIP / source / PrIDCnfg.dfm / PrIDCnfg.txt
Text File  |  1998-02-13  |  2KB  |  115 lines

  1. object ProjectIdentifiersProperties: TProjectIdentifiersProperties
  2.   Left = 371
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Project Identifiers Properties'
  7.   ClientHeight = 394
  8.   ClientWidth = 290
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 32
  20.     Top = 136
  21.     Width = 225
  22.     Height = 33
  23.     Shape = bsFrame
  24.   end
  25.   object OKBtn: TButton
  26.     Left = 55
  27.     Top = 348
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object CancelBtn: TButton
  36.     Left = 159
  37.     Top = 348
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object cbEnableMenuItems: TCheckBox
  46.     Left = 56
  47.     Top = 144
  48.     Width = 137
  49.     Height = 17
  50.     Caption = 'Enable all Menu Items'
  51.     TabOrder = 2
  52.     OnClick = cbEnableMenuItemsClick
  53.   end
  54.   object gbMenuItems: TGroupBox
  55.     Left = 32
  56.     Top = 184
  57.     Width = 225
  58.     Height = 145
  59.     Caption = 'Menu Items to Enable'
  60.     TabOrder = 3
  61.     object CheckBox1: TCheckBox
  62.       Left = 8
  63.       Top = 16
  64.       Width = 161
  65.       Height = 17
  66.       Caption = 'Add Project Identifier to List'
  67.       TabOrder = 0
  68.     end
  69.     object CheckBox2: TCheckBox
  70.       Left = 8
  71.       Top = 40
  72.       Width = 209
  73.       Height = 17
  74.       Caption = 'Focus to Project Identifiers ComboBox'
  75.       TabOrder = 1
  76.     end
  77.     object CheckBox3: TCheckBox
  78.       Left = 8
  79.       Top = 64
  80.       Width = 193
  81.       Height = 17
  82.       Caption = 'Delete Project Identifier from List'
  83.       TabOrder = 2
  84.     end
  85.     object CheckBox4: TCheckBox
  86.       Left = 8
  87.       Top = 88
  88.       Width = 177
  89.       Height = 17
  90.       Caption = 'Load Project Identifiers from File'
  91.       TabOrder = 3
  92.     end
  93.     object CheckBox5: TCheckBox
  94.       Left = 8
  95.       Top = 112
  96.       Width = 201
  97.       Height = 17
  98.       Caption = 'Save Project Identifiers to File'
  99.       TabOrder = 4
  100.     end
  101.   end
  102.   object ProjIDPreferences: TRadioGroup
  103.     Left = 32
  104.     Top = 16
  105.     Width = 225
  106.     Height = 105
  107.     Caption = 'Project ID Preferences'
  108.     Items.Strings = (
  109.       'Project Only'
  110.       'Units Only'
  111.       'Project and Units')
  112.     TabOrder = 4
  113.   end
  114. end
  115.