home *** CD-ROM | disk | FTP | other *** search
- object fmPassDlg: TfmPassDlg
- Left = 316
- Top = 121
- BorderStyle = bsDialog
- Caption = 'Register WiSCy'
- ClientHeight = 123
- ClientWidth = 345
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 11
- Top = 16
- Width = 54
- Height = 13
- Caption = 'User name:'
- end
- object Label2: TLabel
- Left = 10
- Top = 61
- Width = 57
- Height = 13
- Caption = 'License No:'
- end
- object lbDay: TLabel
- Left = 237
- Top = 14
- Width = 3
- Height = 15
- Alignment = taRightJustify
- Font.Charset = ANSI_CHARSET
- Font.Color = clRed
- Font.Height = -12
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object OKBtn: TButton
- Left = 262
- Top = 18
- Width = 75
- Height = 25
- Caption = 'Register'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 262
- Top = 48
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Not now'
- ModalResult = 2
- TabOrder = 1
- end
- object Button1: TButton
- Left = 262
- Top = 79
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- OnClick = Button1Click
- end
- object edLicenseNo: TEdit
- Left = 8
- Top = 75
- Width = 233
- Height = 21
- TabOrder = 3
- end
- object edUserName: TEdit
- Left = 8
- Top = 32
- Width = 233
- Height = 21
- TabOrder = 4
- end
- end
-