home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / Font / fl.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-05-10  |  11KB  |  424 lines

  1. object AboutBox: TAboutBox
  2.   Left = 508
  3.   Top = 202
  4.   ActiveControl = spdClose
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About FontLister'
  8.   ClientHeight = 298
  9.   ClientWidth = 405
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object spdClose: TCorelButton
  25.     Left = 320
  26.     Top = 267
  27.     Width = 75
  28.     Height = 23
  29.     Hint = 'Close About|'
  30.     Cancel = True
  31.     Caption = '&Close'
  32.     Default = True
  33.     TabOrder = 4
  34.     OnClick = spdCloseClick
  35.   end
  36.   object pnlAboutPanel2: TPanel
  37.     Left = 72
  38.     Top = 10
  39.     Width = 323
  40.     Height = 249
  41.     BevelOuter = bvNone
  42.     TabOrder = 3
  43.     object lblName: TLabel
  44.       Left = 8
  45.       Top = 35
  46.       Width = 46
  47.       Height = 13
  48.       Caption = 'Full &Name'
  49.       FocusControl = ediName
  50.     end
  51.     object lblEmail: TLabel
  52.       Left = 8
  53.       Top = 83
  54.       Width = 70
  55.       Height = 13
  56.       Caption = '&E-mail Address'
  57.       FocusControl = ediEmail
  58.     end
  59.     object lblNameStatus: TLabel
  60.       Left = 217
  61.       Top = 57
  62.       Width = 68
  63.       Height = 13
  64.       Caption = 'lblNameStatus'
  65.     end
  66.     object lblEmailStatus: TLabel
  67.       Left = 217
  68.       Top = 107
  69.       Width = 65
  70.       Height = 13
  71.       Caption = 'lblEmailStatus'
  72.     end
  73.     object Bevel2: TBevel
  74.       Left = 8
  75.       Top = 134
  76.       Width = 309
  77.       Height = 6
  78.       Shape = bsTopLine
  79.     end
  80.     object pnlRegisterInfo: TPanel
  81.       Left = 0
  82.       Top = 149
  83.       Width = 323
  84.       Height = 100
  85.       Align = alBottom
  86.       BevelOuter = bvNone
  87.       BorderWidth = 8
  88.       Caption = 'pnlRegisterInfo'
  89.       Enabled = False
  90.       FullRepaint = False
  91.       TabOrder = 0
  92.       object memRegisterInfo: TMemo
  93.         Left = 8
  94.         Top = 8
  95.         Width = 307
  96.         Height = 84
  97.         TabStop = False
  98.         Align = alClient
  99.         BorderStyle = bsNone
  100.         Color = clBtnFace
  101.         Ctl3D = False
  102.         Lines.Strings = (
  103.           'Please do *not* share these informations with others.')
  104.         ParentCtl3D = False
  105.         TabOrder = 0
  106.         WordWrap = False
  107.       end
  108.     end
  109.     object pnlFullName: TPanel
  110.       Left = 8
  111.       Top = 53
  112.       Width = 200
  113.       Height = 19
  114.       BevelOuter = bvLowered
  115.       Caption = 'pnlFullName'
  116.       Color = clWindow
  117.       TabOrder = 1
  118.       object ediName: TEdit
  119.         Left = 3
  120.         Top = 2
  121.         Width = 195
  122.         Height = 15
  123.         Hint = 
  124.           'Type in your Full Name from the'#13#10'Registration Mail in this field' +
  125.           #39'.'
  126.         BorderStyle = bsNone
  127.         TabOrder = 0
  128.         Text = 'Your Name'
  129.         OnDragDrop = ediNameDragDrop
  130.         OnDragOver = ediNameDragOver
  131.       end
  132.     end
  133.     object pnlEMail: TPanel
  134.       Left = 8
  135.       Top = 101
  136.       Width = 200
  137.       Height = 19
  138.       BevelOuter = bvLowered
  139.       Caption = 'pnlEMail'
  140.       Color = clWindow
  141.       TabOrder = 2
  142.       object ediEmail: TEdit
  143.         Left = 3
  144.         Top = 2
  145.         Width = 195
  146.         Height = 15
  147.         Hint = 
  148.           'Type in your Email address from'#13#10'the Registration Mail in this f' +
  149.           'ield.'
  150.         BorderStyle = bsNone
  151.         TabOrder = 0
  152.         Text = 'name@domain.com'
  153.         OnDragDrop = ediEmailDragDrop
  154.         OnDragOver = ediNameDragOver
  155.       end
  156.     end
  157.     object pnlRegistration: TPanel
  158.       Left = 0
  159.       Top = 0
  160.       Width = 323
  161.       Height = 25
  162.       Align = alTop
  163.       BevelOuter = bvLowered
  164.       Caption = 'Registration Sheet'
  165.       Color = clHighlight
  166.       Font.Charset = DEFAULT_CHARSET
  167.       Font.Color = clHighlightText
  168.       Font.Height = -13
  169.       Font.Name = 'Arial'
  170.       Font.Style = [fsBold]
  171.       ParentFont = False
  172.       TabOrder = 3
  173.     end
  174.   end
  175.   object pnlAboutInformation: TPanel
  176.     Left = 72
  177.     Top = 10
  178.     Width = 323
  179.     Height = 249
  180.     BevelOuter = bvNone
  181.     TabOrder = 2
  182.     object lblProgramName: TLabel
  183.       Left = 8
  184.       Top = 8
  185.       Width = 184
  186.       Height = 13
  187.       Alignment = taCenter
  188.       Caption = 'FontLister 3.x for Windows 95/98/NT4'
  189.     end
  190.     object lblAuthor: TLabel
  191.       Left = 8
  192.       Top = 26
  193.       Width = 100
  194.       Height = 13
  195.       Alignment = taCenter
  196.       Caption = 'Author: Peter Theill, '
  197.     end
  198.     object lblDate: TLabel
  199.       Left = 8
  200.       Top = 44
  201.       Width = 108
  202.       Height = 13
  203.       Caption = 'Release date: <date>'
  204.     end
  205.     object Bevel1: TBevel
  206.       Left = 8
  207.       Top = 204
  208.       Width = 309
  209.       Height = 6
  210.       Shape = bsTopLine
  211.     end
  212.     object lblRegName: TLabel
  213.       Left = 18
  214.       Top = 167
  215.       Width = 104
  216.       Height = 13
  217.       Caption = '<Registration Name>'
  218.     end
  219.     object lblRegEmail: TLabel
  220.       Left = 18
  221.       Top = 184
  222.       Width = 101
  223.       Height = 13
  224.       Caption = '<Registration Email>'
  225.     end
  226.     object lblLicensed: TLabel
  227.       Left = 8
  228.       Top = 149
  229.       Width = 127
  230.       Height = 13
  231.       Caption = 'This product is licensed to:'
  232.     end
  233.     object urlHomepage: TURLLabel
  234.       Left = 18
  235.       Top = 229
  236.       Width = 119
  237.       Height = 13
  238.       Hint = 'Visits the FontLister homepage on the .net'
  239.       Caption = 'http://www.theill.com/fl/'
  240.       ParentShowHint = False
  241.       ShowHint = True
  242.       URL = 'http://www.theill.com/fl/'
  243.       HiFont.Charset = DEFAULT_CHARSET
  244.       HiFont.Color = clRed
  245.       HiFont.Height = -11
  246.       HiFont.Name = 'MS Sans Serif'
  247.       HiFont.Style = [fsUnderline]
  248.     end
  249.     object lblHomepage: TLabel
  250.       Left = 8
  251.       Top = 211
  252.       Width = 101
  253.       Height = 13
  254.       Caption = 'FontLister homepage'
  255.     end
  256.     object urlMail: TURLLabel
  257.       Left = 107
  258.       Top = 26
  259.       Width = 98
  260.       Height = 13
  261.       Hint = 'Sends an email to Peter Theill'
  262.       Caption = 'fontlister@theill.com'
  263.       ParentShowHint = False
  264.       ShowHint = True
  265.       URL = 'mailto:fontlister@theill.com'
  266.       HiFont.Charset = DEFAULT_CHARSET
  267.       HiFont.Color = clRed
  268.       HiFont.Height = -11
  269.       HiFont.Name = 'MS Sans Serif'
  270.       HiFont.Style = [fsUnderline]
  271.     end
  272.     object lblInstalledDate: TLabel
  273.       Left = 215
  274.       Top = 44
  275.       Width = 99
  276.       Height = 13
  277.       Alignment = taRightJustify
  278.       Caption = 'Install date: <date>'
  279.     end
  280.     object Bevel3: TBevel
  281.       Left = 8
  282.       Top = 140
  283.       Width = 309
  284.       Height = 6
  285.       Shape = bsTopLine
  286.       Visible = False
  287.     end
  288.     object pnlInformation: TPanel
  289.       Left = 8
  290.       Top = 62
  291.       Width = 309
  292.       Height = 72
  293.       BevelOuter = bvNone
  294.       Caption = 'pnlInformation'
  295.       FullRepaint = False
  296.       TabOrder = 0
  297.       object memInformation: TMemo
  298.         Left = 0
  299.         Top = 0
  300.         Width = 309
  301.         Height = 72
  302.         TabStop = False
  303.         Align = alClient
  304.         BorderStyle = bsNone
  305.         Color = clBtnFace
  306.         Ctl3D = False
  307.         Lines.Strings = (
  308.           
  309.             'You'#39're obligated to register this program, if you'#39're using it fo' +
  310.             'r more than 30 days after installation (cf. "Install Date"). If ' +
  311.             'you'#39're using it after this period you'#39're breaking the law. Pleas' +
  312.             'e register your copy of FontLister today, it'#39's only $5. A regist' +
  313.             'ration gives you the right to use all future 3.x updates of Font' +
  314.             'Lister. Check the FontLister homepage (URL shown below) for more' +
  315.             ' information on how to register.'
  316.           
  317.             'If you'#39've bought FontLister through ideaMarket you are entitled ' +
  318.             'to a free registration, though. Just send me your purchase data ' +
  319.             '(ID, date, name and email) and I'#39'll send you a new registration.'
  320.           
  321.             'If you don'#39't want to use your credit-card on the Internet, you c' +
  322.             'an send me a $-bill (please don'#39't send any cheques) at this addr' +
  323.             'ess:'
  324.           ''
  325.           '  ConquerWare'
  326.           '  Attn: Peter Theill'
  327.           '  Kalundborgvej 173'
  328.           '  4300 Holbaek'
  329.           '  Denmark'
  330.           ''
  331.           
  332.             'Please remember to include your email-address and name you want ' +
  333.             'to register.')
  334.         ParentCtl3D = False
  335.         ReadOnly = True
  336.         ScrollBars = ssVertical
  337.         TabOrder = 0
  338.         WantReturns = False
  339.         WordWrap = False
  340.       end
  341.     end
  342.   end
  343.   object pnlAboutLeft: TPanel
  344.     Left = 10
  345.     Top = 10
  346.     Width = 52
  347.     Height = 257
  348.     BevelInner = bvLowered
  349.     BevelOuter = bvNone
  350.     Color = clAppWorkSpace
  351.     FullRepaint = False
  352.     TabOrder = 0
  353.     object imgAboutIcon: TImage
  354.       Left = 10
  355.       Top = 10
  356.       Width = 32
  357.       Height = 32
  358.       Hint = 'The FontLister Icon'
  359.       AutoSize = True
  360.       Picture.Data = {<image000.ico>}
  361.       OnMouseDown = imgAboutIconMouseDown
  362.     end
  363.   end
  364.   object pnlNetButtons: TPanel
  365.     Left = 10
  366.     Top = 267
  367.     Width = 52
  368.     Height = 25
  369.     BevelInner = bvLowered
  370.     BevelOuter = bvNone
  371.     Caption = ' '
  372.     TabOrder = 1
  373.     object tbbMail: TSpeedButton
  374.       Left = 26
  375.       Top = 1
  376.       Width = 25
  377.       Height = 23
  378.       Hint = 'Sends an email to Peter Theill'
  379.       Caption = 'mailto:fontlister@theill.com'
  380.       Flat = True
  381.       Glyph.Data = {
  382.         F6000000424DF600000000000000760000002800000010000000100000000100
  383.         0400000000008000000000000000000000001000000000000000000000000000
  384.         80000080000000808000800000008000800080800000C0C0C000808080000000
  385.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  386.         333300000000033333338FFFFFFF033333338F88888F033333338FFFFFFF0000
  387.         00038F88888F077777038FFFFFFF0FFFF7038F88F00004FFF7038FFFF8FF8FFF
  388.         F7038FFFF8F844F117038888888FFFF11703333877777777770333338FFFFFFF
  389.         F033333338FFFFFF03333333338FFFF033333333333888833333}
  390.       Margin = 4
  391.       Transparent = False
  392.       OnClick = tbbInternetButtons
  393.     end
  394.     object tbbHome: TSpeedButton
  395.       Left = 1
  396.       Top = 1
  397.       Width = 25
  398.       Height = 23
  399.       Hint = 'Visits the FontLister homepage on the .net'
  400.       Caption = 'http://www.theill.com/fl/'
  401.       Flat = True
  402.       Glyph.Data = {
  403.         F6000000424DF600000000000000760000002800000010000000100000000100
  404.         0400000000008000000000000000000000001000000000000000000000000000
  405.         80000080000000808000800000008000800080800000C0C0C000808080000000
  406.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00EEEEEE000000
  407.         000E0000008FF3B0F70E8777778FF3B0F70E8FFFFF8FF333F70E8FFFFF8FFFFF
  408.         F70E8F77778FFFFFF70E8FFFF000000000008F777737B3B3B30E8FFFFFF37B3B
  409.         30EE8F77777737B301EE8FFFFFFFF37091EE8F777FFFFF0091EE8FFFFFFF0000
  410.         EEEE8FFFFFFF7F8EEEEE8FFFFFFF78EEEEEE888888888EEEEEEE}
  411.       Margin = 4
  412.       Transparent = False
  413.       OnClick = tbbInternetButtons
  414.     end
  415.   end
  416.   object timRegister: TTimer
  417.     Enabled = False
  418.     Interval = 4000
  419.     OnTimer = timRegisterTimer
  420.     Left = 360
  421.     Top = 16
  422.   end
  423. end
  424.