home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TFMPASSDLG / TFMPASSDLG.txt
Encoding:
Text File  |  1998-02-28  |  1.6 KB  |  88 lines

  1. object fmPassDlg: TfmPassDlg
  2.   Left = 316
  3.   Top = 121
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register WiSCy'
  6.   ClientHeight = 123
  7.   ClientWidth = 345
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 11
  18.     Top = 16
  19.     Width = 54
  20.     Height = 13
  21.     Caption = 'User name:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 10
  25.     Top = 61
  26.     Width = 57
  27.     Height = 13
  28.     Caption = 'License No:'
  29.   end
  30.   object lbDay: TLabel
  31.     Left = 237
  32.     Top = 14
  33.     Width = 3
  34.     Height = 15
  35.     Alignment = taRightJustify
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clRed
  38.     Font.Height = -12
  39.     Font.Name = 'Times New Roman'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object OKBtn: TButton
  44.     Left = 262
  45.     Top = 18
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Register'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 0
  52.     OnClick = OKBtnClick
  53.   end
  54.   object CancelBtn: TButton
  55.     Left = 262
  56.     Top = 48
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Not now'
  61.     ModalResult = 2
  62.     TabOrder = 1
  63.   end
  64.   object Button1: TButton
  65.     Left = 262
  66.     Top = 79
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Help'
  70.     TabOrder = 2
  71.     OnClick = Button1Click
  72.   end
  73.   object edLicenseNo: TEdit
  74.     Left = 8
  75.     Top = 75
  76.     Width = 233
  77.     Height = 21
  78.     TabOrder = 3
  79.   end
  80.   object edUserName: TEdit
  81.     Left = 8
  82.     Top = 32
  83.     Width = 233
  84.     Height = 21
  85.     TabOrder = 4
  86.   end
  87. end
  88.