home *** CD-ROM | disk | FTP | other *** search
- object FrmUsers: TFrmUsers
- Left = 200
- Top = 170
- BorderStyle = bsDialog
- Caption = 'Gebruikers'
- ClientHeight = 186
- ClientWidth = 289
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 96
- Width = 273
- Height = 17
- Shape = bsTopLine
- end
- object OptAll: TRadioButton
- Left = 8
- Top = 24
- Width = 185
- Height = 17
- Caption = 'Alle gebruikers weergeven'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = OptAllClick
- OnKeyPress = OptAllKeyPress
- end
- object OptFilter: TRadioButton
- Left = 8
- Top = 56
- Width = 153
- Height = 17
- Caption = 'Sessies weergeven van'
- TabOrder = 1
- OnClick = OptFilterClick
- OnKeyPress = OptFilterKeyPress
- end
- object EdtUser: TEdit
- Left = 168
- Top = 54
- Width = 113
- Height = 21
- TabOrder = 2
- end
- object BtnCancel: TButton
- Left = 200
- Top = 152
- Width = 83
- Height = 25
- Cancel = True
- Caption = '&Annuleren'
- TabOrder = 3
- OnClick = BtnCancelClick
- end
- object BtnOk: TButton
- Left = 112
- Top = 152
- Width = 81
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 4
- OnClick = BtnOkClick
- end
- end
-