home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 259
- Top = 106
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'MoonLight Software - License Wizard'
- ClientHeight = 363
- ClientWidth = 455
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 196
- Top = 336
- Width = 93
- Height = 25
- Caption = 'Save License'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 380
- Top = 336
- Width = 69
- Height = 25
- Caption = 'C&ancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 449
- Height = 329
- ActivePage = TabSheet1
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'License Info'
- object Label1: TLabel
- Left = 120
- Top = 8
- Width = 256
- Height = 13
- Caption = 'Number of Trial days(s) before this application expires:'
- end
- object Label2: TLabel
- Left = 112
- Top = 32
- Width = 255
- Height = 13
- Caption = ' Number of use(s) before this application expires:'
- end
- object Label4: TLabel
- Left = 12
- Top = 60
- Width = 78
- Height = 13
- Caption = 'Company Name:'
- end
- object Label5: TLabel
- Left = 8
- Top = 88
- Width = 83
- Height = 13
- Caption = 'Name of Product:'
- end
- object Label7: TLabel
- Left = 0
- Top = 112
- Width = 93
- Height = 13
- Caption = 'Version Information:'
- end
- object Label6: TLabel
- Left = 12
- Top = 140
- Width = 81
- Height = 13
- Caption = 'Copyright Notice:'
- end
- object Label8: TLabel
- Left = 0
- Top = 168
- Width = 95
- Height = 13
- Caption = 'Contact Information:'
- end
- object Label3: TLabel
- Left = 4
- Top = 8
- Width = 65
- Height = 13
- Caption = 'Personal Key:'
- end
- object Label9: TLabel
- Left = 100
- Top = 252
- Width = 196
- Height = 13
- Caption = 'Place your ordering URL or WebSite here'
- end
- object UpDown1: TUpDown
- Left = 404
- Top = 4
- Width = 16
- Height = 21
- Min = 0
- Position = 0
- TabOrder = 0
- Wrap = False
- OnClick = UpDown1Click
- end
- object days: TEdit
- Left = 380
- Top = 4
- Width = 25
- Height = 21
- Enabled = False
- MaxLength = 2
- TabOrder = 1
- Text = '0'
- end
- object used: TEdit
- Left = 380
- Top = 28
- Width = 25
- Height = 21
- Enabled = False
- TabOrder = 2
- Text = '0'
- end
- object UpDown2: TUpDown
- Left = 404
- Top = 28
- Width = 16
- Height = 21
- Min = 0
- Position = 0
- TabOrder = 10
- Wrap = False
- OnClick = UpDown2Click
- end
- object CompanyName: TMemo
- Left = 100
- Top = 56
- Width = 313
- Height = 21
- Lines.Strings = (
- '')
- MaxLength = 99
- TabOrder = 4
- WantReturns = False
- WordWrap = False
- end
- object ProductName: TMemo
- Left = 100
- Top = 84
- Width = 313
- Height = 21
- MaxLength = 99
- TabOrder = 5
- WantReturns = False
- WordWrap = False
- end
- object VersionInfo: TMemo
- Left = 100
- Top = 112
- Width = 313
- Height = 21
- Lines.Strings = (
- '')
- MaxLength = 99
- TabOrder = 6
- WantReturns = False
- WordWrap = False
- end
- object Copyright: TMemo
- Left = 100
- Top = 140
- Width = 313
- Height = 21
- Lines.Strings = (
- '')
- MaxLength = 99
- TabOrder = 7
- end
- object ContactInfo: TMemo
- Left = 100
- Top = 168
- Width = 313
- Height = 65
- Lines.Strings = (
- '')
- MaxLength = 200
- ScrollBars = ssVertical
- TabOrder = 8
- end
- object PKey: TMaskEdit
- Left = 12
- Top = 24
- Width = 45
- Height = 21
- EditMask = '!99999;0;.'
- MaxLength = 5
- TabOrder = 3
- end
- object OrderURL: TEdit
- Left = 100
- Top = 268
- Width = 313
- Height = 21
- TabOrder = 9
- Text = 'http://'
- end
- end
- end
- object Button4: TButton
- Left = 292
- Top = 336
- Width = 85
- Height = 25
- Caption = '&Open License'
- TabOrder = 2
- OnClick = Button4Click
- end
- object SaveDialog1: TSaveDialog
- Left = 4
- Top = 328
- end
- object OpenDialog1: TOpenDialog
- Left = 40
- Top = 324
- end
- end
-