home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / compress / sz32-29b.exe / szipw32.exe / 0 / RCDATA / TPROGREGFRM / TPROGREGFRM.txt
Text File  |  1996-09-06  |  2KB  |  82 lines

  1. object ProgRegFrm: TProgRegFrm
  2.   Left = 199
  3.   Top = 115
  4.   ActiveControl = ctrlname
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registering'
  7.   ClientHeight = 154
  8.   ClientWidth = 336
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'System'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label3: TLabel
  17.     Left = 25
  18.     Top = 75
  19.     Width = 87
  20.     Height = 16
  21.     Alignment = taRightJustify
  22.     Caption = 'Registration :'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 28
  26.     Top = 49
  27.     Width = 84
  28.     Height = 15
  29.     Alignment = taRightJustify
  30.     AutoSize = False
  31.     Caption = 'Name :'
  32.   end
  33.   object Label1: TLabel
  34.     Left = 19
  35.     Top = 15
  36.     Width = 303
  37.     Height = 21
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'Please enter your name and registration'
  41.     WordWrap = True
  42.   end
  43.   object okbtn: TButton
  44.     Left = 72
  45.     Top = 115
  46.     Width = 82
  47.     Height = 26
  48.     Caption = '&Ok'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 2
  52.   end
  53.   object ctrlreg: TEdit
  54.     Left = 120
  55.     Top = 73
  56.     Width = 193
  57.     Height = 20
  58.     AutoSize = False
  59.     CharCase = ecUpperCase
  60.     TabOrder = 1
  61.   end
  62.   object Button2: TButton
  63.     Left = 188
  64.     Top = 115
  65.     Width = 84
  66.     Height = 26
  67.     Cancel = True
  68.     Caption = '&Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.   end
  72.   object ctrlname: TEdit
  73.     Left = 120
  74.     Top = 48
  75.     Width = 193
  76.     Height = 19
  77.     AutoSize = False
  78.     CharCase = ecLowerCase
  79.     TabOrder = 0
  80.   end
  81. end
  82.