home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #9 / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMLOGON / TFRMLOGON.txt
Encoding:
Text File  |  2000-07-27  |  2.2 KB  |  115 lines

  1. object frmLogon: TfrmLogon
  2.   Left = 513
  3.   Top = 293
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Log on Different User'
  7.   ClientHeight = 188
  8.   ClientWidth = 318
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 4
  20.     Top = 101
  21.     Width = 49
  22.     Height = 13
  23.     Caption = '&Password:'
  24.     FocusControl = edtPassword
  25.   end
  26.   object Label2: TLabel
  27.     Left = 4
  28.     Top = 76
  29.     Width = 56
  30.     Height = 13
  31.     Caption = '&User Name:'
  32.     FocusControl = edtUsername
  33.   end
  34.   object Label4: TLabel
  35.     Left = 4
  36.     Top = 4
  37.     Width = 305
  38.     Height = 39
  39.     Caption = 
  40.       'Please specify a user name, password and server to connect to. T' +
  41.       'his option is used to log on as a user other than the user speci' +
  42.       'fied in the startup settings for this machine.'
  43.     WordWrap = True
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 4
  47.     Top = 48
  48.     Width = 309
  49.     Height = 5
  50.     Shape = bsBottomLine
  51.   end
  52.   object Label3: TLabel
  53.     Left = 68
  54.     Top = 140
  55.     Width = 86
  56.     Height = 13
  57.     Caption = 'Connect to &Server'
  58.   end
  59.   object edtUsername: TEdit
  60.     Left = 68
  61.     Top = 72
  62.     Width = 141
  63.     Height = 21
  64.     TabOrder = 0
  65.   end
  66.   object edtPassword: TEdit
  67.     Left = 68
  68.     Top = 100
  69.     Width = 141
  70.     Height = 21
  71.     PasswordChar = '*'
  72.     TabOrder = 1
  73.   end
  74.   object chkRemember: TCheckBox
  75.     Left = 76
  76.     Top = 124
  77.     Width = 137
  78.     Height = 17
  79.     Caption = '&Remember password'
  80.     TabOrder = 2
  81.     Visible = False
  82.   end
  83.   object comOK: TButton
  84.     Left = 238
  85.     Top = 64
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 4
  92.     OnClick = comOKClick
  93.   end
  94.   object comCancel: TButton
  95.     Left = 238
  96.     Top = 96
  97.     Width = 75
  98.     Height = 25
  99.     Cancel = True
  100.     Caption = 'Cancel'
  101.     ModalResult = 2
  102.     TabOrder = 5
  103.   end
  104.   object cboServer: TComboBox
  105.     Left = 68
  106.     Top = 156
  107.     Width = 141
  108.     Height = 21
  109.     ItemHeight = 13
  110.     Items.Strings = (
  111.       'localhost')
  112.     TabOrder = 3
  113.   end
  114. end
  115.