home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Mregchg / _SETUP.1 / mregchg.exe / 0 / RCDATA / TFRMSELECTGRP / TFRMSELECTGRP.txt
Text File  |  1998-04-08  |  2KB  |  80 lines

  1. object frmSelectGrp: TfrmSelectGrp
  2.   Left = 291
  3.   Top = 245
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Saved Group'
  7.   ClientHeight = 208
  8.   ClientWidth = 247
  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.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object grpBox: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 247
  22.     Height = 175
  23.     Align = alClient
  24.     ItemHeight = 13
  25.     PopupMenu = PopupMenu1
  26.     TabOrder = 0
  27.     OnClick = grpBoxClick
  28.     OnDblClick = grpBoxDblClick
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 175
  33.     Width = 247
  34.     Height = 33
  35.     Align = alBottom
  36.     TabOrder = 1
  37.     object btnOK: TButton
  38.       Left = 144
  39.       Top = 4
  40.       Width = 75
  41.       Height = 25
  42.       Caption = '&OK'
  43.       Enabled = False
  44.       TabOrder = 0
  45.       OnClick = grpBoxDblClick
  46.     end
  47.     object btnCancel: TButton
  48.       Left = 24
  49.       Top = 4
  50.       Width = 75
  51.       Height = 25
  52.       Caption = '&Cancel'
  53.       TabOrder = 1
  54.       OnClick = btnCancelClick
  55.     end
  56.   end
  57.   object PopupMenu1: TPopupMenu
  58.     Left = 200
  59.     Top = 128
  60.     object SelectGroup1: TMenuItem
  61.       Caption = 'Select this Group'
  62.       OnClick = grpBoxDblClick
  63.     end
  64.     object N1: TMenuItem
  65.       Caption = '-'
  66.     end
  67.     object DeleteGroup1: TMenuItem
  68.       Caption = 'Delete this Group'
  69.       OnClick = DeleteGroup1Click
  70.     end
  71.     object N2: TMenuItem
  72.       Caption = '-'
  73.     end
  74.     object Cancel1: TMenuItem
  75.       Caption = 'Cancel'
  76.       OnClick = btnCancelClick
  77.     end
  78.   end
  79. end
  80.