object JavaExceptionDlg: TJavaExceptionDlg Left = 214 Top = 148 Width = 400 Height = 323 BorderIcons = [] Caption = 'JBuilder Internal Exception' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 262 Width = 392 Height = 34 Align = alBottom BevelOuter = bvNone BorderWidth = 3 TabOrder = 0 object Button1: TButton Left = 3 Top = 6 Width = 75 Height = 25 Caption = '&Copy' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 83 Top = 6 Width = 75 Height = 25 Caption = '&Save' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 315 Top = 6 Width = 75 Height = 25 Cancel = True Caption = 'Close' Enabled = False TabOrder = 2 OnClick = Button3Click end object Button4: TButton Left = 235 Top = 6 Width = 75 Height = 25 Caption = 'Save &Work' Enabled = False TabOrder = 3 OnClick = Button4Click end end object Panel2: TPanel Left = 0 Top = 0 Width = 392 Height = 81 Align = alTop BevelOuter = bvNone BorderWidth = 3 TabOrder = 1 object Label1: TLabel Left = 3 Top = 3 Width = 386 Height = 75 Align = alClient Caption = 'The following exception occured in a JBuilder subsystem. Please' + ' add the contents of this message to a bug report that you can s' + 'ubmit from the Bug Submission Form of Borland Online -- http://w' + 'ww.borland.com/devsupport/bugs/bug_reports.html' WordWrap = True end end object Memo1: TMemo Left = 0 Top = 81 Width = 392 Height = 181 Align = alClient ReadOnly = True ScrollBars = ssBoth TabOrder = 2 end object SaveDialog1: TSaveDialog FileName = 'jbexcept.log' Filter = 'Exception Log (*.log)|*.log' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist] Title = 'Save Exception Log' Left = 432 Top = 352 end end