home *** CD-ROM | disk | FTP | other *** search
- object DoLicense: TDoLicense
- Left = 311
- Top = 155
- BorderStyle = bsDialog
- Caption = 'License Software'
- ClientHeight = 96
- ClientWidth = 322
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 4
- Top = 4
- Width = 317
- Height = 61
- Shape = bsFrame
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 12
- Top = 16
- Width = 73
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Your Name:'
- end
- object Label2: TLabel
- Left = 12
- Top = 40
- Width = 73
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Code:'
- end
- object Label3: TLabel
- Left = 144
- Top = 40
- Width = 9
- Height = 16
- Caption = '-'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 208
- Top = 40
- Width = 9
- Height = 16
- Caption = '-'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object OKButton: TButton
- Left = 68
- Top = 72
- Width = 89
- Height = 21
- Caption = '&Ok'
- TabOrder = 4
- OnClick = OKButtonClick
- end
- object YourName: TEdit
- Left = 96
- Top = 8
- Width = 217
- Height = 24
- TabOrder = 0
- end
- object TheCode: TEdit
- Left = 96
- Top = 36
- Width = 45
- Height = 24
- MaxLength = 4
- TabOrder = 1
- end
- object Button1: TButton
- Left = 164
- Top = 72
- Width = 89
- Height = 21
- Caption = '&Cancel'
- TabOrder = 5
- OnClick = Button1Click
- end
- object TheCode2: TEdit
- Left = 152
- Top = 36
- Width = 53
- Height = 24
- MaxLength = 5
- TabOrder = 2
- end
- object TheCode3: TEdit
- Left = 216
- Top = 36
- Width = 53
- Height = 24
- MaxLength = 5
- TabOrder = 3
- end
- object MyEncrypt: TTomEncryption
- Left = 20
- Top = 68
- end
- end
-