home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFRMENTERPW / TFRMENTERPW.txt
Text File  |  1999-06-01  |  1KB  |  68 lines

  1. object FrmEnterPW: TFrmEnterPW
  2.   Left = 218
  3.   Top = 188
  4.   HelpContext = 9020
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Toegangscode'
  8.   ClientHeight = 107
  9.   ClientWidth = 230
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object L_PW: TLabel
  20.     Left = 8
  21.     Top = 17
  22.     Width = 75
  23.     Height = 13
  24.     Caption = 'Toegangscode '
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 8
  28.     Top = 44
  29.     Width = 214
  30.     Height = 9
  31.     Shape = bsTopLine
  32.   end
  33.   object EdtPassWord: TEdit
  34.     Left = 93
  35.     Top = 12
  36.     Width = 129
  37.     Height = 21
  38.     CharCase = ecLowerCase
  39.     MaxLength = 8
  40.     PasswordChar = '*'
  41.     TabOrder = 0
  42.   end
  43.   object BtnOk: TBitBtn
  44.     Left = 64
  45.     Top = 71
  46.     Width = 75
  47.     Height = 25
  48.     HelpContext = 9902
  49.     Caption = 'OK'
  50.     Default = True
  51.     TabOrder = 1
  52.     OnClick = BtnOkClick
  53.     NumGlyphs = 2
  54.   end
  55.   object BtnCancel: TBitBtn
  56.     Left = 144
  57.     Top = 71
  58.     Width = 78
  59.     Height = 25
  60.     HelpContext = 9904
  61.     Cancel = True
  62.     Caption = 'Annuleren'
  63.     TabOrder = 2
  64.     OnClick = BtnCancelClick
  65.     NumGlyphs = 2
  66.   end
  67. end
  68.