home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / TemaCD / currconv / currconv.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1999-07-12  |  1KB  |  76 lines

  1. object Form6: TForm6
  2.   Left = 286
  3.   Top = 171
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Username and Password Required'
  8.   ClientHeight = 120
  9.   ClientWidth = 283
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 36
  23.     Width = 56
  24.     Height = 13
  25.     Caption = 'User Name:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 60
  30.     Width = 49
  31.     Height = 13
  32.     Caption = 'Password:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 16
  36.     Top = 8
  37.     Width = 140
  38.     Height = 13
  39.     Caption = 'Enter username for something'
  40.   end
  41.   object Edit1: TEdit
  42.     Left = 80
  43.     Top = 32
  44.     Width = 201
  45.     Height = 21
  46.     TabOrder = 0
  47.   end
  48.   object Button1: TButton
  49.     Left = 64
  50.     Top = 86
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'OK'
  54.     Default = True
  55.     TabOrder = 2
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 144
  60.     Top = 86
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Cancel'
  64.     TabOrder = 3
  65.     OnClick = Button2Click
  66.   end
  67.   object MaskEdit1: TMaskEdit
  68.     Left = 80
  69.     Top = 56
  70.     Width = 201
  71.     Height = 21
  72.     PasswordChar = '*'
  73.     TabOrder = 1
  74.   end
  75. end
  76.