home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #8 / K-CD-8-2002.ISO / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TUSERFORM / TUSERFORM.txt
Encoding:
Text File  |  2002-01-25  |  1.2 KB  |  57 lines

  1. object UserForm: TUserForm
  2.   Left = 367
  3.   Top = 177
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Change User'
  7.   ClientHeight = 183
  8.   ClientWidth = 154
  9.   Color = clFuchsia
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CHangeLabel: TLabel
  21.     Left = 21
  22.     Top = 163
  23.     Width = 119
  24.     Height = 16
  25.     Anchors = [akLeft, akTop, akRight]
  26.     Caption = '  Changing User  '
  27.     Color = clRed
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWhite
  30.     Font.Height = -15
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentColor = False
  34.     ParentFont = False
  35.     Visible = False
  36.   end
  37.   object UserList: TListBox
  38.     Left = 9
  39.     Top = 6
  40.     Width = 138
  41.     Height = 130
  42.     ItemHeight = 13
  43.     TabOrder = 0
  44.     OnClick = UserListClick
  45.   end
  46.   object CHangeBtn: TButton
  47.     Left = 19
  48.     Top = 141
  49.     Width = 123
  50.     Height = 20
  51.     Anchors = [akLeft, akTop, akRight]
  52.     Caption = 'Change Active User'
  53.     TabOrder = 1
  54.     OnClick = CHangeBtnClick
  55.   end
  56. end
  57.