home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / software / lftp / lftp.exe / 0 / RCDATA / TFRMREG / TFRMREG.txt
Encoding:
Text File  |  2004-06-22  |  1.9 KB  |  95 lines

  1. object frmReg: TfrmReg
  2.   Left = 307
  3.   Top = 317
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register LeapFTP'
  6.   ClientHeight = 115
  7.   ClientWidth = 319
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblName: TLabel
  20.     Left = 6
  21.     Top = 16
  22.     Width = 88
  23.     Height = 13
  24.     Alignment = taRightJustify
  25.     Caption = 'Registered Owner:'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label1: TLabel
  34.     Left = 25
  35.     Top = 50
  36.     Width = 69
  37.     Height = 13
  38.     Alignment = taRightJustify
  39.     Caption = 'Serial Number:'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object txtUserName: TEdit
  48.     Left = 105
  49.     Top = 13
  50.     Width = 166
  51.     Height = 21
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 0
  59.     OnChange = txtUserNameChange
  60.   end
  61.   object txtSerial: TEdit
  62.     Left = 105
  63.     Top = 46
  64.     Width = 166
  65.     Height = 21
  66.     CharCase = ecUpperCase
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 1
  74.     OnChange = txtUserNameChange
  75.   end
  76.   object btnOk: TButton
  77.     Left = 80
  78.     Top = 80
  79.     Width = 70
  80.     Height = 23
  81.     Caption = '&OK'
  82.     TabOrder = 2
  83.     OnClick = btnOkClick
  84.   end
  85.   object btnCancel: TButton
  86.     Left = 163
  87.     Top = 80
  88.     Width = 70
  89.     Height = 23
  90.     Caption = 'Ca&ncel'
  91.     ModalResult = 2
  92.     TabOrder = 3
  93.   end
  94. end
  95.