object fAutoOLSGroupRename: TfAutoOLSGroupRename Left = 149 Top = 197 BorderIcons = [] BorderStyle = bsDialog ClientHeight = 84 ClientWidth = 245 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 5 Width = 234 Height = 39 Shape = bsFrame end object LGroupName: TLabel Left = 11 Top = 18 Width = 63 Height = 13 Caption = 'Group Name:' end object EGroupName: TEdit Left = 88 Top = 13 Width = 144 Height = 21 TabOrder = 0 OnKeyUp = EGroupNameKeyUp end object BOk: TButton Left = 4 Top = 53 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object BCancel: TButton Left = 84 Top = 53 Width = 75 Height = 25 Cancel = True Caption = 'Can&cel' ModalResult = 2 TabOrder = 2 end object BHelp: TButton Left = 164 Top = 53 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 end end