object EditAdrForm: TEditAdrForm Tag = 171 Left = 344 Top = 172 ActiveControl = Button1 BorderStyle = bsDialog Caption = 'Edit Address' ClientHeight = 330 ClientWidth = 330 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Tag = 116 Left = 88 Top = 300 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Tag = 117 Left = 168 Top = 300 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object Panel1: TPanel Left = 0 Top = 29 Width = 330 Height = 269 Align = alTop BevelOuter = bvNone BorderWidth = 6 TabOrder = 3 object PageControl1: TPageControl Left = 6 Top = 6 Width = 318 Height = 257 ActivePage = TabSheet1 Align = alClient TabOrder = 0 object TabSheet1: TTabSheet Tag = 170 Caption = 'General' object Bevel5: TBevel Left = 4 Top = 10 Width = 301 Height = 5 Shape = bsTopLine end object Label16: TLabel Tag = 344 Left = 4 Top = 4 Width = 38 Height = 13 Caption = 'Address' end object Label1: TLabel Tag = 174 Left = 16 Top = 84 Width = 31 Height = 13 Caption = '&Name:' FocusControl = Edit5 end object Label2: TLabel Tag = 176 Left = 16 Top = 140 Width = 32 Height = 13 Caption = '&E-Mail:' FocusControl = Edit2 end object Label3: TLabel Tag = 178 Left = 16 Top = 168 Width = 34 Height = 13 Caption = '&Phone:' FocusControl = Edit3 end object Label4: TLabel Tag = 180 Left = 16 Top = 196 Width = 41 Height = 13 Caption = '&Address:' FocusControl = Edit4 end object Label5: TLabel Tag = 172 Left = 16 Top = 24 Width = 28 Height = 13 Caption = '&Book:' FocusControl = ComboBox1 end object Label6: TLabel Tag = 175 Left = 16 Top = 112 Width = 56 Height = 13 Caption = '&Description:' FocusControl = Edit1 end object Label7: TLabel Tag = 173 Left = 16 Top = 56 Width = 27 Height = 13 Caption = '&Type:' FocusControl = ComboBoxEx1 end object Edit1: TEdit Left = 88 Top = 108 Width = 209 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 88 Top = 136 Width = 209 Height = 21 TabOrder = 1 end object Edit3: TEdit Left = 88 Top = 164 Width = 209 Height = 21 TabOrder = 2 end object Edit4: TEdit Left = 88 Top = 192 Width = 209 Height = 21 TabOrder = 3 end object ComboBox1: TComboBoxEx Left = 88 Top = 22 Width = 209 Height = 22 ShowImages = True DropDownCount = 10 ItemHeight = 16 TabOrder = 4 end object Edit5: TEdit Left = 88 Top = 80 Width = 209 Height = 21 TabOrder = 5 end object ComboBoxEx1: TComboBoxEx Tag = 318 Left = 88 Top = 52 Width = 209 Height = 22 ImgIndexes.Strings = ( '0' '1' '2' '3' '4') ShowImages = True DropDownCount = 10 ItemHeight = 16 Items.Strings = ( 'Private' 'Company' 'Organization' 'Friend' 'Love') TabOrder = 6 end end end end object Panel2: TPanel Left = 0 Top = 0 Width = 330 Height = 29 Align = alTop BevelOuter = bvNone TabOrder = 4 object Image1: TImage Left = 6 Top = 4 Width = 318 Height = 25 AutoSize = True end object Image2: TImage Left = 10 Top = 8 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Transparent = True end object Label11: TLabel Tag = 344 Left = 30 Top = 6 Width = 55 Height = 19 Caption = 'Address' Font.Charset = ANSI_CHARSET Font.Color = clCaptionText Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True end end object Button3: TButton Tag = 118 Left = 248 Top = 300 Width = 75 Height = 25 Caption = '&Help...' TabOrder = 2 end end