home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 September / PCWORLD_PLUS.iso / topshare / netwatch.exe / _SETUP.1 / VBOLock.ocx / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1999-11-08  |  5KB  |  244 lines

  1. object Form2: TForm2
  2.   Left = 259
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'MoonLight Software - License Wizard'
  7.   ClientHeight = 363
  8.   ClientWidth = 455
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 196
  23.     Top = 336
  24.     Width = 93
  25.     Height = 25
  26.     Caption = 'Save License'
  27.     TabOrder = 1
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 380
  32.     Top = 336
  33.     Width = 69
  34.     Height = 25
  35.     Caption = 'C&ancel'
  36.     TabOrder = 3
  37.     OnClick = Button2Click
  38.   end
  39.   object PageControl1: TPageControl
  40.     Left = 0
  41.     Top = 0
  42.     Width = 449
  43.     Height = 329
  44.     ActivePage = TabSheet1
  45.     TabOrder = 0
  46.     object TabSheet1: TTabSheet
  47.       Caption = 'License Info'
  48.       object Label1: TLabel
  49.         Left = 120
  50.         Top = 8
  51.         Width = 256
  52.         Height = 13
  53.         Caption = 'Number of Trial days(s)  before this application expires:'
  54.       end
  55.       object Label2: TLabel
  56.         Left = 112
  57.         Top = 32
  58.         Width = 255
  59.         Height = 13
  60.         Caption = '          Number of use(s) before this application expires:'
  61.       end
  62.       object Label4: TLabel
  63.         Left = 12
  64.         Top = 60
  65.         Width = 78
  66.         Height = 13
  67.         Caption = 'Company Name:'
  68.       end
  69.       object Label5: TLabel
  70.         Left = 8
  71.         Top = 88
  72.         Width = 83
  73.         Height = 13
  74.         Caption = 'Name of Product:'
  75.       end
  76.       object Label7: TLabel
  77.         Left = 0
  78.         Top = 112
  79.         Width = 93
  80.         Height = 13
  81.         Caption = 'Version Information:'
  82.       end
  83.       object Label6: TLabel
  84.         Left = 12
  85.         Top = 140
  86.         Width = 81
  87.         Height = 13
  88.         Caption = 'Copyright Notice:'
  89.       end
  90.       object Label8: TLabel
  91.         Left = 0
  92.         Top = 168
  93.         Width = 95
  94.         Height = 13
  95.         Caption = 'Contact Information:'
  96.       end
  97.       object Label3: TLabel
  98.         Left = 4
  99.         Top = 8
  100.         Width = 65
  101.         Height = 13
  102.         Caption = 'Personal Key:'
  103.       end
  104.       object Label9: TLabel
  105.         Left = 100
  106.         Top = 252
  107.         Width = 196
  108.         Height = 13
  109.         Caption = 'Place your ordering URL or WebSite here'
  110.       end
  111.       object UpDown1: TUpDown
  112.         Left = 404
  113.         Top = 4
  114.         Width = 16
  115.         Height = 21
  116.         Min = 0
  117.         Position = 0
  118.         TabOrder = 0
  119.         Wrap = False
  120.         OnClick = UpDown1Click
  121.       end
  122.       object days: TEdit
  123.         Left = 380
  124.         Top = 4
  125.         Width = 25
  126.         Height = 21
  127.         Enabled = False
  128.         MaxLength = 2
  129.         TabOrder = 1
  130.         Text = '0'
  131.       end
  132.       object used: TEdit
  133.         Left = 380
  134.         Top = 28
  135.         Width = 25
  136.         Height = 21
  137.         Enabled = False
  138.         TabOrder = 2
  139.         Text = '0'
  140.       end
  141.       object UpDown2: TUpDown
  142.         Left = 404
  143.         Top = 28
  144.         Width = 16
  145.         Height = 21
  146.         Min = 0
  147.         Position = 0
  148.         TabOrder = 10
  149.         Wrap = False
  150.         OnClick = UpDown2Click
  151.       end
  152.       object CompanyName: TMemo
  153.         Left = 100
  154.         Top = 56
  155.         Width = 313
  156.         Height = 21
  157.         Lines.Strings = (
  158.           '')
  159.         MaxLength = 99
  160.         TabOrder = 4
  161.         WantReturns = False
  162.         WordWrap = False
  163.       end
  164.       object ProductName: TMemo
  165.         Left = 100
  166.         Top = 84
  167.         Width = 313
  168.         Height = 21
  169.         MaxLength = 99
  170.         TabOrder = 5
  171.         WantReturns = False
  172.         WordWrap = False
  173.       end
  174.       object VersionInfo: TMemo
  175.         Left = 100
  176.         Top = 112
  177.         Width = 313
  178.         Height = 21
  179.         Lines.Strings = (
  180.           '')
  181.         MaxLength = 99
  182.         TabOrder = 6
  183.         WantReturns = False
  184.         WordWrap = False
  185.       end
  186.       object Copyright: TMemo
  187.         Left = 100
  188.         Top = 140
  189.         Width = 313
  190.         Height = 21
  191.         Lines.Strings = (
  192.           '')
  193.         MaxLength = 99
  194.         TabOrder = 7
  195.       end
  196.       object ContactInfo: TMemo
  197.         Left = 100
  198.         Top = 168
  199.         Width = 313
  200.         Height = 65
  201.         Lines.Strings = (
  202.           '')
  203.         MaxLength = 200
  204.         ScrollBars = ssVertical
  205.         TabOrder = 8
  206.       end
  207.       object PKey: TMaskEdit
  208.         Left = 12
  209.         Top = 24
  210.         Width = 45
  211.         Height = 21
  212.         EditMask = '!99999;0;.'
  213.         MaxLength = 5
  214.         TabOrder = 3
  215.       end
  216.       object OrderURL: TEdit
  217.         Left = 100
  218.         Top = 268
  219.         Width = 313
  220.         Height = 21
  221.         TabOrder = 9
  222.         Text = 'http://'
  223.       end
  224.     end
  225.   end
  226.   object Button4: TButton
  227.     Left = 292
  228.     Top = 336
  229.     Width = 85
  230.     Height = 25
  231.     Caption = '&Open License'
  232.     TabOrder = 2
  233.     OnClick = Button4Click
  234.   end
  235.   object SaveDialog1: TSaveDialog
  236.     Left = 4
  237.     Top = 328
  238.   end
  239.   object OpenDialog1: TOpenDialog
  240.     Left = 40
  241.     Top = 324
  242.   end
  243. end
  244.