object DlgPhoneContact: TDlgPhoneContact Left = 120 Top = 37 Width = 357 Height = 260 Caption = 'Add/Edit Phone Contact' Color = clBtnFace Constraints.MaxHeight = 260 Constraints.MaxWidth = 357 Constraints.MinHeight = 260 Constraints.MinWidth = 357 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnShow = OnShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 32 Width = 135 Height = 13 Caption = 'Phone/Mobile/SMS Number' end object Label2: TLabel Left = 207 Top = 4 Width = 114 Height = 39 Alignment = taCenter Caption = 'TimeZone hours: Number of hours ahead or behind you (+/-)' WordWrap = True end object Label3: TLabel Left = 8 Top = 72 Width = 65 Height = 13 Caption = 'Display Name' end object Label4: TLabel Left = 8 Top = 112 Width = 25 Height = 13 Caption = 'Email' end object Label5: TLabel Left = 8 Top = 152 Width = 23 Height = 13 Caption = 'SMS' end object Label6: TLabel Left = 85 Top = 112 Width = 77 Height = 13 Caption = '(user@test.com)' end object Label7: TLabel Left = 72 Top = 152 Width = 88 Height = 13 Caption = '(123@mobile.com)' end object Label8: TLabel Left = 184 Top = 72 Width = 62 Height = 13 Caption = 'Home Phone' end object Label9: TLabel Left = 184 Top = 112 Width = 62 Height = 13 Caption = 'Office Phone' end object Label10: TLabel Left = 184 Top = 152 Width = 65 Height = 13 Caption = 'Mobile Phone' end object EPhone: TEdit Left = 8 Top = 48 Width = 153 Height = 21 MaxLength = 30 TabOrder = 0 OnKeyPress = EPhoneKeyPress end object EDispName: TEdit Left = 8 Top = 88 Width = 153 Height = 21 MaxLength = 30 TabOrder = 2 OnKeyDown = KeyDown OnKeyPress = EDispNameKeyPress end object ETZOffset: TEdit Left = 251 Top = 47 Width = 33 Height = 21 MaxLength = 5 TabOrder = 1 OnKeyDown = KeyDown OnKeyPress = ETZoffsetKeyPress end object BOK: TButton Left = 88 Top = 196 Width = 75 Height = 25 Caption = 'OK' TabOrder = 9 OnClick = BOKClick end object BCancel: TButton Left = 184 Top = 196 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 10 OnClick = BCancelClick end object StaticText1: TStaticText Left = 8 Top = 6 Width = 120 Height = 20 Caption = 'Add/Edit Contact' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 11 end object SMSCbox: TCheckBox Left = 287 Top = 202 Width = 40 Height = 17 Caption = 'SMS' TabOrder = 7 Visible = False OnClick = SMSCBoxClick end object EEmail: TEdit Left = 8 Top = 128 Width = 153 Height = 21 MaxLength = 40 TabOrder = 3 OnKeyDown = KeyDown OnKeyPress = EDispNameKeyPress end object ESMS: TEdit Left = 8 Top = 168 Width = 153 Height = 21 MaxLength = 50 TabOrder = 4 OnKeyDown = KeyDown OnKeyPress = EDispNameKeyPress end object EHPhone: TEdit Left = 184 Top = 88 Width = 153 Height = 21 MaxLength = 30 TabOrder = 5 OnKeyDown = KeyDown OnKeyPress = EDispNameKeyPress end object EOPhone: TEdit Left = 184 Top = 128 Width = 153 Height = 21 MaxLength = 40 TabOrder = 6 OnKeyDown = KeyDown OnKeyPress = EDispNameKeyPress end object EMPhone: TEdit Left = 184 Top = 168 Width = 153 Height = 21 MaxLength = 50 TabOrder = 8 OnKeyDown = KeyDown OnKeyPress = EDispNameKeyPress end end