home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFCLIPMON / TFCLIPMON.txt
Encoding:
Text File  |  2004-06-06  |  19.4 KB  |  436 lines

  1. object fClipMon: TfClipMon
  2.   Tag = 6
  3.   Left = 604
  4.   Top = 194
  5.   Width = 228
  6.   Height = 410
  7.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'Clipboard monitor'
  10.   Color = clBtnFace
  11.   UseDockManager = True
  12.   DragKind = dkDock
  13.   DragMode = dmAutomatic
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   FormStyle = fsStayOnTop
  20.   OldCreateOrder = False
  21.   ShowHint = True
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnHide = FormHide
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Splitter1: TSplitter
  29.     Left = 0
  30.     Top = 169
  31.     Width = 220
  32.     Height = 3
  33.     Cursor = crVSplit
  34.     Align = alTop
  35.   end
  36.   object lbClipMon: THintListBox
  37.     Left = 0
  38.     Top = 22
  39.     Width = 220
  40.     Height = 147
  41.     Align = alTop
  42.     IntegralHeight = True
  43.     ItemHeight = 13
  44.     MultiSelect = True
  45.     TabOrder = 0
  46.     OnClick = lbClipMonClick
  47.     OnDblClick = aPasteItExecute
  48.     HorizontalExtent = 0
  49.     ItemHintPause = 800
  50.     ItemHintHidePause = 3000
  51.     ShowItemHint = True
  52.     Author = '(c)1997-2001 Giuseppe Madaffari (gmadaffari@infomedia.it)'
  53.   end
  54.   object seClipMon: TSynEdit
  55.     Left = 0
  56.     Top = 172
  57.     Width = 220
  58.     Height = 204
  59.     Align = alClient
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -13
  63.     Font.Name = 'Courier New'
  64.     Font.Style = []
  65.     PopupMenu = PopupClipMon
  66.     TabOrder = 1
  67.     WordWrap = False
  68.     GotoTarget = gtUp
  69.     Gutter.Font.Charset = DEFAULT_CHARSET
  70.     Gutter.Font.Color = clWindowText
  71.     Gutter.Font.Height = -11
  72.     Gutter.Font.Name = 'Terminal'
  73.     Gutter.Font.Style = []
  74.     Gutter.Visible = False
  75.     Lines.Strings = (
  76.       '')
  77.     MaxLineWidth = 1
  78.     Options = [eoAutoSizeMaxLineWidth, eoDragDropEditing, eoGroupUndo, eoHideShowScrollbars, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoSmartTabs, eoTabsToSpaces]
  79.     ReadOnly = True
  80.     RemovedKeystrokes = <
  81.       item
  82.         Command = ecContextHelp
  83.         ShortCut = 112
  84.       end>
  85.     AddedKeystrokes = <
  86.       item
  87.         Command = ecContextHelp
  88.         ShortCut = 16496
  89.       end
  90.       item
  91.         Command = ecDeleteWord
  92.         ShortCut = 16468
  93.       end>
  94.   end
  95.   object tb: TToolBar
  96.     Left = 0
  97.     Top = 0
  98.     Width = 220
  99.     Height = 22
  100.     AutoSize = True
  101.     Caption = 'tb'
  102.     EdgeBorders = []
  103.     Flat = True
  104.     Images = imClipMon
  105.     TabOrder = 2
  106.     object tb1: TToolButton
  107.       Left = 0
  108.       Top = 0
  109.       Action = aClpBrdActivate
  110.     end
  111.     object ToolButton4: TToolButton
  112.       Left = 23
  113.       Top = 0
  114.       Width = 8
  115.       Caption = 'ToolButton4'
  116.       ImageIndex = 4
  117.       Style = tbsSeparator
  118.     end
  119.     object ToolButton1: TToolButton
  120.       Left = 31
  121.       Top = 0
  122.       Action = aTrash
  123.     end
  124.     object ToolButton5: TToolButton
  125.       Left = 54
  126.       Top = 0
  127.       Width = 8
  128.       Caption = 'ToolButton5'
  129.       ImageIndex = 4
  130.       Style = tbsSeparator
  131.     end
  132.     object ToolButton3: TToolButton
  133.       Left = 62
  134.       Top = 0
  135.       Action = aCopyIt
  136.     end
  137.     object ToolButton2: TToolButton
  138.       Left = 85
  139.       Top = 0
  140.       Action = aPasteIt
  141.     end
  142.     object tbDelete: TToolButton
  143.       Left = 108
  144.       Top = 0
  145.       Action = aDelete
  146.     end
  147.   end
  148.   object ClipBrd: TPBClipBoard
  149.     Version = '1.10.00.00'
  150.     Left = 112
  151.     Top = 32
  152.   end
  153.   object alClipMon: TActionList
  154.     Images = imClipMon
  155.     OnUpdate = alClipMonUpdate
  156.     Left = 8
  157.     Top = 32
  158.     object aClpBrdActivate: TAction
  159.       Caption = 'Start / stop'
  160.       Hint = 'Start / stop'
  161.       ImageIndex = 0
  162.       OnExecute = aClpBrdActivateExecute
  163.     end
  164.     object aEsc: TAction
  165.       Caption = 'aEsc'
  166.       ShortCut = 27
  167.       OnExecute = aEscExecute
  168.     end
  169.     object aTrash: TAction
  170.       Caption = 'Smazat v'#353'e'
  171.       Hint = 'Smazat v'#353'e'
  172.       ImageIndex = 2
  173.       ShortCut = 16430
  174.       OnExecute = aTrashExecute
  175.     end
  176.     object aPasteIt: TAction
  177.       Caption = 'Vlo'#382'it'
  178.       Hint = 'Vlo'#382'it'
  179.       ImageIndex = 3
  180.       ShortCut = 16470
  181.       OnExecute = aPasteItExecute
  182.     end
  183.     object aCopyIt: TAction
  184.       Caption = 'Kop'#237'rovat'
  185.       Hint = 'Kop'#237'rovat'
  186.       ImageIndex = 4
  187.       ShortCut = 16451
  188.       OnExecute = aCopyItExecute
  189.     end
  190.     object aSelectAll: TAction
  191.       Caption = 'Vybrat v'#353'e'
  192.       Hint = 'Vybrat v'#353'e'
  193.       ShortCut = 16449
  194.       OnExecute = aSelectAllExecute
  195.     end
  196.     object aDelete: TAction
  197.       Caption = 'Smazat'
  198.       Hint = 'Smazat'
  199.       ImageIndex = 5
  200.       ShortCut = 46
  201.       OnExecute = aDeleteExecute
  202.     end
  203.   end
  204.   object imClipMon: TImageList
  205.     Left = 152
  206.     Top = 32
  207.     Bitmap = {
  208.       494C010106000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  209.       0000000000003600000028000000400000003000000001001000000000000018
  210.       0000000000000000000000000000000000000000000000000000000000000000
  211.       0000000000000000000000000000000000000000000000000000000000000000
  212.       0000000000000000000000000000000000000000000000000000000000000000
  213.       0000000000000000000000000000000000000000000000000000000000000000
  214.       0000000000000000000000000000000000000000000000000000000000000000
  215.       0000000000000000000000000000000000000000000000000000000000000000
  216.       0000000000000000000000000000000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000000000000000000000000000000000000000000000000000000000000000
  223.       0000000000000000000000000000000000000000000000000000000000000000
  224.       0000000000000000000000000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       0000000000000000000000000000000000000000000000000000000000000000
  272.       0000000000000000000000000000000000000000000000000000000000000000
  273.       0000000000000000000000000000000000000000000000000000000000000000
  274.       0000000000000000000000000000000000000000000000000000000000000000
  275.       0000000000000000000000000000000000000000000000000000000000000000
  276.       0000000000000000000000000000000000000000000000000000000000000000
  277.       0000000000000000000000000000000000000000000000000000000000000000
  278.       0000000000000000000000000000000000000000000000000000000000000000
  279.       0000000000000000000000000000000000000000000000000000000000000000
  280.       0000000000000000000000000000000000000000000000000000000000000000
  281.       0000000000000000000000000000000000000000000000000000000000000000
  282.       0000000000000000000000000000000000000000000000000000000000001000
  283.       1000100010001000100010001000100000000000000000000000000000000000
  284.       0000000000000000000000000000000000000000000000000000000000000000
  285.       0000000000000000000000000000000000000000000000000000000000000000
  286.       0000000000000000000000000000000000000000000000000000000000001000
  287.       FF7FFF7FFF7FFF7FFF7FFF7FFF7F100000000000000000000000000000000000
  288.       0000000000000000000000000000000000000000000000000000000000000000
  289.       0000000000000000000000000000000000000000000000000000000000000000
  290.       0000000000000000000000000000000000000000000000000000000000001000
  291.       FF7F00000000000000000000FF7F100000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000001000
  295.       FF7FFF7FFF7FFF7FFF7FFF7FFF7F100000000000000000000000000000000000
  296.       0000000000000000000000000000000000000000000000000000000000000000
  297.       0000000000000000000000000000000000000000000000000000000000000000
  298.       0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F1000
  299.       FF7F00000000000000000000FF7F100000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000FF7F00000000000000001000
  303.       FF7FFF7FFF7FFF7FFF7FFF7FFF7F100000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F1000
  307.       FF7F00000000FF7F100010001000100000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000FF7F00000000000000001000
  311.       FF7FFF7FFF7FFF7F1000FF7F1000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000FF7FFF7FFF7FFF7FFF7F1000
  315.       FF7FFF7FFF7FFF7F100010000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000FF7F00000000FF7F00001000
  319.       1000100010001000100000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000FF7FFF7FFF7FFF7F0000FF7F
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000FF7FFF7FFF7FFF7F00000000
  327.       0000000000000000000000000000000000000000000000000000000000000000
  328.       0000000000000000000000000000000000000000000000000000000000000000
  329.       0000000000000000000000000000000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       0000000000000000000000000000000000000000000000000000000000000000
  333.       0000000000000000000000000000000000000000000000000000000000000000
  334.       0000000000000000000000000000000000000000000000000000000000000000
  335.       0000000000000000000000000000000000000000000000000000000000000000
  336.       0000000000000000000000000000000000000000000000000000000000000000
  337.       0000000000000000000000000000000000000000000000000000000000000000
  338.       0000000000000000000000000000000000000000000000000000000000000000
  339.       0000000000000000000000000000000000000000000000000000000000000000
  340.       0000000000000000000000000000000000000000000000000000000000000000
  341.       0000000000000000000000000000000000000000000000000000000000000000
  342.       0000000000000000000000000000000000000000000000000000000000000000
  343.       0000000000000000000000000000000000000000000000000000000000000000
  344.       0000000000000000000000000000000000000000000000000000FF7FEF3DEF3D
  345.       EF3DEF3DEF3DEF3D000000000000000000000000000000000000000000001000
  346.       100010001000100010001000100010001000000000000000FF7F000000000000
  347.       000000000000000000000000000000000000000000000000000000000000FF7F
  348.       FF7FFF7FFF7FFF7F000000000000000000000000000000000000FF7F0000F75E
  349.       0000F75E0000EF3D000000000000000000000000000000000000000000001000
  350.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000001042FF7FFF7F0000
  351.       00000000000000000000000000000000000000000000000000000000FF7F007C
  352.       007C007C007C007CFF7F00000000000000000000000000000000FF7F0000F75E
  353.       0000EF3D0000EF3D000000000000000000000000000000420000004200001000
  354.       FF7F100010001000100010001000FF7F10000000000000001042E003E003FF7F
  355.       FF7F0000000000000000000000000000000000000000000000001042007C007C
  356.       007C007C007C007C007CFF7F0000000000000000000000000000FF7F0000F75E
  357.       0000F75E0000EF3D000000000000000000000000004200000042000000421000
  358.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F10000000000000001042E003E003E003
  359.       E003FF7FFF7F0000000000000000000000000000000000001042007C007C007C
  360.       007C007C007C007C007C007CFF7F000000000000000000000000FF7F0000F75E
  361.       0000EF3D0000EF3D000000000000000000000000000000420000004200001000
  362.       FF7F100010001000FF7F10001000100010000000000000001042E003E003E003
  363.       E003E003E003FF7FFF7F00000000000000000000000000001042007C007C007C
  364.       007C007C007C007C007C007CFF7F000000000000000000000000FF7F0000F75E
  365.       0000F75E0000EF3D000000000000000000000000004200000042000000421000
  366.       FF7FFF7FFF7FFF7FFF7F1000FF7F100000000000000000001042E003E003E003
  367.       E003E003E003E003E003FF7FFF7F000000000000000000001042007C007C007C
  368.       007C007C007C007C007C007CFF7F000000000000000000000000FF7F0000F75E
  369.       0000EF3D0000EF3D000000000000000000000000000000420000004200001000
  370.       FF7FFF7FFF7FFF7FFF7F10001000000000000000000000001042E003E003E003
  371.       E003E003E003E003E00310421042000000000000000000001042007C007C007C
  372.       007C007C007C007C007C007CFF7F000000000000000000000000FF7F0000F75E
  373.       0000F75E0000EF3D000000000000000000000000004200000042000000421000
  374.       1000100010001000100010000000000000000000000000001042E003E003E003
  375.       E003E003E0031042104200000000000000000000000000001042007C007C007C
  376.       007C007C007C007C007C007CFF7F000000000000000000000000FF7F0000F75E
  377.       0000EF3D0000EF3D000000000000000000000000000000420000004200000042
  378.       0000004200000042000000420000000000000000000000001042E003E003E003
  379.       E0031042104200000000000000000000000000000000000000001042007C007C
  380.       007C007C007C007C007CFF7F0000000000000000000000000000EF3D0000EF3D
  381.       0000EF3D0000EF3D000000000000000000000000004200000000000000000000
  382.       0000000000000000000000000000000000000000000000001042E003E0031042
  383.       104200000000000000000000000000000000000000000000000000001042007C
  384.       007C007C007C007C104200000000000000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000420000000000000000000000001042104210420000
  387.       0000000000000000000000000000000000000000000000000000000000001042
  388.       104210421042104200000000000000000000000000000000FF7FF75EF75EF75E
  389.       EF3DEF3DEF3DEF3DEF3D000000000000000000000042000000420000E07F0000
  390.       0000E07F00000000004200000000000000000000000000001042000000000000
  391.       0000000000000000000000000000000000000000000000000000000000000000
  392.       0000000000000000000000000000000000000000000000000000000000000000
  393.       000000000000000000000000000000000000000000000000000000000000E07F
  394.       E07F000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       000000000000000000000000000000000000000000000000000000000000EF3D
  397.       EF3DEF3D00000000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000000000000000000000000000
  401.       0000000000000000000000000000000000000000000000000000000000000000
  402.       000000000000000000000000000000000000424D3E000000000000003E000000
  403.       2800000040000000300000000100010000000000800100000000000000000000
  404.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  405.       0000000000000000000000000000000000000000000000000000000000000000
  406.       0000000000000000000000000000000000000000000000000000000000000000
  407.       0000000000000000000000000000000000000000000000000000000000000000
  408.       00000000000000000000000000000000FFFFFFFF00000000FFFFFFFB00000000
  409.       FC01EFFF00000000FC01C7F700000000FC01C7EF000000000001E3CF00000000
  410.       0001F19F000000000001F83F000000000001FC7F000000000003F83F00000000
  411.       0007F1BF00000000000FC3CF0000000000FF87E70000000001FF9FF300000000
  412.       03FFFFFF00000000FFFFFFFF00000000FFFFFFFFE00FFFFFFFFFFFFFE00FFC00
  413.       EFFFFC1FE00F8000E3FFF80FE00F0000E0FFF007E00F0000E03FE003E00F0000
  414.       E00FE003E00F0001E003E003A00B0003E003E003C0070003E00FE003E00F0003
  415.       E03FF007E00F0003E0FFF80FC0070FC3E3FFFC1FC0070003EFFFFFFFC0078007
  416.       FFFFFFFFF83FF87FFFFFFFFFF83FFFFF00000000000000000000000000000000
  417.       000000000000}
  418.   end
  419.   object PopupClipMon: TPopupMenu
  420.     Left = 64
  421.     Top = 216
  422.     object Copytoclipboard1: TMenuItem
  423.       Action = aCopyIt
  424.     end
  425.     object Paste1: TMenuItem
  426.       Action = aPasteIt
  427.     end
  428.     object N1: TMenuItem
  429.       Caption = '-'
  430.     end
  431.     object Selectall1: TMenuItem
  432.       Action = aSelectAll
  433.     end
  434.   end
  435. end
  436.