home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Vyzkuste / Waveflow / Waveflow.exe / 0 / RCDATA / TFORM23 / TFORM23.txt
Text File  |  1999-08-29  |  2KB  |  95 lines

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