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

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