home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / CLEANUP1.ZIP / CleanUp.ex_ / 0 / RCDATA / TVALIDATORDLG / TVALIDATORDLG.txt
Text File  |  1997-02-09  |  1KB  |  77 lines

  1. object ValidatorDlg: TValidatorDlg
  2.   Left = 34
  3.   Top = 397
  4.   ActiveControl = UserNameEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Register'
  7.   ClientHeight = 98
  8.   ClientWidth = 337
  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 = 15
  19.     Width = 120
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'User Name:'
  23.   end
  24.   object RegNoLabel: TLabel
  25.     Left = 8
  26.     Top = 39
  27.     Width = 120
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'Registration Number:'
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 174
  34.     Top = 64
  35.     Width = 75
  36.     Height = 23
  37.     Caption = '&OK'
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ModalResult = 1
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     IsControl = True
  46.   end
  47.   object CancelBtn: TButton
  48.     Left = 254
  49.     Top = 64
  50.     Width = 75
  51.     Height = 23
  52.     Caption = '&Cancel'
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ModalResult = 2
  58.     ParentFont = False
  59.     TabOrder = 1
  60.     IsControl = True
  61.   end
  62.   object UserNameEdit: TEdit
  63.     Left = 136
  64.     Top = 8
  65.     Width = 193
  66.     Height = 21
  67.     TabOrder = 2
  68.   end
  69.   object RegNoEdit: TEdit
  70.     Left = 136
  71.     Top = 32
  72.     Width = 193
  73.     Height = 21
  74.     TabOrder = 3
  75.   end
  76. end
  77.