home *** CD-ROM | disk | FTP | other *** search
- object AdvancedRASDlg: TAdvancedRASDlg
- Left = 231
- Top = 110
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Advanced RAS configuration'
- ClientHeight = 304
- ClientWidth = 290
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 290
- Height = 265
- ActivePage = TabSheet1
- Align = alTop
- TabIndex = 0
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'Authentication'
- object lbLongOverride: TLabel
- Left = 32
- Top = 32
- Width = 3
- Height = 13
- end
- object cbLoginOverride: TCheckBox
- Left = 8
- Top = 16
- Width = 265
- Height = 17
- Caption = '&Ignore Windows Phonebook authentication data'
- TabOrder = 0
- OnClick = cbLoginOverrideClick
- end
- object gSpecialLogin: TGroupBox
- Left = 8
- Top = 48
- Width = 265
- Height = 177
- Caption = 'Special authentication data'
- Enabled = False
- TabOrder = 1
- object lbUser: TLabel
- Left = 16
- Top = 24
- Width = 54
- Height = 13
- Caption = '&User name:'
- FocusControl = eUserName
- end
- object lbPassword: TLabel
- Left = 16
- Top = 72
- Width = 49
- Height = 13
- Caption = '&Password:'
- FocusControl = ePassword
- end
- object lbDomain: TLabel
- Left = 16
- Top = 120
- Width = 39
- Height = 13
- Caption = '&Domain:'
- FocusControl = eDomain
- end
- object eUserName: TEdit
- Left = 16
- Top = 40
- Width = 233
- Height = 21
- TabOrder = 0
- end
- object ePassword: TEdit
- Left = 16
- Top = 88
- Width = 233
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object eDomain: TEdit
- Left = 16
- Top = 136
- Width = 233
- Height = 21
- TabOrder = 2
- end
- end
- end
- end
- object bOK: TButton
- Left = 120
- Top = 272
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 208
- Top = 272
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-