home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / crypt32a.exe / Ncrypt.exe / 0 / RCDATA / TFORM14 / TFORM14.txt < prev   
Text File  |  1996-12-11  |  2KB  |  110 lines

  1. object Form14: TForm14
  2.   Left = 307
  3.   Top = 225
  4.   Hint = 'Mail KeyWord'
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ncrypt Mail Key'
  7.   ClientHeight = 149
  8.   ClientWidth = 293
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 273
  23.     Height = 81
  24.     Hint = 'Mail Keyword'
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 48
  29.     Top = 28
  30.     Width = 68
  31.     Height = 11
  32.     Caption = 'Present key'
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Label2: TLabel
  40.     Left = 64
  41.     Top = 59
  42.     Width = 50
  43.     Height = 13
  44.     Caption = 'New key'
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object Bevel2: TBevel
  52.     Left = 8
  53.     Top = 96
  54.     Width = 273
  55.     Height = 43
  56.     Hint = 'Controls'
  57.     Shape = bsFrame
  58.   end
  59.   object oldkeyedit: TEdit
  60.     Left = 136
  61.     Top = 24
  62.     Width = 121
  63.     Height = 21
  64.     Hint = 'urrent Mail Keyword '
  65.     Enabled = False
  66.     ReadOnly = True
  67.     TabOrder = 0
  68.   end
  69.   object newkeyedit: TEdit
  70.     Left = 136
  71.     Top = 56
  72.     Width = 121
  73.     Height = 21
  74.     Hint = 'New Mail Keyword'
  75.     TabOrder = 1
  76.   end
  77.   object canceclbutton: TBitBtn
  78.     Left = 48
  79.     Top = 104
  80.     Width = 77
  81.     Height = 27
  82.     Hint = 'Cancel Key Change'
  83.     Caption = '&Cancel'
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = [fsBold]
  88.     ParentFont = False
  89.     TabOrder = 2
  90.     OnClick = canceclbuttonClick
  91.     Kind = bkCancel
  92.   end
  93.   object okbutton: TBitBtn
  94.     Left = 168
  95.     Top = 104
  96.     Width = 77
  97.     Height = 27
  98.     Hint = 'Accept New key Change'
  99.     Caption = '&OK'
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = [fsBold]
  104.     ParentFont = False
  105.     TabOrder = 3
  106.     OnClick = okbuttonClick
  107.     Kind = bkOK
  108.   end
  109. end
  110.