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 / TFRMUSERS / TFRMUSERS.txt
Text File  |  1999-06-01  |  1KB  |  73 lines

  1. object FrmUsers: TFrmUsers
  2.   Left = 200
  3.   Top = 170
  4.   BorderStyle = bsDialog
  5.   Caption = 'Gebruikers'
  6.   ClientHeight = 186
  7.   ClientWidth = 289
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 96
  19.     Width = 273
  20.     Height = 17
  21.     Shape = bsTopLine
  22.   end
  23.   object OptAll: TRadioButton
  24.     Left = 8
  25.     Top = 24
  26.     Width = 185
  27.     Height = 17
  28.     Caption = 'Alle gebruikers weergeven'
  29.     Checked = True
  30.     TabOrder = 0
  31.     TabStop = True
  32.     OnClick = OptAllClick
  33.     OnKeyPress = OptAllKeyPress
  34.   end
  35.   object OptFilter: TRadioButton
  36.     Left = 8
  37.     Top = 56
  38.     Width = 153
  39.     Height = 17
  40.     Caption = 'Sessies weergeven van'
  41.     TabOrder = 1
  42.     OnClick = OptFilterClick
  43.     OnKeyPress = OptFilterKeyPress
  44.   end
  45.   object EdtUser: TEdit
  46.     Left = 168
  47.     Top = 54
  48.     Width = 113
  49.     Height = 21
  50.     TabOrder = 2
  51.   end
  52.   object BtnCancel: TButton
  53.     Left = 200
  54.     Top = 152
  55.     Width = 83
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = '&Annuleren'
  59.     TabOrder = 3
  60.     OnClick = BtnCancelClick
  61.   end
  62.   object BtnOk: TButton
  63.     Left = 112
  64.     Top = 152
  65.     Width = 81
  66.     Height = 25
  67.     Caption = '&OK'
  68.     Default = True
  69.     TabOrder = 4
  70.     OnClick = BtnOkClick
  71.   end
  72. end
  73.