home *** CD-ROM | disk | FTP | other *** search
- object UserForm: TUserForm
- Left = 367
- Top = 177
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'Change User'
- ClientHeight = 183
- ClientWidth = 154
- Color = clFuchsia
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object CHangeLabel: TLabel
- Left = 21
- Top = 163
- Width = 119
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- Caption = ' Changing User '
- Color = clRed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Visible = False
- end
- object UserList: TListBox
- Left = 9
- Top = 6
- Width = 138
- Height = 130
- ItemHeight = 13
- TabOrder = 0
- OnClick = UserListClick
- end
- object CHangeBtn: TButton
- Left = 19
- Top = 141
- Width = 123
- Height = 20
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Change Active User'
- TabOrder = 1
- OnClick = CHangeBtnClick
- end
- end
-