home *** CD-ROM | disk | FTP | other *** search
- object DlgPhoneContact: TDlgPhoneContact
- Left = 122
- Top = 105
- 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 = []
- OldCreateOrder = False
- OnShow = OnShow
- DesignSize = (
- 349
- 226)
- PixelsPerInch = 96
- TextHeight = 13
- object ButtonBack1: TImage
- Left = 0
- Top = 0
- Width = 350
- Height = 227
- Anchors = [akLeft, akTop, akRight, akBottom]
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Label1: TLabel
- Left = 8
- Top = 32
- Width = 149
- Height = 14
- Caption = 'Phone/Mobile/SMS Number'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 192
- Top = 4
- Width = 151
- Height = 42
- Alignment = taCenter
- AutoSize = False
- Caption = 'TimeZone hours: Number of hours ahead or behind you (+/-)'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object Label3: TLabel
- Left = 8
- Top = 72
- Width = 73
- Height = 14
- Caption = 'Display Name'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label4: TLabel
- Left = 8
- Top = 112
- Width = 29
- Height = 14
- Caption = 'Email'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label5: TLabel
- Left = 8
- Top = 152
- Width = 24
- Height = 14
- Caption = 'SMS'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label6: TLabel
- Left = 85
- Top = 112
- Width = 94
- Height = 14
- Caption = '(user@test.com)'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label7: TLabel
- Left = 77
- Top = 152
- Width = 102
- Height = 14
- Caption = '(123@mobile.com)'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label8: TLabel
- Left = 184
- Top = 72
- Width = 70
- Height = 14
- Caption = 'Home Phone'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label9: TLabel
- Left = 184
- Top = 112
- Width = 70
- Height = 14
- Caption = 'Office Phone'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label10: TLabel
- Left = 184
- Top = 152
- Width = 75
- Height = 14
- Caption = 'Mobile Phone'
- Color = clMaroon
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label11: TLabel
- Left = 8
- Top = 6
- Width = 129
- Height = 19
- Caption = 'Add/Edit Contact'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clMaroon
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- 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 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
-