home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMADDCONTACT / TFRMADDCONTACT.txt < prev   
Text File  |  1999-02-09  |  2KB  |  106 lines

  1. object frmAddContact: TfrmAddContact
  2.   Left = 154
  3.   Top = 189
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add new contact'
  7.   ClientHeight = 165
  8.   ClientWidth = 256
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 4
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.     Transparent = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 48
  30.     Top = 4
  31.     Width = 139
  32.     Height = 13
  33.     Caption = 'Add new contact window'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'Tahoma'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 48
  43.     Top = 20
  44.     Width = 201
  45.     Height = 41
  46.     AutoSize = False
  47.     Caption = 
  48.       'Please type the name and e-mail of the contact here below. You w' +
  49.       'ill be able to modify other properties later on.'
  50.     Transparent = True
  51.     WordWrap = True
  52.   end
  53.   object Label3: TLabel
  54.     Left = 8
  55.     Top = 78
  56.     Width = 27
  57.     Height = 13
  58.     Caption = 'Name'
  59.   end
  60.   object Label4: TLabel
  61.     Left = 8
  62.     Top = 110
  63.     Width = 28
  64.     Height = 13
  65.     Caption = 'E-Mail'
  66.   end
  67.   object edtName: TEdit97
  68.     Left = 40
  69.     Top = 76
  70.     Width = 209
  71.     Height = 19
  72.     TabOrder = 0
  73.     OnChange = edtNameChange
  74.   end
  75.   object btnOK: TButton
  76.     Left = 60
  77.     Top = 138
  78.     Width = 65
  79.     Height = 23
  80.     Caption = '&OK'
  81.     Default = True
  82.     Enabled = False
  83.     ModalResult = 1
  84.     TabOrder = 2
  85.     OnClick = btnOKClick
  86.   end
  87.   object btnCancel: TButton
  88.     Left = 132
  89.     Top = 138
  90.     Width = 65
  91.     Height = 23
  92.     Cancel = True
  93.     Caption = '&Cancel'
  94.     ModalResult = 2
  95.     TabOrder = 3
  96.   end
  97.   object edtEMail: TEdit97
  98.     Left = 40
  99.     Top = 108
  100.     Width = 209
  101.     Height = 19
  102.     TabOrder = 1
  103.     OnChange = edtNameChange
  104.   end
  105. end
  106.