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

  1. object frmAddSignature: TfrmAddSignature
  2.   Left = 152
  3.   Top = 155
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Mail Warrior - Add signature'
  7.   ClientHeight = 274
  8.   ClientWidth = 306
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  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 = 8
  31.     Width = 139
  32.     Height = 13
  33.     Caption = 'Create new signature'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'Verdana'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 48
  43.     Top = 24
  44.     Width = 249
  45.     Height = 25
  46.     AutoSize = False
  47.     Caption = 'Please fill in the required information here below.'
  48.     WordWrap = True
  49.   end
  50.   object Label3: TLabel
  51.     Left = 8
  52.     Top = 64
  53.     Width = 69
  54.     Height = 13
  55.     Caption = '&Description:'
  56.     FocusControl = edtDescription
  57.   end
  58.   object Label4: TLabel
  59.     Left = 8
  60.     Top = 96
  61.     Width = 124
  62.     Height = 13
  63.     Caption = '&Signature'#39's message:'
  64.     FocusControl = edtSignature
  65.   end
  66.   object edtDescription: TEdit97
  67.     Left = 80
  68.     Top = 61
  69.     Width = 217
  70.     Height = 19
  71.     TabOrder = 0
  72.     OnChange = HandleEditChange
  73.   end
  74.   object edtSignature: TMemo
  75.     Left = 8
  76.     Top = 112
  77.     Width = 289
  78.     Height = 113
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -11
  82.     Font.Name = 'Arial'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 1
  86.     OnChange = HandleEditChange
  87.   end
  88.   object btnOK: TButton
  89.     Left = 77
  90.     Top = 248
  91.     Width = 73
  92.     Height = 23
  93.     Caption = '&OK'
  94.     Default = True
  95.     Enabled = False
  96.     ModalResult = 1
  97.     TabOrder = 2
  98.   end
  99.   object btnCancel: TButton
  100.     Left = 157
  101.     Top = 248
  102.     Width = 73
  103.     Height = 23
  104.     Cancel = True
  105.     Caption = '&Cancel'
  106.     ModalResult = 2
  107.     TabOrder = 3
  108.   end
  109. end
  110.