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

  1. object FormNoSource: TFormNoSource
  2.   Left = 221
  3.   Top = 191
  4.   ClientWidth = 401
  5.   ClientHeight = 307
  6.   HelpContext = 24981
  7.   BorderStyle = bsSingle
  8.   Caption = 'List of Packages and Classes With Tracing Disabled'
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Memo1: TMemo
  14.     Left = 0
  15.     Top = 0
  16.     Width = 393
  17.     Height = 280
  18.     Align = alClient
  19.     Lines.Strings = (
  20.       '')
  21.     ScrollBars = ssBoth
  22.     TabOrder = 0
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 280
  27.     Width = 393
  28.     Height = 49
  29.     Align = alBottom
  30.     BevelOuter = bvNone
  31.     TabOrder = 1
  32.     object ButtonOK: TButton
  33.       Left = 149
  34.       Top = 12
  35.       Width = 75
  36.       Height = 25
  37.       Caption = 'OK'
  38.       ModalResult = 1
  39.       TabOrder = 0
  40.       OnClick = ButtonOKClick
  41.     end
  42.     object ButtonCancel: TButton
  43.       Left = 230
  44.       Top = 12
  45.       Width = 75
  46.       Height = 25
  47.       Caption = 'Cancel'
  48.       ModalResult = 2
  49.       TabOrder = 1
  50.     end
  51.     object ButtonHelp: TButton
  52.       Left = 311
  53.       Top = 12
  54.       Width = 75
  55.       Height = 25
  56.       Caption = '&Help'
  57.       TabOrder = 2
  58.       OnClick = ButtonHelpClick
  59.     end
  60.   end
  61. end
  62.