home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / swappe / swapper.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Encoding:
Text File  |  1997-06-19  |  1.2 KB  |  75 lines

  1. object Form5: TForm5
  2.   Left = 357
  3.   Top = 165
  4.   Width = 294
  5.   Height = 163
  6.   Caption = 'Registration'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 112
  17.     Width = 32
  18.     Height = 13
  19.     Caption = 'Label1'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 31
  25.     Height = 13
  26.     Caption = 'Name:'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 8
  30.     Top = 48
  31.     Width = 64
  32.     Height = 13
  33.     Caption = 'Serialnumber:'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 8
  37.     Top = 96
  38.     Width = 52
  39.     Height = 13
  40.     Caption = 'Your code:'
  41.   end
  42.   object Edit1: TEdit
  43.     Left = 8
  44.     Top = 24
  45.     Width = 265
  46.     Height = 21
  47.     TabOrder = 0
  48.   end
  49.   object Button1: TButton
  50.     Left = 200
  51.     Top = 64
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&Register'
  55.     TabOrder = 1
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 200
  60.     Top = 96
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '&Cancel'
  64.     TabOrder = 2
  65.     OnClick = Button2Click
  66.   end
  67.   object Edit2: TEdit
  68.     Left = 8
  69.     Top = 64
  70.     Width = 121
  71.     Height = 21
  72.     TabOrder = 3
  73.   end
  74. end
  75.