home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / Adastra / _SETUP.1 / Adastra.exe / 0 / RCDATA / TCODEENTRYFORM / TCODEENTRYFORM.txt
Text File  |  1998-12-16  |  985b  |  51 lines

  1. object CodeEntryForm: TCodeEntryForm
  2.   Left = 275
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration preliminaries'
  6.   ClientHeight = 92
  7.   ClientWidth = 454
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 125
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 454
  21.     Height = 92
  22.     Align = alClient
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object Edit1: TEdit
  26.       Left = 216
  27.       Top = 32
  28.       Width = 121
  29.       Height = 24
  30.       TabOrder = 0
  31.     end
  32.     object Panel2: TPanel
  33.       Left = 8
  34.       Top = 24
  35.       Width = 185
  36.       Height = 41
  37.       Caption = 'Please enter your code:'
  38.       TabOrder = 1
  39.     end
  40.     object Button1: TButton
  41.       Left = 360
  42.       Top = 32
  43.       Width = 75
  44.       Height = 25
  45.       Caption = 'Done'
  46.       TabOrder = 2
  47.       OnClick = Button1Click
  48.     end
  49.   end
  50. end
  51.