home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2003 March / pcgo-cd2-03-2003.cdrom / PROGRAMM / 0190 / csdrasdialg.exe / _SETUP.1 / RASModule.CSD / 0 / RCDATA / TFORMPASSWORD / TFORMPASSWORD.txt
Encoding:
Text File  |  2002-07-05  |  1.9 KB  |  93 lines

  1. object FormPassword: TFormPassword
  2.   Left = 164
  3.   Top = 144
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Bitte Passwort eingeben f'#252'r'
  7.   ClientHeight = 81
  8.   ClientWidth = 234
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 234
  23.     Height = 51
  24.     Align = alTop
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 6
  28.       Top = 6
  29.       Width = 30
  30.       Height = 13
  31.       Caption = 'DF'#220':'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -11
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.     end
  39.     object LabelRASName: TLabel
  40.       Left = 40
  41.       Top = 6
  42.       Width = 186
  43.       Height = 13
  44.       AutoSize = False
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clActiveCaption
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.     end
  52.     object EditPassword: TEdit
  53.       Left = 1
  54.       Top = 24
  55.       Width = 156
  56.       Height = 21
  57.       Hint = 'Passwort eingeben'
  58.       ParentShowHint = False
  59.       PasswordChar = '*'
  60.       ShowHint = True
  61.       TabOrder = 0
  62.     end
  63.     object BitBtn1: TBitBtn
  64.       Left = 164
  65.       Top = 23
  66.       Width = 64
  67.       Height = 24
  68.       TabOrder = 1
  69.       Kind = bkOK
  70.     end
  71.   end
  72.   object Panel2: TPanel
  73.     Left = 0
  74.     Top = 51
  75.     Width = 234
  76.     Height = 30
  77.     Align = alClient
  78.     TabOrder = 1
  79.     object LabelMsg: TLabel
  80.       Left = 1
  81.       Top = 1
  82.       Width = 232
  83.       Height = 28
  84.       Align = alClient
  85.       Alignment = taCenter
  86.       Caption = 
  87.         '   Passwort eingeben, welches mit dem Service    Provider verein' +
  88.         'bart ist.  '
  89.       WordWrap = True
  90.     end
  91.   end
  92. end
  93.