home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 29 / XENIATGM29.iso / win95 / ash / _setup.1 / ASH.exe / 0 / RCDATA / TVALIDATORDLG / TVALIDATORDLG.txt
Text File  |  1997-04-20  |  1KB  |  69 lines

  1. object ValidatorDlg: TValidatorDlg
  2.   Left = 306
  3.   Top = 588
  4.   ActiveControl = UserNameEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Validation'
  7.   ClientHeight = 128
  8.   ClientWidth = 345
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object UserNameLabel: TLabel
  17.     Left = 8
  18.     Top = 23
  19.     Width = 120
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'User Name:'
  23.   end
  24.   object RegNoLabel: TLabel
  25.     Left = 8
  26.     Top = 55
  27.     Width = 120
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'Registration Number:'
  31.   end
  32.   object OKBtn: TBitBtn
  33.     Left = 70
  34.     Top = 88
  35.     Width = 77
  36.     Height = 27
  37.     TabOrder = 0
  38.     Kind = bkOK
  39.     Margin = 2
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object CancelBtn: TBitBtn
  44.     Left = 198
  45.     Top = 88
  46.     Width = 77
  47.     Height = 27
  48.     TabOrder = 1
  49.     Kind = bkCancel
  50.     Margin = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object UserNameEdit: TEdit
  55.     Left = 144
  56.     Top = 16
  57.     Width = 193
  58.     Height = 21
  59.     TabOrder = 2
  60.   end
  61.   object RegNoEdit: TEdit
  62.     Left = 144
  63.     Top = 48
  64.     Width = 193
  65.     Height = 21
  66.     TabOrder = 3
  67.   end
  68. end
  69.