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

  1. object frmInsertSignature: TfrmInsertSignature
  2.   Left = 232
  3.   Top = 174
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Insert signature'
  7.   ClientHeight = 325
  8.   ClientWidth = 266
  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.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 144
  23.     Width = 281
  24.     Height = 9
  25.     Shape = bsTopLine
  26.   end
  27.   object Label1: TLabel
  28.     Left = 8
  29.     Top = 192
  30.     Width = 50
  31.     Height = 13
  32.     Caption = 'Preview:'
  33.   end
  34.   object Shape1: TShape
  35.     Left = 8
  36.     Top = 212
  37.     Width = 250
  38.     Height = 106
  39.     Brush.Style = bsClear
  40.   end
  41.   object lstSignatures: TListBox
  42.     Left = 8
  43.     Top = 8
  44.     Width = 249
  45.     Height = 129
  46.     ItemHeight = 20
  47.     Style = lbOwnerDrawFixed
  48.     TabOrder = 0
  49.     OnClick = lstSignaturesClick
  50.     OnDrawItem = lstSignaturesDrawItem
  51.   end
  52.   object Button1: TButton
  53.     Left = 56
  54.     Top = 154
  55.     Width = 73
  56.     Height = 23
  57.     Caption = '&OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 1
  61.   end
  62.   object Button2: TButton
  63.     Left = 136
  64.     Top = 154
  65.     Width = 73
  66.     Height = 23
  67.     Cancel = True
  68.     Caption = '&Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 2
  71.   end
  72.   object edtSignature: TMemo
  73.     Left = 9
  74.     Top = 213
  75.     Width = 248
  76.     Height = 104
  77.     BorderStyle = bsNone
  78.     Font.Charset = ANSI_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -11
  81.     Font.Name = 'Arial'
  82.     Font.Style = []
  83.     Lines.Strings = (
  84.       '')
  85.     ParentFont = False
  86.     ReadOnly = True
  87.     ScrollBars = ssVertical
  88.     TabOrder = 3
  89.   end
  90.   object img: TImageList
  91.     Left = 208
  92.     Top = 56
  93.     Bitmap = {
  94.       3602000001000000424D36020000000000003600000028000000100000001000
  95.       0000010010000000000000020000000000000000000000000000000000000000
  96.       0000000000000000000000000000000000004A29000000000000000000000000
  97.       0000000000000000000000000000BD77BD77000084104A290000000000000000
  98.       000000000000000000000000BD77BD77BD77BD770000841008214A2900000000
  99.       00000000000000000000BD77BD77BD77BD77BD77BD770000841008214A290000
  100.       0000000000000000BD77BD77BD77BD77BD77BD77BD77BD770000000000000000
  101.       000000000000BD77BD77BD77BD77BD77BD77BD77945294529452000000000000
  102.       00000000BD77BD77BD77BD77BD77BD7794529452CE39CE390000000000000000
  103.       0000BD77BD77BD77BD7700000000CE3900000000000000002C7E000000000000
  104.       BD77BD77BD77BD77BD77BD770000000000002C7E517F517F517F000000000000
  105.       BD77BD77BD77BD77BD77BD7700000000E47F00002C7E517F517F000000000000
  106.       0000BD77BD77BD77BD77BD7700002C7E0000E47F00002C7E0000000000000000
  107.       00000000BD77BD77BD77BD77BD7700002C7E0000E47F00000000000000000000
  108.       000000000000BD77BD77BD770000945200002C7E0000E47F0000000000000000
  109.       0000000000000000BD770000BD7700009452000000000000E47F000000000000
  110.       000000000000000000000000000000000000000000000000987D000000000000
  111.       000000000000000000000000000000000000000000000000000000000000424D
  112.       7E000000000000003E0000002800000010000000100000000100010000000000
  113.       400000000000000000000000020000000000000000000000FFFFFF00FF1FC081
  114.       FE07C181FC014902F8000400F003C901E001CB01C0004902800002000000FA01
  115.       000049028001BA81C00300A0E003C081F001BA81F8115400FFF9BA81}
  116.   end
  117. end
  118.