home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TPASSWORDFORM / TPASSWORDFORM.txt
Encoding:
Text File  |  1999-02-07  |  2.0 KB  |  101 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 200
  3.   Top = 134
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password required...'
  6.   ClientHeight = 110
  7.   ClientWidth = 339
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 51
  20.     Top = 40
  21.     Width = 49
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     Caption = 'Password:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 3
  29.     Width = 321
  30.     Height = 30
  31.     AutoSize = False
  32.     Caption = 
  33.       'You need to provide password to enter this user. Please provide ' +
  34.       'the password here brelow!'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlue
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     Transparent = True
  42.     WordWrap = True
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 104
  46.     Top = 37
  47.     Width = 225
  48.     Height = 21
  49.     PasswordChar = '*'
  50.     TabOrder = 0
  51.   end
  52.   object Button1: TButton
  53.     Left = 175
  54.     Top = 72
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 1
  61.   end
  62.   object Button2: TButton
  63.     Left = 255
  64.     Top = 72
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 2
  71.   end
  72.   object MultiLang1: TMultiLang
  73.     Languages = 2
  74.     Words.Strings = (
  75.       '%Form%'
  76.       'Password required...'
  77.       'Lykilor∩┐╜ ∩┐╜arf...'
  78.       'Label1'
  79.       'Password:'
  80.       'Lykilor∩┐╜:'
  81.       'Edit1'
  82.       ''
  83.       ''
  84.       'Button1'
  85.       'OK'
  86.       '∩┐╜fram'
  87.       'Button2'
  88.       'Cancel'
  89.       'H∩┐╜tta vi∩┐╜'
  90.       'Label2'
  91.       
  92.         'You need to provide password to enter this user. Please provide ' +
  93.         'the password here brelow!'
  94.       
  95.         'Til ∩┐╜ess a∩┐╜ opna valinn notanda ∩┐╜arf lykilor∩┐╜. Vinsamlega sl∩┐╜∩┐╜u ' +
  96.         'inn lykilor∩┐╜i∩┐╜!')
  97.     Left = 280
  98.     Top = 8
  99.   end
  100. end
  101.