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

  1. object FormLog: TFormLog
  2.   Left = 218
  3.   Top = 119
  4.   Width = 401
  5.   Height = 301
  6.   HelpContext = 24982
  7.   Caption = 'Execution Log'
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnClose = FormClose
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object PageControlLog: TPageControl
  16.     Left = 0
  17.     Top = 0
  18.     Width = 393
  19.     Height = 274
  20.     Align = alClient
  21.     TabOrder = 0
  22.   end
  23.   object SaveDialog1: TSaveDialog
  24.     Left = 120
  25.     Top = 96
  26.   end
  27.   object PopupMenu1: TPopupMenu
  28.     HelpContext = 25581
  29.     OnPopup = PopupMenu1Popup
  30.     Left = 72
  31.     Top = 112
  32.     object Cut1: TMenuItem
  33.       Caption = 'Cu&t'
  34.       HelpContext = 25583
  35.       OnClick = Cut1Click
  36.     end
  37.     object Copy1: TMenuItem
  38.       Caption = '&Copy'
  39.       HelpContext = 25584
  40.       OnClick = Copy1Click
  41.     end
  42.     object Paste1: TMenuItem
  43.       Caption = '&Paste'
  44.       HelpContext = 25585
  45.       OnClick = Paste1Click
  46.     end
  47.     object Delete1: TMenuItem
  48.       Caption = '&Delete'
  49.       HelpContext = 25586
  50.       OnClick = Delete1Click
  51.     end
  52.     object SelectAll1: TMenuItem
  53.       Caption = 'Se&lect All'
  54.       HelpContext = 25587
  55.       OnClick = SelectAll1Click
  56.     end
  57.     object N1: TMenuItem
  58.       Caption = '-'
  59.     end
  60.     object Save1: TMenuItem
  61.       Caption = '&Save To File...'
  62.       HelpContext = 25588
  63.       OnClick = SaveTextAsItemClick
  64.     end
  65.     object Properties1: TMenuItem
  66.       Caption = '&Properties'
  67.       HelpContext = 25589
  68.       OnClick = OptionsItemClick
  69.     end
  70.     object N2: TMenuItem
  71.       Caption = '-'
  72.     end
  73.     object RemovePage1: TMenuItem
  74.       Caption = '&Remove Page'
  75.       HelpContext = 25590
  76.       OnClick = RemovePage1Click
  77.     end
  78.   end
  79. end
  80.