home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Ftp / Leapftp / lftp22.exe / 0 / RCDATA / TFRMREG / TFRMREG.txt
Text File  |  1998-02-05  |  1KB  |  77 lines

  1. object frmReg: TfrmReg
  2.   Left = 237
  3.   Top = 219
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register'
  6.   ClientHeight = 124
  7.   ClientWidth = 334
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object lblName: TLabel
  17.     Left = 27
  18.     Top = 20
  19.     Width = 69
  20.     Height = 16
  21.     Alignment = taRightJustify
  22.     Caption = 'User Name'
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label1: TLabel
  30.     Left = 10
  31.     Top = 56
  32.     Width = 86
  33.     Height = 16
  34.     Alignment = taRightJustify
  35.     Caption = 'Serial Number'
  36.     Font.Color = clBlack
  37.     Font.Height = -13
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object txtUserName: TEdit
  43.     Left = 104
  44.     Top = 16
  45.     Width = 205
  46.     Height = 24
  47.     TabOrder = 0
  48.     OnChange = txtUserNameChange
  49.   end
  50.   object txtSerial: TEdit
  51.     Left = 104
  52.     Top = 52
  53.     Width = 205
  54.     Height = 24
  55.     TabOrder = 1
  56.     OnChange = txtUserNameChange
  57.   end
  58.   object btnOk: TButton
  59.     Left = 88
  60.     Top = 88
  61.     Width = 69
  62.     Height = 25
  63.     Caption = '&OK'
  64.     TabOrder = 2
  65.     OnClick = btnOkClick
  66.   end
  67.   object btnCancel: TButton
  68.     Left = 176
  69.     Top = 88
  70.     Width = 69
  71.     Height = 25
  72.     Caption = 'Ca&ncel'
  73.     ModalResult = 2
  74.     TabOrder = 3
  75.   end
  76. end
  77.