home *** CD-ROM | disk | FTP | other *** search
- object frmReg: TfrmReg
- Left = 307
- Top = 317
- BorderStyle = bsDialog
- Caption = 'Register LeapFTP'
- ClientHeight = 115
- ClientWidth = 319
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblName: TLabel
- Left = 6
- Top = 16
- Width = 88
- Height = 13
- Alignment = taRightJustify
- Caption = 'Registered Owner:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 25
- Top = 50
- Width = 69
- Height = 13
- Alignment = taRightJustify
- Caption = 'Serial Number:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object txtUserName: TEdit
- Left = 105
- Top = 13
- Width = 166
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = txtUserNameChange
- end
- object txtSerial: TEdit
- Left = 105
- Top = 46
- Width = 166
- Height = 21
- CharCase = ecUpperCase
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnChange = txtUserNameChange
- end
- object btnOk: TButton
- Left = 80
- Top = 80
- Width = 70
- Height = 23
- Caption = '&OK'
- TabOrder = 2
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 163
- Top = 80
- Width = 70
- Height = 23
- Caption = 'Ca&ncel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-