home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / RKEDIT / RKEDIT.EXE / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2003-04-17  |  28KB  |  932 lines

  1. inherited frmAbout: TfrmAbout
  2.   Left = 518
  3.   Top = 323
  4.   BorderStyle = bsDialog
  5.   Caption = 'About rkEdit'
  6.   ClientHeight = 308
  7.   ClientWidth = 402
  8.   KeyPreview = True
  9.   OldCreateOrder = True
  10.   Position = poOwnerFormCenter
  11.   OnActivate = FormActivate
  12.   OnCreate = FormCreate
  13.   OnKeyDown = FormKeyDown
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl1: TPageControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 402
  20.     Height = 308
  21.     ActivePage = TabSheet1
  22.     Align = alClient
  23.     TabIndex = 0
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = 'Main informations'
  27.       object Panel1: TPanel
  28.         Left = 0
  29.         Top = 4
  30.         Width = 393
  31.         Height = 273
  32.         BevelInner = bvLowered
  33.         TabOrder = 0
  34.         object lblNadpis: TLabel
  35.           Left = 16
  36.           Top = 16
  37.           Width = 361
  38.           Height = 32
  39.           Alignment = taCenter
  40.           AutoSize = False
  41.           Caption = 'autochange'
  42.           Font.Charset = EASTEUROPE_CHARSET
  43.           Font.Color = clBlack
  44.           Font.Height = -29
  45.           Font.Name = 'Times New Roman'
  46.           Font.Style = [fsBold]
  47.           ParentFont = False
  48.         end
  49.         object lblDescription: TLabel
  50.           Left = 16
  51.           Top = 80
  52.           Width = 137
  53.           Height = 13
  54.           Caption = 'Based on IBTalk technology.'
  55.         end
  56.         object lblCopyRight: TLabel
  57.           Left = 16
  58.           Top = 56
  59.           Width = 168
  60.           Height = 13
  61.           Caption = '(c) 1991, 2000-2003 Sl'#225'vek Rydval'
  62.         end
  63.         object lblHomePage: TLabel
  64.           Left = 277
  65.           Top = 56
  66.           Width = 100
  67.           Height = 13
  68.           Cursor = crHandPoint
  69.           Caption = 'http://www.rydval.cz'
  70.           Color = clBtnFace
  71.           Font.Charset = DEFAULT_CHARSET
  72.           Font.Color = clBlue
  73.           Font.Height = -11
  74.           Font.Name = 'MS Sans Serif'
  75.           Font.Style = [fsUnderline]
  76.           ParentColor = False
  77.           ParentFont = False
  78.           OnClick = lblHomePageClick
  79.         end
  80.         object lblEmail: TLabel
  81.           Left = 293
  82.           Top = 80
  83.           Width = 84
  84.           Height = 13
  85.           Cursor = crHandPoint
  86.           Caption = 'slavek@rydval.cz'
  87.           Font.Charset = DEFAULT_CHARSET
  88.           Font.Color = clBlue
  89.           Font.Height = -11
  90.           Font.Name = 'MS Sans Serif'
  91.           Font.Style = [fsUnderline]
  92.           ParentFont = False
  93.           OnClick = lblEmailClick
  94.         end
  95.         object Label6: TLabel
  96.           Left = 16
  97.           Top = 168
  98.           Width = 160
  99.           Height = 13
  100.           Caption = 'Windows has been running since:'
  101.         end
  102.         object lblStart: TLabel
  103.           Left = 180
  104.           Top = 168
  105.           Width = 32
  106.           Height = 13
  107.           Caption = 'lblStart'
  108.           Font.Charset = DEFAULT_CHARSET
  109.           Font.Color = clWindowText
  110.           Font.Height = -11
  111.           Font.Name = 'MS Sans Serif'
  112.           Font.Style = []
  113.           ParentFont = False
  114.         end
  115.         object Label7: TLabel
  116.           Left = 18
  117.           Top = 133
  118.           Width = 146
  119.           Height = 13
  120.           Caption = 'Last compilation date and time:'
  121.         end
  122.         object Label8: TLabel
  123.           Left = 16
  124.           Top = 216
  125.           Width = 105
  126.           Height = 13
  127.           Caption = 'Windows logged user:'
  128.         end
  129.         object lblLastCompiled: TLabel
  130.           Left = 169
  131.           Top = 133
  132.           Width = 73
  133.           Height = 13
  134.           Caption = 'lblLastCompiled'
  135.         end
  136.         object lblUser: TLabel
  137.           Left = 124
  138.           Top = 216
  139.           Width = 32
  140.           Height = 13
  141.           Caption = 'lblUser'
  142.         end
  143.         object Image4: TImage
  144.           Left = 208
  145.           Top = 220
  146.           Width = 114
  147.           Height = 41
  148.           AutoSize = True
  149.           Picture.Data = {<image000.bmp>}
  150.         end
  151.         object lblLicence: TLabel
  152.           Left = 18
  153.           Top = 112
  154.           Width = 38
  155.           Height = 13
  156.           Cursor = crHandPoint
  157.           Caption = 'Licence'
  158.           Font.Charset = DEFAULT_CHARSET
  159.           Font.Color = clBlue
  160.           Font.Height = -11
  161.           Font.Name = 'MS Sans Serif'
  162.           Font.Style = [fsUnderline]
  163.           ParentFont = False
  164.           OnClick = lblLicenceClick
  165.         end
  166.         object Image3: TImage
  167.           Left = 328
  168.           Top = 208
  169.           Width = 53
  170.           Height = 53
  171.           AutoSize = True
  172.           Picture.Data = {<image001.bmp>}
  173.         end
  174.         object Bevel1: TBevel
  175.           Left = 16
  176.           Top = 96
  177.           Width = 361
  178.           Height = 9
  179.           Shape = bsBottomLine
  180.         end
  181.         object Label1: TLabel
  182.           Left = 169
  183.           Top = 112
  184.           Width = 56
  185.           Height = 13
  186.           Caption = 'File version:'
  187.         end
  188.         object lblFileVersion: TLabel
  189.           Left = 228
  190.           Top = 112
  191.           Width = 61
  192.           Height = 13
  193.           Caption = 'lblFileVersion'
  194.         end
  195.         object Bevel2: TBevel
  196.           Left = 16
  197.           Top = 152
  198.           Width = 361
  199.           Height = 9
  200.           Shape = bsBottomLine
  201.         end
  202.         object Label32: TLabel
  203.           Left = 260
  204.           Top = 80
  205.           Width = 30
  206.           Height = 13
  207.           Caption = 'e-mail:'
  208.         end
  209.         object Label34: TLabel
  210.           Left = 16
  211.           Top = 192
  212.           Width = 143
  213.           Height = 13
  214.           Caption = 'rkEdit has been running since:'
  215.         end
  216.         object lblrkEditStart: TLabel
  217.           Left = 163
  218.           Top = 192
  219.           Width = 59
  220.           Height = 13
  221.           Caption = 'lblrkEditStart'
  222.         end
  223.         object BitBtn1: TBitBtn
  224.           Left = 16
  225.           Top = 237
  226.           Width = 73
  227.           Height = 25
  228.           Cancel = True
  229.           Caption = 'OK'
  230.           Default = True
  231.           ModalResult = 1
  232.           TabOrder = 0
  233.           Glyph.Data = {
  234.             DE010000424DDE01000000000000760000002800000024000000120000000100
  235.             0400000000006801000000000000000000001000000000000000000000000000
  236.             80000080000000808000800000008000800080800000C0C0C000808080000000
  237.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  238.             3333333333333333333333330000333333333333333333333333F33333333333
  239.             00003333344333333333333333388F3333333333000033334224333333333333
  240.             338338F3333333330000333422224333333333333833338F3333333300003342
  241.             222224333333333383333338F3333333000034222A22224333333338F338F333
  242.             8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  243.             33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  244.             0000333333333A222433333333333338F338F33300003333333333A222433333
  245.             333333338F338F33000033333333333A222433333333333338F338F300003333
  246.             33333333A222433333333333338F338F00003333333333333A22433333333333
  247.             3338F38F000033333333333333A223333333333333338F830000333333333333
  248.             333A333333333333333338330000333333333333333333333333333333333333
  249.             0000}
  250.           NumGlyphs = 2
  251.         end
  252.       end
  253.     end
  254.     object tsLicence: TTabSheet
  255.       Caption = 'Licence'
  256.       ImageIndex = 4
  257.       object Panel2: TPanel
  258.         Left = 0
  259.         Top = 4
  260.         Width = 393
  261.         Height = 273
  262.         BevelInner = bvLowered
  263.         TabOrder = 0
  264.         object Label9: TLabel
  265.           Left = 16
  266.           Top = 24
  267.           Width = 361
  268.           Height = 32
  269.           Alignment = taCenter
  270.           AutoSize = False
  271.           Caption = 'Licence'
  272.           Font.Charset = EASTEUROPE_CHARSET
  273.           Font.Color = clBlack
  274.           Font.Height = -29
  275.           Font.Name = 'Times New Roman'
  276.           Font.Style = [fsBold]
  277.           ParentFont = False
  278.         end
  279.         object BitBtn2: TBitBtn
  280.           Left = 16
  281.           Top = 237
  282.           Width = 73
  283.           Height = 25
  284.           Cancel = True
  285.           Caption = 'OK'
  286.           Default = True
  287.           ModalResult = 1
  288.           TabOrder = 0
  289.           Glyph.Data = {
  290.             DE010000424DDE01000000000000760000002800000024000000120000000100
  291.             0400000000006801000000000000000000001000000000000000000000000000
  292.             80000080000000808000800000008000800080800000C0C0C000808080000000
  293.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  294.             3333333333333333333333330000333333333333333333333333F33333333333
  295.             00003333344333333333333333388F3333333333000033334224333333333333
  296.             338338F3333333330000333422224333333333333833338F3333333300003342
  297.             222224333333333383333338F3333333000034222A22224333333338F338F333
  298.             8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  299.             33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  300.             0000333333333A222433333333333338F338F33300003333333333A222433333
  301.             333333338F338F33000033333333333A222433333333333338F338F300003333
  302.             33333333A222433333333333338F338F00003333333333333A22433333333333
  303.             3338F38F000033333333333333A223333333333333338F830000333333333333
  304.             333A333333333333333338330000333333333333333333333333333333333333
  305.             0000}
  306.           NumGlyphs = 2
  307.         end
  308.         object mmLicence: TMemo
  309.           Left = 16
  310.           Top = 64
  311.           Width = 361
  312.           Height = 161
  313.           Cursor = crArrow
  314.           BorderStyle = bsNone
  315.           Color = clBtnFace
  316.           Lines.Strings = (
  317.             ' is Freeware with one simple limitation:'
  318.             '  Let me know (e. g. by e-mail) you are using this software.'
  319.             ''
  320.             'This software is comming without any waranty.'
  321.             ''
  322.             'If you want receive actual informations, see the next tab-page.')
  323.           ReadOnly = True
  324.           TabOrder = 1
  325.           OnEnter = mmLicenceEnter
  326.         end
  327.       end
  328.     end
  329.     object TabSheet2: TTabSheet
  330.       Caption = 'TabSheet2'
  331.       ImageIndex = 1
  332.       TabVisible = False
  333.       object lblProduct: TLabel
  334.         Left = 8
  335.         Top = 16
  336.         Width = 104
  337.         Height = 20
  338.         Caption = 'Auto change'
  339.         Font.Charset = DEFAULT_CHARSET
  340.         Font.Color = clWindowText
  341.         Font.Height = -16
  342.         Font.Name = 'MS Sans Serif'
  343.         Font.Style = [fsBold]
  344.         ParentFont = False
  345.       end
  346.       object lblBasedOn: TLabel
  347.         Left = 107
  348.         Top = 136
  349.         Width = 60
  350.         Height = 13
  351.         Cursor = crHandPoint
  352.         Hint = 'http://synedit.sourceforge.net'
  353.         Caption = 'SynEdit 1.03'
  354.         Font.Charset = DEFAULT_CHARSET
  355.         Font.Color = clBlue
  356.         Font.Height = -11
  357.         Font.Name = 'MS Sans Serif'
  358.         Font.Style = [fsUnderline]
  359.         ParentFont = False
  360.         ParentShowHint = False
  361.         ShowHint = True
  362.         OnClick = lblBasedOnClick
  363.       end
  364.       object Label4: TLabel
  365.         Left = 48
  366.         Top = 136
  367.         Width = 56
  368.         Height = 13
  369.         Caption = 'Edit control:'
  370.         Font.Charset = DEFAULT_CHARSET
  371.         Font.Color = clWindowText
  372.         Font.Height = -11
  373.         Font.Name = 'MS Sans Serif'
  374.         Font.Style = []
  375.         ParentFont = False
  376.       end
  377.       object Label2: TLabel
  378.         Left = 48
  379.         Top = 160
  380.         Width = 178
  381.         Height = 13
  382.         Cursor = crHandPoint
  383.         Hint = 'http://delphi-jedi.org/Jedi:JCLDOWNLOADS'
  384.         Caption = 'JEDI Code Library (JCL 1.22 Release)'
  385.         Font.Charset = DEFAULT_CHARSET
  386.         Font.Color = clBlue
  387.         Font.Height = -11
  388.         Font.Name = 'MS Sans Serif'
  389.         Font.Style = [fsUnderline]
  390.         ParentFont = False
  391.         ParentShowHint = False
  392.         ShowHint = True
  393.         OnClick = lblBasedOnClick
  394.       end
  395.       object Image1: TImage
  396.         Left = 51
  397.         Top = 48
  398.         Width = 88
  399.         Height = 31
  400.         AutoSize = True
  401.         Picture.Data = {<image002.bmp>}
  402.       end
  403.       object Label3: TLabel
  404.         Left = 8
  405.         Top = 48
  406.         Width = 34
  407.         Height = 13
  408.         Caption = 'Rating:'
  409.       end
  410.       object Label10: TLabel
  411.         Left = 152
  412.         Top = 64
  413.         Width = 173
  414.         Height = 13
  415.         Cursor = crHandPoint
  416.         Hint = 'http://www.slunecnice.cz/sw/rkEdit'
  417.         Caption = 'http://www.slunecnice.cz/sw/rkEdit'
  418.         Color = clBtnFace
  419.         Font.Charset = DEFAULT_CHARSET
  420.         Font.Color = clBlue
  421.         Font.Height = -11
  422.         Font.Name = 'MS Sans Serif'
  423.         Font.Style = [fsUnderline]
  424.         ParentColor = False
  425.         ParentFont = False
  426.         OnClick = lblBasedOnClick
  427.       end
  428.       object Label11: TLabel
  429.         Left = 8
  430.         Top = 112
  431.         Width = 87
  432.         Height = 13
  433.         Caption = 'rkEdit is based on:'
  434.       end
  435.       object Bevel3: TBevel
  436.         Left = 8
  437.         Top = 96
  438.         Width = 377
  439.         Height = 9
  440.         Shape = bsTopLine
  441.       end
  442.       object Label12: TLabel
  443.         Left = 8
  444.         Top = 232
  445.         Width = 89
  446.         Height = 13
  447.         Caption = 'Powered by Delphi'
  448.       end
  449.       object Label13: TLabel
  450.         Left = 48
  451.         Top = 208
  452.         Width = 134
  453.         Height = 13
  454.         Caption = 'Version 1.0 based on IBTalk'
  455.       end
  456.       object Label15: TLabel
  457.         Left = 48
  458.         Top = 184
  459.         Width = 127
  460.         Height = 13
  461.         Cursor = crHandPoint
  462.         Hint = 'http://delphi-jedi.org/Jedi:JCLDOWNLOADS'
  463.         Caption = 'JCL Debug IDE extensions'
  464.         Font.Charset = DEFAULT_CHARSET
  465.         Font.Color = clBlue
  466.         Font.Height = -11
  467.         Font.Name = 'MS Sans Serif'
  468.         Font.Style = [fsUnderline]
  469.         ParentFont = False
  470.         ParentShowHint = False
  471.         ShowHint = True
  472.         OnClick = lblBasedOnClick
  473.       end
  474.       object Label5: TLabel
  475.         Left = 152
  476.         Top = 48
  477.         Width = 123
  478.         Height = 13
  479.         Caption = 'For more informations see:'
  480.       end
  481.       object Image2: TImage
  482.         Left = 288
  483.         Top = 240
  484.         Width = 100
  485.         Height = 36
  486.         AutoSize = True
  487.         Picture.Data = {<image003.bmp>}
  488.       end
  489.       object Image5: TImage
  490.         Left = 288
  491.         Top = 192
  492.         Width = 102
  493.         Height = 42
  494.         AutoSize = True
  495.         Picture.Data = {<image004.bmp>}
  496.       end
  497.       object btnBack: TButton
  498.         Left = 8
  499.         Top = 256
  500.         Width = 75
  501.         Height = 25
  502.         Cancel = True
  503.         Caption = '<< Back'
  504.         TabOrder = 0
  505.         OnClick = btnBackClick
  506.       end
  507.     end
  508.     object TabSheet3: TTabSheet
  509.       Caption = 'Actual informations'
  510.       ImageIndex = 2
  511.       object Panel3: TPanel
  512.         Left = 0
  513.         Top = 4
  514.         Width = 393
  515.         Height = 273
  516.         BevelInner = bvLowered
  517.         TabOrder = 0
  518.         object Label16: TLabel
  519.           Left = 16
  520.           Top = 24
  521.           Width = 361
  522.           Height = 32
  523.           Alignment = taCenter
  524.           AutoSize = False
  525.           Caption = 'E-mail lists'
  526.           Font.Charset = EASTEUROPE_CHARSET
  527.           Font.Color = clBlack
  528.           Font.Height = -29
  529.           Font.Name = 'Times New Roman'
  530.           Font.Style = [fsBold]
  531.           ParentFont = False
  532.         end
  533.         object Label17: TLabel
  534.           Left = 16
  535.           Top = 64
  536.           Width = 180
  537.           Height = 13
  538.           Caption = 'There are two e-mail lists on Pandora ('
  539.         end
  540.         object Label18: TLabel
  541.           Left = 16
  542.           Top = 88
  543.           Width = 90
  544.           Height = 13
  545.           Cursor = crHandPoint
  546.           Caption = 'rkedit@pandora.cz'
  547.           Font.Charset = DEFAULT_CHARSET
  548.           Font.Color = clBlue
  549.           Font.Height = -11
  550.           Font.Name = 'MS Sans Serif'
  551.           Font.Style = [fsUnderline]
  552.           ParentFont = False
  553.           OnClick = lblEmailClick
  554.         end
  555.         object Label19: TLabel
  556.           Left = 16
  557.           Top = 112
  558.           Width = 99
  559.           Height = 13
  560.           Cursor = crHandPoint
  561.           Caption = 'rkedit-d@pandora.cz'
  562.           Font.Charset = DEFAULT_CHARSET
  563.           Font.Color = clBlue
  564.           Font.Height = -11
  565.           Font.Name = 'MS Sans Serif'
  566.           Font.Style = [fsUnderline]
  567.           ParentFont = False
  568.           OnClick = lblEmailClick
  569.         end
  570.         object Label20: TLabel
  571.           Left = 197
  572.           Top = 64
  573.           Width = 111
  574.           Height = 13
  575.           Cursor = crHandPoint
  576.           Hint = 'http://www.pandora.cz'
  577.           Caption = 'http://www.pandora.cz'
  578.           Font.Charset = DEFAULT_CHARSET
  579.           Font.Color = clBlue
  580.           Font.Height = -11
  581.           Font.Name = 'MS Sans Serif'
  582.           Font.Style = [fsUnderline]
  583.           ParentFont = False
  584.           OnClick = lblBasedOnClick
  585.         end
  586.         object Label21: TLabel
  587.           Left = 308
  588.           Top = 64
  589.           Width = 6
  590.           Height = 13
  591.           Caption = '):'
  592.         end
  593.         object Label22: TLabel
  594.           Left = 136
  595.           Top = 88
  596.           Width = 39
  597.           Height = 13
  598.           Caption = 'Archive:'
  599.         end
  600.         object Label23: TLabel
  601.           Left = 136
  602.           Top = 112
  603.           Width = 39
  604.           Height = 13
  605.           Caption = 'Archive:'
  606.         end
  607.         object Label24: TLabel
  608.           Left = 179
  609.           Top = 88
  610.           Width = 160
  611.           Height = 13
  612.           Cursor = crHandPoint
  613.           Hint = 'http://www.pandora.cz/list/rkEdit'
  614.           Caption = 'http://www.pandora.cz/list/rkEdit'
  615.           Font.Charset = DEFAULT_CHARSET
  616.           Font.Color = clBlue
  617.           Font.Height = -11
  618.           Font.Name = 'MS Sans Serif'
  619.           Font.Style = [fsUnderline]
  620.           ParentFont = False
  621.           OnClick = lblBasedOnClick
  622.         end
  623.         object Label25: TLabel
  624.           Left = 179
  625.           Top = 112
  626.           Width = 169
  627.           Height = 13
  628.           Cursor = crHandPoint
  629.           Hint = 'http://www.pandora.cz/list/rkEdit-d'
  630.           Caption = 'http://www.pandora.cz/list/rkEdit-d'
  631.           Font.Charset = DEFAULT_CHARSET
  632.           Font.Color = clBlue
  633.           Font.Height = -11
  634.           Font.Name = 'MS Sans Serif'
  635.           Font.Style = [fsUnderline]
  636.           ParentFont = False
  637.           OnClick = lblBasedOnClick
  638.         end
  639.         object Label27: TLabel
  640.           Left = 16
  641.           Top = 200
  642.           Width = 162
  643.           Height = 13
  644.           Caption = 'Another possibility is fill the form on'
  645.         end
  646.         object Label28: TLabel
  647.           Left = 182
  648.           Top = 200
  649.           Width = 87
  650.           Height = 13
  651.           Cursor = crHandPoint
  652.           Hint = 'http://www.rydval.cz/rkEdit'
  653.           Caption = 'rkEdit'#39's homepage'
  654.           Font.Charset = DEFAULT_CHARSET
  655.           Font.Color = clBlue
  656.           Font.Height = -11
  657.           Font.Name = 'MS Sans Serif'
  658.           Font.Style = [fsUnderline]
  659.           ParentFont = False
  660.           OnClick = lblBasedOnClick
  661.         end
  662.         object Label29: TLabel
  663.           Left = 270
  664.           Top = 200
  665.           Width = 3
  666.           Height = 13
  667.           Caption = '.'
  668.         end
  669.         object Memo2: TMemo
  670.           Left = 16
  671.           Top = 136
  672.           Width = 361
  673.           Height = 49
  674.           Cursor = crArrow
  675.           BorderStyle = bsNone
  676.           Color = clBtnFace
  677.           Lines.Strings = (
  678.             
  679.               'Subscribing to this lists is very simple. Just send an e-mail to' +
  680.               ' '
  681.             
  682.               'mailman@pandora.cz with body subscribe rkEdit or subscribe rkEdi' +
  683.               't-d. You '
  684.             
  685.               'will receive e-mail, so just replay and the subscription si done' +
  686.               '.')
  687.           ReadOnly = True
  688.           TabOrder = 1
  689.           OnEnter = Memo2Enter
  690.         end
  691.         object bbtnOk: TBitBtn
  692.           Left = 16
  693.           Top = 237
  694.           Width = 73
  695.           Height = 25
  696.           Cancel = True
  697.           Caption = 'OK'
  698.           Default = True
  699.           ModalResult = 1
  700.           TabOrder = 0
  701.           Glyph.Data = {
  702.             DE010000424DDE01000000000000760000002800000024000000120000000100
  703.             0400000000006801000000000000000000001000000000000000000000000000
  704.             80000080000000808000800000008000800080800000C0C0C000808080000000
  705.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  706.             3333333333333333333333330000333333333333333333333333F33333333333
  707.             00003333344333333333333333388F3333333333000033334224333333333333
  708.             338338F3333333330000333422224333333333333833338F3333333300003342
  709.             222224333333333383333338F3333333000034222A22224333333338F338F333
  710.             8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  711.             33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  712.             0000333333333A222433333333333338F338F33300003333333333A222433333
  713.             333333338F338F33000033333333333A222433333333333338F338F300003333
  714.             33333333A222433333333333338F338F00003333333333333A22433333333333
  715.             3338F38F000033333333333333A223333333333333338F830000333333333333
  716.             333A333333333333333338330000333333333333333333333333333333333333
  717.             0000}
  718.           NumGlyphs = 2
  719.         end
  720.       end
  721.     end
  722.     object TabSheet4: TTabSheet
  723.       Caption = 'Thanks'
  724.       ImageIndex = 3
  725.       object Panel4: TPanel
  726.         Left = 0
  727.         Top = 4
  728.         Width = 393
  729.         Height = 273
  730.         BevelInner = bvLowered
  731.         TabOrder = 0
  732.         object Label26: TLabel
  733.           Left = 8
  734.           Top = 8
  735.           Width = 361
  736.           Height = 32
  737.           Alignment = taCenter
  738.           AutoSize = False
  739.           Caption = 'Thanks'
  740.           Font.Charset = EASTEUROPE_CHARSET
  741.           Font.Color = clBlack
  742.           Font.Height = -29
  743.           Font.Name = 'Times New Roman'
  744.           Font.Style = [fsBold]
  745.           ParentFont = False
  746.         end
  747.         object Label30: TLabel
  748.           Left = 8
  749.           Top = 48
  750.           Width = 376
  751.           Height = 33
  752.           AutoSize = False
  753.           Caption = 
  754.             'I would like to thank these people for reminders, advice and sup' +
  755.             'port during developing of this editor (in alphabetical order):'
  756.           WordWrap = True
  757.         end
  758.         object Label31: TLabel
  759.           Left = 16
  760.           Top = 96
  761.           Width = 113
  762.           Height = 57
  763.           AutoSize = False
  764.           Caption = #8226' Ivan Dulgerov'#13#10#8226' Jan Fiala'#13#10#8226' Petr Sta'#353'a'#13#10#8226' Ji'#345#237' Vosm'#237'k'
  765.           WordWrap = True
  766.         end
  767.         object Label35: TLabel
  768.           Left = 8
  769.           Top = 80
  770.           Width = 124
  771.           Height = 13
  772.           Caption = 'Alfa and Beta testers:'
  773.           Font.Charset = DEFAULT_CHARSET
  774.           Font.Color = clWindowText
  775.           Font.Height = -11
  776.           Font.Name = 'MS Sans Serif'
  777.           Font.Style = [fsBold]
  778.           ParentFont = False
  779.         end
  780.         object Label36: TLabel
  781.           Left = 8
  782.           Top = 154
  783.           Width = 148
  784.           Height = 13
  785.           Caption = 'Graphics and web design:'
  786.           Font.Charset = DEFAULT_CHARSET
  787.           Font.Color = clWindowText
  788.           Font.Height = -11
  789.           Font.Name = 'MS Sans Serif'
  790.           Font.Style = [fsBold]
  791.           ParentFont = False
  792.         end
  793.         object Label37: TLabel
  794.           Left = 16
  795.           Top = 170
  796.           Width = 76
  797.           Height = 13
  798.           Caption = #8226' Petr V'#225'clavek'
  799.         end
  800.         object Label14: TLabel
  801.           Left = 8
  802.           Top = 193
  803.           Width = 173
  804.           Height = 13
  805.           Caption = 'News translated to English by:'
  806.           Font.Charset = DEFAULT_CHARSET
  807.           Font.Color = clWindowText
  808.           Font.Height = -11
  809.           Font.Name = 'MS Sans Serif'
  810.           Font.Style = [fsBold]
  811.           ParentFont = False
  812.         end
  813.         object Label38: TLabel
  814.           Left = 16
  815.           Top = 209
  816.           Width = 87
  817.           Height = 13
  818.           Caption = #8226' Jana Kr'#269'm'#225#345'ov'#225
  819.         end
  820.         object BitBtn4: TBitBtn
  821.           Left = 16
  822.           Top = 237
  823.           Width = 73
  824.           Height = 25
  825.           Cancel = True
  826.           Caption = 'OK'
  827.           Default = True
  828.           ModalResult = 1
  829.           TabOrder = 0
  830.           Glyph.Data = {
  831.             DE010000424DDE01000000000000760000002800000024000000120000000100
  832.             0400000000006801000000000000000000001000000000000000000000000000
  833.             80000080000000808000800000008000800080800000C0C0C000808080000000
  834.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  835.             3333333333333333333333330000333333333333333333333333F33333333333
  836.             00003333344333333333333333388F3333333333000033334224333333333333
  837.             338338F3333333330000333422224333333333333833338F3333333300003342
  838.             222224333333333383333338F3333333000034222A22224333333338F338F333
  839.             8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  840.             33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  841.             0000333333333A222433333333333338F338F33300003333333333A222433333
  842.             333333338F338F33000033333333333A222433333333333338F338F300003333
  843.             33333333A222433333333333338F338F00003333333333333A22433333333333
  844.             3338F38F000033333333333333A223333333333333338F830000333333333333
  845.             333A333333333333333338330000333333333333333333333333333333333333
  846.             0000}
  847.           NumGlyphs = 2
  848.         end
  849.       end
  850.     end
  851.     object tsPlugins: TTabSheet
  852.       Caption = 'Plug-ins'
  853.       ImageIndex = 5
  854.       object Panel5: TPanel
  855.         Left = 0
  856.         Top = 4
  857.         Width = 393
  858.         Height = 273
  859.         BevelInner = bvLowered
  860.         TabOrder = 0
  861.         object Label33: TLabel
  862.           Left = 16
  863.           Top = 16
  864.           Width = 78
  865.           Height = 13
  866.           Caption = 'Loaded plug-ins:'
  867.         end
  868.         object BitBtn3: TBitBtn
  869.           Left = 16
  870.           Top = 237
  871.           Width = 73
  872.           Height = 25
  873.           Cancel = True
  874.           Caption = 'OK'
  875.           Default = True
  876.           ModalResult = 1
  877.           TabOrder = 0
  878.           Glyph.Data = {
  879.             DE010000424DDE01000000000000760000002800000024000000120000000100
  880.             0400000000006801000000000000000000001000000000000000000000000000
  881.             80000080000000808000800000008000800080800000C0C0C000808080000000
  882.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  883.             3333333333333333333333330000333333333333333333333333F33333333333
  884.             00003333344333333333333333388F3333333333000033334224333333333333
  885.             338338F3333333330000333422224333333333333833338F3333333300003342
  886.             222224333333333383333338F3333333000034222A22224333333338F338F333
  887.             8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  888.             33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  889.             0000333333333A222433333333333338F338F33300003333333333A222433333
  890.             333333338F338F33000033333333333A222433333333333338F338F300003333
  891.             33333333A222433333333333338F338F00003333333333333A22433333333333
  892.             3338F38F000033333333333333A223333333333333338F830000333333333333
  893.             333A333333333333333338330000333333333333333333333333333333333333
  894.             0000}
  895.           NumGlyphs = 2
  896.         end
  897.         object btnEnhancedInfo: TButton
  898.           Left = 240
  899.           Top = 232
  900.           Width = 139
  901.           Height = 25
  902.           Caption = 'Enhanced information...'
  903.           TabOrder = 1
  904.           OnClick = btnEnhancedInfoClick
  905.         end
  906.         object lvPlugins: TListView
  907.           Left = 16
  908.           Top = 32
  909.           Width = 361
  910.           Height = 193
  911.           Columns = <
  912.             item
  913.               Caption = 'Plugin description'
  914.               Width = 250
  915.             end
  916.             item
  917.               Caption = 'Filename'
  918.               Width = 105
  919.             end>
  920.           HideSelection = False
  921.           ReadOnly = True
  922.           RowSelect = True
  923.           TabOrder = 2
  924.           ViewStyle = vsReport
  925.           OnChange = lvPluginsChange
  926.           OnDblClick = btnEnhancedInfoClick
  927.         end
  928.       end
  929.     end
  930.   end
  931. end
  932.