object AddDlgForm: TAddDlgForm Left = 471 Top = 302 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Add New Contact' ClientHeight = 153 ClientWidth = 268 Color = clBtnFace DefaultMonitor = dmMainForm Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TeGroupBox1: TGroupBox Left = 7 Top = 1 Width = 254 Height = 145 TabOrder = 0 object TeLabel1: TLabel Left = 17 Top = 20 Width = 76 Height = 13 Caption = 'ICQ# / AIM SN:' Color = clBtnFace ParentColor = False end object TeLabelName: TLabel Left = 22 Top = 47 Width = 71 Height = 13 Alignment = taRightJustify Caption = 'Contact Name:' Color = clBtnFace ParentColor = False end object TeLabelGroup: TLabel Left = 61 Top = 81 Width = 32 Height = 13 Alignment = taRightJustify Caption = 'Group:' Color = clBtnFace ParentColor = False end object ComboBoxGroup: TComboBox Left = 96 Top = 78 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end object EditICQAIM: TEdit Left = 96 Top = 17 Width = 145 Height = 21 Color = clBtnFace MaxLength = 16 ReadOnly = True TabOrder = 0 end object EditName: TEdit Left = 96 Top = 44 Width = 145 Height = 21 MaxLength = 20 TabOrder = 1 end object ButtonAdd: TButton Left = 11 Top = 109 Width = 91 Height = 25 Caption = 'Add' Default = True TabOrder = 3 OnClick = ButtonAddClick end object ButtonCancel: TButton Left = 150 Top = 109 Width = 91 Height = 25 Caption = 'Cancel' TabOrder = 4 OnClick = ButtonCancelClick end end end