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

  1. object JavaExceptionDlg: TJavaExceptionDlg
  2.   Left = 214
  3.   Top = 148
  4.   Width = 400
  5.   Height = 323
  6.   BorderIcons = []
  7.   Caption = 'JBuilder Internal Exception'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 262
  19.     Width = 392
  20.     Height = 34
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     BorderWidth = 3
  24.     TabOrder = 0
  25.     object Button1: TButton
  26.       Left = 3
  27.       Top = 6
  28.       Width = 75
  29.       Height = 25
  30.       Caption = '&Copy'
  31.       TabOrder = 0
  32.       OnClick = Button1Click
  33.     end
  34.     object Button2: TButton
  35.       Left = 83
  36.       Top = 6
  37.       Width = 75
  38.       Height = 25
  39.       Caption = '&Save'
  40.       TabOrder = 1
  41.       OnClick = Button2Click
  42.     end
  43.     object Button3: TButton
  44.       Left = 315
  45.       Top = 6
  46.       Width = 75
  47.       Height = 25
  48.       Cancel = True
  49.       Caption = 'Close'
  50.       Enabled = False
  51.       TabOrder = 2
  52.       OnClick = Button3Click
  53.     end
  54.     object Button4: TButton
  55.       Left = 235
  56.       Top = 6
  57.       Width = 75
  58.       Height = 25
  59.       Caption = 'Save &Work'
  60.       Enabled = False
  61.       TabOrder = 3
  62.       OnClick = Button4Click
  63.     end
  64.   end
  65.   object Panel2: TPanel
  66.     Left = 0
  67.     Top = 0
  68.     Width = 392
  69.     Height = 81
  70.     Align = alTop
  71.     BevelOuter = bvNone
  72.     BorderWidth = 3
  73.     TabOrder = 1
  74.     object Label1: TLabel
  75.       Left = 3
  76.       Top = 3
  77.       Width = 386
  78.       Height = 75
  79.       Align = alClient
  80.       Caption = 
  81.         'The following exception occured in a JBuilder subsystem.  Please' +
  82.         ' add the contents of this message to a bug report that you can s' +
  83.         'ubmit from the Bug Submission Form of Borland Online -- http://w' +
  84.         'ww.borland.com/devsupport/bugs/bug_reports.html'
  85.       WordWrap = True
  86.     end
  87.   end
  88.   object Memo1: TMemo
  89.     Left = 0
  90.     Top = 81
  91.     Width = 392
  92.     Height = 181
  93.     Align = alClient
  94.     ReadOnly = True
  95.     ScrollBars = ssBoth
  96.     TabOrder = 2
  97.   end
  98.   object SaveDialog1: TSaveDialog
  99.     FileName = 'jbexcept.log'
  100.     Filter = 'Exception Log (*.log)|*.log'
  101.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  102.     Title = 'Save Exception Log'
  103.     Left = 432
  104.     Top = 352
  105.   end
  106. end
  107.