home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / Internet.bpl / RCDATA / TFRMRASDIALERPW / TFRMRASDIALERPW.txt < prev   
Encoding:
Text File  |  2004-03-31  |  1.7 KB  |  92 lines

  1. object frmRasDialerPw: TfrmRasDialerPw
  2.   Left = 362
  3.   Top = 274
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Establish Dial-Up Connection'
  7.   ClientHeight = 159
  8.   ClientWidth = 288
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 7
  21.     Top = 60
  22.     Width = 73
  23.     Height = 13
  24.     Caption = 'User name:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 7
  28.     Top = 87
  29.     Width = 49
  30.     Height = 13
  31.     Caption = 'Password:'
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 3
  35.     Top = 43
  36.     Width = 283
  37.     Height = 7
  38.     Shape = bsTopLine
  39.   end
  40.   object Image1: TImage
  41.     Left = 7
  42.     Top = 6
  43.     Width = 32
  44.     Height = 32
  45.     AutoSize = True
  46.     Picture.Data = {<image000.ico>}
  47.   end
  48.   object Label3: TLabel
  49.     Left = 46
  50.     Top = 7
  51.     Width = 237
  52.     Height = 28
  53.     AutoSize = False
  54.     Caption = 
  55.       'Please enter the necessary login information for the selected di' +
  56.       'al-up connection:'
  57.     WordWrap = True
  58.   end
  59.   object Bevel2: TBevel
  60.     Left = 3
  61.     Top = 117
  62.     Width = 283
  63.     Height = 7
  64.     Shape = bsTopLine
  65.   end
  66.   object txtUserName: TEdit
  67.     Left = 88
  68.     Top = 57
  69.     Width = 190
  70.     Height = 21
  71.     TabOrder = 0
  72.   end
  73.   object txtPassword: TEdit
  74.     Left = 88
  75.     Top = 84
  76.     Width = 190
  77.     Height = 21
  78.     PasswordChar = '*'
  79.     TabOrder = 1
  80.   end
  81.   object btnConnect: TButton
  82.     Left = 200
  83.     Top = 129
  84.     Width = 79
  85.     Height = 23
  86.     Caption = 'Connect'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 2
  90.   end
  91. end
  92.