home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #9 / K-CD_2001-09.iso / Tools / InterCent / _setup.1 / Intercent99.exe / 0 / RCDATA / TFRMSECURE / TFRMSECURE.txt
Text File  |  1999-06-01  |  3KB  |  179 lines

  1. object FrmSecure: TFrmSecure
  2.   Left = 223
  3.   Top = 121
  4.   HelpContext = 9140
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Beheer'
  8.   ClientHeight = 249
  9.   ClientWidth = 297
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object L_ALLOW: TLabel
  19.     Left = 8
  20.     Top = 56
  21.     Width = 45
  22.     Height = 13
  23.     Caption = 'Toestaan'
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 8
  27.     Top = 40
  28.     Width = 281
  29.     Height = 17
  30.     Shape = bsTopLine
  31.   end
  32.   object Bevel2: TBevel
  33.     Left = 8
  34.     Top = 152
  35.     Width = 281
  36.     Height = 17
  37.     Shape = bsTopLine
  38.   end
  39.   object L_PW: TLabel
  40.     Left = 8
  41.     Top = 172
  42.     Width = 137
  43.     Height = 13
  44.     AutoSize = False
  45.     Caption = 'Toegangscode '
  46.   end
  47.   object Chk1: TCheckBox
  48.     Left = 8
  49.     Top = 80
  50.     Width = 145
  51.     Height = 17
  52.     HelpContext = 9140
  53.     Caption = 'Sessies verwijderen '
  54.     State = cbChecked
  55.     TabOrder = 3
  56.   end
  57.   object Chk4: TCheckBox
  58.     Left = 160
  59.     Top = 80
  60.     Width = 129
  61.     Height = 17
  62.     HelpContext = 9140
  63.     Caption = 'Teller op nul zetten'
  64.     State = cbChecked
  65.     TabOrder = 6
  66.   end
  67.   object Chk5: TCheckBox
  68.     Left = 160
  69.     Top = 104
  70.     Width = 121
  71.     Height = 17
  72.     HelpContext = 9140
  73.     Caption = 'Teller instellen'
  74.     State = cbChecked
  75.     TabOrder = 7
  76.   end
  77.   object Chk2: TCheckBox
  78.     Left = 8
  79.     Top = 104
  80.     Width = 137
  81.     Height = 17
  82.     HelpContext = 9140
  83.     Caption = 'Logboek inlezen'
  84.     State = cbChecked
  85.     TabOrder = 4
  86.   end
  87.   object Chk6: TCheckBox
  88.     Left = 160
  89.     Top = 128
  90.     Width = 129
  91.     Height = 17
  92.     HelpContext = 9140
  93.     Caption = 'Instellingen wijzigen'
  94.     State = cbChecked
  95.     TabOrder = 8
  96.   end
  97.   object Chk3: TCheckBox
  98.     Left = 8
  99.     Top = 128
  100.     Width = 145
  101.     Height = 17
  102.     HelpContext = 9140
  103.     Caption = 'Afsluiten'
  104.     State = cbChecked
  105.     TabOrder = 5
  106.   end
  107.   object ChkSafeOn: TCheckBox
  108.     Left = 8
  109.     Top = 16
  110.     Width = 193
  111.     Height = 17
  112.     HelpContext = 9142
  113.     Caption = 'Beveiligen'
  114.     TabOrder = 2
  115.   end
  116.   object EdtPassWord: TEdit
  117.     Left = 160
  118.     Top = 168
  119.     Width = 129
  120.     Height = 21
  121.     HelpContext = 9141
  122.     CharCase = ecLowerCase
  123.     MaxLength = 8
  124.     PasswordChar = '*'
  125.     TabOrder = 9
  126.     OnKeyPress = EdtPassWordKeyPress
  127.   end
  128.   object BtnCancel: TBitBtn
  129.     Left = 120
  130.     Top = 216
  131.     Width = 83
  132.     Height = 25
  133.     HelpContext = 9905
  134.     Cancel = True
  135.     Caption = 'Annuleren'
  136.     TabOrder = 1
  137.     OnClick = BtnCancelClick
  138.     NumGlyphs = 2
  139.   end
  140.   object BtnOk: TBitBtn
  141.     Left = 30
  142.     Top = 216
  143.     Width = 83
  144.     Height = 25
  145.     HelpContext = 9901
  146.     Caption = 'OK'
  147.     Default = True
  148.     TabOrder = 0
  149.     OnClick = BtnOkClick
  150.     NumGlyphs = 2
  151.   end
  152.   object BtnHelp: TButton
  153.     Left = 208
  154.     Top = 216
  155.     Width = 81
  156.     Height = 25
  157.     Caption = '&Help'
  158.     TabOrder = 10
  159.     OnClick = BtnHelpClick
  160.   end
  161.   object EasyReg: TEasyReg
  162.     About = 'Easyreg 1.20 , (C) 99, Finiware '
  163.     Registered = 'Yes'
  164.     ShowMessages = True
  165.     KeyNames = UseHints
  166.     AutoCreateKeys = True
  167.     Company = 'Finiware'
  168.     ProgramName = 'Intercent\99\Settings'
  169.     Root = rkHKEY_LOCAL_MACHINE
  170.     Left = 256
  171.     Top = 8
  172.   end
  173.   object a: TTomEncryption
  174.     Key = 'timeserver'
  175.     Left = 208
  176.     Top = 8
  177.   end
  178. end
  179.