home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / dsqsln20.zip / _SETUP.1 / DsqSln32.exe / 0 / RCDATA / TVALIDATORDLG / TVALIDATORDLG.txt
Text File  |  1996-06-08  |  1KB  |  77 lines

  1. object ValidatorDlg: TValidatorDlg
  2.   Left = 450
  3.   Top = 173
  4.   ActiveControl = UserNameEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration Dialog Box'
  7.   ClientHeight = 166
  8.   ClientWidth = 345
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 6
  19.     Width = 329
  20.     Height = 153
  21.     BevelOuter = bvLowered
  22.     TabOrder = 4
  23.     object Label1: TLabel
  24.       Left = 32
  25.       Top = 32
  26.       Width = 67
  27.       Height = 13
  28.       Alignment = taRightJustify
  29.       Caption = 'User Name:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 16
  33.       Top = 64
  34.       Width = 85
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       Caption = 'Registration #:'
  38.     end
  39.   end
  40.   object OKBtn: TBitBtn
  41.     Left = 91
  42.     Top = 114
  43.     Width = 77
  44.     Height = 27
  45.     TabOrder = 0
  46.     Kind = bkOK
  47.     Margin = 2
  48.     Spacing = -1
  49.     IsControl = True
  50.   end
  51.   object CancelBtn: TBitBtn
  52.     Left = 177
  53.     Top = 114
  54.     Width = 77
  55.     Height = 27
  56.     TabOrder = 1
  57.     Kind = bkCancel
  58.     Margin = 2
  59.     Spacing = -1
  60.     IsControl = True
  61.   end
  62.   object UserNameEdit: TEdit
  63.     Left = 128
  64.     Top = 32
  65.     Width = 193
  66.     Height = 20
  67.     TabOrder = 2
  68.   end
  69.   object RegNoEdit: TEdit
  70.     Left = 128
  71.     Top = 64
  72.     Width = 193
  73.     Height = 20
  74.     TabOrder = 3
  75.   end
  76. end
  77.