home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TENTERPASSWORDFRM / TENTERPASSWORDFRM.txt < prev   
Text File  |  2005-05-01  |  2KB  |  100 lines

  1. object EnterPasswordfrm: TEnterPasswordfrm
  2.   Left = 361
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration form'
  6.   ClientHeight = 198
  7.   ClientWidth = 274
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object EtiquetaToni1: TEtiquetaToni
  21.     Left = 30
  22.     Top = 8
  23.     Width = 207
  24.     Height = 48
  25.     Alignment = taCenter
  26.     Caption = 
  27.       'Please write into the edit boxes the login and password that the' +
  28.       ' author of Wave Flow has given you:'
  29.     Color = 8404992
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWhite
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentColor = False
  36.     ParentFont = False
  37.     WordWrap = True
  38.     Requadre = True
  39.     RequadreColor = clNavy
  40.     RequadreWidth = 1
  41.     RequadreAlign = taNone
  42.     TextStyle = tsNone
  43.   end
  44.   object Label1: TLabel
  45.     Left = 24
  46.     Top = 72
  47.     Width = 29
  48.     Height = 13
  49.     Caption = '&Login:'
  50.   end
  51.   object Label2: TLabel
  52.     Left = 24
  53.     Top = 112
  54.     Width = 49
  55.     Height = 13
  56.     Caption = '&Password:'
  57.   end
  58.   object Button1: TButton
  59.     Left = 99
  60.     Top = 160
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&OK'
  64.     Default = True
  65.     TabOrder = 2
  66.     OnClick = Button1Click
  67.   end
  68.   object password1: TEdit
  69.     Left = 24
  70.     Top = 88
  71.     Width = 225
  72.     Height = 24
  73.     Color = 8404992
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWhite
  76.     Font.Height = -13
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 0
  81.     OnKeyUp = Password2KeyUp
  82.   end
  83.   object password2: TEdit
  84.     Left = 24
  85.     Top = 128
  86.     Width = 225
  87.     Height = 24
  88.     Color = 8404992
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clWhite
  91.     Font.Height = -13
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     PasswordChar = '*'
  96.     TabOrder = 1
  97.     OnKeyUp = Password2KeyUp
  98.   end
  99. end
  100.