home *** CD-ROM | disk | FTP | other *** search
- object Form23: TForm23
- Left = 73
- Top = 162
- BorderStyle = bsDialog
- Caption = 'Registration form'
- ClientHeight = 198
- ClientWidth = 274
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object EtiquetaToni1: TEtiquetaToni
- Left = 30
- Top = 8
- Width = 207
- Height = 48
- Alignment = taCenter
- Caption =
- 'Please write into the edit boxes the login and password that the' +
- ' author of Wave Flow has given you:'
- Color = 8404992
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- WordWrap = True
- Requadre = True
- RequadreColor = clNavy
- RequadreWidth = 1
- RequadreAlign = taNone
- TextStyle = tsNone
- end
- object Label1: TLabel
- Left = 24
- Top = 72
- Width = 29
- Height = 13
- Caption = '&Login:'
- end
- object Label2: TLabel
- Left = 24
- Top = 112
- Width = 49
- Height = 13
- Caption = '&Password:'
- end
- object Button1: TButton
- Left = 99
- Top = 160
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object password1: TEdit
- Left = 24
- Top = 88
- Width = 225
- Height = 24
- Color = 8404992
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnKeyUp = Password2KeyUp
- end
- object password2: TEdit
- Left = 24
- Top = 128
- Width = 225
- Height = 24
- Color = 8404992
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 1
- OnKeyUp = Password2KeyUp
- end
- end
-