home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  2002-04-12  |  59.4 KB  |  2,239 lines

  1. object MainForm: TMainForm
  2.   Left = 108
  3.   Top = 77
  4.   Width = 673
  5.   Height = 482
  6.   Caption = 'Dev-C++'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Menu = MainMenu
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   OnClose = FormClose
  18.   OnContextPopup = FormContextPopup
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnResize = FormResize
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object SplitterLeft: TSplitter
  27.     Left = 161
  28.     Top = 72
  29.     Width = 3
  30.     Height = 229
  31.     Cursor = crHSplit
  32.     AutoSnap = False
  33.     MinSize = 45
  34.     ResizeStyle = rsUpdate
  35.   end
  36.   object SplitterBottom: TSplitter
  37.     Left = 0
  38.     Top = 301
  39.     Width = 665
  40.     Height = 6
  41.     Cursor = crVSplit
  42.     Align = alBottom
  43.     AutoSnap = False
  44.     Beveled = True
  45.     ResizeStyle = rsUpdate
  46.     OnCanResize = SplitterBottomCanResize
  47.     OnMoved = SplitterBottomMoved
  48.   end
  49.   object MessageControl: TPageControl
  50.     Left = 0
  51.     Top = 307
  52.     Width = 665
  53.     Height = 110
  54.     ActivePage = CompSheet
  55.     Align = alBottom
  56.     Constraints.MinHeight = 1
  57.     Images = dmMain.MenuImages_Gnome
  58.     MultiLine = True
  59.     PopupMenu = MessagePopup
  60.     TabIndex = 0
  61.     TabOrder = 0
  62.     OnChange = MessageControlChange
  63.     OnChanging = MessageControlChanging
  64.     OnContextPopup = MessageControlContextPopup
  65.     object CompSheet: TTabSheet
  66.       BorderWidth = 2
  67.       Caption = 'Compiler'
  68.       ImageIndex = 28
  69.       object CompilerOutput: TListView
  70.         Left = 0
  71.         Top = 0
  72.         Width = 653
  73.         Height = 78
  74.         Align = alClient
  75.         BevelOuter = bvRaised
  76.         BevelKind = bkSoft
  77.         BorderStyle = bsNone
  78.         Columns = <
  79.           item
  80.             Caption = 'Line'
  81.           end
  82.           item
  83.             Caption = 'Unit'
  84.             Width = 200
  85.           end
  86.           item
  87.             Caption = 'Message'
  88.             Width = 480
  89.           end>
  90.         ColumnClick = False
  91.         Font.Charset = ANSI_CHARSET
  92.         Font.Color = clBlack
  93.         Font.Height = -7
  94.         Font.Name = 'MS Sans Serif'
  95.         Font.Style = []
  96.         GridLines = True
  97.         HideSelection = False
  98.         ReadOnly = True
  99.         RowSelect = True
  100.         ParentFont = False
  101.         ParentShowHint = False
  102.         ShowHint = True
  103.         TabOrder = 0
  104.         ViewStyle = vsReport
  105.         OnDblClick = CompilerOutputDblClick
  106.       end
  107.     end
  108.     object ResSheet: TTabSheet
  109.       BorderWidth = 2
  110.       Caption = 'Resource'
  111.       ImageIndex = 2
  112.       object ResourceOutput: TListBox
  113.         Left = 0
  114.         Top = 0
  115.         Width = 653
  116.         Height = 77
  117.         Align = alClient
  118.         BevelKind = bkSoft
  119.         BorderStyle = bsNone
  120.         ItemHeight = 13
  121.         ParentShowHint = False
  122.         ShowHint = True
  123.         TabOrder = 0
  124.       end
  125.     end
  126.     object LogSheet: TTabSheet
  127.       BorderWidth = 2
  128.       Caption = 'Compile log'
  129.       ImageIndex = 43
  130.       object InfoGroupBox: TGroupBox
  131.         Left = 0
  132.         Top = 0
  133.         Width = 224
  134.         Height = 77
  135.         Align = alLeft
  136.         Caption = 'Information :'
  137.         TabOrder = 0
  138.         object ErrorLabel: TLabel
  139.           Left = 8
  140.           Top = 22
  141.           Width = 56
  142.           Height = 13
  143.           Caption = 'Total errors:'
  144.         end
  145.         object Bevel6: TBevel
  146.           Left = 98
  147.           Top = 49
  148.           Width = 89
  149.           Height = 21
  150.         end
  151.         object SizeOfOutput: TLabel
  152.           Left = 8
  153.           Top = 54
  154.           Width = 87
  155.           Height = 13
  156.           Caption = 'Size of output file :'
  157.         end
  158.         object Bevel3: TBevel
  159.           Left = 98
  160.           Top = 17
  161.           Width = 89
  162.           Height = 21
  163.         end
  164.         object Bytes: TLabel
  165.           Left = 192
  166.           Top = 54
  167.           Width = 25
  168.           Height = 13
  169.           Caption = 'bytes'
  170.         end
  171.         object SizeFile: TLabel
  172.           Left = 104
  173.           Top = 52
  174.           Width = 3
  175.           Height = 13
  176.         end
  177.         object TotalErrors: TLabel
  178.           Left = 104
  179.           Top = 21
  180.           Width = 3
  181.           Height = 13
  182.         end
  183.       end
  184.       object CompResGroupBox: TGroupBox
  185.         Left = 224
  186.         Top = 0
  187.         Width = 429
  188.         Height = 77
  189.         Align = alClient
  190.         Caption = 'Compile log :'
  191.         TabOrder = 1
  192.         DesignSize = (
  193.           429
  194.           77)
  195.         object LogOutput: TMemo
  196.           Left = 7
  197.           Top = 15
  198.           Width = 418
  199.           Height = 55
  200.           Anchors = [akLeft, akTop, akRight, akBottom]
  201.           BevelInner = bvNone
  202.           BevelKind = bkTile
  203.           BorderStyle = bsNone
  204.           ReadOnly = True
  205.           ScrollBars = ssVertical
  206.           TabOrder = 0
  207.         end
  208.       end
  209.     end
  210.     object DebugSheet: TTabSheet
  211.       BorderWidth = 2
  212.       Caption = 'Debugging'
  213.       ImageIndex = 32
  214.       object DebugSplitter: TSplitter
  215.         Left = 262
  216.         Top = 25
  217.         Width = 4
  218.         Height = 52
  219.         Cursor = crHSplit
  220.         Beveled = True
  221.       end
  222.       object DebugPanel: TPanel
  223.         Left = 0
  224.         Top = 0
  225.         Width = 653
  226.         Height = 25
  227.         Align = alTop
  228.         BevelOuter = bvLowered
  229.         TabOrder = 0
  230.         object AddWatchBtn: TSpeedButton
  231.           Left = 12
  232.           Top = 3
  233.           Width = 89
  234.           Height = 20
  235.           Action = actAddWatch
  236.           Flat = True
  237.           Glyph.Data = {
  238.             42020000424D4202000000000000420000002800000010000000100000000100
  239.             1000030000000002000000000000000000000000000000000000007C0000E003
  240.             00001F0000001F7C1F7C1F7C1F7C1042C5186B2D94521F7C1F7C1F7C1F7C9452
  241.             104294521F7C1F7C1F7C1F7CCE39AC359973504AEE3DAD351F7C1F7C9452E71C
  242.             000010421F7C1F7C1F7C1F7CE71C3667DB7BBA7716638B31AD351F7CE71C0000
  243.             082194521F7C1F7C1F7CAD35714EBA77BA77786F3667F55ECC39210400002925
  244.             B5561F7C1F7C1F7C734EAD3516639973F45ECC3948292825292542084929EF3D
  245.             1F7C1F7C1F7C1F7C10426A2D786F576BAC35504AB256504AAC35E61C37670E42
  246.             E71C524A1F7C1F7CA514B356786F16632825586B15639252504AE61C786FBA77
  247.             B356A4141F7C1F7C4208EE3D376716634929796F796FD45A714E0721786FBA77
  248.             B35649291F7C1F7C84100F42504A1663ED3D3046586BF45EED3DEE3DBA77F55E
  249.             6B2D734E1F7C1F7CC6189B73EE3D714EF55EEE3D072107210F42786F576B2825
  250.             94521F7C1F7C1F7CC6185A6BEF3D1563586B786F9973BA77BA77BA77CD398C31
  251.             1F7C1F7C1F7C1F7C841010429252576B586B786F786F9973BA779252CD391F7C
  252.             1F7C1F7C1F7C1F7CCE39630CED3D3667576B786F786F997337672825734E1F7C
  253.             1F7C1F7C1F7C1F7C1F7C1F7C6B2DE71C0E42D45A586B576BCD3910421F7C1F7C
  254.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C94526B2D29258A31714E4A291F7C1F7C1F7C
  255.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C524A1042E71C524A1F7C1F7C1F7C
  256.             1F7C1F7C1F7C}
  257.         end
  258.         object EditWatchBtn: TSpeedButton
  259.           Left = 108
  260.           Top = 3
  261.           Width = 89
  262.           Height = 20
  263.           Action = actEditWatch
  264.           Flat = True
  265.           Glyph.Data = {
  266.             42020000424D4202000000000000420000002800000010000000100000000100
  267.             1000030000000002000000000000000000000000000000000000007C0000E003
  268.             00001F0000001F7C1F7C1F7C1F7C524AA514D55A1F7C1F7C1F7C1F7C1F7C1F7C
  269.             1F7C1F7C1F7C1F7C1F7C1F7C734E2F46786FED3D734E1F7C1F7C1F7C1F7C1F7C
  270.             1F7C1F7C1F7C1F7C1F7C1F7C08219973DB7B997392526A2D1F7C1F7C1F7C1F7C
  271.             1F7C1F7C1F7C1F7C1F7C1042D45A9973BA77DA7BDB7B786F8B311F7C1F7C1F7C
  272.             1F7C1F7C1F7C1F7C1F7C10423767156316631563786F796F786F30460F421F7C
  273.             1F7C1F7C1F7C1F7CF75ECC39786F786F366728258B31B256B356D45A0E424A29
  274.             94521F7C1F7C1F7CC618D45A576B786F99734A56E3248310504EB25692522F46
  275.             282518631F7C1F7C42082F46B356D45A786F786F8935294E2629F45E786FB456
  276.             8B315A6B1F7C1F7C8410EF3D714E3767F45E9973366789352952472D1663AD35
  277.             39671F7C1F7C1F7CE71C9B73AC35B356576BD35A1563576B472D295205251863
  278.             1F7C1F7C1F7C1F7CE71C3967EE3DB3561563786F576B1663576B883529522725
  279.             1F7C1F7C1F7C1F7CA514EF3DD45A3667F55EF45E3767576B586B30468935294E
  280.             692D1F7C1F7C1F7C945284102F463767586B37671663576B714ECE391F7C462D
  281.             294EE6201F7C1F7C1F7C1F7CAD354A292F461563786FF55ECD391F7C1F7C1F7C
  282.             8935692D1F7C1F7C1F7C1F7C1F7C1F7C104249292F4649291F7C1F7C1F7C1F7C
  283.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C314631461F7C1F7C1F7C1F7C
  284.             1F7C1F7C1F7C}
  285.         end
  286.         object RemWatchBtn: TSpeedButton
  287.           Left = 204
  288.           Top = 3
  289.           Width = 113
  290.           Height = 20
  291.           Action = actRemoveWatch
  292.           Flat = True
  293.           Glyph.Data = {
  294.             36030000424D3603000000000000360000002800000010000000100000000100
  295.             18000000000000030000120B0000120B00000000000000000000AAAAAAAAAAAA
  296.             AAAAAA000000000000000000000000000000000000000000000000080808AAAA
  297.             AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA00000075977D72947A718F786E8D746B
  298.             8A7268856F67826D647D69000000080808080808AAAAAAAAAAAAAAAAAA000000
  299.             789A809AB2A05F786596AD9A5C72606B8A724C5B4F67836D536858617A670000
  300.             00080808080808AAAAAAAAAAAA000000637D68B4C5B75F786596AD9A4E5F526D
  301.             8A724C5C4F67836D48584C637A68000000080808080808080808AAAAAA000000
  302.             637D68B4C6B75F786596AD9A4E5F526D8A724C5C4F67836E48584D637A680000
  303.             00080808080808080808AAAAAA000000637D68B4C6B95F786596AD9B4F5F526D
  304.             8A724C5C4F67836E49584D637B68000000080808080808080808AAAAAA000000
  305.             637D68B4C6B95F786596AD9B4F5F526D8A724C5C4F68836E49584D637B680000
  306.             00080808080808AAAAAAAAAAAA000000637D68B4C6B95F786597AE9B4F5F526D
  307.             8A724C5C4F68846E49584D637B68000000AAAAAAAAAAAAAAAAAAAAAAAA000000
  308.             637D68252525252525252525252525252525252525252525252525637B680000
  309.             00AAAAAAAAAAAAAAAAAAAAAAAA0000002525256E8B73637B68637B685A6F5E52
  310.             64574553494B5B4F3D453F252525000000AAAAAAAAAAAAAAAAAA000000547363
  311.             6B8C748DAA948AA58F8AA58F74967C74967C68866F617966586E5D4B5A4D4552
  312.             48000000AAAAAAAAAAAA00000074967CABC0B0C8D6CED6E1DAB1C4BB94ADA091
  313.             AB9E8FAA9B8EA79A8CA59874967C576B5B000000AAAAAAAAAAAA0000008DA596
  314.             D2DED7B5C9BE98B3A496B1A295B0A094ADA091AB9E8FAA9B8EA79A8CA5988AA3
  315.             97000000AAAAAAAAAAAA000000ADC4B6B7CCBF9BB6A7B5C9BE5E6F65282E2B31
  316.             393522262491AB9E8FAA9B8EA79A8CA598000000AAAAAAAAAAAAAAAAAA252525
  317.             0000009EBAA8ABC1B4DDE7E17D8A83869F90434E4894ADA091AB9E0000000000
  318.             00AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA00000000000000000000000000
  319.             0000000000000000000000AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA}
  320.         end
  321.         object DDebugBtn: TSpeedButton
  322.           Left = 325
  323.           Top = 3
  324.           Width = 81
  325.           Height = 20
  326.           Action = actDebug
  327.           Flat = True
  328.           Glyph.Data = {
  329.             42020000424D4202000000000000420000002800000010000000100000000100
  330.             1000030000000002000000000000000000000000000000000000007C0000E003
  331.             00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7CFF7FDE7B5A6B9C731F7CBD7B
  332.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7CBD773967B556B5569452CE3952565A77
  333.             1F7C1F7C1F7C1F7CBD7FDE7FFF7F5A6B734E8C312925E61C6B2DC6404A419C73
  334.             1F7C1F7C1F7C1F7C9C739462186B8B2DE71CA5148410A4148328423C29291863
  335.             DE7B1F7C1F7C1F7CBD778C410851A4248310071DE61CA41C2144A4180821EF3D
  336.             524ADE7B1F7C1F7CDE7B3146073D0054C520E61C08290050C430E51C07218C31
  337.             EF3DDE7B1F7C1F7C1F7C39674825A3442150832C63484148882D47250621E71C
  338.             9452FF7F1F7C1F7CDE7B9452934EC93D00540054214C282D0B3EA9314725AD35
  339.             1863FF7F1F7C1F7CFF7F104217634F4EE554005400546348EB490B3E882DAC35
  340.             39671F7C1F7C1F7C1F7C1863E74821540759F466CD5500540054474DA9314929
  341.             F75E1F7C1F7C1F7CBD7B4A65005400543767586B786BEE450651E550CA35E71C
  342.             3146BD771F7C316E425800540054526EBD77F45A3663F45E6F4EEB39CC35B556
  343.             524ABD771F7C005800546358F7761F7C9C736B2D704ED2562E42872DCC35BD77
  344.             94521F7C1F7CB572736EDE7F1F7C1F7CDE7BCE39B3560A460E423867BD771F7C
  345.             BD771F7C1F7C1F7C1F7C1F7C1F7C1F7CFF7F524A9C73FF7F1F7C1F7C1F7C1F7C
  346.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C9C73BD771F7C1F7C1F7C1F7C1F7C
  347.             1F7C1F7C1F7C}
  348.         end
  349.         object NextStepBtn: TSpeedButton
  350.           Left = 412
  351.           Top = 3
  352.           Width = 81
  353.           Height = 20
  354.           Action = actNextStep
  355.           Flat = True
  356.           Glyph.Data = {
  357.             42020000424D4202000000000000420000002800000010000000100000000100
  358.             1000030000000002000000000000000000000000000000000000007C0000E003
  359.             00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  360.             1F7C1F7C1F7C1F7C000000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  361.             1F7C1F7C1F7C1F7C0000861D000000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  362.             1F7C1F7C1F7C1F7C0000AF420A2E6519000000001F7C1F7C1F7C1F7C1F7C1F7C
  363.             1F7C1F7C1F7C1F7C0000D04A8E426D3AE929661D000000001F7C1F7C1F7C1F7C
  364.             1F7C1F7C1F7C1F7C0000F14EAF428E42AF426D3AE929C825000000001F7C1F7C
  365.             1F7C1F7C1F7C1F7C0000F14EAF42AF42AF428F42AF426D3AE929682100000000
  366.             1F7C1F7C1F7C1F7C0000F24EB046AF42B046AF42AF428E3E8F426D3A092E661D
  367.             000000001F7C1F7CA514FF7FDD77DD77DD77DD77BC739B6F9A6B9B6FDD77155B
  368.             000000001F7C1F7C0000FF7FDD77DD77DD77DD77DD77BC73DD7B7867630C0000
  369.             1F7C1F7C1F7C1F7C0000FF7FDE7BDE7BDD77DD77DE7B7867000000001F7C1F7C
  370.             1F7C1F7C1F7C1F7C0000FF7FDE7BDD77DD7B7967000000001F7C1F7C1F7C1F7C
  371.             1F7C1F7C1F7C1F7C0000FF7FDD7B9A6B000000001F7C1F7C1F7C1F7C1F7C1F7C
  372.             1F7C1F7C1F7C1F7C0000BB73000000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  373.             1F7C1F7C1F7C1F7C000000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  374.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  375.             1F7C1F7C1F7C}
  376.         end
  377.         object StepOverBtn: TSpeedButton
  378.           Left = 500
  379.           Top = 3
  380.           Width = 89
  381.           Height = 20
  382.           Action = actStepOver
  383.           Flat = True
  384.           Glyph.Data = {
  385.             42020000424D4202000000000000420000002800000010000000100000000100
  386.             1000030000000002000000000000000000000000000000000000007C0000E003
  387.             00001F0000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  388.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  389.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  390.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C00001F7C1F7C1F7C1F7C1F7C1F7C1F7C
  391.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C00001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  392.             1F7C1F7C1F7C1F7C1F7C1F7C000000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  393.             1F7C1F7C1F7C1F7C1F7C1F7C000000001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  394.             1F7C1F7C1F7C1F7C1F7C1F7C0000051900001F7C1F7C1F7C1F7C00001F7C1F7C
  395.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C0000051900001F7C1F7C1F7C000000001F7C
  396.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C0000000200020000000000008002C0020000
  397.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C0000000040024002800280020003C002
  398.             00001F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C0000000000008002C0020000
  399.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C000000001F7C
  400.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C00001F7C1F7C
  401.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  402.             1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C1F7C
  403.             1F7C1F7C1F7C}
  404.         end
  405.       end
  406.       object DebugOutput: TMemo
  407.         Left = 266
  408.         Top = 25
  409.         Width = 387
  410.         Height = 52
  411.         Align = alClient
  412.         Lines.Strings = (
  413.           'Debugger output')
  414.         ScrollBars = ssVertical
  415.         TabOrder = 1
  416.       end
  417.       object WatchList: TStringGrid
  418.         Left = 0
  419.         Top = 25
  420.         Width = 262
  421.         Height = 52
  422.         Align = alLeft
  423.         DefaultColWidth = 120
  424.         DefaultRowHeight = 16
  425.         FixedCols = 0
  426.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goTabs]
  427.         ScrollBars = ssVertical
  428.         TabOrder = 2
  429.         OnMouseDown = WatchListMouseDown
  430.         OnSetEditText = WatchListSetEditText
  431.       end
  432.     end
  433.     object FindSheet: TTabSheet
  434.       BorderWidth = 2
  435.       Caption = 'Find results'
  436.       ImageIndex = 21
  437.       object FindOutput: TListView
  438.         Left = 0
  439.         Top = 0
  440.         Width = 653
  441.         Height = 77
  442.         Align = alClient
  443.         BevelOuter = bvRaised
  444.         BevelKind = bkSoft
  445.         BorderStyle = bsNone
  446.         Columns = <
  447.           item
  448.             Caption = 'Line'
  449.             Width = 40
  450.           end
  451.           item
  452.             Caption = 'Col'
  453.             MinWidth = 20
  454.             Width = 40
  455.           end
  456.           item
  457.             Caption = 'Unit'
  458.             Width = 200
  459.           end
  460.           item
  461.             Caption = 'Message'
  462.             Width = 450
  463.           end>
  464.         ColumnClick = False
  465.         Font.Charset = ANSI_CHARSET
  466.         Font.Color = clBlack
  467.         Font.Height = -7
  468.         Font.Name = 'MS Sans Serif'
  469.         Font.Style = []
  470.         GridLines = True
  471.         HideSelection = False
  472.         ReadOnly = True
  473.         RowSelect = True
  474.         ParentFont = False
  475.         ParentShowHint = False
  476.         ShowHint = True
  477.         TabOrder = 0
  478.         ViewStyle = vsReport
  479.         OnDblClick = FindOutputDblClick
  480.       end
  481.     end
  482.     object CloseSheet: TTabSheet
  483.       Caption = 'Close'
  484.       ImageIndex = 9
  485.     end
  486.   end
  487.   object ControlBar1: TControlBar
  488.     Left = 0
  489.     Top = 16
  490.     Width = 665
  491.     Height = 56
  492.     Align = alTop
  493.     AutoDock = False
  494.     AutoSize = True
  495.     BevelInner = bvNone
  496.     BevelKind = bkSoft
  497.     RowSize = 28
  498.     TabOrder = 1
  499.     OnContextPopup = ControlBar1ContextPopup
  500.     object tbMain: TToolBar
  501.       Left = 11
  502.       Top = 2
  503.       Width = 177
  504.       Height = 22
  505.       AutoSize = True
  506.       Caption = 'Main'
  507.       DragKind = dkDock
  508.       EdgeBorders = []
  509.       EdgeInner = esNone
  510.       EdgeOuter = esNone
  511.       Flat = True
  512.       Images = dmMain.MenuImages_Gnome
  513.       ParentShowHint = False
  514.       ShowHint = True
  515.       TabOrder = 0
  516.       Wrapable = False
  517.       object NewProjectBtn: TToolButton
  518.         Left = 0
  519.         Top = 0
  520.         Action = actNewProject
  521.       end
  522.       object OpenBtn: TToolButton
  523.         Left = 23
  524.         Top = 0
  525.         Action = actOpen
  526.       end
  527.       object ToolButton3: TToolButton
  528.         Left = 46
  529.         Top = 0
  530.         Width = 8
  531.         Caption = 'ToolButton3'
  532.         ImageIndex = 2
  533.         Style = tbsSeparator
  534.       end
  535.       object NewFileBtn: TToolButton
  536.         Left = 54
  537.         Top = 0
  538.         Action = actNewSource
  539.       end
  540.       object SaveUnitBtn: TToolButton
  541.         Left = 77
  542.         Top = 0
  543.         Action = actSave
  544.       end
  545.       object SaveAllBtn: TToolButton
  546.         Left = 100
  547.         Top = 0
  548.         Action = actSaveAll
  549.       end
  550.       object CloseBtn: TToolButton
  551.         Left = 123
  552.         Top = 0
  553.         Action = actClose
  554.       end
  555.       object ToolButton7: TToolButton
  556.         Left = 146
  557.         Top = 0
  558.         Width = 8
  559.         Caption = 'ToolButton7'
  560.         ImageIndex = 5
  561.         Style = tbsSeparator
  562.       end
  563.       object PrintBtn: TToolButton
  564.         Left = 154
  565.         Top = 0
  566.         Action = actPrint
  567.       end
  568.     end
  569.     object tbCompile: TToolBar
  570.       Left = 11
  571.       Top = 30
  572.       Width = 119
  573.       Height = 22
  574.       AutoSize = True
  575.       Caption = 'Compile and Run'
  576.       DragKind = dkDock
  577.       EdgeBorders = []
  578.       EdgeInner = esNone
  579.       EdgeOuter = esNone
  580.       Flat = True
  581.       Images = dmMain.MenuImages_Gnome
  582.       ParentShowHint = False
  583.       ShowHint = True
  584.       TabOrder = 1
  585.       Wrapable = False
  586.       object CompileBtn: TToolButton
  587.         Left = 0
  588.         Top = 0
  589.         Action = actCompile
  590.       end
  591.       object RunBtn: TToolButton
  592.         Left = 23
  593.         Top = 0
  594.         Action = actRun
  595.         ImageIndex = 31
  596.       end
  597.       object CompileAndRunBtn: TToolButton
  598.         Left = 46
  599.         Top = 0
  600.         Action = actCompRun
  601.         ImageIndex = 33
  602.       end
  603.       object RebuildAllBtn: TToolButton
  604.         Left = 69
  605.         Top = 0
  606.         Action = actRebuild
  607.         ImageIndex = 30
  608.       end
  609.       object DebugBtn: TToolButton
  610.         Left = 92
  611.         Top = 0
  612.         Action = actDebug
  613.       end
  614.     end
  615.     object tbOptions: TToolBar
  616.       Left = 143
  617.       Top = 30
  618.       Width = 46
  619.       Height = 22
  620.       AutoSize = True
  621.       Caption = 'Options and help'
  622.       DragKind = dkDock
  623.       EdgeBorders = []
  624.       EdgeInner = esNone
  625.       EdgeOuter = esNone
  626.       Flat = True
  627.       Images = dmMain.MenuImages_Gnome
  628.       ParentShowHint = False
  629.       ShowHint = True
  630.       TabOrder = 2
  631.       Wrapable = False
  632.       object HelpBtn: TToolButton
  633.         Left = 0
  634.         Top = 0
  635.         ImageIndex = 46
  636.         OnClick = HelpBtnClick
  637.       end
  638.       object AboutBtn: TToolButton
  639.         Left = 23
  640.         Top = 0
  641.         Action = actAbout
  642.       end
  643.     end
  644.     object tbProject: TToolBar
  645.       Left = 375
  646.       Top = 2
  647.       Width = 108
  648.       Height = 22
  649.       AutoSize = True
  650.       Caption = 'Project'
  651.       DragKind = dkDock
  652.       EdgeBorders = []
  653.       EdgeInner = esNone
  654.       EdgeOuter = esNone
  655.       Flat = True
  656.       Images = dmMain.MenuImages_Gnome
  657.       ParentShowHint = False
  658.       ShowHint = True
  659.       TabOrder = 3
  660.       Wrapable = False
  661.       object AddToProjectBtn: TToolButton
  662.         Left = 0
  663.         Top = 0
  664.         Action = actProjectAdd
  665.       end
  666.       object RemoveFromProjectBtn: TToolButton
  667.         Left = 23
  668.         Top = 0
  669.         Action = actProjectRemove
  670.       end
  671.       object ToolButton20: TToolButton
  672.         Left = 46
  673.         Top = 0
  674.         Width = 8
  675.         Caption = 'ToolButton20'
  676.         ImageIndex = 2
  677.         Style = tbsSeparator
  678.       end
  679.       object EditResourceFileBtn: TToolButton
  680.         Left = 54
  681.         Top = 0
  682.         Action = actProjectRes
  683.       end
  684.       object ToolButton23: TToolButton
  685.         Left = 77
  686.         Top = 0
  687.         Width = 8
  688.         Caption = 'ToolButton23'
  689.         ImageIndex = 4
  690.         Style = tbsSeparator
  691.       end
  692.       object ProjectOptionsBtn: TToolButton
  693.         Left = 85
  694.         Top = 0
  695.         Action = actProjectOptions
  696.       end
  697.     end
  698.     object tbEdit: TToolBar
  699.       Left = 201
  700.       Top = 2
  701.       Width = 47
  702.       Height = 22
  703.       AutoSize = True
  704.       Caption = 'Edit'
  705.       DragKind = dkDock
  706.       EdgeBorders = []
  707.       EdgeInner = esNone
  708.       EdgeOuter = esNone
  709.       Flat = True
  710.       Images = dmMain.MenuImages_Gnome
  711.       ParentShowHint = False
  712.       ShowHint = True
  713.       TabOrder = 4
  714.       Wrapable = False
  715.       object UndoBtn: TToolButton
  716.         Left = 0
  717.         Top = 0
  718.         Action = actUndo
  719.       end
  720.       object RedoBtn: TToolButton
  721.         Left = 23
  722.         Top = 0
  723.         Action = actRedo
  724.       end
  725.     end
  726.     object tbSearch: TToolBar
  727.       Left = 261
  728.       Top = 2
  729.       Width = 101
  730.       Height = 22
  731.       AutoSize = True
  732.       Caption = 'Search'
  733.       DragKind = dkDock
  734.       EdgeBorders = []
  735.       EdgeInner = esNone
  736.       EdgeOuter = esNone
  737.       Flat = True
  738.       Images = dmMain.MenuImages_Gnome
  739.       ParentShowHint = False
  740.       ShowHint = True
  741.       TabOrder = 5
  742.       Wrapable = False
  743.       object Findbtn: TToolButton
  744.         Left = 0
  745.         Top = 0
  746.         Action = actFind
  747.       end
  748.       object Replacebtn: TToolButton
  749.         Left = 23
  750.         Top = 0
  751.         Action = actReplace
  752.       end
  753.       object FindNextbtn: TToolButton
  754.         Left = 46
  755.         Top = 0
  756.         Action = actFindNext
  757.       end
  758.       object ToolButton12: TToolButton
  759.         Left = 69
  760.         Top = 0
  761.         Width = 8
  762.         Caption = 'ToolButton12'
  763.         ImageIndex = 4
  764.         Style = tbsSeparator
  765.       end
  766.       object GotoLineBtn: TToolButton
  767.         Left = 77
  768.         Top = 0
  769.         Action = actGoto
  770.       end
  771.     end
  772.     object tbSpecials: TToolBar
  773.       Left = 202
  774.       Top = 30
  775.       Width = 240
  776.       Height = 22
  777.       AutoSize = True
  778.       ButtonWidth = 60
  779.       Caption = 'Specials'
  780.       DragKind = dkDock
  781.       EdgeBorders = []
  782.       EdgeInner = esNone
  783.       EdgeOuter = esNone
  784.       Flat = True
  785.       Images = dmMain.SpecialImages_Gnome
  786.       List = True
  787.       ShowCaptions = True
  788.       TabOrder = 6
  789.       Wrapable = False
  790.       object NewAllBtn: TToolButton
  791.         Left = 0
  792.         Top = 0
  793.         Caption = 'New'
  794.         ImageIndex = 0
  795.         OnClick = NewAllBtnClick
  796.       end
  797.       object InsertBtn: TToolButton
  798.         Left = 60
  799.         Top = 0
  800.         Caption = 'Insert'
  801.         ImageIndex = 1
  802.         OnClick = InsertBtnClick
  803.       end
  804.       object ToggleBtn: TToolButton
  805.         Left = 120
  806.         Top = 0
  807.         Caption = 'Toggle'
  808.         ImageIndex = 2
  809.         OnClick = ToggleBtnClick
  810.       end
  811.       object GotoBtn: TToolButton
  812.         Left = 180
  813.         Top = 0
  814.         Caption = 'Goto'
  815.         ImageIndex = 3
  816.         OnClick = GotoBtnClick
  817.       end
  818.     end
  819.   end
  820.   object StatusBar: TStatusBar
  821.     Left = 0
  822.     Top = 417
  823.     Width = 665
  824.     Height = 19
  825.     Panels = <
  826.       item
  827.         Width = 70
  828.       end
  829.       item
  830.         Width = 50
  831.       end
  832.       item
  833.         Width = 80
  834.       end
  835.       item
  836.         Width = 50
  837.       end>
  838.     ParentFont = True
  839.     SimplePanel = False
  840.     UseSystemFont = False
  841.   end
  842.   object PageControl: TPageControl
  843.     Left = 164
  844.     Top = 72
  845.     Width = 501
  846.     Height = 229
  847.     Align = alClient
  848.     PopupMenu = EditorPopupMenu
  849.     TabOrder = 3
  850.   end
  851.   object pnlFull: TPanel
  852.     Left = 0
  853.     Top = 0
  854.     Width = 665
  855.     Height = 16
  856.     Align = alTop
  857.     BevelOuter = bvNone
  858.     Caption = 
  859.       'Dev-C++ version 5.0 full screen press shift+F12 to toggle Toolba' +
  860.       'rs or F12 to go to normal mode.'
  861.     TabOrder = 4
  862.     Visible = False
  863.     DesignSize = (
  864.       665
  865.       16)
  866.     object btnFullScrRevert: TSpeedButton
  867.       Left = 650
  868.       Top = 0
  869.       Width = 14
  870.       Height = 14
  871.       Anchors = [akTop, akRight]
  872.       Font.Charset = DEFAULT_CHARSET
  873.       Font.Color = clWindowText
  874.       Font.Height = -11
  875.       Font.Name = 'Courier New'
  876.       Font.Style = [fsBold]
  877.       Glyph.Data = {
  878.         C6000000424DC60000000000000076000000280000000A0000000A0000000100
  879.         0400000000005000000000000000000000001000000010000000000000000000
  880.         80000080000000808000800000008000800080800000C0C0C000808080000000
  881.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDD77
  882.         7777D00DDDD00D777777D000DD000D777777DD000000DD777777DDD0000DDD77
  883.         7777DDD0000DDD777777DD000000DD777777D000DD000D777777D00DDDD00D77
  884.         7777DDDDDDDDDD777777}
  885.       ParentFont = False
  886.       OnClick = btnFullScrRevertClick
  887.     end
  888.   end
  889.   object LeftPageControl: TPageControl
  890.     Left = 0
  891.     Top = 72
  892.     Width = 161
  893.     Height = 229
  894.     ActivePage = ProjectSheet
  895.     Align = alLeft
  896.     TabIndex = 0
  897.     TabOrder = 5
  898.     object ProjectSheet: TTabSheet
  899.       Caption = 'Project'
  900.       object ProjectView: TTreeView
  901.         Left = 0
  902.         Top = 0
  903.         Width = 153
  904.         Height = 201
  905.         Align = alClient
  906.         ChangeDelay = 1
  907.         HotTrack = True
  908.         Images = dmMain.ProjectImage_Gnome
  909.         Indent = 19
  910.         ReadOnly = True
  911.         SortType = stText
  912.         TabOrder = 0
  913.         OnChange = ProjectViewChange
  914.         OnClick = ProjectViewClick
  915.         OnContextPopup = ProjectViewContextPopup
  916.         OnDblClick = ProjectViewDblClick
  917.         OnExpanded = ProjectViewChange
  918.       end
  919.     end
  920.     object ClassSheet: TTabSheet
  921.       Caption = 'Classes'
  922.       ImageIndex = 1
  923.       object ClassBrowser1: TClassBrowser
  924.         Left = 0
  925.         Top = 0
  926.         Width = 153
  927.         Height = 201
  928.         Align = alClient
  929.         Images = dmMain.ClassImages
  930.         Indent = 19
  931.         ReadOnly = True
  932.         TabOrder = 0
  933.         Items.Data = {
  934.           0100000020000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000
  935.           07476C6F62616C73}
  936.         ViewStyle = tvSimple
  937.         ItemImages.Globals = -1
  938.         ItemImages.Folder = 0
  939.         ItemImages.Classes = 1
  940.         ItemImages.VariablesPrivate = 2
  941.         ItemImages.VariablesProtected = 3
  942.         ItemImages.VariablesPublic = 4
  943.         ItemImages.VariablesPublished = 4
  944.         ItemImages.MethodsPrivate = 5
  945.         ItemImages.MethodsProtected = 6
  946.         ItemImages.MethodsPublic = 7
  947.         ItemImages.MethodsPublished = 7
  948.         OnSelect = ClassBrowser1Select
  949.         OnParseFile = ClassBrowser1ParseFile
  950.         ParseForeignHeaders = False
  951.         ScanHeadersRecursively = False
  952.       end
  953.     end
  954.   end
  955.   object MainMenu: TMainMenu
  956.     Images = dmMain.MenuImages_Gnome
  957.     Left = 350
  958.     Top = 79
  959.     object FileMenu: TMenuItem
  960.       Action = actFileMenu
  961.       object mnuNew: TMenuItem
  962.         Caption = 'New'
  963.         object NewSourceFileItem: TMenuItem
  964.           Tag = 2
  965.           Action = actNewSource
  966.           ShortCut = 16462
  967.         end
  968.         object NewprojectItem: TMenuItem
  969.           Action = actNewProject
  970.         end
  971.         object N13: TMenuItem
  972.           Caption = '-'
  973.         end
  974.         object NewresourcefileItem: TMenuItem
  975.           Action = actNewRes
  976.         end
  977.         object NewTemplateItem: TMenuItem
  978.           Action = actNewTemplate
  979.         end
  980.       end
  981.       object N34: TMenuItem
  982.         Caption = '-'
  983.       end
  984.       object OpenprojectItem: TMenuItem
  985.         Tag = 1
  986.         Action = actOpen
  987.         ShortCut = 16463
  988.       end
  989.       object ReOpenItem: TMenuItem
  990.         AutoHotkeys = maManual
  991.         Caption = '&Reopen'
  992.         ImageIndex = 39
  993.         object ClearhistoryItem: TMenuItem
  994.           Action = actHistoryClear
  995.         end
  996.         object N11: TMenuItem
  997.           Caption = '-'
  998.           Enabled = False
  999.         end
  1000.       end
  1001.       object N12: TMenuItem
  1002.         Caption = '-'
  1003.         Enabled = False
  1004.       end
  1005.       object SaveUnitItem: TMenuItem
  1006.         Tag = 3
  1007.         Action = actSave
  1008.         ShortCut = 16467
  1009.       end
  1010.       object SaveUnitAsItem: TMenuItem
  1011.         Action = actSaveAs
  1012.         ShortCut = 16507
  1013.       end
  1014.       object SaveallItem: TMenuItem
  1015.         Action = actSaveAll
  1016.       end
  1017.       object N33: TMenuItem
  1018.         Caption = '-'
  1019.       end
  1020.       object CloseItem: TMenuItem
  1021.         Tag = 4
  1022.         Action = actClose
  1023.         ShortCut = 32883
  1024.       end
  1025.       object CloseprojectItem: TMenuItem
  1026.         Action = actCloseProject
  1027.       end
  1028.       object N1: TMenuItem
  1029.         Caption = '-'
  1030.         Enabled = False
  1031.       end
  1032.       object ExportItem: TMenuItem
  1033.         Caption = '&Export'
  1034.         ImageIndex = 34
  1035.         object HTMLItem: TMenuItem
  1036.           Action = actXHTML
  1037.         end
  1038.         object RTFItem: TMenuItem
  1039.           Action = actXRTF
  1040.         end
  1041.         object N19: TMenuItem
  1042.           Caption = '-'
  1043.         end
  1044.         object ProjecttoHTMLItem: TMenuItem
  1045.           Action = actXProject
  1046.         end
  1047.       end
  1048.       object PrintItem: TMenuItem
  1049.         Tag = 5
  1050.         Action = actPrint
  1051.         ShortCut = 16464
  1052.       end
  1053.       object PrinterSetupItem: TMenuItem
  1054.         Action = actPrintSU
  1055.       end
  1056.       object N3: TMenuItem
  1057.         Caption = '-'
  1058.         Enabled = False
  1059.       end
  1060.       object ExitItem: TMenuItem
  1061.         Action = actExit
  1062.         GroupIndex = 9
  1063.       end
  1064.     end
  1065.     object EditMenu: TMenuItem
  1066.       Action = actEditMenu
  1067.       object UndoItem: TMenuItem
  1068.         Tag = 6
  1069.         Action = actUndo
  1070.         ShortCut = 16474
  1071.       end
  1072.       object RedoItem: TMenuItem
  1073.         Action = actRedo
  1074.         ShortCut = 24666
  1075.       end
  1076.       object N4: TMenuItem
  1077.         Caption = '-'
  1078.         Enabled = False
  1079.       end
  1080.       object CutItem: TMenuItem
  1081.         Action = actCut
  1082.         AutoHotkeys = maAutomatic
  1083.         AutoLineReduction = maAutomatic
  1084.         ShortCut = 16472
  1085.       end
  1086.       object CopyItem: TMenuItem
  1087.         Action = actCopy
  1088.         ShortCut = 16451
  1089.       end
  1090.       object PasteItem: TMenuItem
  1091.         Action = actPaste
  1092.         ShortCut = 16470
  1093.       end
  1094.       object N14: TMenuItem
  1095.         Caption = '-'
  1096.       end
  1097.       object InsertItem: TMenuItem
  1098.         Caption = '&Insert'
  1099.         ImageIndex = 18
  1100.       end
  1101.       object ToggleBookmarksItem: TMenuItem
  1102.         Caption = 'Toggle &Bookmarks'
  1103.         ImageIndex = 19
  1104.       end
  1105.       object GotoBookmarksItem: TMenuItem
  1106.         Caption = '&Goto Bookmarks'
  1107.         ImageIndex = 20
  1108.       end
  1109.       object N5: TMenuItem
  1110.         Caption = '-'
  1111.         Enabled = False
  1112.       end
  1113.       object SelectallItem: TMenuItem
  1114.         Action = actSelectAll
  1115.         ShortCut = 16449
  1116.       end
  1117.     end
  1118.     object SearchMenu: TMenuItem
  1119.       Action = actSearchMenu
  1120.       object FindItem: TMenuItem
  1121.         Tag = 7
  1122.         Action = actFind
  1123.         ShortCut = 16454
  1124.       end
  1125.       object FindinallfilesItem: TMenuItem
  1126.         Action = actFindAll
  1127.         ShortCut = 49222
  1128.       end
  1129.       object FindnextItem: TMenuItem
  1130.         Action = actFindNext
  1131.         ShortCut = 114
  1132.       end
  1133.       object ReplaceItem: TMenuItem
  1134.         Action = actReplace
  1135.         ShortCut = 16466
  1136.       end
  1137.       object IncrementalSearch1: TMenuItem
  1138.         Action = actIncremental
  1139.       end
  1140.       object N7: TMenuItem
  1141.         Caption = '-'
  1142.         Enabled = False
  1143.       end
  1144.       object GotolineItem: TMenuItem
  1145.         Action = actGoto
  1146.         ShortCut = 16455
  1147.       end
  1148.     end
  1149.     object ViewMenu: TMenuItem
  1150.       Action = actViewMenu
  1151.       object ProjectManagerItem: TMenuItem
  1152.         Action = actProjectManager
  1153.         AutoCheck = True
  1154.         Caption = '&Project/Class Browser'
  1155.       end
  1156.       object StatusbarItem: TMenuItem
  1157.         Action = actStatusbar
  1158.         AutoCheck = True
  1159.       end
  1160.       object CompileroutputItem: TMenuItem
  1161.         Caption = '&Compiler Output'
  1162.         object AlwaysShowItem: TMenuItem
  1163.           Action = actCompOutput
  1164.           AutoCheck = True
  1165.           GroupIndex = 1
  1166.         end
  1167.         object N37: TMenuItem
  1168.           Caption = '-'
  1169.           GroupIndex = 1
  1170.         end
  1171.         object ShowonlywhenneededItem: TMenuItem
  1172.           Action = actCompOnNeed
  1173.           AutoCheck = True
  1174.           GroupIndex = 1
  1175.         end
  1176.       end
  1177.       object ToolbarsItem: TMenuItem
  1178.         Caption = '&Toolbars'
  1179.         ImageIndex = 44
  1180.         object ToolMainItem: TMenuItem
  1181.           AutoCheck = True
  1182.           Caption = '&Main'
  1183.           Checked = True
  1184.           OnClick = ToolbarClick
  1185.         end
  1186.         object ToolEditItem: TMenuItem
  1187.           AutoCheck = True
  1188.           Caption = 'Edit'
  1189.           Checked = True
  1190.           OnClick = ToolbarClick
  1191.         end
  1192.         object ToolSearchItem: TMenuItem
  1193.           AutoCheck = True
  1194.           Caption = 'Search'
  1195.           Checked = True
  1196.           OnClick = ToolbarClick
  1197.         end
  1198.         object N2: TMenuItem
  1199.           Caption = '-'
  1200.         end
  1201.         object ToolCompileandRunItem: TMenuItem
  1202.           AutoCheck = True
  1203.           Caption = '&Compile and Run'
  1204.           Checked = True
  1205.           OnClick = ToolbarClick
  1206.         end
  1207.         object ToolProjectItem: TMenuItem
  1208.           AutoCheck = True
  1209.           Caption = '&Project'
  1210.           Checked = True
  1211.           OnClick = ToolbarClick
  1212.         end
  1213.         object N9: TMenuItem
  1214.           Caption = '-'
  1215.         end
  1216.         object ToolOptionItem: TMenuItem
  1217.           AutoCheck = True
  1218.           Caption = '&Options and help'
  1219.           Checked = True
  1220.           OnClick = ToolbarClick
  1221.         end
  1222.         object ToolSpecialsItem: TMenuItem
  1223.           AutoCheck = True
  1224.           Caption = '&Specials'
  1225.           Checked = True
  1226.           OnClick = ToolbarClick
  1227.         end
  1228.       end
  1229.     end
  1230.     object ProjectMenu: TMenuItem
  1231.       Action = actProjectMenu
  1232.       object NewunitinprojectItem: TMenuItem
  1233.         Tag = 2
  1234.         Action = actProjectNew
  1235.         Caption = '&New source file'
  1236.       end
  1237.       object AddtoprojectItem: TMenuItem
  1238.         Action = actProjectAdd
  1239.         Caption = '&Add files...'
  1240.       end
  1241.       object RemovefromprojectItem: TMenuItem
  1242.         Action = actProjectRemove
  1243.       end
  1244.       object N6: TMenuItem
  1245.         Caption = '-'
  1246.       end
  1247.       object EditresourcefileItem: TMenuItem
  1248.         Action = actProjectRes
  1249.       end
  1250.       object N17: TMenuItem
  1251.         Caption = '-'
  1252.       end
  1253.       object ProjectoptionsItem: TMenuItem
  1254.         Action = actProjectOptions
  1255.         ShortCut = 32848
  1256.       end
  1257.     end
  1258.     object ExecuteMenu: TMenuItem
  1259.       Action = actExecuteMenu
  1260.       object CompileItem: TMenuItem
  1261.         Tag = 8
  1262.         Action = actCompile
  1263.         ShortCut = 16504
  1264.       end
  1265.       object RunItem: TMenuItem
  1266.         Tag = 9
  1267.         Action = actRun
  1268.         ImageIndex = 31
  1269.         ShortCut = 120
  1270.       end
  1271.       object N10: TMenuItem
  1272.         Caption = '-'
  1273.       end
  1274.       object CompileandRunItem: TMenuItem
  1275.         Action = actCompRun
  1276.         ImageIndex = 33
  1277.         ShortCut = 16505
  1278.       end
  1279.       object RebuildallItem: TMenuItem
  1280.         Action = actRebuild
  1281.         ImageIndex = 30
  1282.         ShortCut = 16506
  1283.       end
  1284.       object N8: TMenuItem
  1285.         Caption = '-'
  1286.       end
  1287.       object CleanItem: TMenuItem
  1288.         Action = actClean
  1289.       end
  1290.     end
  1291.     object DebugMenu: TMenuItem
  1292.       Action = actDebugMenu
  1293.       object DebugItem: TMenuItem
  1294.         Tag = 10
  1295.         Action = actDebug
  1296.         ShortCut = 119
  1297.       end
  1298.       object StopExecution1: TMenuItem
  1299.         Action = actStopExecute
  1300.       end
  1301.       object N18: TMenuItem
  1302.         Caption = '-'
  1303.       end
  1304.       object TogglebreakpointItem: TMenuItem
  1305.         Action = actBreakPoint
  1306.       end
  1307.       object DbgNextItem: TMenuItem
  1308.         Action = actNextStep
  1309.       end
  1310.       object StepoverItem: TMenuItem
  1311.         Action = actStepOver
  1312.       end
  1313.       object N21: TMenuItem
  1314.         Caption = '-'
  1315.       end
  1316.       object AddwatchItem: TMenuItem
  1317.         Action = actAddWatch
  1318.       end
  1319.       object WatchItem: TMenuItem
  1320.         Action = actWatchItem
  1321.       end
  1322.     end
  1323.     object ToolsMenu: TMenuItem
  1324.       Action = actToolsMenu
  1325.       object CompileroptionsItem: TMenuItem
  1326.         Tag = 11
  1327.         Action = actCompOptions
  1328.       end
  1329.       object EnvironmentoptionsItem: TMenuItem
  1330.         Tag = 12
  1331.         Action = actEnviroOptions
  1332.       end
  1333.       object EditorOptions1: TMenuItem
  1334.         Action = actEditorOptions
  1335.       end
  1336.       object N20: TMenuItem
  1337.         Caption = '-'
  1338.       end
  1339.       object ConfiguretoolsItem: TMenuItem
  1340.         Action = actConfigTools
  1341.       end
  1342.       object mnuToolSep1: TMenuItem
  1343.         Caption = '-'
  1344.       end
  1345.     end
  1346.     object WindowMenu: TMenuItem
  1347.       Action = actWindowMenu
  1348.       object CloseAllItem: TMenuItem
  1349.         Action = actCloseAll
  1350.       end
  1351.       object N28: TMenuItem
  1352.         Caption = '-'
  1353.       end
  1354.       object FullscreenmodeItem: TMenuItem
  1355.         Action = actFullScreen
  1356.         AutoCheck = True
  1357.         ImageIndex = 45
  1358.       end
  1359.       object N36: TMenuItem
  1360.         Caption = '-'
  1361.       end
  1362.       object NextItem: TMenuItem
  1363.         Action = actNext
  1364.         ShortCut = 117
  1365.       end
  1366.       object PreviousItem: TMenuItem
  1367.         Action = actPrev
  1368.         ShortCut = 116
  1369.       end
  1370.       object N32: TMenuItem
  1371.         Caption = '-'
  1372.       end
  1373.     end
  1374.     object HelpMenu: TMenuItem
  1375.       Action = actHelpMenu
  1376.       SubMenuImages = dmMain.HelpImages_Gnome
  1377.       GroupIndex = 9
  1378.       object HelpSep1: TMenuItem
  1379.         Caption = '-'
  1380.         Enabled = False
  1381.       end
  1382.       object HelpSep2: TMenuItem
  1383.         Caption = '-'
  1384.       end
  1385.       object CheckforDevCppUpdatesItem: TMenuItem
  1386.         Action = actUpdateCheck
  1387.         ImageIndex = 5
  1388.       end
  1389.       object Customize1: TMenuItem
  1390.         Action = actHelpCustomize
  1391.         Caption = 'Customize Help Menu...'
  1392.       end
  1393.       object AboutDevCppItem: TMenuItem
  1394.         Tag = 18
  1395.         Action = actAbout
  1396.         ImageIndex = 6
  1397.       end
  1398.     end
  1399.   end
  1400.   object EditorPopupMenu: TPopupMenu
  1401.     Left = 275
  1402.     Top = 172
  1403.     object Close1: TMenuItem
  1404.       Action = actClose
  1405.     end
  1406.     object N16: TMenuItem
  1407.       Caption = '-'
  1408.     end
  1409.     object UndoPopItem: TMenuItem
  1410.       Action = actUndo
  1411.     end
  1412.     object RedoPopItem: TMenuItem
  1413.       Action = actRedo
  1414.     end
  1415.     object MenuItem1: TMenuItem
  1416.       Caption = '-'
  1417.     end
  1418.     object CutPopItem: TMenuItem
  1419.       Action = actCut
  1420.     end
  1421.     object CopyPopItem: TMenuItem
  1422.       Action = actCopy
  1423.     end
  1424.     object PastePopItem: TMenuItem
  1425.       Action = actPaste
  1426.     end
  1427.     object SelectAllPopItem: TMenuItem
  1428.       Action = actSelectAll
  1429.     end
  1430.     object DeletePopItem: TMenuItem
  1431.       Action = actDelete
  1432.     end
  1433.     object MenuItem2: TMenuItem
  1434.       Caption = '-'
  1435.     end
  1436.     object InsertPopItem: TMenuItem
  1437.       Caption = '&Insert'
  1438.       ImageIndex = 30
  1439.       object CommentheaderPopItem: TMenuItem
  1440.         Caption = 'Comment header'
  1441.       end
  1442.       object DateandtimePopItem: TMenuItem
  1443.         Caption = 'Date and time'
  1444.       end
  1445.       object MenuItem3: TMenuItem
  1446.         Caption = '-'
  1447.       end
  1448.       object MainfunctionPopItem: TMenuItem
  1449.         Caption = 'Main function'
  1450.       end
  1451.       object WinMainfunctionPopItem: TMenuItem
  1452.         Caption = 'WinMain function'
  1453.       end
  1454.       object MenuItem4: TMenuItem
  1455.         Caption = '-'
  1456.       end
  1457.       object ifdefPopItem: TMenuItem
  1458.         Caption = '#ifdef'
  1459.       end
  1460.       object ifndefPopItem: TMenuItem
  1461.         Caption = '#ifndef'
  1462.       end
  1463.       object includePopItem: TMenuItem
  1464.         Caption = '#include'
  1465.       end
  1466.       object MenuItem5: TMenuItem
  1467.         Caption = '-'
  1468.       end
  1469.       object ifPopItem: TMenuItem
  1470.         Caption = 'if ()'
  1471.       end
  1472.       object whilePopItem: TMenuItem
  1473.         Caption = 'while ()'
  1474.       end
  1475.       object dowhilePopItem: TMenuItem
  1476.         Caption = 'do..while ()'
  1477.       end
  1478.       object forPopItem: TMenuItem
  1479.         Caption = 'for ()'
  1480.       end
  1481.       object MenuItem6: TMenuItem
  1482.         Caption = '-'
  1483.       end
  1484.       object MessageBoxPopItem: TMenuItem
  1485.         Caption = 'MessageBox'
  1486.       end
  1487.     end
  1488.     object TogglebookmarksPopItem: TMenuItem
  1489.       Caption = '&Toggle bookmarks'
  1490.       ImageIndex = 31
  1491.       object Bookmark01: TMenuItem
  1492.         Caption = 'Bookmark 0'
  1493.         OnClick = ToggleBookmarkClick
  1494.       end
  1495.       object Bookmark11: TMenuItem
  1496.         Tag = 1
  1497.         Caption = 'Bookmark 1'
  1498.         OnClick = ToggleBookmarkClick
  1499.       end
  1500.       object Bookmark21: TMenuItem
  1501.         Tag = 2
  1502.         Caption = 'Bookmark 2'
  1503.         OnClick = ToggleBookmarkClick
  1504.       end
  1505.       object Bookmark31: TMenuItem
  1506.         Tag = 3
  1507.         Caption = 'Bookmark 3'
  1508.         OnClick = ToggleBookmarkClick
  1509.       end
  1510.       object Bookmark41: TMenuItem
  1511.         Tag = 4
  1512.         Caption = 'Bookmark 4'
  1513.         OnClick = ToggleBookmarkClick
  1514.       end
  1515.       object Bookmark51: TMenuItem
  1516.         Tag = 5
  1517.         Caption = 'Bookmark 5'
  1518.         OnClick = ToggleBookmarkClick
  1519.       end
  1520.       object Bookmark61: TMenuItem
  1521.         Tag = 6
  1522.         Caption = 'Bookmark 6'
  1523.         OnClick = ToggleBookmarkClick
  1524.       end
  1525.       object Bookmark71: TMenuItem
  1526.         Tag = 7
  1527.         Caption = 'Bookmark 7'
  1528.         OnClick = ToggleBookmarkClick
  1529.       end
  1530.       object Bookmark81: TMenuItem
  1531.         Tag = 8
  1532.         Caption = 'Bookmark 8'
  1533.         OnClick = ToggleBookmarkClick
  1534.       end
  1535.       object Bookmark91: TMenuItem
  1536.         Tag = 9
  1537.         Caption = 'Bookmark 9'
  1538.         OnClick = ToggleBookmarkClick
  1539.       end
  1540.     end
  1541.     object GotobookmarksPopItem: TMenuItem
  1542.       Caption = '&Goto bookmarks'
  1543.       ImageIndex = 32
  1544.       object MenuItem7: TMenuItem
  1545.         Caption = 'Bookmark 0'
  1546.         OnClick = GotoBookmarkClick
  1547.       end
  1548.       object MenuItem8: TMenuItem
  1549.         Tag = 1
  1550.         Caption = 'Bookmark 1'
  1551.         OnClick = GotoBookmarkClick
  1552.       end
  1553.       object MenuItem9: TMenuItem
  1554.         Tag = 2
  1555.         Caption = 'Bookmark 2'
  1556.         OnClick = GotoBookmarkClick
  1557.       end
  1558.       object MenuItem10: TMenuItem
  1559.         Tag = 3
  1560.         Caption = 'Bookmark 3'
  1561.         OnClick = GotoBookmarkClick
  1562.       end
  1563.       object MenuItem11: TMenuItem
  1564.         Tag = 4
  1565.         Caption = 'Bookmark 4'
  1566.         OnClick = GotoBookmarkClick
  1567.       end
  1568.       object MenuItem12: TMenuItem
  1569.         Tag = 5
  1570.         Caption = 'Bookmark 5'
  1571.         OnClick = GotoBookmarkClick
  1572.       end
  1573.       object MenuItem13: TMenuItem
  1574.         Tag = 6
  1575.         Caption = 'Bookmark 6'
  1576.         OnClick = GotoBookmarkClick
  1577.       end
  1578.       object MenuItem14: TMenuItem
  1579.         Tag = 7
  1580.         Caption = 'Bookmark 7'
  1581.         OnClick = GotoBookmarkClick
  1582.       end
  1583.       object MenuItem15: TMenuItem
  1584.         Tag = 8
  1585.         Caption = 'Bookmark 8'
  1586.         OnClick = GotoBookmarkClick
  1587.       end
  1588.       object MenuItem16: TMenuItem
  1589.         Tag = 9
  1590.         Caption = 'Bookmark 9'
  1591.         OnClick = GotoBookmarkClick
  1592.       end
  1593.     end
  1594.   end
  1595.   object UnitPopup: TPopupMenu
  1596.     MenuAnimation = [maBottomToTop]
  1597.     Left = 275
  1598.     Top = 127
  1599.     object RemoveFilefromprojectPopItem: TMenuItem
  1600.       Action = actUnitRemove
  1601.     end
  1602.     object RenamefilePopItem: TMenuItem
  1603.       Action = actUnitRename
  1604.     end
  1605.     object N30: TMenuItem
  1606.       Caption = '-'
  1607.     end
  1608.     object OpenPopItem: TMenuItem
  1609.       Action = actUnitOpen
  1610.     end
  1611.     object ClosefilePopItem: TMenuItem
  1612.       Action = actUnitClose
  1613.     end
  1614.   end
  1615.   object ProjectPopup: TPopupMenu
  1616.     MenuAnimation = [maBottomToTop]
  1617.     Left = 276
  1618.     Top = 82
  1619.     object NewunitinprojectPopItem: TMenuItem
  1620.       Tag = 2
  1621.       Action = actProjectNew
  1622.     end
  1623.     object AddtoprojectPopItem: TMenuItem
  1624.       Action = actProjectAdd
  1625.     end
  1626.     object RemovefromprojectPopItem: TMenuItem
  1627.       Action = actProjectRemove
  1628.     end
  1629.     object MenuItem18: TMenuItem
  1630.       Caption = '-'
  1631.     end
  1632.     object ProjectoptionsPopItem: TMenuItem
  1633.       Action = actProjectOptions
  1634.     end
  1635.     object EditresourcefilePopItem: TMenuItem
  1636.       Action = actProjectRes
  1637.     end
  1638.   end
  1639.   object HelpPop: TPopupMenu
  1640.     Left = 350
  1641.     Top = 124
  1642.   end
  1643.   object alMain: TActionList
  1644.     Images = dmMain.MenuImages_Gnome
  1645.     Left = 192
  1646.     Top = 82
  1647.     object actNewSource: TAction
  1648.       Tag = 1
  1649.       Category = 'File'
  1650.       Caption = '&Source File'
  1651.       ImageIndex = 1
  1652.       OnExecute = actNewSourceExecute
  1653.     end
  1654.     object actNewProject: TAction
  1655.       Tag = 2
  1656.       Category = 'File'
  1657.       Caption = '&Project...'
  1658.       ImageIndex = 0
  1659.       OnExecute = actNewProjectExecute
  1660.     end
  1661.     object actNewRes: TAction
  1662.       Tag = 3
  1663.       Category = 'File'
  1664.       Caption = '&Resource File'
  1665.       ImageIndex = 2
  1666.       OnExecute = actNewResExecute
  1667.     end
  1668.     object actNewTemplate: TAction
  1669.       Tag = 4
  1670.       Category = 'File'
  1671.       Caption = '&Template...'
  1672.       ImageIndex = 3
  1673.       OnExecute = actNewTemplateExecute
  1674.     end
  1675.     object actOpen: TAction
  1676.       Tag = 1
  1677.       Category = 'File'
  1678.       Caption = '&Open project or file...'
  1679.       ImageIndex = 4
  1680.       OnExecute = actOpenExecute
  1681.     end
  1682.     object actHistoryClear: TAction
  1683.       Tag = 2
  1684.       Category = 'File'
  1685.       Caption = '&Clear History'
  1686.       ImageIndex = 5
  1687.       OnExecute = actHistoryClearExecute
  1688.     end
  1689.     object actSave: TAction
  1690.       Tag = 3
  1691.       Category = 'File'
  1692.       Caption = '&Save'
  1693.       ImageIndex = 6
  1694.       OnExecute = actSaveExecute
  1695.       OnUpdate = actSaveUpdate
  1696.     end
  1697.     object actSaveAs: TAction
  1698.       Tag = 4
  1699.       Category = 'File'
  1700.       Caption = 'Save &As'
  1701.       ImageIndex = 7
  1702.       OnExecute = actSaveAsExecute
  1703.       OnUpdate = actSaveAsUpdate
  1704.     end
  1705.     object actUnitRename: TAction
  1706.       Tag = 2
  1707.       Category = 'Project'
  1708.       Caption = 'Re&name file'
  1709.       OnExecute = actUnitRenameExecute
  1710.       OnUpdate = actUpdateProject
  1711.     end
  1712.     object actSaveAll: TAction
  1713.       Tag = 5
  1714.       Category = 'File'
  1715.       Caption = 'Save A&ll'
  1716.       ImageIndex = 8
  1717.       OnExecute = actSaveAllExecute
  1718.       OnUpdate = actUpdatePageorProject
  1719.     end
  1720.     object actClose: TAction
  1721.       Tag = 7
  1722.       Category = 'File'
  1723.       Caption = '&Close'
  1724.       ImageIndex = 9
  1725.       ShortCut = 16499
  1726.       OnExecute = actCloseExecute
  1727.       OnUpdate = actUpdatePageCount
  1728.     end
  1729.     object actCloseAll: TAction
  1730.       Tag = 11
  1731.       Category = 'File'
  1732.       Caption = 'Close All'
  1733.       OnExecute = actCloseAllExecute
  1734.       OnUpdate = actUpdatePageCount
  1735.     end
  1736.     object actCloseProject: TAction
  1737.       Tag = 6
  1738.       Category = 'File'
  1739.       Caption = 'Close Project'
  1740.       OnExecute = actCloseProjectExecute
  1741.       OnUpdate = actUpdateProject
  1742.     end
  1743.     object actXHTML: TAction
  1744.       Tag = 1
  1745.       Category = 'File'
  1746.       Caption = 'to &HTML'
  1747.       OnExecute = actXHTMLExecute
  1748.       OnUpdate = actUpdatePageCount
  1749.     end
  1750.     object actXRTF: TAction
  1751.       Tag = 2
  1752.       Category = 'File'
  1753.       Caption = 'to &RTF'
  1754.       OnExecute = actXRTFExecute
  1755.       OnUpdate = actUpdatePageCount
  1756.     end
  1757.     object actXProject: TAction
  1758.       Tag = 3
  1759.       Category = 'File'
  1760.       Caption = '&Project to HTML'
  1761.       OnExecute = actXProjectExecute
  1762.       OnUpdate = actUpdateProject
  1763.     end
  1764.     object actPrint: TAction
  1765.       Tag = 8
  1766.       Category = 'File'
  1767.       Caption = '&Print'
  1768.       ImageIndex = 10
  1769.       OnExecute = actPrintExecute
  1770.       OnUpdate = actUpdateEmptyEditor
  1771.     end
  1772.     object actPrintSU: TAction
  1773.       Tag = 9
  1774.       Category = 'File'
  1775.       Caption = 'Prin&ter Setup...'
  1776.       OnExecute = actPrintSUExecute
  1777.     end
  1778.     object actExit: TAction
  1779.       Tag = 10
  1780.       Category = 'File'
  1781.       Caption = 'E&xit Dev-C++'
  1782.       ImageIndex = 11
  1783.       OnExecute = actExitExecute
  1784.     end
  1785.     object actUndo: TAction
  1786.       Tag = 1
  1787.       Category = 'Edit'
  1788.       Caption = '&Undo'
  1789.       ImageIndex = 13
  1790.       OnExecute = actUndoExecute
  1791.       OnUpdate = actUndoUpdate
  1792.     end
  1793.     object actRedo: TAction
  1794.       Tag = 2
  1795.       Category = 'Edit'
  1796.       Caption = '&Redo'
  1797.       ImageIndex = 14
  1798.       OnExecute = actRedoExecute
  1799.       OnUpdate = actRedoUpdate
  1800.     end
  1801.     object actCut: TAction
  1802.       Tag = 3
  1803.       Category = 'Edit'
  1804.       Caption = 'C&ut'
  1805.       ImageIndex = 15
  1806.       OnExecute = actCutExecute
  1807.       OnUpdate = actCutUpdate
  1808.     end
  1809.     object actCopy: TAction
  1810.       Tag = 4
  1811.       Category = 'Edit'
  1812.       Caption = '&Copy'
  1813.       ImageIndex = 16
  1814.       OnExecute = actCopyExecute
  1815.       OnUpdate = actCopyUpdate
  1816.     end
  1817.     object actPaste: TAction
  1818.       Tag = 5
  1819.       Category = 'Edit'
  1820.       Caption = '&Paste'
  1821.       ImageIndex = 17
  1822.       OnExecute = actPasteExecute
  1823.       OnUpdate = actPasteUpdate
  1824.     end
  1825.     object actSelectAll: TAction
  1826.       Tag = 6
  1827.       Category = 'Edit'
  1828.       Caption = '&Select All'
  1829.       OnExecute = actSelectAllExecute
  1830.       OnUpdate = actUpdateEmptyEditor
  1831.     end
  1832.     object actFind: TAction
  1833.       Tag = 1
  1834.       Category = 'Search'
  1835.       Caption = '&Find'
  1836.       ImageIndex = 21
  1837.       OnExecute = actFindExecute
  1838.       OnUpdate = actUpdateEmptyEditor
  1839.     end
  1840.     object actFindAll: TAction
  1841.       Tag = 2
  1842.       Category = 'Search'
  1843.       Caption = 'Fin&d in all Files'
  1844.       OnExecute = actFindAllExecute
  1845.       OnUpdate = actUpdatePageorProject
  1846.     end
  1847.     object actReplace: TAction
  1848.       Tag = 3
  1849.       Category = 'Search'
  1850.       Caption = '&Replace'
  1851.       ImageIndex = 22
  1852.       OnExecute = actReplaceExecute
  1853.       OnUpdate = actUpdateEmptyEditor
  1854.     end
  1855.     object actFindNext: TAction
  1856.       Tag = 4
  1857.       Category = 'Search'
  1858.       Caption = '&Search Again'
  1859.       ImageIndex = 23
  1860.       OnExecute = actFindNextExecute
  1861.       OnUpdate = actFindNextUpdate
  1862.     end
  1863.     object actGoto: TAction
  1864.       Tag = 5
  1865.       Category = 'Search'
  1866.       Caption = '&Go to line...'
  1867.       ImageIndex = 24
  1868.       OnExecute = actGotoExecute
  1869.       OnUpdate = actUpdateEmptyEditor
  1870.     end
  1871.     object actProjectManager: TAction
  1872.       Category = 'View'
  1873.       AutoCheck = True
  1874.       Caption = '&Project Manager'
  1875.       OnExecute = actProjectManagerExecute
  1876.     end
  1877.     object actStatusbar: TAction
  1878.       Category = 'View'
  1879.       AutoCheck = True
  1880.       Caption = '&Statusbar'
  1881.       OnExecute = actStatusbarExecute
  1882.     end
  1883.     object actCompOutput: TAction
  1884.       Category = 'View'
  1885.       AutoCheck = True
  1886.       Caption = '&Always show Compiler Output'
  1887.       GroupIndex = 2
  1888.       OnExecute = actCompOutputExecute
  1889.     end
  1890.     object actCompOnNeed: TAction
  1891.       Category = 'View'
  1892.       AutoCheck = True
  1893.       Caption = '&Show only when needed'
  1894.       GroupIndex = 2
  1895.       OnExecute = actCompOnNeedExecute
  1896.     end
  1897.     object actProjectNew: TAction
  1898.       Tag = 1
  1899.       Category = 'Project'
  1900.       Caption = '&New Unit'
  1901.       ImageIndex = 1
  1902.       OnExecute = actProjectNewExecute
  1903.       OnUpdate = actUpdateProject
  1904.     end
  1905.     object actProjectAdd: TAction
  1906.       Tag = 2
  1907.       Category = 'Project'
  1908.       Caption = '&Add file...'
  1909.       ImageIndex = 25
  1910.       OnExecute = actProjectAddExecute
  1911.       OnUpdate = actUpdateProject
  1912.     end
  1913.     object actProjectRemove: TAction
  1914.       Tag = 3
  1915.       Category = 'Project'
  1916.       Caption = '&Remove file...'
  1917.       ImageIndex = 26
  1918.       OnExecute = actProjectRemoveExecute
  1919.       OnUpdate = actUpdateProject
  1920.     end
  1921.     object actProjectRes: TAction
  1922.       Tag = 4
  1923.       Category = 'Project'
  1924.       Caption = '&Edit Resource File'
  1925.       ImageIndex = 2
  1926.       OnExecute = actProjectResExecute
  1927.       OnUpdate = actUpdateProject
  1928.     end
  1929.     object actProjectOptions: TAction
  1930.       Tag = 5
  1931.       Category = 'Project'
  1932.       Caption = '&Options...'
  1933.       ImageIndex = 27
  1934.       OnExecute = actProjectOptionsExecute
  1935.       OnUpdate = actUpdateProject
  1936.     end
  1937.     object actCompile: TAction
  1938.       Tag = 1
  1939.       Category = 'Execute'
  1940.       Caption = '&Compile'
  1941.       ImageIndex = 28
  1942.       OnExecute = actCompileExecute
  1943.       OnUpdate = actUpdatePageorProject
  1944.     end
  1945.     object actRun: TAction
  1946.       Tag = 2
  1947.       Category = 'Execute'
  1948.       Caption = '&Run'
  1949.       ImageIndex = 29
  1950.       OnExecute = actRunExecute
  1951.       OnUpdate = actUpdatePageorProject
  1952.     end
  1953.     object actCompRun: TAction
  1954.       Tag = 3
  1955.       Category = 'Execute'
  1956.       Caption = 'Compile &and Run'
  1957.       ImageIndex = 30
  1958.       OnExecute = actCompRunExecute
  1959.       OnUpdate = actUpdatePageorProject
  1960.     end
  1961.     object actRebuild: TAction
  1962.       Tag = 4
  1963.       Category = 'Execute'
  1964.       Caption = 'R&ebuild All'
  1965.       ImageIndex = 31
  1966.       OnExecute = actRebuildExecute
  1967.       OnUpdate = actUpdatePageorProject
  1968.     end
  1969.     object actClean: TAction
  1970.       Tag = 5
  1971.       Category = 'Execute'
  1972.       Caption = 'C&lean'
  1973.       OnExecute = actCleanExecute
  1974.       OnUpdate = actUpdateProject
  1975.     end
  1976.     object actDebug: TAction
  1977.       Tag = 6
  1978.       Category = 'Debug'
  1979.       Caption = '&Debug'
  1980.       ImageIndex = 32
  1981.       OnExecute = actDebugExecute
  1982.       OnUpdate = actUpdatePageorProject
  1983.     end
  1984.     object actCompOptions: TAction
  1985.       Tag = 1
  1986.       Category = 'Tools'
  1987.       Caption = '&Compiler Options...'
  1988.       ImageIndex = 34
  1989.       OnExecute = actCompOptionsExecute
  1990.     end
  1991.     object actEnviroOptions: TAction
  1992.       Tag = 2
  1993.       Category = 'Tools'
  1994.       Caption = '&Environment Options...'
  1995.       ImageIndex = 35
  1996.       OnExecute = actEnviroOptionsExecute
  1997.     end
  1998.     object actEditorOptions: TAction
  1999.       Tag = 3
  2000.       Category = 'Tools'
  2001.       Caption = 'E&ditor Options...'
  2002.       ImageIndex = 36
  2003.       OnExecute = actEditorOptionsExecute
  2004.     end
  2005.     object actConfigTools: TAction
  2006.       Tag = 4
  2007.       Category = 'Tools'
  2008.       Caption = 'Configure &Tools...'
  2009.       ImageIndex = 37
  2010.       OnExecute = actConfigToolsExecute
  2011.     end
  2012.     object actFullScreen: TAction
  2013.       Tag = 1
  2014.       Category = 'Window'
  2015.       AutoCheck = True
  2016.       Caption = '&Full screen mode'
  2017.       ImageIndex = 38
  2018.       ShortCut = 123
  2019.       OnExecute = actFullScreenExecute
  2020.     end
  2021.     object actNext: TAction
  2022.       Tag = 2
  2023.       Category = 'Window'
  2024.       Caption = '&Next'
  2025.       ImageIndex = 39
  2026.       OnExecute = actNextExecute
  2027.       OnUpdate = actUpdatePageCount
  2028.     end
  2029.     object actPrev: TAction
  2030.       Tag = 3
  2031.       Category = 'Window'
  2032.       Caption = '&Previous'
  2033.       ImageIndex = 40
  2034.       OnExecute = actPrevExecute
  2035.       OnUpdate = actUpdatePageCount
  2036.     end
  2037.     object actUpdateCheck: TAction
  2038.       Category = 'Help'
  2039.       Caption = '&Check for Updates'
  2040.       ImageIndex = 41
  2041.       OnExecute = actUpdateCheckExecute
  2042.     end
  2043.     object actAbout: TAction
  2044.       Category = 'Help'
  2045.       Caption = 'About...'
  2046.       ImageIndex = 42
  2047.       OnExecute = actAboutExecute
  2048.     end
  2049.     object actHelpCustomize: TAction
  2050.       Category = 'Help'
  2051.       Caption = 'Customize...'
  2052.       OnExecute = actHelpCustomizeExecute
  2053.     end
  2054.     object actProjectSource: TAction
  2055.       Tag = 6
  2056.       Category = 'Project'
  2057.       Caption = 'Source'
  2058.       OnExecute = actProjectSourceExecute
  2059.       OnUpdate = actUpdateProject
  2060.     end
  2061.     object actUnitRemove: TAction
  2062.       Tag = 1
  2063.       Category = 'Project'
  2064.       Caption = '&Remove from project'
  2065.       OnExecute = actUnitRemoveExecute
  2066.       OnUpdate = actUpdateProject
  2067.     end
  2068.     object actUnitHeader: TAction
  2069.       Tag = 5
  2070.       Category = 'Project'
  2071.       Caption = 'Open &Header'
  2072.       OnUpdate = actUpdateProject
  2073.     end
  2074.     object actUnitOpen: TAction
  2075.       Tag = 4
  2076.       Category = 'Project'
  2077.       Caption = '&Open'
  2078.       OnExecute = actUnitOpenExecute
  2079.       OnUpdate = actUpdateProject
  2080.     end
  2081.     object actUnitClose: TAction
  2082.       Tag = 3
  2083.       Category = 'Project'
  2084.       Caption = '&Close'
  2085.       OnExecute = actUnitCloseExecute
  2086.       OnUpdate = actUpdateProject
  2087.     end
  2088.     object actProjectMakeFile: TAction
  2089.       Category = 'Project'
  2090.       Caption = 'Edit &Makefile'
  2091.       OnExecute = actProjectMakeFileExecute
  2092.       OnUpdate = actUpdateProject
  2093.     end
  2094.     object actMsgCopy: TAction
  2095.       Category = 'MessageControl'
  2096.       Caption = '&Copy'
  2097.       OnExecute = actMsgCopyExecute
  2098.     end
  2099.     object actMsgClear: TAction
  2100.       Category = 'MessageControl'
  2101.       Caption = 'C&lear'
  2102.       OnExecute = actMsgClearExecute
  2103.     end
  2104.     object actIncremental: TAction
  2105.       Category = 'Search'
  2106.       Caption = 'Incremental Search'
  2107.       ShortCut = 16457
  2108.       OnExecute = actIncrementalExecute
  2109.       OnUpdate = actUpdateEmptyEditor
  2110.     end
  2111.     object actShowBars: TAction
  2112.       Caption = 'Show Toolbars'
  2113.       ShortCut = 8315
  2114.       OnExecute = actShowBarsExecute
  2115.     end
  2116.     object actBreakPoint: TAction
  2117.       Category = 'Debug'
  2118.       Caption = 'Toggle Breakpoint'
  2119.       ShortCut = 16500
  2120.       OnExecute = actBreakPointExecute
  2121.       OnUpdate = actUpdateEmptyEditor
  2122.     end
  2123.     object actAddWatch: TAction
  2124.       Category = 'Debug'
  2125.       Caption = '&Add watch'
  2126.       ImageIndex = 21
  2127.       ShortCut = 115
  2128.       OnExecute = actAddWatchExecute
  2129.       OnUpdate = actUpdatePageorProject
  2130.     end
  2131.     object actEditWatch: TAction
  2132.       Category = 'Debug'
  2133.       Caption = '&Edit watch'
  2134.       ImageIndex = 36
  2135.       OnExecute = actEditWatchExecute
  2136.     end
  2137.     object actNextStep: TAction
  2138.       Category = 'Debug'
  2139.       Caption = '&Next Step'
  2140.       ImageIndex = 18
  2141.       ShortCut = 118
  2142.       OnExecute = actNextStepExecute
  2143.       OnUpdate = actUpdateDebuggerRunning
  2144.     end
  2145.     object actStepOver: TAction
  2146.       Category = 'Debug'
  2147.       Caption = '&Step over'
  2148.       ImageIndex = 14
  2149.       ShortCut = 16502
  2150.       OnExecute = actStepOverExecute
  2151.       OnUpdate = actUpdateDebuggerRunning
  2152.     end
  2153.     object actWatchItem: TAction
  2154.       Category = 'Debug'
  2155.       Caption = '&Watch variables'
  2156.       ShortCut = 16471
  2157.       OnExecute = actWatchItemExecute
  2158.       OnUpdate = actUpdatePageorProject
  2159.     end
  2160.     object actRemoveWatch: TAction
  2161.       Category = 'Debug'
  2162.       Caption = '&Remove Watch'
  2163.       ImageIndex = 5
  2164.       OnExecute = actRemoveWatchExecute
  2165.     end
  2166.     object actStopExecute: TAction
  2167.       Category = 'Debug'
  2168.       Caption = 'Stop Execution'
  2169.       ShortCut = 32881
  2170.       OnExecute = actStopExecuteExecute
  2171.       OnUpdate = actUpdateDebuggerRunning
  2172.     end
  2173.     object actFileMenu: TAction
  2174.       Caption = '&File'
  2175.       OnExecute = actFileMenuExecute
  2176.     end
  2177.     object actEditMenu: TAction
  2178.       Caption = '&Edit'
  2179.       OnExecute = actFileMenuExecute
  2180.     end
  2181.     object actSearchMenu: TAction
  2182.       Caption = '&Search'
  2183.       OnExecute = actFileMenuExecute
  2184.     end
  2185.     object actViewMenu: TAction
  2186.       Caption = '&View'
  2187.       OnExecute = actFileMenuExecute
  2188.     end
  2189.     object actProjectMenu: TAction
  2190.       Caption = '&Project'
  2191.       OnExecute = actFileMenuExecute
  2192.     end
  2193.     object actExecuteMenu: TAction
  2194.       Caption = 'E&xecute'
  2195.       OnExecute = actFileMenuExecute
  2196.     end
  2197.     object actDebugMenu: TAction
  2198.       Caption = '&Debug'
  2199.       OnExecute = actFileMenuExecute
  2200.     end
  2201.     object actToolsMenu: TAction
  2202.       Caption = '&Tools'
  2203.       OnExecute = actToolsMenuExecute
  2204.     end
  2205.     object actWindowMenu: TAction
  2206.       Caption = '&Window'
  2207.       OnExecute = actFileMenuExecute
  2208.     end
  2209.     object actHelpMenu: TAction
  2210.       Caption = '&Help'
  2211.       OnExecute = actFileMenuExecute
  2212.     end
  2213.     object actDelete: TAction
  2214.       Category = 'Edit'
  2215.       Caption = 'Delete'
  2216.       OnExecute = actDeleteExecute
  2217.     end
  2218.   end
  2219.   object ApplicationEvents1: TApplicationEvents
  2220.     OnIdle = ApplicationEvents1Idle
  2221.     Left = 194
  2222.     Top = 130
  2223.   end
  2224.   object MessagePopup: TPopupMenu
  2225.     OnPopup = MessagePopupPopup
  2226.     Left = 275
  2227.     Top = 219
  2228.     object MsgCopyItem: TMenuItem
  2229.       Action = actMsgCopy
  2230.     end
  2231.     object MsgClearitem: TMenuItem
  2232.       Action = actMsgClear
  2233.     end
  2234.     object N15: TMenuItem
  2235.       Caption = '-'
  2236.     end
  2237.   end
  2238. end
  2239.