home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9SEG / ABSEC20.ZIP / ABSEC.EX_ / ABSEC.EX / 0 / RCDATA / TFORMSIGN / TFORMSIGN.txt
Text File  |  1998-05-11  |  1KB  |  74 lines

  1. object FormSign: TFormSign
  2.   Left = 361
  3.   Top = 313
  4.   BorderStyle = bsDialog
  5.   Caption = 'Signature'
  6.   ClientHeight = 158
  7.   ClientWidth = 385
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 7
  19.     Top = 10
  20.     Width = 154
  21.     Height = 13
  22.     Caption = 'Message Signature:'
  23.     Transparent = True
  24.   end
  25.   object MemoSign: TMemo
  26.     Left = 7
  27.     Top = 26
  28.     Width = 370
  29.     Height = 95
  30.     Lines.Strings = (
  31.       '')
  32.     ScrollBars = ssBoth
  33.     TabOrder = 0
  34.   end
  35.   object ButtOk: TButton
  36.     Left = 242
  37.     Top = 135
  38.     Width = 61
  39.     Height = 18
  40.     Caption = 'OK'
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object ButtCancel: TButton
  45.     Left = 314
  46.     Top = 135
  47.     Width = 60
  48.     Height = 18
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.   end
  53.   object CheckSign: TCheckBox
  54.     Left = 8
  55.     Top = 136
  56.     Width = 177
  57.     Height = 17
  58.     Caption = '&Enable Signature'
  59.     State = cbChecked
  60.     TabOrder = 3
  61.   end
  62.   object MSOfficeCaption1: TMSOfficeCaption
  63.     AppNameText.FontKind = fkSystemB
  64.     AppNameText.Visible = True
  65.     CaptionText.Caption = 'Signature'
  66.     CaptionText.FontKind = fkSystemBI
  67.     CaptionText.Visible = True
  68.     CompanyText.Caption = 'PEPSOFT'
  69.     CompanyText.FontKind = fkSystemBI
  70.     CompanyText.Visible = False
  71.     Left = 248
  72.   end
  73. end
  74.