home *** CD-ROM | disk | FTP | other *** search
/ BUG 11 / BUGCD1998_02.ISO / util / notepad / _setup.1 / Notepads.exe / 0 / RCDATA / TXREGISTERENTRYFORM / TXREGISTERENTRYFORM.txt
Text File  |  1997-12-10  |  2KB  |  87 lines

  1. object XRegisterEntryForm: TXRegisterEntryForm
  2.   Left = 435
  3.   Top = 324
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register'
  6.   ClientHeight = 193
  7.   ClientWidth = 349
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 341
  20.     Height = 185
  21.   end
  22.   object Label1: TLabel
  23.     Left = 12
  24.     Top = 12
  25.     Width = 77
  26.     Height = 21
  27.     Caption = 'User:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 12
  31.     Top = 60
  32.     Width = 73
  33.     Height = 21
  34.     Caption = 'Company:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 12
  38.     Top = 108
  39.     Width = 65
  40.     Height = 21
  41.     AutoSize = False
  42.     Caption = 'Serialno.:'
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 12
  46.     Top = 32
  47.     Width = 325
  48.     Height = 21
  49.     CharCase = ecUpperCase
  50.     TabOrder = 0
  51.   end
  52.   object Edit2: TEdit
  53.     Left = 12
  54.     Top = 80
  55.     Width = 325
  56.     Height = 21
  57.     CharCase = ecUpperCase
  58.     TabOrder = 1
  59.   end
  60.   object Edit3: TEdit
  61.     Left = 12
  62.     Top = 128
  63.     Width = 325
  64.     Height = 21
  65.     CharCase = ecUpperCase
  66.     TabOrder = 2
  67.   end
  68.   object Button1: TButton
  69.     Left = 184
  70.     Top = 156
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Register'
  74.     TabOrder = 3
  75.     OnClick = Button1Click
  76.   end
  77.   object Button2: TButton
  78.     Left = 260
  79.     Top = 156
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'Cancel'
  83.     TabOrder = 4
  84.     OnClick = Button2Click
  85.   end
  86. end
  87.