home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TMAINJBUILDERWINDOW_XX / TMAINJBUILDERWINDOW_XX.txt < prev   
Text File  |  1998-05-08  |  18KB  |  712 lines

  1. object MainJBuilderWindow_XX: TMainJBuilderWindow_XX
  2.   Left = 203
  3.   Top = 111
  4.   Width = 647
  5.   Height = 108
  6.   HelpContext = 24821
  7.   Caption = 'JBuilder'
  8.   ParentFont = True
  9.   Icon.Data = {<image000.ico>}
  10.   Menu = MainMenu
  11.   Scaled = False
  12.   OnClose = FormClose
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnDeactivate = FormDeactivate
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object MenuBevel: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 639
  25.     Height = 2
  26.     Align = alTop
  27.     Shape = bsBottomLine
  28.   end
  29.   object SpeedBar: TPanel
  30.     Left = 0
  31.     Top = 2
  32.     Width = 222
  33.     Height = 38
  34.     Align = alLeft
  35.     BevelOuter = bvNone
  36.     ParentShowHint = False
  37.     ShowHint = True
  38.     TabOrder = 0
  39.   end
  40.   object Palette: TPanel
  41.     Left = 224
  42.     Top = 2
  43.     Width = 412
  44.     Height = 38
  45.     Align = alClient
  46.     BevelOuter = bvNone
  47.     BorderWidth = 2
  48.     TabOrder = 1
  49.     object PaletteParent: TPanel
  50.       Left = 22
  51.       Top = 4
  52.       Width = 185
  53.       Height = 41
  54.       BevelOuter = bvNone
  55.       TabOrder = 0
  56.     end
  57.   end
  58.   object VertDivider: TPanel
  59.     Left = 222
  60.     Top = 2
  61.     Width = 2
  62.     Height = 38
  63.     Cursor = crSizeWE
  64.     Align = alLeft
  65.     BevelOuter = bvLowered
  66.     TabOrder = 2
  67.     OnMouseDown = VertDividerMouseDown
  68.     OnMouseMove = VertDividerMouseMove
  69.     OnMouseUp = VertDividerMouseUp
  70.   end
  71.   object StatusPanel: TPanel
  72.     Left = 0
  73.     Top = 40
  74.     Width = 639
  75.     Height = 22
  76.     Align = alBottom
  77.     BevelInner = bvRaised
  78.     BevelOuter = bvLowered
  79.     TabOrder = 3
  80.     OnResize = StatusPanelResize
  81.     object StatusLine: TNotebook
  82.       Left = 2
  83.       Top = 2
  84.       Width = 635
  85.       Height = 18
  86.       Align = alClient
  87.       TabOrder = 0
  88.       object TPage
  89.         Left = 0
  90.         Top = 0
  91.         Caption = 'Status'
  92.         object panelStatusText: TPanel
  93.           Left = 0
  94.           Top = 0
  95.           Width = 635
  96.           Height = 20
  97.           Alignment = taLeftJustify
  98.           BevelOuter = bvNone
  99.           TabOrder = 0
  100.           OnMouseDown = statPanel2MouseDown
  101.         end
  102.       end
  103.       object TPage
  104.         Left = 0
  105.         Top = 0
  106.         Caption = 'Command'
  107.       end
  108.       object TPage
  109.         Left = 0
  110.         Top = 0
  111.         Caption = 'Compile'
  112.       end
  113.     end
  114.   end
  115.   object Panel9: TPanel
  116.     Left = 636
  117.     Top = 2
  118.     Width = 3
  119.     Height = 38
  120.     Align = alRight
  121.     BevelOuter = bvLowered
  122.     TabOrder = 4
  123.   end
  124.   object MainMenu: TMainMenu
  125.     Left = 8
  126.     Top = 8
  127.     object FileMenu: TMenuItem
  128.       Caption = '&File'
  129.       GroupIndex = 1
  130.       HelpContext = 25201
  131.       OnClick = MainMenuClick
  132.       object old____NewProject1: TMenuItem
  133.         Caption = 'old ----- New Project'
  134.         HelpContext = 25203
  135.         Visible = False
  136.         OnClick = old____NewProject1Click
  137.       end
  138.       object FileOpenItem: TMenuItem
  139.         Caption = '&Open / Create...'
  140.         HelpContext = 25204
  141.         OnClick = FileOpenItemClick
  142.       end
  143.       object ReOpen1: TMenuItem
  144.         Caption = '&Reopen'
  145.         HelpContext = 25217
  146.       end
  147.       object FileCloseItem: TMenuItem
  148.         Caption = '&Close'
  149.         GroupIndex = 2
  150.         HelpContext = 25205
  151.         OnClick = FileCloseItemClick
  152.       end
  153.       object FileCloseAllItem: TMenuItem
  154.         Caption = 'C&lose All'
  155.         GroupIndex = 2
  156.         HelpContext = 25206
  157.         OnClick = FileCloseAllItemClick
  158.       end
  159.       object N2: TMenuItem
  160.         Caption = '-'
  161.         GroupIndex = 2
  162.       end
  163.       object FileSaveItem: TMenuItem
  164.         Caption = '&Save'
  165.         GroupIndex = 2
  166.         HelpContext = 25207
  167.         ShortCut = 16467
  168.         OnClick = FileSaveItemClick
  169.       end
  170.       object SaveAs1: TMenuItem
  171.         Caption = 'Save &As...'
  172.         GroupIndex = 2
  173.         HelpContext = 25208
  174.         OnClick = FileSaveItemClick
  175.       end
  176.       object SaveProject1: TMenuItem
  177.         Caption = 'Save Pro&ject'
  178.         GroupIndex = 2
  179.         HelpContext = 25209
  180.         OnClick = SaveProject1Click
  181.       end
  182.       object FileSaveAllItem: TMenuItem
  183.         Caption = 'Sa&ve All'
  184.         GroupIndex = 2
  185.         HelpContext = 25210
  186.         OnClick = FileSaveAllItemClick
  187.       end
  188.       object N5: TMenuItem
  189.         Caption = '-'
  190.         GroupIndex = 2
  191.       end
  192.       object ProjectRemoveItem: TMenuItem
  193.         Caption = 'R&emove from Project'
  194.         GroupIndex = 2
  195.         HelpContext = 25211
  196.         OnClick = ProjectRemoveItemClick
  197.       end
  198.       object old____Delete1: TMenuItem
  199.         Caption = 'old ---- Delete'
  200.         GroupIndex = 2
  201.         Visible = False
  202.       end
  203.       object Rename1: TMenuItem
  204.         Caption = 'Rena&me...'
  205.         GroupIndex = 2
  206.         HelpContext = 25212
  207.         OnClick = FileSaveItemClick
  208.       end
  209.       object N8: TMenuItem
  210.         Caption = '-'
  211.         GroupIndex = 2
  212.       end
  213.       object ProjectOptionsItem: TMenuItem
  214.         Caption = 'Project Proper&ties...'
  215.         GroupIndex = 2
  216.         HelpContext = 25213
  217.         OnClick = ProjectOptionsItemClick
  218.       end
  219.       object TMenuItem
  220.         Caption = '-'
  221.         GroupIndex = 2
  222.       end
  223.       object PrinterSetup1: TMenuItem
  224.         Caption = 'Pr&inter Setup...'
  225.         GroupIndex = 2
  226.         HelpContext = 25214
  227.         OnClick = PrinterSetup1Click
  228.       end
  229.       object FilePrintItem: TMenuItem
  230.         Caption = '&Print...'
  231.         GroupIndex = 2
  232.         HelpContext = 25215
  233.         OnClick = FilePrintItemClick
  234.       end
  235.       object TMenuItem
  236.         Caption = '-'
  237.         GroupIndex = 2
  238.       end
  239.       object FileExitItem: TMenuItem
  240.         Caption = 'E&xit'
  241.         GroupIndex = 2
  242.         HelpContext = 25216
  243.         OnClick = FileExitItemClick
  244.       end
  245.     end
  246.     object EditMenu: TMenuItem
  247.       Caption = '&Edit'
  248.       GroupIndex = 1
  249.       HelpContext = 25221
  250.       OnClick = MainMenuClick
  251.       object EditUndoItem: TMenuItem
  252.         Caption = '&Undo'
  253.         Enabled = False
  254.         GroupIndex = 2
  255.         HelpContext = 25223
  256.       end
  257.       object EditRedoItem: TMenuItem
  258.         Caption = '&Redo'
  259.         Enabled = False
  260.         GroupIndex = 2
  261.         HelpContext = 25224
  262.       end
  263.       object N15: TMenuItem
  264.         Caption = '-'
  265.         GroupIndex = 2
  266.       end
  267.       object EditCutItem: TMenuItem
  268.         Caption = 'Cu&t'
  269.         Enabled = False
  270.         GroupIndex = 2
  271.         HelpContext = 25225
  272.       end
  273.       object EditCopyItem: TMenuItem
  274.         Caption = '&Copy'
  275.         Enabled = False
  276.         GroupIndex = 2
  277.         HelpContext = 25226
  278.       end
  279.       object EditPasteItem: TMenuItem
  280.         Caption = '&Paste'
  281.         Enabled = False
  282.         GroupIndex = 2
  283.         HelpContext = 25227
  284.       end
  285.       object EditDeleteItem: TMenuItem
  286.         Caption = '&Delete'
  287.         Enabled = False
  288.         GroupIndex = 2
  289.         HelpContext = 25228
  290.       end
  291.       object EditSelectAll: TMenuItem
  292.         Caption = 'Se&lect All'
  293.         Enabled = False
  294.         GroupIndex = 2
  295.         HelpContext = 25229
  296.       end
  297.     end
  298.     object SearchMenu: TMenuItem
  299.       Caption = '&Search'
  300.       GroupIndex = 2
  301.       HelpContext = 25241
  302.       OnClick = MainMenuClick
  303.       object SearchFindItem: TMenuItem
  304.         Caption = '&Find...'
  305.         Enabled = False
  306.         HelpContext = 25242
  307.         ShortCut = 16454
  308.       end
  309.       object SearchReplaceItem: TMenuItem
  310.         Caption = '&Replace...'
  311.         Enabled = False
  312.         HelpContext = 25243
  313.         ShortCut = 16466
  314.       end
  315.       object SearchAgainItem: TMenuItem
  316.         Caption = '&Search Again'
  317.         Enabled = False
  318.         HelpContext = 25244
  319.         ShortCut = 16460
  320.       end
  321.       object SearchIncrementalItem: TMenuItem
  322.         Caption = '&Incremental Search'
  323.         Enabled = False
  324.         HelpContext = 25245
  325.       end
  326.       object SearchSourcePath1: TMenuItem
  327.         Caption = 'Search S&ource Path...'
  328.         HelpContext = 25246
  329.         OnClick = SearchSourcePath1Click
  330.       end
  331.       object TMenuItem
  332.         Caption = '-'
  333.       end
  334.       object SearchGoToItem: TMenuItem
  335.         Caption = '&Go to Line Number...'
  336.         Enabled = False
  337.         HelpContext = 25247
  338.         ShortCut = 16458
  339.       end
  340.       object TMenuItem
  341.         Caption = '-'
  342.       end
  343.       object ViewCmdLineItem: TMenuItem
  344.         Caption = 'Goto &Command Line'
  345.         Visible = False
  346.         OnClick = ViewCmdLineItemClick
  347.       end
  348.       object SearchSymbolItem: TMenuItem
  349.         Caption = 'Browse S&ymbol...'
  350.         GroupIndex = 1
  351.         HelpContext = 25248
  352.         OnClick = SearchSymbolItemClick
  353.       end
  354.     end
  355.     object ViewsMenu: TMenuItem
  356.       Caption = '&View'
  357.       GroupIndex = 2
  358.       HelpContext = 25261
  359.       OnClick = ViewsMenuClick
  360.       object ViewLoadedClassesItem: TMenuItem
  361.         Caption = '&Loaded Classes'
  362.         HelpContext = 25265
  363.         OnClick = ViewLoadedClassesItemClick
  364.       end
  365.       object ViewDebugLogItem: TMenuItem
  366.         Caption = '&Execution Log'
  367.         HelpContext = 25266
  368.         OnClick = ViewDebugLogItemClick
  369.       end
  370.       object ViewBreakpointsItem: TMenuItem
  371.         Caption = '&Breakpoints'
  372.         HelpContext = 25267
  373.         OnClick = ViewBreakpointsItemClick
  374.       end
  375.       object ViewDebugContextItem: TMenuItem
  376.         Caption = '&Debugger Context Browser'
  377.         Enabled = False
  378.         HelpContext = 25268
  379.         OnClick = ViewDebugContextItemClick
  380.       end
  381.       object N14: TMenuItem
  382.         Caption = '-'
  383.         Visible = False
  384.       end
  385.       object NewBrowser1: TMenuItem
  386.         Caption = '&New Browser'
  387.         HelpContext = 25269
  388.         OnClick = NewBrowser1Click
  389.       end
  390.       object N1: TMenuItem
  391.         Caption = '-'
  392.       end
  393.       object NextMessageItem: TMenuItem
  394.         Caption = 'Ne&xt Error Message'
  395.         HelpContext = 25272
  396.         OnClick = NextMessageItemClick
  397.       end
  398.       object PrevMessageItem: TMenuItem
  399.         Caption = '&Previous Error Message'
  400.         HelpContext = 25273
  401.         OnClick = PrevMessageItemClick
  402.       end
  403.       object MessageView1: TMenuItem
  404.         Caption = 'Message &View'
  405.         HelpContext = 25278
  406.         OnClick = MessageView1Click
  407.       end
  408.       object N6: TMenuItem
  409.         Caption = '-'
  410.       end
  411.       object ViewSpeedBarItem: TMenuItem
  412.         Caption = '&Toolbar'
  413.         Checked = True
  414.         HelpContext = 25274
  415.         OnClick = ViewSpeedBarItemClick
  416.       end
  417.       object ViewPaletteItem: TMenuItem
  418.         Caption = '&Component Palette'
  419.         Checked = True
  420.         HelpContext = 25275
  421.         OnClick = ViewPaletteItemClick
  422.       end
  423.       object ToggleCurtainItem: TMenuItem
  424.         Caption = 'T&oggle Curtain'
  425.         HelpContext = 25276
  426.         ShortCut = 24699
  427.         OnClick = ToggleCurtainItemClick
  428.       end
  429.       object NextPaneItem: TMenuItem
  430.         Caption = 'Next P&ane'
  431.         HelpContext = 25277
  432.         ShortCut = 24698
  433.         OnClick = NextPaneItemClick
  434.       end
  435.       object N10: TMenuItem
  436.         Caption = '-'
  437.       end
  438.       object ViewWindows: TMenuItem
  439.         Caption = '&Windows'
  440.       end
  441.     end
  442.     object Compile1: TMenuItem
  443.       Caption = '&Build'
  444.       GroupIndex = 2
  445.       HelpContext = 25281
  446.       OnClick = Compile1Click
  447.       object ProjectCompileItem: TMenuItem
  448.         Caption = '&Make'
  449.         GroupIndex = 2
  450.         HelpContext = 25282
  451.         OnClick = ProjectCompileItemClick
  452.       end
  453.       object ProjectBuildItem: TMenuItem
  454.         Caption = '&Rebuild'
  455.         GroupIndex = 2
  456.         HelpContext = 25283
  457.         OnClick = ProjectBuildItemClick
  458.       end
  459.     end
  460.     object RunMenu: TMenuItem
  461.       Caption = '&Run'
  462.       GroupIndex = 2
  463.       HelpContext = 25301
  464.       OnClick = RunMenuClick
  465.       object RunRunItem: TMenuItem
  466.         Caption = '&Debug'
  467.         HelpContext = 25302
  468.         OnClick = RunRunItemClick
  469.       end
  470.       object RunNoDebugItem: TMenuItem
  471.         Caption = '&Run'
  472.         HelpContext = 25303
  473.         OnClick = RunNoDebugItemClick
  474.       end
  475.       object RunParametersItem: TMenuItem
  476.         Caption = '&Parameters...'
  477.         HelpContext = 25304
  478.         OnClick = RunParametersItemClick
  479.       end
  480.       object N4: TMenuItem
  481.         Caption = '-'
  482.       end
  483.       object RunStepOverItem: TMenuItem
  484.         Caption = '&Step Over'
  485.         Enabled = False
  486.         HelpContext = 25305
  487.         OnClick = RunStepOverItemClick
  488.       end
  489.       object RunTraceIntoItem: TMenuItem
  490.         Caption = '&Trace Into'
  491.         Enabled = False
  492.         HelpContext = 25306
  493.         OnClick = RunTraceIntoItemClick
  494.       end
  495.       object RunRunToCursorItem: TMenuItem
  496.         Caption = 'Run to &Cursor'
  497.         Enabled = False
  498.         HelpContext = 25307
  499.         OnClick = RunRunToCursorItemClick
  500.       end
  501.       object RunRunToEndOfMethodItem: TMenuItem
  502.         Caption = 'Run to End of &Method'
  503.         Enabled = False
  504.         HelpContext = 25308
  505.         OnClick = RunRunToEndOfMethodItemClick
  506.       end
  507.       object RunShowCSIPItem: TMenuItem
  508.         Caption = 'S&how Execution Point'
  509.         Enabled = False
  510.         HelpContext = 25309
  511.         OnClick = RunShowCSIPItemClick
  512.       end
  513.       object RunPauseItem: TMenuItem
  514.         Caption = 'Pro&gram Pause'
  515.         Enabled = False
  516.         HelpContext = 25310
  517.         OnClick = RunPauseItemClick
  518.       end
  519.       object RunTerminateItem: TMenuItem
  520.         Caption = 'Program R&eset'
  521.         Enabled = False
  522.         HelpContext = 25311
  523.         OnClick = RunTerminateItemClick
  524.       end
  525.       object TMenuItem
  526.         Caption = '-'
  527.       end
  528.       object RunAddWatchItem: TMenuItem
  529.         Caption = 'Add &Watch...'
  530.         Enabled = False
  531.         HelpContext = 25312
  532.         OnClick = RunAddWatchItemClick
  533.       end
  534.       object RunAddBreakItem: TMenuItem
  535.         Caption = 'Add &Breakpoint...'
  536.         Enabled = False
  537.         HelpContext = 25313
  538.         OnClick = RunAddBreakItemClick
  539.       end
  540.       object RunInspectItem: TMenuItem
  541.         Caption = '&Inspect...'
  542.         Enabled = False
  543.         HelpContext = 25314
  544.         OnClick = RunInspectItemClick
  545.       end
  546.       object RunEvalModItem: TMenuItem
  547.         Caption = 'E&valuate/Modify...'
  548.         Enabled = False
  549.         HelpContext = 25315
  550.         OnClick = RunEvalModItemClick
  551.       end
  552.     end
  553.     object Experts1: TMenuItem
  554.       Caption = '&Wizards'
  555.       GroupIndex = 2
  556.       HelpContext = 25321
  557.       OnClick = MainMenuClick
  558.     end
  559.     object ToolsMenu: TMenuItem
  560.       Caption = '&Tools'
  561.       GroupIndex = 2
  562.       HelpContext = 25341
  563.       OnClick = MainMenuClick
  564.       object ToolsOptionsItem: TMenuItem
  565.         Caption = 'IDE &Options...'
  566.         HelpContext = 25345
  567.         OnClick = ToolsOptionsItemClick
  568.       end
  569.       object Projectpropertydefaults1: TMenuItem
  570.         Caption = '&Default Project Properties...'
  571.         HelpContext = 25213
  572.         OnClick = Projectpropertydefaults1Click
  573.       end
  574.       object N11: TMenuItem
  575.         Caption = '-'
  576.       end
  577.     end
  578.     object HelpMenu: TMenuItem
  579.       Caption = '&Help'
  580.       GroupIndex = 2
  581.       HelpContext = 25361
  582.       OnClick = MainMenuClick
  583.       object HelpContentsItem: TMenuItem
  584.         Caption = '&Help Topics'
  585.         HelpContext = 25362
  586.         OnClick = HelpContentsItemClick
  587.       end
  588.       object N13: TMenuItem
  589.         Caption = '-'
  590.       end
  591.       object BeansExpress1: TMenuItem
  592.         Caption = 'BeansE&xpress'
  593.         HelpContext = 25368
  594.         OnClick = BeansExpress1Click
  595.       end
  596.       object JavaReference1: TMenuItem
  597.         Caption = '&Java Reference'
  598.         HelpContext = 25363
  599.         OnClick = JavaReference1Click
  600.       end
  601.       object BajaReference1: TMenuItem
  602.         Caption = 'J&BCL Reference'
  603.         HelpContext = 25364
  604.         OnClick = BajaReference1Click
  605.       end
  606.       object N3: TMenuItem
  607.         Caption = '-'
  608.       end
  609.       object BorlandOnline1: TMenuItem
  610.         Caption = 'Borland &Online'
  611.         HelpContext = 25365
  612.         OnClick = BorlandOnline1Click
  613.       end
  614.       object WelcomeProjectSample1: TMenuItem
  615.         Caption = '&Welcome Project (Sample)'
  616.         HelpContext = 25366
  617.         Visible = False
  618.         OnClick = WelcomeProjectSample1Click
  619.       end
  620.       object N7: TMenuItem
  621.         Caption = '-'
  622.       end
  623.       object HelpAboutItem: TMenuItem
  624.         Caption = '&About...'
  625.         HelpContext = 25367
  626.         OnClick = HelpAboutItemClick
  627.       end
  628.     end
  629.   end
  630.   object SpeedbarMenu: TPopupMenu
  631.     HelpContext = 4740
  632.     Left = 40
  633.     Top = 8
  634.     object ShowSpeedHints: TMenuItem
  635.       Caption = '&Show Hints'
  636.       HelpContext = 2312
  637.     end
  638.     object Hide1: TMenuItem
  639.       Caption = '&Hide'
  640.       HelpContext = 2311
  641.     end
  642.     object SpeedbarHelpItem: TMenuItem
  643.       Caption = 'H&elp'
  644.       HelpContext = 2313
  645.     end
  646.     object N12: TMenuItem
  647.       Caption = '-'
  648.     end
  649.     object SpeedBarConfigureItem: TMenuItem
  650.       Caption = 'P&roperties'
  651.       HelpContext = 2310
  652.       OnClick = SpeedBarConfigureItemClick
  653.     end
  654.   end
  655.   object PaletteMenu: TPopupMenu
  656.     HelpContext = 4745
  657.     Left = 72
  658.     Top = 8
  659.     object ShowPaletteHints: TMenuItem
  660.       Caption = '&Show Hints'
  661.       HelpContext = 2302
  662.     end
  663.     object Hide2: TMenuItem
  664.       Caption = '&Hide'
  665.       HelpContext = 2301
  666.     end
  667.     object PaletteHelpItem: TMenuItem
  668.       Caption = 'H&elp'
  669.       HelpContext = 2303
  670.     end
  671.     object N9: TMenuItem
  672.       Caption = '-'
  673.     end
  674.     object Configure2: TMenuItem
  675.       Caption = 'P&roperties'
  676.       HelpContext = 2300
  677.     end
  678.   end
  679.   object SaveFileDialog: TSaveDialog
  680.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  681.     Left = 104
  682.     Top = 8
  683.   end
  684.   object OpenProjDialog: TOpenDialog
  685.     DefaultExt = 'jpr'
  686.     Filter = 
  687.       'JBuilder Files (*.jpr;*.java;*.idl;*.htm;*.html;*.txt;*.gif;*.jp' +
  688.       'g;*.bmp;*.png;*.properties)|*.jpr;*.java;*.idl;*.htm;*.html;*.tx' +
  689.       't;*.gif;*.jpg;*.bmp;*.png;*.properties|Java Projects (*.jpr)|*.j' +
  690.       'pr|Java Source (*.java)|*.java|IDL Files (*.idl)|*.idl|HTML Docu' +
  691.       'ments (*.htm;*.html;*.shtml)|*.html;*.htm;*.shtml|Text Files (*.' +
  692.       'txt)|*.txt|GIF Images (*.gif)|*.gif|JPG Images (*.jpg)|*.jpg|BMP' +
  693.       ' Images (*.bmp)|*.bmp|Java Properties (*.properties)|*.propertie' +
  694.       's|All Files (*.*)|*.*'
  695.     Options = [ofPathMustExist]
  696.     Title = 'Open Project'
  697.     Left = 168
  698.     Top = 8
  699.   end
  700.   object Timer1: TTimer
  701.     Enabled = False
  702.     Interval = 250
  703.     OnTimer = Timer1Timer
  704.     Left = 136
  705.     Top = 8
  706.   end
  707.   object PrinterSetupDialog1: TPrinterSetupDialog
  708.     Left = 200
  709.     Top = 8
  710.   end
  711. end
  712.