home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / pmc / _setup.1 / Pmc.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt
Text File  |  1997-04-09  |  1KB  |  85 lines

  1. object RegForm: TRegForm
  2.   Left = 203
  3.   Top = 155
  4.   Width = 379
  5.   Height = 186
  6.   Caption = 'Register'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 40
  18.     Width = 33
  19.     Height = 13
  20.     Caption = 'Name'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 16
  24.     Top = 72
  25.     Width = 52
  26.     Height = 13
  27.     Caption = 'Company'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 16
  31.     Top = 104
  32.     Width = 22
  33.     Height = 13
  34.     Caption = 'Key'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 0
  38.     Top = 8
  39.     Width = 369
  40.     Height = 13
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'Read Order.txt to find out how to register'
  44.   end
  45.   object Naam: TEdit
  46.     Left = 80
  47.     Top = 32
  48.     Width = 273
  49.     Height = 21
  50.     TabOrder = 0
  51.   end
  52.   object Bedrijf: TEdit
  53.     Left = 80
  54.     Top = 64
  55.     Width = 273
  56.     Height = 21
  57.     TabOrder = 1
  58.   end
  59.   object Key: TEdit
  60.     Left = 80
  61.     Top = 96
  62.     Width = 273
  63.     Height = 21
  64.     TabOrder = 2
  65.   end
  66.   object Button1: TButton
  67.     Left = 8
  68.     Top = 128
  69.     Width = 169
  70.     Height = 25
  71.     Caption = 'Register'
  72.     TabOrder = 3
  73.     OnClick = Button1Click
  74.   end
  75.   object Button2: TButton
  76.     Left = 192
  77.     Top = 128
  78.     Width = 169
  79.     Height = 25
  80.     Caption = 'Continue without registering'
  81.     TabOrder = 4
  82.     OnClick = Button2Click
  83.   end
  84. end
  85.