home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TUSERSELECTDLG / TUSERSELECTDLG.txt < prev   
Text File  |  2001-09-09  |  1KB  |  74 lines

  1. object UserSelectDlg: TUserSelectDlg
  2.   Left = 247
  3.   Top = 180
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select the Account'
  7.   ClientHeight = 137
  8.   ClientWidth = 274
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 20
  22.     Width = 43
  23.     Height = 13
  24.     Caption = '&Account:'
  25.     FocusControl = eUser
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 60
  30.     Width = 49
  31.     Height = 13
  32.     Caption = '&Password:'
  33.     FocusControl = ePassword
  34.   end
  35.   object eUser: TComboBox
  36.     Left = 112
  37.     Top = 16
  38.     Width = 153
  39.     Height = 21
  40.     Style = csDropDownList
  41.     ItemHeight = 13
  42.     TabOrder = 0
  43.   end
  44.   object ePassword: TEdit
  45.     Left = 112
  46.     Top = 56
  47.     Width = 153
  48.     Height = 21
  49.     PasswordChar = '*'
  50.     TabOrder = 1
  51.   end
  52.   object bOK: TButton
  53.     Left = 72
  54.     Top = 104
  55.     Width = 89
  56.     Height = 25
  57.     Caption = '&OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 2
  61.     OnClick = bOKClick
  62.   end
  63.   object bCancel: TButton
  64.     Left = 176
  65.     Top = 104
  66.     Width = 89
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.   end
  73. end
  74.