home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 March / Dpcb0399.iso / UTILS / winadmin / _SETUP.1 / Administrator.exe / 0 / RCDATA / TFAUTOOLSGROUPRENAME / TFAUTOOLSGROUPRENAME.txt
Text File  |  1998-09-21  |  1KB  |  67 lines

  1. object fAutoOLSGroupRename: TfAutoOLSGroupRename
  2.   Left = 149
  3.   Top = 197
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 84
  7.   ClientWidth = 245
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 5
  19.     Width = 234
  20.     Height = 39
  21.     Shape = bsFrame
  22.   end
  23.   object LGroupName: TLabel
  24.     Left = 11
  25.     Top = 18
  26.     Width = 63
  27.     Height = 13
  28.     Caption = 'Group Name:'
  29.   end
  30.   object EGroupName: TEdit
  31.     Left = 88
  32.     Top = 13
  33.     Width = 144
  34.     Height = 21
  35.     TabOrder = 0
  36.     OnKeyUp = EGroupNameKeyUp
  37.   end
  38.   object BOk: TButton
  39.     Left = 4
  40.     Top = 53
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.   end
  48.   object BCancel: TButton
  49.     Left = 84
  50.     Top = 53
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Can&cel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58.   object BHelp: TButton
  59.     Left = 164
  60.     Top = 53
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&Help'
  64.     TabOrder = 3
  65.   end
  66. end
  67.