home *** CD-ROM | disk | FTP | other *** search
- object frmRasDialerPw: TfrmRasDialerPw
- Left = 362
- Top = 274
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Establish Dial-Up Connection'
- ClientHeight = 159
- ClientWidth = 288
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 7
- Top = 60
- Width = 73
- Height = 13
- Caption = 'User name:'
- end
- object Label2: TLabel
- Left = 7
- Top = 87
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object Bevel1: TBevel
- Left = 3
- Top = 43
- Width = 283
- Height = 7
- Shape = bsTopLine
- end
- object Image1: TImage
- Left = 7
- Top = 6
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Label3: TLabel
- Left = 46
- Top = 7
- Width = 237
- Height = 28
- AutoSize = False
- Caption =
- 'Please enter the necessary login information for the selected di' +
- 'al-up connection:'
- WordWrap = True
- end
- object Bevel2: TBevel
- Left = 3
- Top = 117
- Width = 283
- Height = 7
- Shape = bsTopLine
- end
- object txtUserName: TEdit
- Left = 88
- Top = 57
- Width = 190
- Height = 21
- TabOrder = 0
- end
- object txtPassword: TEdit
- Left = 88
- Top = 84
- Width = 190
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object btnConnect: TButton
- Left = 200
- Top = 129
- Width = 79
- Height = 23
- Caption = 'Connect'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- end
-