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

  1. object AdvancedRASDlg: TAdvancedRASDlg
  2.   Left = 231
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Advanced RAS configuration'
  7.   ClientHeight = 304
  8.   ClientWidth = 290
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 0
  19.     Top = 0
  20.     Width = 290
  21.     Height = 265
  22.     ActivePage = TabSheet1
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = 'Authentication'
  27.       object lbLongOverride: TLabel
  28.         Left = 32
  29.         Top = 32
  30.         Width = 3
  31.         Height = 13
  32.       end
  33.       object cbLoginOverride: TCheckBox
  34.         Left = 8
  35.         Top = 16
  36.         Width = 265
  37.         Height = 17
  38.         Caption = '&Ignore Windows Phonebook authentication data'
  39.         TabOrder = 0
  40.         OnClick = cbLoginOverrideClick
  41.       end
  42.       object gSpecialLogin: TGroupBox
  43.         Left = 8
  44.         Top = 48
  45.         Width = 265
  46.         Height = 177
  47.         Caption = 'Special authentication data'
  48.         Enabled = False
  49.         TabOrder = 1
  50.         object lbUser: TLabel
  51.           Left = 16
  52.           Top = 24
  53.           Width = 54
  54.           Height = 13
  55.           Caption = '&User name:'
  56.           FocusControl = eUserName
  57.         end
  58.         object lbPassword: TLabel
  59.           Left = 16
  60.           Top = 72
  61.           Width = 49
  62.           Height = 13
  63.           Caption = '&Password:'
  64.           FocusControl = ePassword
  65.         end
  66.         object lbDomain: TLabel
  67.           Left = 16
  68.           Top = 120
  69.           Width = 39
  70.           Height = 13
  71.           Caption = '&Domain:'
  72.           FocusControl = eDomain
  73.         end
  74.         object eUserName: TEdit
  75.           Left = 16
  76.           Top = 40
  77.           Width = 233
  78.           Height = 21
  79.           TabOrder = 0
  80.         end
  81.         object ePassword: TEdit
  82.           Left = 16
  83.           Top = 88
  84.           Width = 233
  85.           Height = 21
  86.           PasswordChar = '*'
  87.           TabOrder = 1
  88.         end
  89.         object eDomain: TEdit
  90.           Left = 16
  91.           Top = 136
  92.           Width = 233
  93.           Height = 21
  94.           TabOrder = 2
  95.         end
  96.       end
  97.     end
  98.   end
  99.   object bOK: TButton
  100.     Left = 120
  101.     Top = 272
  102.     Width = 75
  103.     Height = 25
  104.     Caption = '&OK'
  105.     Default = True
  106.     ModalResult = 1
  107.     TabOrder = 1
  108.     OnClick = bOKClick
  109.   end
  110.   object bCancel: TButton
  111.     Left = 208
  112.     Top = 272
  113.     Width = 75
  114.     Height = 25
  115.     Cancel = True
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 2
  119.   end
  120. end
  121.