object EditRecDlg: TEditRecDlg Left = 265 Top = 291 BorderStyle = bsDialog Caption = 'Edit a record' ClientHeight = 208 ClientWidth = 400 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 246 Top = 49 Width = 51 Height = 20 AutoSize = False Caption = 'Name' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 246 Top = 89 Width = 129 Height = 16 AutoSize = False Caption = 'e-mail address' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Button1: TButton Left = 89 Top = 138 Width = 92 Height = 31 Caption = '&Save' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 217 Top = 138 Width = 92 Height = 31 Caption = '&Cancel' ModalResult = 2 TabOrder = 3 OnClick = Button2Click end object Edit1: TEdit Left = 49 Top = 39 Width = 189 Height = 24 MaxLength = 260 TabOrder = 0 end object Edit2: TEdit Left = 49 Top = 79 Width = 189 Height = 24 MaxLength = 260 TabOrder = 1 end end