object frmContactProperties: TfrmContactProperties Left = 221 Top = 148 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Contact properties' ClientHeight = 298 ClientWidth = 289 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 8 Top = 8 Width = 273 Height = 252 ActivePage = TabSheet1 TabOrder = 0 object TabSheet1: TTabSheet Caption = 'General' object Label1: TLabel Left = 8 Top = 56 Width = 49 Height = 13 Caption = 'Full name:' end object Image1: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label2: TLabel Left = 48 Top = 16 Width = 149 Height = 13 Caption = 'Personal information page' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 128 Width = 32 Height = 13 Caption = 'E-Mail:' end object Label4: TLabel Left = 8 Top = 88 Width = 52 Height = 13 Caption = 'Display as:' end object Bevel1: TBevel Left = 8 Top = 112 Width = 249 Height = 9 Shape = bsTopLine end object Label5: TLabel Left = 8 Top = 192 Width = 58 Height = 13 Caption = 'Home Page:' end object Label20: TLabel Left = 8 Top = 160 Width = 86 Height = 13 Caption = 'Secondary E-Mail:' end object edtFullName: TEdit97 Left = 64 Top = 53 Width = 193 Height = 19 TabOrder = 0 end object edtEMail: TEdit97 Left = 48 Top = 125 Width = 185 Height = 19 TabOrder = 2 OnChange = edtEMailChange end object edtDisplayAs: TEdit97 Left = 64 Top = 85 Width = 193 Height = 19 TabOrder = 1 end object edtHomePage: TEdit97 Left = 72 Top = 189 Width = 161 Height = 19 TabOrder = 4 OnChange = edtHomePageChange end object tbPersonal_Parent1: TToolBar Left = 238 Top = 124 Width = 33 Height = 28 Align = alNone Caption = 'tbPersonal1' EdgeBorders = [] Flat = True Images = imgMain TabOrder = 5 object tbSendMail_Main: TToolButton Left = 0 Top = 0 Hint = 'Send mail' Caption = 'tb_Personal1_child' Enabled = False ImageIndex = 1 ParentShowHint = False ShowHint = True OnClick = tbSendMail_MainClick end end object tbPersonal_Parent2: TToolBar Left = 238 Top = 188 Width = 33 Height = 28 Align = alNone Caption = 'tbPersonal1' EdgeBorders = [] Flat = True Images = imgMain TabOrder = 6 object tbOpenHomePage: TToolButton Left = 0 Top = 0 Hint = 'Visit Home Page' Caption = 'tb_Personal1_child' Enabled = False ImageIndex = 0 ParentShowHint = False ShowHint = True OnClick = tbOpenHomePageClick end end object ToolBar1: TToolBar Left = 238 Top = 156 Width = 33 Height = 25 Align = alNone Caption = 'tbPersonal1' EdgeBorders = [] Flat = True Images = imgMain TabOrder = 7 object tbSendMail_Secondary: TToolButton Left = 0 Top = 0 Hint = 'Send mail' Caption = 'tb_Personal1_child' Enabled = False ImageIndex = 1 ParentShowHint = False ShowHint = True OnClick = tbSendMail_SecondaryClick end end object edtSecEMail: TEdit97 Left = 104 Top = 157 Width = 129 Height = 19 TabOrder = 3 OnChange = edtSecEMailChange end end object TabSheet2: TTabSheet Caption = 'Home' ImageIndex = 1 object Image2: TImage Left = 8 Top = 8 Width = 50 Height = 50 AutoSize = True Picture.Data = {} Transparent = True end object Label6: TLabel Left = 64 Top = 8 Width = 126 Height = 13 Caption = 'Home properties page' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 64 Top = 24 Width = 193 Height = 25 AutoSize = False Caption = 'Use this page to fill in the contact'#39's home address, home phone ' + 'number, ...' Transparent = True WordWrap = True end object Label8: TLabel Left = 8 Top = 72 Width = 72 Height = 13 Caption = 'Home address:' end object Label9: TLabel Left = 8 Top = 104 Width = 69 Height = 13 Caption = 'State/Provice:' end object Label10: TLabel Left = 8 Top = 136 Width = 43 Height = 13 Caption = 'Country:' end object Bevel2: TBevel Left = 8 Top = 160 Width = 249 Height = 9 Shape = bsTopLine end object Label11: TLabel Left = 8 Top = 176 Width = 45 Height = 13 Caption = 'Phone #:' end object Label12: TLabel Left = 16 Top = 200 Width = 33 Height = 13 Caption = 'Fax #:' end object edtHomeAddress: TEdit97 Left = 88 Top = 69 Width = 169 Height = 19 TabOrder = 0 end object edtStateProvince: TEdit97 Left = 80 Top = 101 Width = 177 Height = 19 TabOrder = 1 end object edtCountry: TEdit97 Left = 56 Top = 133 Width = 201 Height = 19 TabOrder = 2 end object edtPhoneNumber: TEdit97 Left = 56 Top = 173 Width = 201 Height = 19 TabOrder = 3 end object edtFaxNumber: TEdit97 Left = 56 Top = 197 Width = 201 Height = 19 TabOrder = 4 end end object TabSheet3: TTabSheet Caption = 'Work' ImageIndex = 2 object Image3: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label13: TLabel Left = 48 Top = 8 Width = 123 Height = 13 Caption = 'Work properties page' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label14: TLabel Left = 48 Top = 24 Width = 217 Height = 25 AutoSize = False Caption = 'Enter here the contact'#39's company, position, buisness web site, .' + '.. .' Transparent = True WordWrap = True end object Label15: TLabel Left = 8 Top = 64 Width = 49 Height = 13 Caption = 'Company:' end object Label16: TLabel Left = 8 Top = 96 Width = 43 Height = 13 Caption = 'Address:' end object Label17: TLabel Left = 8 Top = 128 Width = 91 Height = 13 Caption = 'State and country:' end object Bevel3: TBevel Left = 8 Top = 160 Width = 249 Height = 9 Shape = bsTopLine end object Label18: TLabel Left = 8 Top = 176 Width = 45 Height = 13 Caption = 'Phone #:' end object Label19: TLabel Left = 16 Top = 200 Width = 33 Height = 13 Caption = 'Fax #:' end object edtCompany: TEdit97 Left = 64 Top = 61 Width = 193 Height = 19 TabOrder = 0 end object edtCompanyAddress: TEdit97 Left = 56 Top = 93 Width = 201 Height = 19 TabOrder = 1 end object edtCompanyStateCountry: TEdit97 Left = 104 Top = 125 Width = 153 Height = 19 TabOrder = 2 end object edtCompanyPhoneNumber: TEdit97 Left = 56 Top = 173 Width = 201 Height = 19 TabOrder = 3 end object edtCompanyFaxNumber: TEdit97 Left = 56 Top = 197 Width = 201 Height = 19 TabOrder = 4 end end end object btnOK: TButton Left = 68 Top = 272 Width = 73 Height = 23 Caption = '&OK' Default = True TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 148 Top = 272 Width = 73 Height = 23 Cancel = True Caption = '&Cancel' TabOrder = 2 OnClick = btnCancelClick end object imgMain: TImageList Left = 304 Top = 224 Bitmap = { 3604000002000000424D36040000000000003600000028000000200000001000 0000010010000000000000040000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000 EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000 0000EF3DFF7FE07FF75E0F000F00F75EF75EE07FF75EE07FEF3D000000000000 EF3DF75EF75EF75EF75EF75EF75EF75EF75EF75EF75EF75EEF3D000000000000 EF3DFF7FE07FF75EE0011F001F000F00E07FF75EE07FF75E0000EF3D00000000 EF3DE03DF75EF75EF75EE03DE03DE03DF75EF75EF75EE03DEF3D000000000000 EF3DFF7FF75EE07FE001E0031F000F00F75EE07FF75EEF3D0000EF3D00000000 EF3DE07FE03DF75EE03D000000000000E03DF75EE03DF75EEF3D00000000EF3D FF7FF75EE07FF75EE07FE001E001F75EE07FF75EE07F0000EF3DEF3D00000000 EF3DFF7FFF7FE03D0000FF7FFF7FE07F0000E03DF75EF75EEF3D00000000EF3D FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FEF3D0000F75EEF3D00000000 EF3DE07FF75E0000FF7FE07FFF7FFF7FFF7F0000E03DF75EEF3D00000000EF3D EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DE07FEF3D00000000 EF3DF75E0000E07FFF7FFF7FFF7FE07FFF7FFF7F0000E03DEF3D000000000000 EF3DFF7FF75EE07FF75EE07FF75EE07FF75EE07FF75EE07FF75EEF3D00000000 EF3D0000FF7FFF7FFF7FE07FFF7FFF7FFF7FE07FFF7F0000E03D000000000000 EF3DFF7FE07FF75EE07FF75EE07FF75EFF7FFF7FFF7FFF7FFF7FEF3D00000000 EF3DFF7FFF7FE07FFF7FFF7FFF7FE07FFF7FFF7FFF7FE07F0000000000000000 EF3DFF7FF75EE07FF75EE07FF75EFF7FEF3DEF3DEF3DEF3DEF3DEF3D00000000 EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000 0000EF3DFF7FFF7FFF7FFF7FFF7FEF3D00000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000EF3DEF3DEF3DEF3DEF3D000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000424D 7E000000000000003E0000002800000020000000100000000100010000000000 400000000000000000000000020000000000000000000000FFFFFF00FFFFFFFF FFFFFFFFE0008001C0008001C000800180008001800080010000800100008001 00008001800080018000800180018001C07FFFFFE0FFFFFFFFFFFFFF} end end