home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TFORMLOGOPTIONS / TFORMLOGOPTIONS.txt
Encoding:
Text File  |  1998-05-08  |  2.4 KB  |  128 lines

  1. object FormLogOptions: TFormLogOptions
  2.   Left = 555
  3.   Top = 330
  4.   HelpContext = 25065
  5.   BorderStyle = bsSingle
  6.   Caption = 'Log Properties'
  7.   ClientHeight = 187
  8.   ClientWidth = 312
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 297
  22.     Height = 137
  23.     Caption = 'Display in Log'
  24.     TabOrder = 10
  25.     object CheckBoxWordWrap: TCheckBox
  26.       Left = 16
  27.       Top = 112
  28.       Width = 97
  29.       Height = 17
  30.       Caption = 'Word Wrap'
  31.       TabOrder = 0
  32.     end
  33.   end
  34.   object CheckBoxOutput: TCheckBox
  35.     Left = 24
  36.     Top = 24
  37.     Width = 129
  38.     Height = 17
  39.     Caption = 'Program Output'
  40.     TabOrder = 0
  41.   end
  42.   object CheckBoxPROCSTART: TCheckBox
  43.     Left = 24
  44.     Top = 72
  45.     Width = 129
  46.     Height = 17
  47.     Caption = 'Process Start'
  48.     TabOrder = 2
  49.   end
  50.   object CheckBoxPROCEXIT: TCheckBox
  51.     Left = 24
  52.     Top = 96
  53.     Width = 129
  54.     Height = 17
  55.     Caption = 'Process Exit'
  56.     TabOrder = 3
  57.   end
  58.   object CheckBoxTHREADSTART: TCheckBox
  59.     Left = 160
  60.     Top = 24
  61.     Width = 129
  62.     Height = 17
  63.     Caption = 'Thread Start'
  64.     TabOrder = 4
  65.   end
  66.   object CheckBoxTHREADEXIT: TCheckBox
  67.     Left = 160
  68.     Top = 48
  69.     Width = 129
  70.     Height = 17
  71.     Caption = 'Thread Exit'
  72.     TabOrder = 5
  73.   end
  74.   object CheckBoxMODLOAD: TCheckBox
  75.     Left = 160
  76.     Top = 72
  77.     Width = 129
  78.     Height = 17
  79.     Caption = 'Class Load'
  80.     TabOrder = 6
  81.   end
  82.   object ButtonOK: TButton
  83.     Left = 67
  84.     Top = 152
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 7
  91.     OnClick = ButtonOKClick
  92.   end
  93.   object ButtonCancel: TButton
  94.     Left = 148
  95.     Top = 152
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 8
  101.   end
  102.   object CheckBoxError: TCheckBox
  103.     Left = 24
  104.     Top = 48
  105.     Width = 129
  106.     Height = 17
  107.     Caption = 'Program Error'
  108.     TabOrder = 1
  109.   end
  110.   object CheckBoxBREAKPOINTLOGGING: TCheckBox
  111.     Left = 160
  112.     Top = 96
  113.     Width = 137
  114.     Height = 17
  115.     Caption = 'Breakpoint Logging'
  116.     TabOrder = 9
  117.   end
  118.   object ButtonHelp: TButton
  119.     Left = 229
  120.     Top = 152
  121.     Width = 75
  122.     Height = 25
  123.     Caption = '&Help'
  124.     TabOrder = 11
  125.     OnClick = ButtonHelpClick
  126.   end
  127. end
  128.