home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Zip / Arjshell / install.exe / ARJSHL32.EXE / 0 / RCDATA / TREGFORM / TREGFORM.txt
Encoding:
Text File  |  1998-07-21  |  1.2 KB  |  69 lines

  1. object RegForm: TRegForm
  2.   Left = 496
  3.   Top = 438
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Register ArjShell'
  7.   ClientHeight = 128
  8.   ClientWidth = 176
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object LabelName: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 51
  20.     Height = 13
  21.     Caption = '&Username:'
  22.     FocusControl = EditName
  23.   end
  24.   object LabelID: TLabel
  25.     Left = 8
  26.     Top = 52
  27.     Width = 39
  28.     Height = 13
  29.     Caption = 'User-&ID:'
  30.     FocusControl = EditID
  31.   end
  32.   object EditName: TEdit
  33.     Left = 8
  34.     Top = 24
  35.     Width = 160
  36.     Height = 21
  37.     MaxLength = 40
  38.     TabOrder = 0
  39.   end
  40.   object EditID: TEdit
  41.     Left = 8
  42.     Top = 68
  43.     Width = 160
  44.     Height = 21
  45.     MaxLength = 9
  46.     TabOrder = 1
  47.   end
  48.   object BtnReg: TButton
  49.     Left = 8
  50.     Top = 100
  51.     Width = 72
  52.     Height = 24
  53.     Caption = '&Register'
  54.     Default = True
  55.     TabOrder = 2
  56.     OnClick = BtnRegClick
  57.   end
  58.   object BtnAbort: TButton
  59.     Left = 96
  60.     Top = 100
  61.     Width = 72
  62.     Height = 24
  63.     Cancel = True
  64.     Caption = '&Abort'
  65.     ModalResult = 2
  66.     TabOrder = 3
  67.   end
  68. end
  69.