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

  1. object FormContextTreeOptions: TFormContextTreeOptions
  2.   Left = -3
  3.   Top = 243
  4.   HelpContext = 25063
  5.   BorderStyle = bsSingle
  6.   Caption = 'Context Tree Properties'
  7.   ClientHeight = 380
  8.   ClientWidth = 388
  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 RadioGroup1: TRadioGroup
  19.     Left = 8
  20.     Top = 8
  21.     Width = 369
  22.     Height = 81
  23.     Caption = 'Type of Context Tree'
  24.     Items.Strings = (
  25.       'Display Context Information'
  26.       'Display Data Watches Only')
  27.     TabOrder = 0
  28.     OnClick = RadioGroup1Click
  29.   end
  30.   object GroupBox1: TGroupBox
  31.     Left = 8
  32.     Top = 96
  33.     Width = 370
  34.     Height = 241
  35.     Caption = 'Context Information Choices'
  36.     TabOrder = 1
  37.     object CheckBoxThreads: TCheckBox
  38.       Left = 16
  39.       Top = 24
  40.       Width = 337
  41.       Height = 17
  42.       Caption = 'Display Threads'
  43.       TabOrder = 0
  44.     end
  45.     object CheckBoxMethods: TCheckBox
  46.       Left = 16
  47.       Top = 56
  48.       Width = 337
  49.       Height = 17
  50.       Caption = 'Display Methods on the Stack'
  51.       TabOrder = 1
  52.       OnClick = CheckBoxMethodsClick
  53.     end
  54.     object CheckBoxData: TCheckBox
  55.       Left = 16
  56.       Top = 136
  57.       Width = 337
  58.       Height = 17
  59.       Caption = 'Display Data'
  60.       TabOrder = 5
  61.       OnClick = CheckBoxDataClick
  62.     end
  63.     object CheckBoxMethodLine: TCheckBox
  64.       Left = 56
  65.       Top = 72
  66.       Width = 305
  67.       Height = 17
  68.       Caption = 'Show Line Number'
  69.       TabOrder = 2
  70.     end
  71.     object CheckBoxMethodClass: TCheckBox
  72.       Left = 56
  73.       Top = 88
  74.       Width = 305
  75.       Height = 17
  76.       Caption = 'Show Class Name'
  77.       TabOrder = 3
  78.     end
  79.     object CheckBoxMethodSource: TCheckBox
  80.       Left = 56
  81.       Top = 104
  82.       Width = 305
  83.       Height = 17
  84.       Caption = 'Show Source Filename'
  85.       TabOrder = 4
  86.     end
  87.     object StaticText1: TStaticText
  88.       Left = 16
  89.       Top = 180
  90.       Width = 33
  91.       Height = 17
  92.       Caption = 'Public'
  93.       TabOrder = 21
  94.     end
  95.     object StaticText2: TStaticText
  96.       Left = 16
  97.       Top = 196
  98.       Width = 50
  99.       Height = 17
  100.       Caption = 'Protected'
  101.       TabOrder = 22
  102.     end
  103.     object StaticText3: TStaticText
  104.       Left = 16
  105.       Top = 212
  106.       Width = 37
  107.       Height = 17
  108.       Caption = 'Private'
  109.       TabOrder = 23
  110.     end
  111.     object StaticText4: TStaticText
  112.       Left = 72
  113.       Top = 164
  114.       Width = 31
  115.       Height = 17
  116.       Caption = 'Static'
  117.       TabOrder = 24
  118.     end
  119.     object StaticText5: TStaticText
  120.       Left = 120
  121.       Top = 164
  122.       Width = 26
  123.       Height = 17
  124.       Caption = 'Final'
  125.       TabOrder = 25
  126.     end
  127.     object StaticText6: TStaticText
  128.       Left = 168
  129.       Top = 164
  130.       Width = 48
  131.       Height = 17
  132.       Caption = 'Transient'
  133.       TabOrder = 26
  134.     end
  135.     object StaticText7: TStaticText
  136.       Left = 264
  137.       Top = 164
  138.       Width = 68
  139.       Height = 17
  140.       Caption = 'Synchronized'
  141.       TabOrder = 27
  142.     end
  143.     object StaticText8: TStaticText
  144.       Left = 216
  145.       Top = 164
  146.       Width = 38
  147.       Height = 17
  148.       Caption = 'Volatile'
  149.       TabOrder = 28
  150.     end
  151.     object CBoxPublicStatic: TCheckBox
  152.       Left = 80
  153.       Top = 183
  154.       Width = 65
  155.       Height = 17
  156.       TabOrder = 6
  157.     end
  158.     object CBoxProtectedStatic: TCheckBox
  159.       Left = 80
  160.       Top = 199
  161.       Width = 17
  162.       Height = 17
  163.       TabOrder = 7
  164.     end
  165.     object CBoxPrivateStatic: TCheckBox
  166.       Left = 80
  167.       Top = 215
  168.       Width = 17
  169.       Height = 17
  170.       TabOrder = 8
  171.     end
  172.     object CBoxPublicFinal: TCheckBox
  173.       Left = 128
  174.       Top = 183
  175.       Width = 17
  176.       Height = 17
  177.       TabOrder = 9
  178.     end
  179.     object CBoxProtectedFinal: TCheckBox
  180.       Left = 128
  181.       Top = 199
  182.       Width = 17
  183.       Height = 17
  184.       TabOrder = 10
  185.     end
  186.     object CBoxPrivateFinal: TCheckBox
  187.       Left = 128
  188.       Top = 215
  189.       Width = 17
  190.       Height = 17
  191.       TabOrder = 11
  192.     end
  193.     object CBoxPublicTransient: TCheckBox
  194.       Left = 170
  195.       Top = 182
  196.       Width = 15
  197.       Height = 17
  198.       TabOrder = 12
  199.     end
  200.     object CBoxProtectedTransient: TCheckBox
  201.       Left = 170
  202.       Top = 198
  203.       Width = 15
  204.       Height = 17
  205.       TabOrder = 13
  206.     end
  207.     object CBoxPrivateTransient: TCheckBox
  208.       Left = 170
  209.       Top = 214
  210.       Width = 15
  211.       Height = 17
  212.       TabOrder = 14
  213.     end
  214.     object CBoxPublicVolatile: TCheckBox
  215.       Left = 218
  216.       Top = 182
  217.       Width = 15
  218.       Height = 17
  219.       TabOrder = 15
  220.     end
  221.     object CBoxProtectedVolatile: TCheckBox
  222.       Left = 218
  223.       Top = 198
  224.       Width = 15
  225.       Height = 17
  226.       TabOrder = 16
  227.     end
  228.     object CBoxPrivateVolatile: TCheckBox
  229.       Left = 218
  230.       Top = 214
  231.       Width = 15
  232.       Height = 17
  233.       TabOrder = 17
  234.     end
  235.     object CBoxPublicSynchronized: TCheckBox
  236.       Left = 266
  237.       Top = 182
  238.       Width = 15
  239.       Height = 17
  240.       TabOrder = 18
  241.     end
  242.     object CBoxProtectedSynchronized: TCheckBox
  243.       Left = 266
  244.       Top = 198
  245.       Width = 15
  246.       Height = 17
  247.       TabOrder = 19
  248.     end
  249.     object CBoxPrivateSynchronized: TCheckBox
  250.       Left = 266
  251.       Top = 214
  252.       Width = 15
  253.       Height = 17
  254.       TabOrder = 20
  255.     end
  256.   end
  257.   object ButtonOK: TButton
  258.     Left = 140
  259.     Top = 346
  260.     Width = 75
  261.     Height = 25
  262.     Caption = 'OK'
  263.     Default = True
  264.     ModalResult = 1
  265.     TabOrder = 2
  266.     OnClick = ButtonOKClick
  267.   end
  268.   object ButtonCancel: TButton
  269.     Left = 221
  270.     Top = 346
  271.     Width = 75
  272.     Height = 25
  273.     Caption = 'Cancel'
  274.     ModalResult = 2
  275.     TabOrder = 3
  276.   end
  277.   object ButtonHelp: TButton
  278.     Left = 302
  279.     Top = 346
  280.     Width = 75
  281.     Height = 25
  282.     Caption = '&Help'
  283.     TabOrder = 4
  284.     OnClick = ButtonHelpClick
  285.   end
  286. end
  287.