home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Construc / Refactor / Source / fMainForm.dfm < prev    next >
Encoding:
Text File  |  2000-10-29  |  22.7 KB  |  827 lines

  1. object F_MainForm: TF_MainForm
  2.   Left = 336
  3.   Top = 117
  4.   Width = 775
  5.   Height = 640
  6.   Caption = 'Delphi Builder Tool'
  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.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 527
  23.     Width = 767
  24.     Height = 41
  25.     HelpContext = 10
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     object b_Build: TBitBtn
  29.       Left = 596
  30.       Top = 8
  31.       Width = 75
  32.       Height = 25
  33.       Action = A_DoBuild
  34.       Anchors = [akRight, akBottom]
  35.       Caption = '&Build'
  36.       TabOrder = 0
  37.       Kind = bkOK
  38.     end
  39.     object b_exit: TBitBtn
  40.       Left = 684
  41.       Top = 8
  42.       Width = 75
  43.       Height = 25
  44.       Anchors = [akRight, akBottom]
  45.       Caption = 'E&xit'
  46.       TabOrder = 1
  47.       OnClick = b_exitClick
  48.       Kind = bkCancel
  49.     end
  50.     object b_halt: TBitBtn
  51.       Left = 504
  52.       Top = 8
  53.       Width = 75
  54.       Height = 25
  55.       Anchors = [akRight, akBottom]
  56.       Caption = '&Stop'
  57.       Enabled = False
  58.       TabOrder = 2
  59.       OnClick = b_haltClick
  60.       Kind = bkIgnore
  61.     end
  62.   end
  63.   object StatusBar1: TStatusBar
  64.     Left = 0
  65.     Top = 568
  66.     Width = 767
  67.     Height = 26
  68.     Panels = <>
  69.     SimplePanel = True
  70.   end
  71.   object Panel2: TPanel
  72.     Left = 0
  73.     Top = 0
  74.     Width = 767
  75.     Height = 527
  76.     Align = alClient
  77.     Caption = 'Panel2'
  78.     TabOrder = 2
  79.     object Splitter1: TSplitter
  80.       Left = 345
  81.       Top = 1
  82.       Width = 6
  83.       Height = 525
  84.       Cursor = crHSplit
  85.     end
  86.     object Panel3: TPanel
  87.       Left = 1
  88.       Top = 1
  89.       Width = 344
  90.       Height = 525
  91.       Align = alLeft
  92.       BevelInner = bvLowered
  93.       BevelWidth = 2
  94.       Caption = 'Panel3'
  95.       TabOrder = 0
  96.       object Splitter3: TSplitter
  97.         Left = 4
  98.         Top = 376
  99.         Width = 336
  100.         Height = 6
  101.         Cursor = crVSplit
  102.         Align = alBottom
  103.       end
  104.       object Panel9: TPanel
  105.         Left = 4
  106.         Top = 4
  107.         Width = 336
  108.         Height = 85
  109.         Align = alTop
  110.         TabOrder = 0
  111.         object Label6: TLabel
  112.           Left = 1
  113.           Top = 1
  114.           Width = 334
  115.           Height = 16
  116.           Align = alTop
  117.           Alignment = taCenter
  118.           Caption = 'Builder Project Settings'
  119.           Font.Charset = DEFAULT_CHARSET
  120.           Font.Color = clWindowText
  121.           Font.Height = -13
  122.           Font.Name = 'MS Sans Serif'
  123.           Font.Style = [fsBold]
  124.           ParentFont = False
  125.         end
  126.         object Label1: TLabel
  127.           Left = 8
  128.           Top = 29
  129.           Width = 28
  130.           Height = 13
  131.           Caption = '&Name'
  132.           FocusControl = cb_ProjectList
  133.         end
  134.         object cb_ProjectList: TComboBox
  135.           Left = 56
  136.           Top = 25
  137.           Width = 201
  138.           Height = 21
  139.           ItemHeight = 13
  140.           TabOrder = 0
  141.           Text = 'cb_ProjectList'
  142.           OnChange = cb_ProjectListChange
  143.         end
  144.         object bb_newProject: TBitBtn
  145.           Left = 20
  146.           Top = 55
  147.           Width = 75
  148.           Height = 25
  149.           Action = A_NewProject
  150.           Caption = '&New Project'
  151.           TabOrder = 1
  152.         end
  153.         object bb_save: TBitBtn
  154.           Left = 208
  155.           Top = 55
  156.           Width = 75
  157.           Height = 25
  158.           Action = A_saveProjectSettings
  159.           Caption = '&Save Project'
  160.           TabOrder = 2
  161.         end
  162.         object Button1: TButton
  163.           Left = 112
  164.           Top = 56
  165.           Width = 75
  166.           Height = 25
  167.           Action = A_OpenProject
  168.           TabOrder = 3
  169.         end
  170.       end
  171.       object Panel8: TPanel
  172.         Left = 4
  173.         Top = 382
  174.         Width = 336
  175.         Height = 139
  176.         Align = alBottom
  177.         BevelInner = bvLowered
  178.         BevelWidth = 2
  179.         TabOrder = 1
  180.         object Label5: TLabel
  181.           Left = 4
  182.           Top = 4
  183.           Width = 328
  184.           Height = 13
  185.           Align = alTop
  186.           Alignment = taCenter
  187.           Caption = 'Version Information  -> files.ini and *.ver'
  188.         end
  189.         object Splitter2: TSplitter
  190.           Left = 169
  191.           Top = 17
  192.           Width = 3
  193.           Height = 85
  194.           Cursor = crHSplit
  195.         end
  196.         object Panel10: TPanel
  197.           Left = 4
  198.           Top = 102
  199.           Width = 328
  200.           Height = 33
  201.           Align = alBottom
  202.           TabOrder = 0
  203.           object b_editVersion: TBitBtn
  204.             Left = 248
  205.             Top = 7
  206.             Width = 70
  207.             Height = 22
  208.             Action = A_editVersion
  209.             Anchors = [akRight, akBottom]
  210.             Caption = 'Edit Version'
  211.             TabOrder = 0
  212.           end
  213.           object b_editResourceMask: TButton
  214.             Left = 168
  215.             Top = 7
  216.             Width = 75
  217.             Height = 22
  218.             Action = A_EditRCMask
  219.             TabOrder = 1
  220.           end
  221.         end
  222.         object m_projectVersion: TMemo
  223.           Left = 4
  224.           Top = 17
  225.           Width = 165
  226.           Height = 85
  227.           Align = alLeft
  228.           Color = clInactiveCaptionText
  229.           Lines.Strings = (
  230.             'm_projectVersion')
  231.           ReadOnly = True
  232.           ScrollBars = ssVertical
  233.           TabOrder = 1
  234.           WordWrap = False
  235.         end
  236.         object LB_fileVersion: TListBox
  237.           Left = 172
  238.           Top = 17
  239.           Width = 160
  240.           Height = 85
  241.           Align = alClient
  242.           Color = clInactiveCaptionText
  243.           ItemHeight = 13
  244.           TabOrder = 2
  245.         end
  246.       end
  247.       object Panel6: TPanel
  248.         Left = 4
  249.         Top = 89
  250.         Width = 336
  251.         Height = 287
  252.         Align = alClient
  253.         Caption = 'Panel6'
  254.         TabOrder = 2
  255.         object Splitter5: TSplitter
  256.           Left = 1
  257.           Top = 129
  258.           Width = 334
  259.           Height = 7
  260.           Cursor = crVSplit
  261.           Align = alTop
  262.         end
  263.         object Panel7: TPanel
  264.           Left = 1
  265.           Top = 1
  266.           Width = 334
  267.           Height = 128
  268.           Align = alTop
  269.           BevelInner = bvLowered
  270.           BevelWidth = 2
  271.           Caption = 'Panel6'
  272.           TabOrder = 0
  273.           object Label3: TLabel
  274.             Left = 4
  275.             Top = 4
  276.             Width = 326
  277.             Height = 13
  278.             Align = alTop
  279.             Alignment = taCenter
  280.             Caption = 'Compiler options and switches -> base.cfg'
  281.           end
  282.           object Panel13: TPanel
  283.             Left = 4
  284.             Top = 94
  285.             Width = 326
  286.             Height = 30
  287.             Align = alBottom
  288.             TabOrder = 0
  289.             object b_editconfig: TBitBtn
  290.               Left = 223
  291.               Top = 4
  292.               Width = 75
  293.               Height = 22
  294.               Action = A_EditConfig
  295.               Anchors = [akRight, akBottom]
  296.               Caption = 'Edit Config'
  297.               TabOrder = 0
  298.             end
  299.             object BitBtn4: TBitBtn
  300.               Left = 123
  301.               Top = 4
  302.               Width = 75
  303.               Height = 22
  304.               Action = A_DisplayDCCOptions
  305.               Anchors = [akRight, akBottom]
  306.               Caption = 'DCC help'
  307.               TabOrder = 1
  308.             end
  309.             object b_DPKOptions: TBitBtn
  310.               Left = 22
  311.               Top = 4
  312.               Width = 75
  313.               Height = 22
  314.               Anchors = [akRight, akBottom]
  315.               Caption = 'DPK Options'
  316.               TabOrder = 2
  317.             end
  318.           end
  319.           object M_ConfigFile: TMemo
  320.             Left = 4
  321.             Top = 17
  322.             Width = 326
  323.             Height = 77
  324.             Align = alClient
  325.             Color = clInactiveCaptionText
  326.             Lines.Strings = (
  327.               'M_ConfigFile')
  328.             ReadOnly = True
  329.             ScrollBars = ssVertical
  330.             TabOrder = 1
  331.             WordWrap = False
  332.           end
  333.         end
  334.         object Panel11: TPanel
  335.           Left = 1
  336.           Top = 136
  337.           Width = 334
  338.           Height = 150
  339.           Align = alClient
  340.           BevelInner = bvLowered
  341.           BevelWidth = 2
  342.           Caption = 'Panel7'
  343.           TabOrder = 1
  344.           object Label4: TLabel
  345.             Left = 4
  346.             Top = 4
  347.             Width = 326
  348.             Height = 13
  349.             Align = alTop
  350.             Alignment = taCenter
  351.             Caption = 'Library Path -> Library.path'
  352.           end
  353.           object Panel14: TPanel
  354.             Left = 4
  355.             Top = 113
  356.             Width = 326
  357.             Height = 33
  358.             Align = alBottom
  359.             TabOrder = 0
  360.             object BitBtn3: TBitBtn
  361.               Left = 237
  362.               Top = 7
  363.               Width = 82
  364.               Height = 23
  365.               Action = A_EditPath
  366.               Anchors = [akRight, akBottom]
  367.               Caption = 'Edit Path'
  368.               TabOrder = 0
  369.             end
  370.             object b_libPathUp: TBitBtn
  371.               Left = 152
  372.               Top = 7
  373.               Width = 33
  374.               Height = 23
  375.               Anchors = [akRight, akBottom]
  376.               TabOrder = 1
  377.               OnClick = b_libPathUpClick
  378.               Glyph.Data = {
  379.                 0E010000424D0E0100000000000076000000280000000F000000130000000100
  380.                 0400000000009800000000000000000000001000000010000000FFFFFF00FF00
  381.                 000000FF0000808080000000FF0040004000FFFFFF00FFFFFF00FFFFFF00FFFF
  382.                 FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
  383.                 0000000033333330000000003111113000000000311111300000000031242130
  384.                 0000000031242130000000003124213000000000312421300000000031242130
  385.                 0000000031242130000000003124213000000333312421333300031111242111
  386.                 1300003111242111300000031114111300000000311411300000000003111300
  387.                 000000000031300000000000000300000000}
  388.             end
  389.             object b_libPathDown: TBitBtn
  390.               Left = 195
  391.               Top = 7
  392.               Width = 33
  393.               Height = 23
  394.               Anchors = [akRight, akBottom]
  395.               TabOrder = 2
  396.               OnClick = b_libPathDownClick
  397.               Glyph.Data = {
  398.                 0E010000424D0E0100000000000076000000280000000F000000130000000100
  399.                 0400000000009800000000000000000000001000000010000000FFFFFF00FF00
  400.                 000000FF0000808080000000FF0040004000FFFFFF00FFFFFF00FFFFFF00FFFF
  401.                 FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000030000
  402.                 0000000000313000000000000311130000000000311411300000000311141113
  403.                 0000003111242111300003111124211113000333312421333300000031242130
  404.                 0000000031242130000000003124213000000000312421300000000031242130
  405.                 0000000031242130000000003124213000000000311111300000000031111130
  406.                 000000003333333000000000000000000000}
  407.             end
  408.             object b_addDir: TBitBtn
  409.               Left = 46
  410.               Top = 7
  411.               Width = 42
  412.               Height = 23
  413.               Action = A_addToPath
  414.               Anchors = [akRight, akBottom]
  415.               Caption = 'Add'
  416.               TabOrder = 3
  417.             end
  418.             object b_DeleteDir: TBitBtn
  419.               Left = 96
  420.               Top = 7
  421.               Width = 49
  422.               Height = 23
  423.               Action = A_deletePath
  424.               Anchors = [akRight, akBottom]
  425.               Caption = 'Delete'
  426.               TabOrder = 4
  427.             end
  428.           end
  429.           object LB_LibraryPath: TListBox
  430.             Left = 4
  431.             Top = 17
  432.             Width = 326
  433.             Height = 96
  434.             Align = alClient
  435.             Color = clInactiveCaptionText
  436.             ItemHeight = 13
  437.             TabOrder = 1
  438.           end
  439.         end
  440.       end
  441.     end
  442.     object Panel4: TPanel
  443.       Left = 351
  444.       Top = 1
  445.       Width = 415
  446.       Height = 525
  447.       Align = alClient
  448.       BevelInner = bvLowered
  449.       BevelWidth = 2
  450.       Caption = 'Panel4'
  451.       TabOrder = 1
  452.       object L_Results: TLabel
  453.         Left = 4
  454.         Top = 217
  455.         Width = 407
  456.         Height = 16
  457.         Align = alTop
  458.         Alignment = taCenter
  459.         Caption = 'Results'
  460.         Font.Charset = DEFAULT_CHARSET
  461.         Font.Color = clWindowText
  462.         Font.Height = -13
  463.         Font.Name = 'MS Sans Serif'
  464.         Font.Style = [fsBold]
  465.         ParentFont = False
  466.         WordWrap = True
  467.       end
  468.       object Splitter4: TSplitter
  469.         Left = 4
  470.         Top = 209
  471.         Width = 407
  472.         Height = 8
  473.         Cursor = crVSplit
  474.         Align = alTop
  475.       end
  476.       object Memo1: TMemo
  477.         Left = 4
  478.         Top = 233
  479.         Width = 407
  480.         Height = 247
  481.         Align = alClient
  482.         Color = clInactiveCaptionText
  483.         ScrollBars = ssBoth
  484.         TabOrder = 0
  485.         WordWrap = False
  486.         OnChange = Memo1Change
  487.       end
  488.       object Panel15: TPanel
  489.         Left = 4
  490.         Top = 480
  491.         Width = 407
  492.         Height = 41
  493.         Align = alBottom
  494.         TabOrder = 1
  495.         object b_save: TButton
  496.           Left = 202
  497.           Top = 8
  498.           Width = 107
  499.           Height = 25
  500.           Anchors = [akRight, akBottom]
  501.           Caption = '&Save'
  502.           TabOrder = 0
  503.         end
  504.         object b_cancelEditwindow: TButton
  505.           Left = 320
  506.           Top = 8
  507.           Width = 75
  508.           Height = 25
  509.           Action = A_cancelEditWindow
  510.           Anchors = [akRight, akBottom]
  511.           TabOrder = 1
  512.         end
  513.         object b_ideLibPath: TButton
  514.           Left = 8
  515.           Top = 8
  516.           Width = 131
  517.           Height = 25
  518.           Caption = '&Grab IDE Library Path'
  519.           TabOrder = 2
  520.           OnClick = b_ideLibPathClick
  521.         end
  522.       end
  523.       object Panel5: TPanel
  524.         Left = 4
  525.         Top = 4
  526.         Width = 407
  527.         Height = 205
  528.         Align = alTop
  529.         BevelInner = bvLowered
  530.         BevelWidth = 2
  531.         Caption = 'Panel5'
  532.         TabOrder = 2
  533.         object Label2: TLabel
  534.           Left = 4
  535.           Top = 4
  536.           Width = 399
  537.           Height = 13
  538.           Align = alTop
  539.           Alignment = taCenter
  540.           Caption = 'Files to compile ( in order ) -> Files.ini'
  541.         end
  542.         object Panel12: TPanel
  543.           Left = 4
  544.           Top = 171
  545.           Width = 399
  546.           Height = 30
  547.           Align = alBottom
  548.           TabOrder = 0
  549.           object b_editFiles: TBitBtn
  550.             Left = 312
  551.             Top = 5
  552.             Width = 79
  553.             Height = 22
  554.             Action = A_editFileList
  555.             Anchors = [akRight, akBottom]
  556.             Caption = 'Edit File List'
  557.             TabOrder = 0
  558.           end
  559.           object b_fileDown: TBitBtn
  560.             Left = 267
  561.             Top = 5
  562.             Width = 32
  563.             Height = 22
  564.             Anchors = [akRight, akBottom]
  565.             TabOrder = 1
  566.             OnClick = b_fileDownClick
  567.             Glyph.Data = {
  568.               0E010000424D0E0100000000000076000000280000000F000000130000000100
  569.               0400000000009800000000000000000000001000000010000000FFFFFF00FF00
  570.               000000FF0000808080000000FF0040004000FFFFFF00FFFFFF00FFFFFF00FFFF
  571.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000030000
  572.               0000000000313000000000000311130000000000311411300000000311141113
  573.               0000003111242111300003111124211113000333312421333300000031242130
  574.               0000000031242130000000003124213000000000312421300000000031242130
  575.               0000000031242130000000003124213000000000311111300000000031111130
  576.               000000003333333000000000000000000000}
  577.           end
  578.           object b_FileUp: TBitBtn
  579.             Left = 224
  580.             Top = 5
  581.             Width = 32
  582.             Height = 22
  583.             Anchors = [akRight, akBottom]
  584.             TabOrder = 2
  585.             OnClick = b_FileUpClick
  586.             Glyph.Data = {
  587.               0E010000424D0E0100000000000076000000280000000F000000130000000100
  588.               0400000000009800000000000000000000001000000010000000FFFFFF00FF00
  589.               000000FF0000808080000000FF0040004000FFFFFF00FFFFFF00FFFFFF00FFFF
  590.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
  591.               0000000033333330000000003111113000000000311111300000000031242130
  592.               0000000031242130000000003124213000000000312421300000000031242130
  593.               0000000031242130000000003124213000000333312421333300031111242111
  594.               1300003111242111300000031114111300000000311411300000000003111300
  595.               000000000031300000000000000300000000}
  596.           end
  597.           object b_addFile: TBitBtn
  598.             Left = 118
  599.             Top = 5
  600.             Width = 42
  601.             Height = 22
  602.             Action = A_AddFile
  603.             Anchors = [akRight, akBottom]
  604.             Caption = 'Add'
  605.             TabOrder = 3
  606.           end
  607.           object b_deleteFile: TBitBtn
  608.             Left = 168
  609.             Top = 5
  610.             Width = 49
  611.             Height = 22
  612.             Action = A_deleteFile
  613.             Anchors = [akRight, akBottom]
  614.             Caption = 'Delete'
  615.             TabOrder = 4
  616.           end
  617.         end
  618.         object LB_Files: TListBox
  619.           Left = 4
  620.           Top = 17
  621.           Width = 399
  622.           Height = 154
  623.           Align = alClient
  624.           Color = clInactiveCaptionText
  625.           ItemHeight = 13
  626.           Style = lbOwnerDrawFixed
  627.           TabOrder = 1
  628.           OnClick = LB_FilesClick
  629.           OnDrawItem = LB_FilesDrawItem
  630.         end
  631.       end
  632.     end
  633.   end
  634.   object ActionList1: TActionList
  635.     Left = 439
  636.     Top = 57
  637.     object A_editVersion: TAction
  638.       Caption = 'Edit Version'
  639.       OnExecute = A_editVersionExecute
  640.     end
  641.     object A_editFileList: TAction
  642.       Caption = 'Edit File List'
  643.       OnExecute = A_editFileListExecute
  644.     end
  645.     object A_saveFileList: TAction
  646.       Caption = 'Save File List'
  647.       OnExecute = A_saveFileListExecute
  648.     end
  649.     object A_EditConfig: TAction
  650.       Caption = 'Edit Config'
  651.       OnExecute = A_EditConfigExecute
  652.     end
  653.     object A_SaveConfig: TAction
  654.       Caption = 'Save Config'
  655.       OnExecute = A_SaveConfigExecute
  656.     end
  657.     object A_EditPath: TAction
  658.       Caption = 'Edit Path'
  659.       OnExecute = A_EditPathExecute
  660.     end
  661.     object A_savePath: TAction
  662.       Caption = 'Save Path'
  663.       OnExecute = A_savePathExecute
  664.     end
  665.     object A_addToPath: TAction
  666.       Caption = 'Add'
  667.       OnExecute = A_addToPathExecute
  668.     end
  669.     object A_DisplayDCCOptions: TAction
  670.       Caption = 'DCC help'
  671.       OnExecute = A_DisplayDCCOptionsExecute
  672.     end
  673.     object A_NewProject: TAction
  674.       Caption = '&New Project'
  675.       OnExecute = A_NewProjectExecute
  676.     end
  677.     object A_saveProjectSettings: TAction
  678.       Caption = '&Save Project'
  679.       OnExecute = A_saveProjectSettingsExecute
  680.     end
  681.     object A_DoBuild: TAction
  682.       Caption = '&Build'
  683.       OnExecute = A_DoBuildExecute
  684.     end
  685.     object A_exit: TAction
  686.       Caption = 'E&xit'
  687.       OnExecute = b_exitClick
  688.     end
  689.     object A_stopBuild: TAction
  690.       Caption = 'A_stopBuild'
  691.     end
  692.     object A_EditRCMask: TAction
  693.       Caption = 'Edit RC Mask'
  694.       OnExecute = A_EditRCMaskExecute
  695.     end
  696.     object A_SaveRCMask: TAction
  697.       Caption = 'Save RC Mask'
  698.       OnExecute = A_SaveRCMaskExecute
  699.     end
  700.     object A_deletePath: TAction
  701.       Caption = 'Delete'
  702.       OnExecute = A_deletePathExecute
  703.     end
  704.     object A_AddFile: TAction
  705.       Caption = 'Add'
  706.       OnExecute = A_AddFileExecute
  707.     end
  708.     object A_deleteFile: TAction
  709.       Caption = 'Delete'
  710.       OnExecute = A_deleteFileExecute
  711.     end
  712.     object A_projectOptions: TAction
  713.       Caption = 'Options'
  714.       OnExecute = A_projectOptionsExecute
  715.     end
  716.     object A_cancelEditWindow: TAction
  717.       Caption = '&Cancel'
  718.       OnExecute = A_cancelEditWindowExecute
  719.     end
  720.     object A_summary: TAction
  721.       Caption = 'Summary'
  722.       OnExecute = A_summaryExecute
  723.     end
  724.     object A_OpenProject: TAction
  725.       Caption = '&Open Project'
  726.       OnExecute = A_NewProjectExecute
  727.     end
  728.     object A_retrieveLastDump: TAction
  729.       Caption = 'Retrieve last dump'
  730.       OnExecute = A_retrieveLastDumpExecute
  731.     end
  732.   end
  733.   object OpenDialog: TOpenDialog
  734.     Filter = 'BPG|*.bpg|All|*.*'
  735.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  736.     Left = 510
  737.     Top = 53
  738.   end
  739.   object MainMenu1: TMainMenu
  740.     Left = 587
  741.     Top = 61
  742.     object miProject: TMenuItem
  743.       Caption = '&Project'
  744.       object miNew: TMenuItem
  745.         Action = A_NewProject
  746.       end
  747.       object OpenProject1: TMenuItem
  748.         Action = A_OpenProject
  749.       end
  750.       object miSaveProject: TMenuItem
  751.         Action = A_saveProjectSettings
  752.       end
  753.       object miProjectOptions: TMenuItem
  754.         Action = A_projectOptions
  755.       end
  756.       object Retrievelastdump1: TMenuItem
  757.         Action = A_retrieveLastDump
  758.       end
  759.       object N1: TMenuItem
  760.         Caption = '-'
  761.       end
  762.       object miBuild: TMenuItem
  763.         Action = A_DoBuild
  764.       end
  765.       object N2: TMenuItem
  766.         Caption = '-'
  767.       end
  768.       object miExit: TMenuItem
  769.         Action = A_exit
  770.       end
  771.     end
  772.     object miFiles: TMenuItem
  773.       Caption = '&Files'
  774.       object miAdd: TMenuItem
  775.         Action = A_AddFile
  776.       end
  777.       object miDelete: TMenuItem
  778.         Action = A_deleteFile
  779.       end
  780.       object miEditFileList: TMenuItem
  781.         Action = A_editFileList
  782.       end
  783.     end
  784.     object miCompiler: TMenuItem
  785.       Caption = '&Compiler'
  786.       object miConfig: TMenuItem
  787.         Action = A_EditConfig
  788.       end
  789.       object miDCC: TMenuItem
  790.         Action = A_DisplayDCCOptions
  791.       end
  792.       object miLibraryPath: TMenuItem
  793.         Caption = 'Library Path'
  794.         object miAddPath: TMenuItem
  795.           Action = A_addToPath
  796.         end
  797.         object miDeletepath: TMenuItem
  798.           Action = A_deletePath
  799.         end
  800.         object EditPath1: TMenuItem
  801.           Action = A_EditPath
  802.         end
  803.       end
  804.     end
  805.     object miResources: TMenuItem
  806.       Caption = '&Resources'
  807.       object EditVersion1: TMenuItem
  808.         Action = A_editVersion
  809.       end
  810.       object EditRCMask1: TMenuItem
  811.         Action = A_EditRCMask
  812.       end
  813.     end
  814.     object miHelp: TMenuItem
  815.       Caption = 'Help'
  816.       object miContents: TMenuItem
  817.         Caption = 'Contents'
  818.         OnClick = miContentsClick
  819.       end
  820.       object miAbout: TMenuItem
  821.         Caption = 'About'
  822.         OnClick = miAboutClick
  823.       end
  824.     end
  825.   end
  826. end
  827.