home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / rcpkg50.bpl / 0 / RCDATA / TFRMITERCFORM / TFRMITERCFORM.txt
Text File  |  1999-08-11  |  14KB  |  404 lines

  1. object frmITERCForm: TfrmITERCForm
  2.   Left = 440
  3.   Top = 356
  4.   Width = 674
  5.   Height = 492
  6.   Caption = 'frmITERCForm'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   KeyPreview = True
  10.   OldCreateOrder = False
  11.   OnCloseQuery = FormCloseQuery
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   OnHide = frmITERCFormHide
  15.   OnResize = FormResize
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pnlGrid: TPanel
  20.     Left = 0
  21.     Top = 30
  22.     Width = 666
  23.     Height = 416
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Caption = 'pnlGrid'
  27.     TabOrder = 0
  28.     object Splitter1: TSplitter
  29.       Left = 0
  30.       Top = 410
  31.       Width = 666
  32.       Height = 3
  33.       Cursor = crVSplit
  34.       Align = alBottom
  35.       ResizeStyle = rsUpdate
  36.     end
  37.     object ITEGrid: TITEGrid
  38.       Left = 0
  39.       Top = 0
  40.       Width = 666
  41.       Height = 410
  42.       Align = alClient
  43.       DefaultRowHeight = 17
  44.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  45.       TabOrder = 1
  46.       OnColumnMoved = ITEGridColumnMoved
  47.       EditingAllowed = False
  48.       OnHomeClick = ITEGridHomeClick
  49.       OnProcessFilters = ITEGridProcessFilters
  50.       OnFixedColClick = ITEGridFixedColClick
  51.       OnFixedRowClick = ITEGridFixedRowClick
  52.       OnInplaceComboBoxCloseUp = ITEGridInplaceComboBoxCloseUp
  53.       OnInplaceComboBoxShowing = ITEGridInplaceComboBoxShowing
  54.       OnEditMenuPoping = ITEGridEditMenuPoping
  55.       OnPulledFromRepository = ITEGridPulledFromRepository
  56.       OnAddedToRepository = ITEGridAddedToRepository
  57.     end
  58.     object pnlSearchResults: TPanel
  59.       Left = 0
  60.       Top = 413
  61.       Width = 666
  62.       Height = 3
  63.       Align = alBottom
  64.       BevelOuter = bvNone
  65.       TabOrder = 0
  66.       OnDockDrop = pnlSearchResultsDockDrop
  67.       OnUnDock = pnlSearchResultsUnDock
  68.     end
  69.   end
  70.   object ToolBar1: TToolBar
  71.     Left = 0
  72.     Top = 0
  73.     Width = 666
  74.     Height = 30
  75.     AutoSize = True
  76.     BorderWidth = 1
  77.     ButtonHeight = 24
  78.     ButtonWidth = 25
  79.     Caption = 'ToolBar1'
  80.     EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  81.     EdgeInner = esNone
  82.     Flat = True
  83.     Images = ImageList2
  84.     ParentShowHint = False
  85.     PopupMenu = popTextLabels
  86.     ShowHint = True
  87.     TabOrder = 1
  88.     Wrapable = False
  89.     object SaveButton: TToolButton
  90.       Left = 0
  91.       Top = 0
  92.       Action = FileSave1
  93.     end
  94.     object ToolButton5: TToolButton
  95.       Left = 25
  96.       Top = 0
  97.       Width = 8
  98.       Caption = 'ToolButton5'
  99.       ImageIndex = 4
  100.       Style = tbsSeparator
  101.     end
  102.     object CutButton: TToolButton
  103.       Left = 33
  104.       Top = 0
  105.       Action = EditCut1
  106.     end
  107.     object CopyButton: TToolButton
  108.       Left = 58
  109.       Top = 0
  110.       Action = EditCopy1
  111.     end
  112.     object PasteButton: TToolButton
  113.       Left = 83
  114.       Top = 0
  115.       Action = EditPaste1
  116.     end
  117.     object FindButton: TToolButton
  118.       Left = 108
  119.       Top = 0
  120.       Action = EditFind
  121.     end
  122.     object FindInFilesButton: TToolButton
  123.       Left = 133
  124.       Top = 0
  125.       Action = EditFindInFiles
  126.     end
  127.     object ToolButton1: TToolButton
  128.       Left = 158
  129.       Top = 0
  130.       Width = 8
  131.       Caption = 'ToolButton1'
  132.       ImageIndex = 3
  133.       Style = tbsSeparator
  134.     end
  135.     object ResetButton: TToolButton
  136.       Left = 166
  137.       Top = 0
  138.       Action = EditReset
  139.     end
  140.     object ToolButton3: TToolButton
  141.       Left = 191
  142.       Top = 0
  143.       Width = 8
  144.       Caption = 'ToolButton3'
  145.       ImageIndex = 5
  146.       Style = tbsSeparator
  147.     end
  148.     object EditorlButton: TToolButton
  149.       Left = 199
  150.       Top = 0
  151.       Action = ShowMultiLineEdit
  152.     end
  153.     object tbShowSettings: TToolButton
  154.       Left = 224
  155.       Top = 0
  156.       Action = ShowSettingsAction
  157.     end
  158.   end
  159.   object StatusBar: TStatusBar
  160.     Left = 0
  161.     Top = 446
  162.     Width = 666
  163.     Height = 19
  164.     Panels = <
  165.       item
  166.         Width = 100
  167.       end
  168.       item
  169.         Width = 50
  170.       end
  171.       item
  172.         Width = 50
  173.       end
  174.       item
  175.         Width = 50
  176.       end
  177.       item
  178.         Width = 50
  179.       end>
  180.     ParentFont = True
  181.     SimplePanel = False
  182.     SizeGrip = False
  183.     UseSystemFont = False
  184.   end
  185.   object ActionList1: TActionList
  186.     Images = ImageList2
  187.     OnUpdate = ActionList1Update
  188.     Left = 400
  189.     Top = 39
  190.     object EditCopy1: TEditCopy
  191.       Category = 'Edit'
  192.       Caption = 'Copy'
  193.       Hint = 'Copy'
  194.       ImageIndex = 2
  195.       ShortCut = 16451
  196.     end
  197.     object EditCut1: TEditCut
  198.       Category = 'Edit'
  199.       Caption = 'Cut'
  200.       Hint = 'Cut'
  201.       ImageIndex = 1
  202.       ShortCut = 16472
  203.     end
  204.     object EditPaste1: TEditPaste
  205.       Category = 'Edit'
  206.       Caption = 'Paste'
  207.       Hint = 'Paste'
  208.       ImageIndex = 3
  209.       ShortCut = 16470
  210.     end
  211.     object FileSave1: TAction
  212.       Category = 'File'
  213.       Caption = 'Save'
  214.       Hint = 'Save'
  215.       ImageIndex = 0
  216.       ShortCut = 16467
  217.       OnExecute = FileSave1Execute
  218.       OnUpdate = FileSave1Update
  219.     end
  220.     object EditReset: TAction
  221.       Category = 'Edit'
  222.       Caption = 'Reset'
  223.       Hint = 'Reset column widths'
  224.       ImageIndex = 6
  225.       ShortCut = 16471
  226.       OnExecute = EditResetExecute
  227.     end
  228.     object EditFind: TAction
  229.       Category = 'Edit'
  230.       Caption = 'Find'
  231.       Hint = 'Find'
  232.       ImageIndex = 4
  233.       ShortCut = 16454
  234.       OnExecute = EditFindExecute
  235.       OnUpdate = EditFindUpdate
  236.     end
  237.     object EditFindInFiles: TAction
  238.       Category = 'Edit'
  239.       Caption = 'Find in Files'
  240.       Hint = 'Find in Files'
  241.       ImageIndex = 5
  242.       OnExecute = EditFindInFilesExecute
  243.     end
  244.     object ShowMultiLineEdit: TAction
  245.       Category = 'Edit'
  246.       Caption = 'Editor'
  247.       Hint = 'Multiline editor'
  248.       ImageIndex = 8
  249.       ShortCut = 16453
  250.       OnExecute = ShowMultiLineEditExecute
  251.       OnUpdate = ShowMultiLineEditUpdate
  252.     end
  253.     object ToggleTextLabels: TAction
  254.       Category = 'Popup'
  255.       Caption = 'Text &Labels'
  256.       OnExecute = ToggleTextLabelsExecute
  257.     end
  258.     object CopyPrevLine: TAction
  259.       Category = 'ITEShortcut'
  260.       Caption = 'Copy &previous line'
  261.       ShortCut = 16452
  262.       OnExecute = CopyPrevLineExecute
  263.     end
  264.     object CopyPrevXlat: TAction
  265.       Category = 'ITEShortcut'
  266.       Caption = 'Copy previous &translation'
  267.       ShortCut = 16464
  268.       OnExecute = CopyPrevXlatExecute
  269.     end
  270.     object CopyOrig: TAction
  271.       Category = 'ITEShortcut'
  272.       Caption = 'Copy fro&m original'
  273.       ShortCut = 16463
  274.       OnExecute = CopyOrigExecute
  275.     end
  276.     object ChangeToXLat: TAction
  277.       Category = 'ITEShortcut'
  278.       Caption = 'C&hange status to Translated'
  279.       ShortCut = 16468
  280.       OnExecute = ChangeToXLatExecute
  281.     end
  282.     object FindNext: TAction
  283.       Category = 'ITEShortcut'
  284.       Caption = 'Find next &untranslated item'
  285.       ShortCut = 16462
  286.       OnExecute = FindNextExecute
  287.     end
  288.     object SelectAll: TAction
  289.       Category = 'ITEShortcut'
  290.       Caption = 'Se&lect all'
  291.       ShortCut = 16449
  292.       OnExecute = SelectAllExecute
  293.     end
  294.     object ShowSettingsAction: TAction
  295.       Category = 'Popup'
  296.       Caption = 'Actions'
  297.       Hint = 'Actions'
  298.       ImageIndex = 9
  299.       ShortCut = 16465
  300.       OnExecute = ShowSettingsActionExecute
  301.     end
  302.   end
  303.   object popTextLabels: TPopupMenu
  304.     Left = 334
  305.     Top = 40
  306.     object TextLabelsItem: TMenuItem
  307.       Action = ToggleTextLabels
  308.     end
  309.   end
  310.   object ImageList2: TImageList
  311.     Left = 364
  312.     Top = 38
  313.     Bitmap = {
  314.       494C01010A000E00040010001000FFFFFFFF0110FFFFFFFFFFFFFFFF424D7600
  315.       0000000000007600000028000000400000004000000001000400000000000008
  316.       0000000000000000000000000000000000000000000000008000008000000080
  317.       8000800000008000800080800000C0C0C000808080000000FF0000FF000000FF
  318.       FF00FF000000FF00FF00FFFF0000FFFFFF000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000000000000000000000000000
  327.       0000000000000000000000000000000000000000000000000000000000000000
  328.       0000000000000000000000000000000000000000000000000000000000000000
  329.       0000000000000000000000000000000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       0000000000000000000000000000000000000000000000000000000000000000
  333.       0000000000000000000000000000000000000000000000000000000000000000
  334.       0000000000000000000000000000000000008000000000000000000000000000
  335.       0000000000000000000000000000000000008FFFFFFFFF0000000FF8FF8FF9FF
  336.       9FF0000000000000000000000000000000008F88FFFFFF0000000FF8FF8FF9FF
  337.       9FF0000000000000000000000000000000008FFFFFFFFF000000C99999999999
  338.       9990000000000000000000000000000000008FF88888FF000000CFF8FF8FF9FF
  339.       9FF0000000000000000000000000000000008FFFFFFFFF000000CFF8FF8FF9FF
  340.       9FF0000000000000000000000000000000008FF888000F800000C99999999999
  341.       9990000000000000000000000000000000008FFFFFF0000000000FF8FF8FF9FF
  342.       9FF0000000000000000000000000000000008FF88888BB0000000FF8FF8FF9FF
  343.       9FF0000000000000000000000000000000008FFFFFFF8BB00000088888888988
  344.       9880000000000000000000000000000000008F88FFFFF8BB00000FF8FF8FF9FF
  345.       9FF0000000000000000000000000000000008FFFFFFFFF8BB0000FF8FF8FF9FF
  346.       9FF000000000000000000000000000000000888888888808BB00088888888988
  347.       9880000000000000000000000000000000000000000000008B990FF8FF8FF9FF
  348.       9FF00000000000000000000000000000000000000000000009990FF8FF8FF9FF
  349.       9FF0000000000000000000000000000000000000000000000090000000000CCC
  350.       C000000000000000000000000000000000000000000000000000000000000000
  351.       0000888888888888888880000000000000000000000000000000000000000000
  352.       00008FF8FF9FF9FF8FF88FFFFFFFFFFFFFF00000000000000000000000700000
  353.       00708FF8FF9FF9FF8FF88FFFFFF000F000F00F000000000F0000000000008000
  354.       800088888898898888888FFFFFF770F770F00F000000000F0000000000000000
  355.       00008FF8FF9FF9FF8FF88FFFFFFFFFFFFFF00000000000000000000000700007
  356.       00008FF8FF9FF9FF8FF88F888F88888FFFF000F000000F000000000000700007
  357.       000088888898898888888FFFFFFFFFFFFFF000F000700F000000800000000000
  358.       00008FF8FF9FF9FF8FF88F888F88888FFFF000F000700F00000007B0B0000080
  359.       00008FF8FF9FF9FF8FF88FFFFFFFFFFFFFF000000000000000000B0B7B700B00
  360.       000088888888888888888FFFF888888888F0000F00000F00000007B7B4B00700
  361.       000000000000000000008F88F8FFFFFFF8F000000000000000000B7B4B700B00
  362.       0000000000C00C0000008FFFF888888888F0000000000000000007B4B7B7B700
  363.       00000000C0C00C0C00008FFFFFFFFFFFFFF00000F00000F000000B7B7B7B7B00
  364.       00000CCCCCC00CCCCCC08000000000000000000000000000000007B800000080
  365.       00000000C0C00C0C00008CCCCCCCCCC0F0F00000000000000000000000000000
  366.       0000000000C00C00000088888888888888880000000000000000000000000000
  367.       0000000000000000000000000000000000000000000000000000000004400000
  368.       0000000000000000000000000044444444440033000000000300000040040044
  369.       000000000004444444440000004FFFFFFFF40033000000000300000040040400
  370.       400000000004FFFFFFF40838384F000000F40033000000000300000040040400
  371.       400000000004F00000F40383834FFFFFFFF40033000000000300000004440400
  372.       400000000004FFFFFFF40838384F000F44440033333333333300000000040444
  373.       000000FFFFF4F00000F40383834FFFFF4F400033000000003300000000040400
  374.       000000F00004FFFFFFF40838384FFFFF44000030000000000300000000000000
  375.       000000FFFFF4F00F444403838344444440000030000000000300000000000000
  376.       000000F00004FFFF4F4008383838383830000030000000000300000000000000
  377.       000000FFFFF4FFFF440003800000000880000030000000000300000000000000
  378.       000000F00F044444400008800000000830000030000000000000000000000000
  379.       000000FFFF0F0000000003830B00B08380000030000000000000000000000000
  380.       000000FFFF0000000000000000BB000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       000000000000000000000000000000000000424D3E000000000000003E000000
  383.       2800000040000000400000000100010000000000000200000000000000000000
  384.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       00000000000000000000000000000000001F000000000000001F000000000000
  389.       001F000000000000001F000000000000001F000000000000001F000000000000
  390.       001F000000000000003F000000000000001F000000000000000F000000000000
  391.       000700000000000000030000000000000021000000000000FFF0000000000000
  392.       FFF8000000000000FFFD000000000000FFFFFFFF00000000FFFFF8F800000000
  393.       07C1F8F80000000007C1F8700000000007C1F800000000000101F80000000000
  394.       0001F80000000000000100000000000000010000000000008003001300000000
  395.       C1070013FFFF0000C1070013FDBF0000E38F001FF5AF0000E38F001F81810000
  396.       E38F001FF5AF0000FFFF8FFFFDBF0000FFFFFFFFFFFFFFFFC001F9FFFFFFFC00
  397.       8031F6CFFE0080008031F6B7FE0000008031F6B7FE0000008001F8B780000000
  398.       8001FE8F800000018001FE3F800000038FF1FF7F800000038FF1FE3F80010003
  399.       8FF1FEBF800300038FF1FC9F80070FC38FF1FDDF807F00038FF5FDDF80FF8007
  400.       8001FDDF81FFF87FFFFFFFFFFFFFFFFF00000000000000000000000000000000
  401.       000000000000}
  402.   end
  403. end
  404.