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

  1. object FormSearchForBranch: TFormSearchForBranch
  2.   Left = 200
  3.   Top = 108
  4.   HelpContext = 25061
  5.   BorderStyle = bsSingle
  6.   Caption = 'Search For Branch'
  7.   ClientHeight = 247
  8.   ClientWidth = 332
  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 Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 52
  22.     Height = 13
  23.     Alignment = taCenter
  24.     Caption = 'Search For'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 88
  29.     Width = 321
  30.     Height = 13
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.     Caption = 'In'
  34.   end
  35.   object CheckBoxThread: TCheckBox
  36.     Left = 96
  37.     Top = 136
  38.     Width = 145
  39.     Height = 17
  40.     Caption = 'Thread Branches'
  41.     TabOrder = 2
  42.   end
  43.   object CheckBoxMethod: TCheckBox
  44.     Left = 96
  45.     Top = 160
  46.     Width = 145
  47.     Height = 17
  48.     Caption = 'Method Branches'
  49.     TabOrder = 3
  50.   end
  51.   object CheckBoxData: TCheckBox
  52.     Left = 96
  53.     Top = 184
  54.     Width = 145
  55.     Height = 17
  56.     Caption = 'Data Branches'
  57.     TabOrder = 4
  58.   end
  59.   object ButtonOK: TButton
  60.     Left = 92
  61.     Top = 216
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 5
  68.     OnClick = ButtonOKClick
  69.   end
  70.   object ButtonCancel: TButton
  71.     Left = 173
  72.     Top = 216
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 6
  78.   end
  79.   object CheckBoxCaseSensitive: TCheckBox
  80.     Left = 8
  81.     Top = 56
  82.     Width = 313
  83.     Height = 17
  84.     Caption = 'Case Sensitive'
  85.     TabOrder = 1
  86.   end
  87.   object ComboBoxSearchText: TComboBox
  88.     Left = 8
  89.     Top = 24
  90.     Width = 321
  91.     Height = 21
  92.     ItemHeight = 13
  93.     TabOrder = 0
  94.     OnChange = ComboBoxSearchTextChange
  95.   end
  96.   object CheckBoxThreadGroup: TCheckBox
  97.     Left = 96
  98.     Top = 112
  99.     Width = 145
  100.     Height = 17
  101.     Caption = 'Thread Group Branches'
  102.     TabOrder = 7
  103.   end
  104.   object ButtonHelp: TButton
  105.     Left = 253
  106.     Top = 216
  107.     Width = 75
  108.     Height = 25
  109.     Caption = '&Help'
  110.     TabOrder = 8
  111.     OnClick = ButtonHelpClick
  112.   end
  113. end
  114.