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

  1. object fChildDiff: TfChildDiff
  2.   Left = 269
  3.   Top = 171
  4.   Width = 696
  5.   Height = 473
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   Caption = 'Text Diff'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   ShowHint = True
  18.   Visible = True
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object SplitterDiff: TSplitter
  26.     Left = 345
  27.     Top = 22
  28.     Height = 417
  29.     OnMoved = SplitterDiffMoved
  30.   end
  31.   object EditorL: TSynEdit
  32.     Left = 0
  33.     Top = 22
  34.     Width = 345
  35.     Height = 417
  36.     HelpContext = 33
  37.     Align = alLeft
  38.     Font.Charset = EASTEUROPE_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -13
  41.     Font.Name = 'Courier New'
  42.     Font.Style = []
  43.     PopupMenu = fPSPad.PopupSynEdit
  44.     TabOrder = 0
  45.     WordWrap = False
  46.     OnEnter = EditorLEnter
  47.     ExtraLineSpacing = 1
  48.     GotoTarget = gtUp
  49.     Gutter.Font.Charset = DEFAULT_CHARSET
  50.     Gutter.Font.Color = clWindowText
  51.     Gutter.Font.Height = -11
  52.     Gutter.Font.Name = 'Terminal'
  53.     Gutter.Font.Style = []
  54.     Gutter.UseFontStyle = False
  55.     ReadOnly = True
  56.     OnSpecialLineColors = EditorLSpecialLineColors
  57.     OnStatusChange = EditorLStatusChange
  58.     OnPaintTransient = EditorLPaintTransient
  59.     RemovedKeystrokes = <
  60.       item
  61.         Command = ecContextHelp
  62.         ShortCut = 112
  63.       end>
  64.     AddedKeystrokes = <
  65.       item
  66.         Command = ecContextHelp
  67.         ShortCut = 16496
  68.       end>
  69.   end
  70.   object EditorR: TSynEdit
  71.     Left = 348
  72.     Top = 22
  73.     Width = 340
  74.     Height = 417
  75.     HelpContext = 33
  76.     Align = alClient
  77.     Font.Charset = EASTEUROPE_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -13
  80.     Font.Name = 'Courier New'
  81.     Font.Style = []
  82.     PopupMenu = fPSPad.PopupSynEdit
  83.     TabOrder = 1
  84.     WordWrap = False
  85.     OnEnter = EditorLEnter
  86.     ExtraLineSpacing = 1
  87.     GotoTarget = gtUp
  88.     Gutter.Font.Charset = DEFAULT_CHARSET
  89.     Gutter.Font.Color = clWindowText
  90.     Gutter.Font.Height = -11
  91.     Gutter.Font.Name = 'Terminal'
  92.     Gutter.Font.Style = []
  93.     Gutter.UseFontStyle = False
  94.     ReadOnly = True
  95.     OnSpecialLineColors = EditorLSpecialLineColors
  96.     OnStatusChange = EditorRStatusChange
  97.     OnPaintTransient = EditorLPaintTransient
  98.     RemovedKeystrokes = <
  99.       item
  100.         Command = ecContextHelp
  101.         ShortCut = 112
  102.       end>
  103.     AddedKeystrokes = <
  104.       item
  105.         Command = ecContextHelp
  106.         ShortCut = 16496
  107.       end>
  108.   end
  109.   object PanelDiff: TPanel
  110.     Left = 0
  111.     Top = 0
  112.     Width = 688
  113.     Height = 22
  114.     Align = alTop
  115.     AutoSize = True
  116.     BevelOuter = bvNone
  117.     TabOrder = 2
  118.     object lFileL: TLabel
  119.       Left = 16
  120.       Top = 8
  121.       Width = 31
  122.       Height = 13
  123.       Caption = 'lFileL'
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clWindowText
  126.       Font.Height = -11
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = [fsBold]
  129.       ParentFont = False
  130.     end
  131.     object lFileR: TLabel
  132.       Left = 408
  133.       Top = 6
  134.       Width = 26
  135.       Height = 13
  136.       Caption = 'lFileR'
  137.     end
  138.     object ToolBarDiff: TToolBar
  139.       Left = 297
  140.       Top = 0
  141.       Width = 105
  142.       Height = 22
  143.       Align = alNone
  144.       AutoSize = True
  145.       ButtonWidth = 21
  146.       Caption = 'ToolBarDiff'
  147.       EdgeBorders = []
  148.       Flat = True
  149.       TabOrder = 0
  150.       Wrapable = False
  151.       object tbDiffPrev: TToolButton
  152.         Left = 0
  153.         Top = 0
  154.         Action = fPSPad.aFindPrevWord
  155.       end
  156.       object tbDiffNext: TToolButton
  157.         Left = 21
  158.         Top = 0
  159.         Action = fPSPad.aFindWord
  160.       end
  161.       object tbDiffRefresh: TToolButton
  162.         Left = 42
  163.         Top = 0
  164.         Action = fPSPad.aReOpen
  165.       end
  166.       object tbWindowPos: TToolButton
  167.         Left = 63
  168.         Top = 0
  169.         Hint = 'Pod sebou'
  170.         Caption = 'Pod sebou'
  171.         ImageIndex = 88
  172.         OnClick = tbWindowPosClick
  173.       end
  174.       object tbResults: TToolButton
  175.         Left = 84
  176.         Top = 0
  177.         Hint = 'Pr'#225'ce s v'#253'sledky'
  178.         Caption = 'Pr'#225'ce s v'#253'sledky'
  179.         DropdownMenu = popupDiff
  180.         ImageIndex = 102
  181.       end
  182.     end
  183.   end
  184.   object popupDiff: TPopupMenu
  185.     Images = imDiff
  186.     Left = 392
  187.     Top = 48
  188.     object mDiffOneFile: TMenuItem
  189.       Caption = 'Ob'#283' okna do nov'#233'ho souboru'
  190.       ImageIndex = 0
  191.       OnClick = mDiffOneFileClick
  192.     end
  193.     object mDiffOnly: TMenuItem
  194.       Caption = 'Chyb'#283'j'#237'c'#237' do nov'#233'ho souboru'
  195.       ImageIndex = 1
  196.       OnClick = mDiffOnlyClick
  197.     end
  198.   end
  199.   object imDiff: TImageList
  200.     Left = 288
  201.     Top = 56
  202.     Bitmap = {
  203.       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  204.       0000000000003600000028000000400000001000000001002000000000000010
  205.       0000000000000000000000000000000000000000000000000000000000000000
  206.       0000000000000000000000000000000000008400000000000000000000000000
  207.       0000000000000000000000000000000000000000000000000000000000000000
  208.       0000000000000000000000000000000000000000000000000000000000000000
  209.       0000000000000000000000000000000000000000000000000000000000000000
  210.       0000000000000000000000000000000000000000000000000000000000000000
  211.       0000000000000000000000000000000000000000000000000000000000000000
  212.       0000000000000000000000000000000000000000000000000000000000000000
  213.       0000000000000000000000000000000000000000000000000000000000000000
  214.       0000000000000000000000000000000000008400000000000000000000000000
  215.       0000000000000000000000000000000000000000000000000000000000000000
  216.       0000000000000000000000000000000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000840000000000000084000000840000008400000084000000840000000000
  223.       0000840000000000000000000000000000000000000000000000000000000000
  224.       000000000000000000000000FF000000000000000000FF000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000008400000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       00000000FF000000FF000000FF000000FF00FF000000FF000000FF000000FF00
  233.       0000FF0000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000840000000000000000000000000000008400000000000000000000000000
  239.       0000840000000000000000000000000000000000000000000000000000000000
  240.       00000000FF00000000000000FF000000000000000000FF000000000000000000
  241.       0000FF0000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       00000000FF000000000000000000000000000000000000000000000000000000
  249.       0000FF0000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000840000000000000000000000000000000000000000000000000000000000
  255.       0000840000000000000000000000000000000000000000000000000000000000
  256.       00000000FF000000000000000000000000000000000000000000000000000000
  257.       0000FF0000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       000000000000000000000000000000000000000000000000000000000000FFFF
  270.       FF0000FFFF00FFFFFF0000FFFF0000000000000000000000000000000000FFFF
  271.       FF0000FFFF00FFFFFF0000FFFF0000000000000000000000000000000000FFFF
  272.       FF0000FFFF00FFFFFF0000FFFF0000000000000000000000000000000000FFFF
  273.       FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000
  274.       0000000000000000000000000000000000000000000000000000000000000000
  275.       0000000000000000000000000000000000000000000000000000000000000000
  276.       0000000000000000000000000000000000000000000000000000000000000000
  277.       00000000000000000000000000000000000000000000FFFFFF00000000000000
  278.       00000000000000000000000000000000000000000000FFFFFF00000000000000
  279.       00000000000000000000000000000000000000000000FFFFFF00000000000000
  280.       00000000000000000000000000000000000000000000FFFFFF00000000000000
  281.       0000000000000000000000000000000000000000000000000000000000000000
  282.       0000000000000000000000000000000000000000000000000000000000000000
  283.       0000000000000000000000000000000000000000000000000000000000000000
  284.       0000000000000000000000000000000000000000000000000000000000000000
  285.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  286.       FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF
  287.       FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF
  288.       FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF
  289.       FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  290.       0000000000000000000000000000000000000000000000000000000000000000
  291.       0000000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       00000000000000000000000000000000000000000000FFFFFF00848484008484
  294.       840084848400FFFFFF00000000000000000000000000FFFFFF00848484008484
  295.       840084848400FFFFFF00000000000000000000000000FFFFFF00848484008484
  296.       840084848400FFFFFF00000000000000000000000000FFFFFF00848484008484
  297.       840084848400FFFFFF0000000000000000000000000000000000000000000000
  298.       0000000000000000000000000000000000000000000000000000000000000000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  302.       FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF
  303.       FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF
  304.       FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF
  305.       FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       00000000000000000000000000000000000000000000FFFFFF00848484008484
  310.       840084848400FFFFFF00000000000000000000000000FFFFFF00848484008484
  311.       840084848400FFFFFF00000000000000000000000000FFFFFF00848484008484
  312.       840084848400FFFFFF00000000000000000000000000FFFFFF00848484008484
  313.       840084848400FFFFFF0000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000000000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  318.       FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF
  319.       FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF
  320.       FF00FFFFFF00FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFF
  321.       FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000000000000000000000000000
  327.       0000000000000000000000000000000000000000000000000000000000000000
  328.       0000000000000000000000000000000000000000000000000000000000000000
  329.       0000000000000000000000000000000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       0000000000000000000000000000000000000000000000000000000000000000
  333.       000000000000000000000000000000000000424D3E000000000000003E000000
  334.       2800000040000000100000000100010000000000800000000000000000000000
  335.       000000000000000000000000FFFFFF00FF7FFFFF00000000FF7FFFFF00000000
  336.       F417FDBF00000000FF7FF00700000000F777F5B700000000FFFFF7F700000000
  337.       F7F7F7F700000000C0C0C0C00000000000000000000000000000000000000000
  338.       0101010100000000010101010000000001010101000000000101010100000000
  339.       0101010100000000010101010000000000000000000000000000000000000000
  340.       000000000000}
  341.   end
  342. end
  343.